summaryrefslogtreecommitdiffstats
path: root/configdialog.cpp
AgeCommit message (Collapse)Author
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