Changelog for
kexi-3.2.0-8.12.x86_64.rpm :
* Wed Mar 16 2022 Max Lin
- Use BuildRequires/Requires: breeze5-icons-rcc for Leap 15.4
* Wed Jul 28 2021 Wolfgang Bauer - Add Use-plain-Marble-package-instead-of-KexiMarble.patch to fix build with marble 21.08
* Mon Jun 28 2021 Wolfgang Bauer - BuildRequire postgresql-server-devel also on Leap 15.2/15.3 to fix missing PostgreSQL migration driver
* Mon Jun 28 2021 Christophe Giboudeaux - Remove the optional QtWebKit dependency.
* Wed Apr 28 2021 Christophe Giboudeaux - Add patch to fix build with glib >= 2.68
* 0001-Include-glib.h-outside-of-the-extern-block.patch
* Fri Jan 08 2021 Wolfgang Bauer - Add dependencies on breeze5-icons-rcc instead of breeze5-icons where necessary, kexi needs breeze-icons.rcc (during build and on runtime) which has been split out to a seperate package recently
* Tue Sep 29 2020 Fabian Vogt - Pull in hicolor-icon-theme for dir ownership
* Thu Aug 27 2020 Christophe Giboudeaux - Spec cleanup
* Mon Aug 12 2019 Christophe Giboudeaux - Add Fix-build-with-Qt-5_13.patch
* Thu Apr 11 2019 wbauerAATTtmo.at- Update to 3.2.0
* Bug fixes + Add protection against invalid translation of widget names + Startup: Improve display of tried locations for resources lookup and lookup algorithm (kde#391810) + Startup: Add missing translations for \"Could not open icon resource file\" messages + General: Make certain views work in User mode (kde#396875) + General: Add \"All files\" filter to file widgets for non-Plasma systems + General: Welcome page: Always display the project file names in addition to captions + General: Welcome page: Add long localized last opening date to project tool tips + General: Welcome page: Show recent project files that start with \".\" / hidden files + Table View: Make zero values displayed for integer columns (kde#395189) + Table View: Fix validation of values in default input box of table view (kde#395225) + Table and Form View: Fix two-digit year formats issue: do not allow by default (kde#378481)
* Years are 4 digits now in tables and forms. On the output INFO message says as explained at https://bugs.kde.org/show_bug.cgi?id=378481#c5. Data entry works based on this new year format. Changes are properly saved to db. Display output e.g. in queries and reports follow this format too.
* Set AllowTwoDigitYearFormats=true in kexirc, [General] section to force using 2 digits. + Queries: Fix crash on failed opening of query in Design view + Forms: Fix crash when right-clicking in form data view on widget such as text box (kde#402923) + Reports: Fix crash in data fetching and aggregation scripts in reports (kde#392753) + Reports: Support params in report queries. KEXI now prompts for parameters in queries that use them. (kde#379694) + Import: Fix translation issue in the Database Importing Assistant (kde#399296) + Import: Skip table name if physical table is non-existing, use the new tableNames API in migration (kde#392112) + MS Access import
* Fix crash on importing zero-length memo data (long text)
* Fix not being able to handle binary objects larger than 16 MiB. Limit is now 256 MiB.
* Fix possible crash when importing MDB file having non-latin characters in column names of unexpected length (kde#396984) + Export: Fix crash on exporting tabular data to clipboard (introduced in 3.1.0) (kde#394519) + Export: Fix filename selection for export dialogs and allow to pre-select filename in file dialogs
* Improvements + Assistants: properly focus input boxes after moving to other page, make Alt+arrows work for Back/Next, make Enter accept page if applicable + Project type selection in the new project assistant: do not assume user clicked the type button but just focused it + Improve display of Finish buttons of CSV export/import dialogs + New / Import project assistants
* Destination file requester is now of Save type
* Use Documents location if there are no recent dirs known yet
* Better preserve path while updating filename based on project caption
* Buildsystem + Install the application icons + Create (and install) rcc files with kexi icons in co-installable dirs + Fix build with Qt 5.11 (missing headers) + Fix build with Qt 5.6 + Fix data install dir for Windows, make icons installed relative to that + Make appdata.xml, app icons and kexi.desktop co-installable + Make KEXI compile for MOBILE productset + Win/Mac: still install copied KEXI files but add the original ones to the binary because the copied ones do not exist yet before ecm_add_app_icon() gets called + CMake: find PostgreSQL 11- Drop patches merged upstream:
* Install-the-application-icons.patch
* fix-build-with-qt5.6.patch
* Fix-build-with-Qt-511.patch- Use %kf5_find_lang macro to generate the lang package filelist- BuildRequire postgresql-server-devel instead of postgresql-devel on Tumbleweed to fix building the PostgreSQL migration driver- Run spec-cleaner