Commit Graph

56 Commits

Author SHA1 Message Date
Martchus 93d630756a Apply clang-format 2018-08-31 19:59:08 +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 2496c495c7 Prevent memory leak in StackSupport 2018-06-10 22:51:43 +02:00
Martchus 3948490bba Improve shortcuts in GUI 2018-03-14 00:40:06 +01:00
Martchus 575d0cabdb Apply clang format on all GUI files 2018-03-14 00:17:14 +01:00
Martchus 836e6bbcb2 Improve coding style 2018-03-14 00:15:12 +01:00
Martchus 983cc6077b Improve coding style 2018-01-26 15:52:43 +01:00
Martchus 91c6961422 Allow opening files in read-only mode 2018-01-26 15:51:34 +01:00
Martchus c217b4f5b4 Fix deref nullptr when adding new field and pw hidden 2017-10-21 21:14:50 +02:00
Martchus e1386c2a79 Reformat using clang-tidy 5.0 2017-09-29 17:20:03 +02:00
Martchus 2dfe0ac902 Improve CLI 2017-06-10 22:26:12 +02:00
Martchus 593e72f121 Add missing #include <functional> 2017-06-09 00:42:52 +02:00
Martchus f5bdf4c438 Apply clang-format 2017-05-01 03:26:04 +02:00
Martchus 1c033b4746 Make definitions for gui support project specific 2017-04-27 22:16:26 +02:00
Martchus 1193b9acec Don't use organization for settings 2017-02-20 19:55:48 +01:00
Martchus 0e8dbd6f66 Use ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES 2017-02-11 02:36:10 +01:00
Martchus afd39f21d3 Remove use of old SLOT macro 2017-02-06 21:38:01 +01:00
Martchus 648d482766 Uniform line endings (dos2unix) 2016-08-29 20:21:24 +02:00
Martchus 56907b6d4c Fix overriding custom font 2016-08-27 15:19:49 +02:00
Martchus a789fa24b3 Allow using static Qt libraries 2016-08-19 22:39:28 +02:00
Martchus 77284da073 Add (experimental) Qt settings 2016-08-16 00:37:17 +02:00
Martchus 57c156689a Improve saving and restoring geometry 2016-07-16 23:12:53 +02:00
Martchus bd9037f1d5 Change usage of DECLARE_ENUM macro 2016-07-11 22:10:16 +02:00
Martchus 53712d52c8 Provide bash completion 2016-07-04 23:29:49 +02:00
Martchus 131abd1f22 Use workaround for GCC Bug 66145 2016-06-14 22:57:39 +02:00
Martchus 2903280995 fixed recent menu 2016-04-26 20:13:05 +02:00
Martchus 4fdd328e9d overall cleanup 2016-04-25 22:06:24 +02:00
Martchus fc13d3d6a9 refactored "recently opened files menu" 2016-04-19 01:38:43 +02:00
Martchus 06a5a418bc minor fixes
- propose extension filter "pwmgr" in file dialogs
- update window title after file creation
2016-04-16 02:20:48 +02:00
Martchus a953bbad27 fixed addRecentEntry 2016-04-09 00:33:01 +02:00
Martchus b518f8968a tweaked filter 2016-04-08 00:04:23 +02:00
Martchus 6086c613f4 lupdate 2016-03-03 19:41:49 +01:00
Martchus e366ac8ac1 improved context menu in TableView 2016-03-03 16:50:37 +01:00
Martchus 586589af5f improved window title when showing password dlg 2016-02-27 23:23:02 +01:00
Martchus 64190406ea use openLocalFileOrDir() 2016-02-06 17:05:27 +01:00
Martchus 2d8c94855c show path when asking for password 2015-12-19 01:34:12 +01:00
Martchus fb5f30a5ac added shortcut to open most recent file 2015-12-19 01:31:54 +01:00
Martchus f2f2540bb9 improved project files 2015-12-08 08:37:18 +01:00
Martchus 515cb9fe84 added simple CMake project file 2015-12-05 22:52:00 +01:00
Martchus 2e522b44ad need to modify item delegate to properly hide passwords when editing 2015-11-04 20:30:32 +01:00
Martchus 4bbb82d898 added option to hide passwords when editing 2015-11-03 21:22:50 +01:00
Martchus 04852b9a18 unified dialog style sheet, removed hard coded colors 2015-09-26 20:34:09 +02:00
Martchus 90d37aeaa9 fixed includes 2015-09-06 20:33:09 +02:00
Martchus 8f2bd78b47 updated application startup 2015-09-01 20:18:13 +02:00
Martchus 403388647c replaced signals/slots with Q_SIGNALS/Q_SLOTS 2015-08-25 19:15:27 +02:00
Martchus a0883968cb updated application info 2015-08-25 19:14:49 +02:00
Martchus b32fb73c67 ensure firstType is initialized 2015-07-31 01:11:35 +02:00
Martchus cd04740a74 moved application info to project file 2015-07-27 23:33:54 +02:00