summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
AgeCommit message (Collapse)Author
2016-01-29Esc Key clears search fieldJonathan Klimt
2016-01-28removed the seperate clearbutton and inserted background text to the search barJonathan Klimt
2016-01-22Coding standards ;)Anne Jan Brouwer
2016-01-19Manual merge of config and de/se translationsAnne Jan Brouwer
2016-01-03Always on top, fixes https://github.com/IJHack/qtpass/issues/118Anne Jan Brouwer
2015-12-31Merge conflict ResolvedJonathan Klimt
2015-12-31qrand always generating the same sequence of passwordsErik Lander
qrand fallback when not using pwgen would always generate the same sequence of passwords because qsrand was never called.
2015-12-22Worked on Delete DirectoryJonathan Klimt
2015-12-22Doubleclick on Folder in Treeview does nothingJonathan Klimt
2015-12-22Deletes Folders ProperlyJonathan Klimt
Message when creating a Folder shows absolute path
2015-12-22Small cleanupJonathan Klimt
2015-12-22Added a small menu to the add Button, so you can add either a password entry ↵Jonathan Klimt
or a folder
2015-12-21Small cosmetic change to the last commit. Also added an idea for checking ↵Jonathan Klimt
for PGP key before password creation, but this doesn't work so far
2015-12-21Shows absolute Path in Password Add Dialouge, as the relative path always ↵Jonathan Klimt
reminds me of saving to root directory
2015-12-20Some minor coding style fixesJonathan Klimt
2015-12-19The spacing between the button groups is corrected for when the git buttons ↵Jonathan Klimt
are hidden Added delete and enter Key functionality
2015-12-17Short Fix, remove empty functionJonathan Klimt
2015-12-17Added usage of system icons on the buttons and improved spacing between buttonsJonathan Klimt
2015-12-17When doubleclick on treeview Item open change DialougeJonathan Klimt
2015-12-02Patch from @bearsh fixes https://github.com/IJHack/qtpass/issues/122Anne Jan Brouwer
2015-11-24I'm done for now :)Anne Jan Brouwer
2015-11-24Even more linting and one more tiny optiAnne Jan Brouwer
2015-11-24clang-formatAnne Jan Brouwer
2015-11-23uncrustifyAnne Jan Brouwer
2015-11-23Naming conventionsAnne 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-18clear lastDecrypt on file (or folder) deletion, solves ↵Anne Jan Brouwer
https://github.com/IJHack/qtpass/issues/117
2015-11-18Correct \n (it was late) and always add default template if none is setAnne Jan Brouwer
2015-11-18User https://github.com/jvenant/passff standard for template on clean installAnne Jan Brouwer
2015-11-17Stop timer when new task startsAnne Jan Brouwer
2015-11-17Remove template widgets when starting new taskAnne Jan Brouwer
2015-11-17reset the timer, should I (needlessly) do this for the clipboard too?Anne Jan Brouwer
2015-11-17Autoclear doesn't need clipboardAnne Jan Brouwer
2015-11-17Remove (trailing) newline(s) from pwgen output, fixes ↵Anne Jan Brouwer
https://github.com/IJHack/qtpass/issues/115
2015-11-11Show git error output as (dark)gray instead of red, fixes ↵Anne Jan Brouwer
https://github.com/IJHack/qtpass/issues/111
2015-11-03renamed Dialog to ConfigDialog for clarity, upped version number to 1.0.4Anne Jan Brouwer
2015-10-25Don't template urlsAnne Jan Brouwer
2015-10-22Use 'pass show password' instead of just 'pass password' for showing fixes ↵Anne Jan Brouwer
https://github.com/IJHack/qtpass/issues/105
2015-09-24Version 1.0.2 and set default passwordChars if missingAnne Jan Brouwer
2015-09-24Adding trailing newline to password file, fixes #93Anne Jan Brouwer
2015-09-24Simpler regex for url replacement, solves #97Anne Jan Brouwer
2015-09-24Safeguard agains modulus zero in password generatorAnne Jan Brouwer
2015-08-09cleanup, sizing of template fieldsAnne Jan Brouwer
2015-08-09fixes https://github.com/IJHack/qtpass/issues/89Anne Jan Brouwer
2015-08-07templating the mainwindowAnne Jan Brouwer
2015-08-07fix the token countAnne Jan Brouwer
2015-08-07magic fieldsAnne Jan Brouwer
2015-08-07file name in titleAnne Jan Brouwer
2015-08-07templating system implementedAnne Jan Brouwer