Commit Graph

386 Commits

Author SHA1 Message Date
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
Martchus 6ebcd5e937 Update README.md 2018-09-18 23:27:03 +02:00
Martchus fa050a422a Quick GUI: Allow filtering entries
So far all operations on entries are disabled when
in filtered state and switching between normal and
filtered view invalidates the stack.
2018-09-16 21:48:46 +02:00
Martchus c3775775d1 Quick GUI: Allow to clear recent files 2018-09-16 19:16:12 +02:00
Martchus 18e7e5d027 Use CMake from qtutilities instead of ECM to create Android APK 2018-09-16 00:33:55 +02:00
Martchus 0182e41ffa Add missing icons 2018-09-10 23:28:02 +02:00
Martchus 316f1ee2a7 Quick GUI: Hide entries and their children when deleted 2018-09-10 22:46:17 +02:00
Martchus 55eddd3fed Quick GUI: Add shortcuts 2018-09-10 20:43:58 +02:00
Martchus 24bc27ce8f Quick GUI: Keep menu open
It is closed anyways when opening a file or showing
a dialog and it is useful to keep the menu open after
closing.
2018-09-10 20:43:28 +02:00
Martchus a2b579623d Quick GUI: Clear password also in file but not when closing 2018-09-10 20:04:14 +02:00
Martchus 53ac241b22 Quick GUI: Improve small details 2018-09-10 19:57:58 +02:00
Martchus 1d3f81ab70 Quick GUI: Clear previous/wrong password 2018-09-10 19:56:35 +02:00
Martchus b12b7a7b24 Quick GUI: Focus text fields in dialogs 2018-09-10 19:53:54 +02:00
Martchus f86fcefc03 Quick GUI: Show warning if no password set 2018-09-10 19:53:14 +02:00
Martchus b1bd12755c Use extra page for fields 2018-09-09 01:49:32 +02:00
Martchus 7fbc1fe0f6 Add missing icons 2018-09-09 01:49:12 +02:00
Martchus 829c7e63dc Improve theming under Android 2018-09-09 00:57:02 +02:00
Martchus a5ffe32861 Quick GUI: Show full file path as tooltip 2018-09-08 20:00:43 +02:00
Martchus 65d41276e8 Improve debug messages 2018-09-08 19:59:15 +02:00
Marius Kittler 6048e7d561 Quick GUI: Fix creating new files via Quick dialog 2018-09-07 14:20:54 +02:00
Martchus 6d786d0b77 Show native file dialog under Android 2018-09-07 00:55:10 +02:00
Martchus fc1f6e7b91 Add splash screen for Android 2018-09-02 19:10:23 +02:00
Martchus a16021ca9a Quick GUI: Make entry icon clickable, show menu on right/long click 2018-09-02 19:09:16 +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 10ab060568 Quick GUI: Allow moving entries to the bottom 2018-09-02 19:04:28 +02:00
Martchus 162161d07c Show global drawer initially if no file opened 2018-08-31 22:29:34 +02:00
Martchus 0ecef255c9 Improve icons for Qt Quick / Android 2018-08-31 22:29:01 +02:00
Martchus ba78a98cf9 Update README.md regarding Qt Quick GUI and Android build 2018-08-31 20:16:19 +02:00
Martchus 93d630756a Apply clang-format 2018-08-31 19:59:08 +02:00
Martchus ff6ddc6976 Skip argument parsing under Android 2018-08-31 19:59:08 +02:00
Martchus bf854cb131 Allow building for Android 2018-08-31 19:59:08 +02:00
Martchus 91288a5cc7 Fix typo in German translation 2018-08-09 21:45:11 +02:00
Martchus f9d24c400f Improve PasswordGeneratorDialog::generateNewPassword()
* Remove unused OpenSSL include
* Use const where possible
* Reduce max. indentation
* Avoid implicit signedness conversion
2018-07-15 19:35:32 +02:00
Martchus 5e3a47f81d Improve coding style in MainWindow::insertFields()
* Get rid of the unused variable
* Fix typo
2018-07-15 19:12:50 +02:00
Marius Kittler ce7595fd8a Prevent using released unique_ptr 2018-06-19 13:32:21 +02:00
Martchus fa8e6a76db Allow to copy in Qt Quick GUI 2018-06-16 15:37:55 +02:00
Martchus 68c3133498 Use Array.map() instead of for loop 2018-06-16 15:25:57 +02:00
Martchus fdd8e28474 Simplify initialization of Qt Quick GUI 2018-06-16 15:15:25 +02:00