summaryrefslogtreecommitdiffstats
path: root/configdialog.cpp
AgeCommit message (Collapse)Author
2016-10-12Init length and selected, minor cleanup / styleAnne Jan Brouwer
2016-10-11smaller Bugfixes for previous commit and comments addedJonathan Klimt
2016-10-11Added Password Generator TemplatesJonathan Klimt
2016-09-27Fix spelling errorPhilip Rinn
2016-06-20Fixed errors found by DoxygenAnne Jan Brouwer
2016-06-20Lots of source documentation, some minor cleanup and added a previously ↵Anne Jan Brouwer
non-translatable message.
2016-05-30clang formatterAnne Jan Brouwer
2016-03-06Use --secure for pwgen and add more configurable optionsAndrey Mazo
Enable --secure option for pwgen by default as it allows it to generate more random passwords. Also, add the following options to pwgen together with corresponding checkboxes: * --capitalize * --numerals * --secure All these options are enabled by default, as * we're a password manager, so no need to memorize passwords, so we should make them more secure by default; * most websites accept passwords, generated using these options (unlike --symbols option) Convert horizontal layout for options into form layout to accommodate more checkboxes.
2016-01-03Always on top, fixes https://github.com/IJHack/qtpass/issues/118Anne Jan Brouwer
2015-11-24Done with flint++ too :smile:Anne Jan Brouwer
2015-11-24More linting and tiny optimisations (++i vs i++)Anne Jan Brouwer
2015-11-24clang-formatAnne Jan Brouwer
2015-11-23uncrustifyAnne Jan Brouwer
2015-11-21Some tweaks to make the linthub check happier. Most removing whitespace and ↵Jonathan Hanks
keeping line lengths under 80 chars. This does not address all of the linthub warnings. It targets code I modified for the on-demand-clipboard branch and ignores the inconsistancies of where the open brace should be for methods as that varies through the code base.
2015-11-20Modified the clipboard logic to allow for on-demand copy to clipboard.Jonathan Hanks
Changed the clipboard config entry to be a combobox instead of a checkbox. It has 3 states: Never copy to the clipboard Always copy to the clipboard On-demand copy to the clipboard Added a 'Password' button to the main window which copies the password to the clipboard when pressed. The button is disabled when there is no password loaded or passwords are set to never copy to the clipboard. Added a context menu entry to the text browser to copy the password to the clipboard. Moved some of the clipboard code around to make it more flexible. Clippedpass is always set when the password could be copied.
2015-11-03Convert to LPCWSTR (ugh, Windows)Anne Jan Brouwer
2015-11-03Missing windows header (on Winodows)Anne Jan Brouwer
2015-11-03renamed Dialog to ConfigDialog for clarity, upped version number to 1.0.4Anne Jan Brouwer