Commit Graph

13 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 daa9251b77 Fix ugly bullet points under Android on PasswordEchoOnEdit 2019-02-05 00:31:27 +01:00
Martchus 9002602895 Quick GUI: Show buttons to copy when editing field 2019-02-05 00:27:18 +01:00
Marius Kittler 5d36b93b69 Quick GUI: Prevent context menu on last, empty row 2019-01-21 18:15:21 +01:00
Marius Kittler 7fee73cf29 Quick GUI: Make '+' to append field clickable 2019-01-21 18:14:48 +01:00
Martchus 56243eb70c Fix strings which could not be translated correctly 2018-12-08 20:31:32 +01:00
Martchus 2d249b210a Quick GUI: Improve a few details 2018-12-03 00:30:55 +01:00
Marius Kittler a69a91d47e Quick GUI: Fix handling last row of FieldModel 2018-11-22 22:03:42 +01:00
Martchus 07d955a4a5 Quick GUI: Adjust some details 2018-11-20 20:13:08 +01:00
Marius Kittler 702883b44a Quick GUI: Edit field in separate dialog
Editing tables is just not so nice on mobile devices
2018-11-20 18:09:04 +01:00
Martchus a3f3735c54 Quick GUI: Improve fields 2018-11-20 00:55:53 +01:00
Martchus b1bd12755c Use extra page for fields 2018-09-09 01:49:32 +02:00