Commit Graph

245 Commits

Author SHA1 Message Date
Martchus be2da373b8 Add debug printing for Android
Under Android we can not just use Gammaray so let's print
resources and QIcon settings for debug builds.
2019-02-05 00:30:34 +01:00
Martchus 065bded841 Ensure Kirigami2 does not mess with our settings 2019-02-05 00:29:21 +01:00
Martchus f577b5acd7 Remove ugly icon and bold font for encryption note 2019-02-05 00:28:35 +01:00
Martchus 3126bdef08 Document 2nd CMake invocation for using NDK toolchain file 2019-02-05 00:28:11 +01:00
Martchus 9002602895 Quick GUI: Show buttons to copy when editing field 2019-02-05 00:27:18 +01:00
Marius Kittler dcb2253903 Increment patch version 4.0.0 -> 4.0.1 2019-01-21 18:16:17 +01:00
Marius Kittler 5492e67496 Quick GUI: Enable wrapping in details dialog 2019-01-21 18:15:44 +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 5b9e63785a Always show debug output when opening native fd 2019-01-12 02:51:13 +01:00
Martchus 3b833e474b Remove const_cast 2018-12-23 19:02:40 +01:00
Martchus d675823b57 Update translations 2018-12-22 03:00:41 +01:00
Martchus 3f6b488cf3 Check for encryption via save options in Quick GUI
So the special file handling used under Android is not
messed.
2018-12-22 02:24:48 +01:00
Martchus b4a89d49fd Update version in AndroidManifest.xml 2018-12-22 02:08:18 +01:00
Martchus 7866787e2e Don't use (Windows-specific) dialog style for details 2018-12-22 00:51:13 +01:00
Martchus 779acb8c3a Prevent cropping icon for Windows binary
The new icon must not be cropped.
2018-12-22 00:42:13 +01:00
Martchus 75075725a6 Add file details 2018-12-21 01:14:41 +01:00
Martchus d2b096bfda Adapt for passwordfile 4.0.0 2018-12-19 00:15:39 +01:00
Martchus d1e1d44c32 Improve README.md 2018-12-16 00:03:56 +01:00
Martchus 2f603817f6 Add comment about anchors.centerIn 2018-12-15 23:44:34 +01:00
Martchus e5da308218 Increase spacing of about dialog in Quick GUI 2018-12-15 23:44:04 +01:00
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