Commit Graph

20 Commits

Author SHA1 Message Date
Martchus 6972256727 Improve Qt Quick GUI after porting to Qt 6
* Avoid use of deprecated QML features
* Fix problems when moving items by making the delegates own items
* Improve code in models, especially functions for moving rows
* Fix sizing of dialogs
* Replace code relying on `bannerClicked` event which has been removed in
  KF6
* Use the native file dialog if supported (and otherwise not); this should
  give the desired behavior under each platform out of the box
* Update versioning requirements in README
2024-03-24 22:26:44 +01:00
Martchus 4bf6a91d72 Port Qt Quick GUI for Android to Qt 6 2024-03-17 00:34:00 +01:00
Martchus 05e0ad5696 Port Qt Quick GUI to Qt 6 and KF6 2023-01-31 17:37:18 +01:00
Martchus ce0df2d8a3 Improve icon
* Add 256x256 application icon
* Remove PNG_ICON_NO_CROP which is no longer required with c++utilities 5.6
2020-08-11 23:24:21 +02:00
Martchus 08bb7954a6 Move about dialog for Quick GUI to its own file 2018-12-08 19:34:32 +01:00
Martchus c090141ec3 Quick GUI: Change theming to use green colors 2018-12-08 19:18:12 +01:00
Martchus 08268f50ee Update icons
* Replace application icon with a new one
* Use adaptive icon under Android
* Remove unused icons
2018-12-08 19:13:57 +01:00
Martchus b1bd12755c Use extra page for fields 2018-09-09 01:49:32 +02:00
Martchus 829c7e63dc Improve theming under Android 2018-09-09 00:57:02 +02:00
Martchus a8681e6af1 Quick GUI: Use SVG icon for logo 2018-09-02 19:08:03 +02:00
Martchus c0c2ee997f Quick GUI: Tweak styling for Android 2018-09-02 19:07:02 +02:00
Martchus e86d72dab9 Add misc improvements to Qt Quick GUI 2018-06-14 23:22:23 +02:00
Marius Kittler bea4533133 Continue development of Qt Quick GUI
* Add view (written in QML, based on Qt Quick Controls 2
  and Kirigami 2)
* Add controller (written in C++)
* Use existing models (written in C++)
2018-05-20 01:59:56 +02:00
Martchus 07fd782a3d reduce code duplication in build system
- get rid of qmake project file
- provide CMake modules for common tasks
- provide templates for *.desktop files
2016-04-16 00:51:52 +02:00
Martchus 55c41d8fa2 fixed description 2016-03-10 22:19:21 +01:00
Martchus 8219d923a6 added resources 2015-12-13 20:46:25 +01:00
Martchus f2f2540bb9 improved project files 2015-12-08 08:37:18 +01:00
Martchus ff4ffafefd uniform spelling of app name 2015-09-26 20:32:10 +02:00
Martchus 2dbf66c1bb added version, improved release of translations, added creation of
program icon on windows (needs still to be tested)
2015-06-24 01:02:27 +02:00
Martchus bda20da10c First commit 2015-04-22 19:30:09 +02:00