Commit Graph

224 Commits

Author SHA1 Message Date
Martchus 4abcf57e7b Update build.gradle for Qt 5.12 2018-12-15 23:43:19 +01:00
Martchus e59662acc9 Clean initialization of of Qt Quick GUI 2018-12-15 23:10:53 +01:00
Martchus 36b8324f6b Check for QT_NO_CLIPBOARD in PasswordGeneratorDialog 2018-12-15 23:10:00 +01:00
Martchus cb121fb75d Improve configuration of Qt Quick GUI 2018-12-15 22:57:00 +01:00
Martchus 7662c30069 Polish Qt Quick GUI
* Fix some warnings
* Remove debugging leftovers
2018-12-15 22:55:11 +01:00
Martchus 9428f449bd Fix notification for deleted entries 2018-12-08 20:51:19 +01:00
Martchus 56243eb70c Fix strings which could not be translated correctly 2018-12-08 20:31:32 +01:00
Martchus c5d40a99d2 Update translations 2018-12-08 20:05:54 +01:00
Martchus 507aefae3f Improve coding style, reduce warnings 2018-12-08 19:55:41 +01:00
Martchus 08bb7954a6 Move about dialog for Quick GUI to its own file 2018-12-08 19:34:32 +01:00
Martchus 57146af472 Fix declaration of applyThemingForAndroid() 2018-12-08 19:27:04 +01:00
Martchus ba4cec44da Quick GUI: Improve about dialog 2018-12-08 19:20:14 +01:00
Martchus 7a37caefcb Update README.md for building Android APK 2018-12-08 19:19:32 +01:00
Martchus 232936a15d Reformat android.h/android.cpp 2018-12-08 19:19:00 +01:00
Martchus b4750c38fe Quick GUI: Show error if root element is missing 2018-12-08 19:18:35 +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
Marius Kittler 5b9b84866d Add about dialog to Qt Quick GUI 2018-12-03 18:11:42 +01:00
Martchus 2d249b210a Quick GUI: Improve a few details 2018-12-03 00:30:55 +01:00
Martchus f4cc381cf4 Quick GUI: Fix password visibility 2018-12-03 00:30:16 +01:00
Martchus 78a868fc9e Fix enabling undo support without Qt Widgets GUI 2018-12-03 00:29:54 +01:00
Martchus 06c280768d Android: Hardcode paths for local libs
Workaround to prevent errors loading those plugins when
Qt is configured/patched to use custom paths.
2018-12-02 21:47:40 +01:00
Martchus dddf4af2b3 Adapt Android build instructions to latest packaging changes 2018-12-01 02:23:48 +01:00
Martchus 1582048a22 Fix building without Qt Widgets GUI support 2018-12-01 02:22:26 +01:00
Martchus 67025418ff Fix #ifdef for DEBUG_BUILD 2018-12-01 02:21:16 +01:00
Marius Kittler 13189f2bfd Update comment in CMakeLists.txt 2018-11-22 22:35:38 +01:00
Marius Kittler a818318e69 Add German translations for Quick GUI 2018-11-22 22:35:03 +01:00
Marius Kittler d4437e10b7 Quick GUI: Skip confirming deletion if undo supported 2018-11-22 22:09:54 +01:00
Marius Kittler 776dc06431 Quick GUI: Support undo/redo
so far this requires to compile with widgets GUI support
2018-11-22 22:05:49 +01:00
Marius Kittler a69a91d47e Quick GUI: Fix handling last row of FieldModel 2018-11-22 22:03:42 +01:00
Marius Kittler e197b8d8e5 Add search icon for Quick GUI 2018-11-22 22:02:27 +01:00
Marius Kittler f5ac7d52cd Quick GUI: Remove switch to show passwords on focus
because it is not used anymore
2018-11-22 22:01:37 +01:00
Marius Kittler 9ba9b41240 Quick GUI: Add control to deletion dialog so it is shown correctly 2018-11-22 22:00:31 +01:00
Marius Kittler fb83048517 Return more defaults for last (empty) row of FieldModel 2018-11-22 21:59:26 +01:00
Marius Kittler d9dd05f488 Add IsLastRow role to FieldModel 2018-11-22 21:58:05 +01:00
Marius Kittler f7a3c7fd01 Fix warnings in FieldModel 2018-11-22 21:57:31 +01:00
Martchus 8eeb3e9484 Quick GUI: Use automatic internal toolbar 2018-11-20 20:13:26 +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
Marius Kittler c0703ed471 Quick GUI: Make search case insensitive 2018-11-20 18:07:11 +01:00
Marius Kittler d904a3c1bc Quick GUI: Allow to retry opening/saving 2018-11-20 18:06:52 +01:00
Marius Kittler 62d5a24bca Fix FieldModel to update Value role 2018-11-20 18:06:19 +01:00
Martchus a3f3735c54 Quick GUI: Improve fields 2018-11-20 00:55:53 +01:00
Martchus 9c370b375d Quick GUI: Move filter to its own dialog
Because under Android the usability of the text box
inside the drawer is not very good.
2018-11-20 00:45:05 +01:00
Marius Kittler 863970fdb3 Update translations 2018-09-26 13:38:35 +02:00
Marius Kittler c127845eba Sync version with Git tag/release (which accidently increased major version) 2018-09-26 13:36:21 +02:00
Marius Kittler 95e9d56f36 Replace typedef with using 2018-09-26 13:34:51 +02:00
Martchus 1f338c515c Copy "Building without Qt 5 GUI" paragraph to README from tageditor 2018-09-18 23:40:07 +02:00
Martchus 54b5fd0b21 Handle non-ASCII characters of CLI args correctly under Windows
This is the same workaround as used for tageditor.
2018-09-18 23:33:00 +02:00
Martchus 4e57ab69d3 Update version to 2.2.0 2018-09-18 23:27:23 +02:00