Accepting request 516568 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/516568 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexi?expand=0&rev=3
This commit is contained in:
commit
9286d1ade6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53b3d81bcf7426bed44cf4a2d088a821ba1cc3778c28825653c8a6e47d052ee6
|
||||
size 3695336
|
3
kexi-3.0.2.tar.xz
Normal file
3
kexi-3.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eaea8ba6b833d9413a05496c9099d278f0ea410cf7d2af42bfdf9125d945bba
|
||||
size 3676556
|
56
kexi.changes
56
kexi.changes
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 13:18:58 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 3.0.2:
|
||||
* General
|
||||
- Don't move to first Project navigator's item when last object
|
||||
tab is closed (usability fix)
|
||||
- Improve detection of desktop type and use it in file dialogs
|
||||
and the Feedback Agent
|
||||
- Detect single click setting for XFCE
|
||||
- Fix appearance of Kexi tabbed toolbar for gtk2 style used by
|
||||
XFCE
|
||||
- Make auto-opening command line options work for Kexi again
|
||||
(kde#378418)
|
||||
- Fix regression since 3.0.0: store, copy and update user
|
||||
settings for objects, e.g. column widths
|
||||
- Fix regression since 3.0.0: Keep compatibility with older
|
||||
format versions regarding the storage for object type
|
||||
- Fix regression since 3.0.0: Allow to change name and caption
|
||||
of objects (kde#379078)
|
||||
- Close window before renaming object on user's request
|
||||
- Fix background of the Kexi button for fusion style
|
||||
- Fix vertical alignment of the record navigator (kde#379844)
|
||||
- Return invalid URL when open/save image dialog was canceled
|
||||
- Improve image chooser for properties of type Pixmap: display
|
||||
"all supported files" (kde#379073)
|
||||
* Table Designer
|
||||
* Query Designer
|
||||
- Improve WHERE conditions handling in query designer
|
||||
(kde#377579)
|
||||
- Fix updating SQL statement in SQL designer after switching
|
||||
from other views and property revert to previous SQL
|
||||
(kde#377579)
|
||||
* Form Designer
|
||||
- Make check boxes two-state by default because this covers 99%
|
||||
of use cases. It is also Qt's default.
|
||||
- Don't set any special minimum size for checkbox form widgets,
|
||||
users may want to set specific small size
|
||||
- Fix geometry of the combo box (kde#265330)
|
||||
- Make it possible to use vertical alignment property in Text
|
||||
Box form widgets
|
||||
- Fix possible crashes in form's undo/redo actions, make them
|
||||
properly work with alignment properties of widgets
|
||||
(kde#380175)
|
||||
* Report Designer
|
||||
- Improve WHERE conditions handling in report designer
|
||||
(kde#377579)
|
||||
- Hide GUI actions for not implemented export to ODF Text and
|
||||
Spreadsheet formats
|
||||
* Buildsystem
|
||||
- Fix build for macOS (kde#377662)
|
||||
- Detect PostgreSQL 10
|
||||
* Tests
|
||||
- Search for resource file in bin/data also on non-Windows so
|
||||
tests work OK without installation of the project
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 19:25:06 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kexi
|
||||
Version: 3.0.1.1
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2
|
||||
Summary: Database Application
|
||||
@ -95,7 +95,7 @@ This package contains a Spreadsheet-to-Kexi-table import plugin.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n kexi-3.0.1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# install translations to %{_kf5_localedir} so they don't clash with the kexi translations in calligra-l10n (KDE4 based)
|
||||
|
Loading…
Reference in New Issue
Block a user