summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
AgeCommit message (Expand)Author
2016-01-03Always on top, fixes https://github.com/IJHack/qtpass/issues/118v1.0.6Anne Jan Brouwer
2015-12-31qrand always generating the same sequence of passwordsErik Lander
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
2015-11-20Modified the clipboard logic to allow for on-demand copy to clipboard.Jonathan Hanks
2015-11-18clear lastDecrypt on file (or folder) deletion, solves https://github.com/IJH...Anne Jan Brouwer
2015-11-18Correct \n (it was late) and always add default template if none is setv1.0.5Anne 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 https://github.com/IJHa...Anne Jan Brouwer
2015-11-11Show git error output as (dark)gray instead of red, fixes https://github.com/...Anne Jan Brouwer
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 ht...Anne Jan Brouwer
2015-09-24Version 1.0.2 and set default passwordChars if missingv1.0.2Anne 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 fieldsv1.0.1Anne 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
2015-08-06manually merged changes from 1.0 release and beyondAnne Jan Brouwer
2015-08-06only one autopull for nowAnne Jan Brouwer
2015-08-06missing git recursive deleteAnne Jan Brouwer
2015-08-06autoPush and a minor useGit fixAnne Jan Brouwer
2015-08-06translation updates, plumbing for autoPush / autoPullAnne Jan Brouwer
2015-08-06removed inconsistencyAnne Jan Brouwer
2015-08-05Issue #86 - Clear the password display after some timeKarl Grzeszczak
2015-08-04added commit for removal in "native" modeAnne Jan Brouwer
2015-08-03git init now also for non-pass peopleAnne Jan Brouwer
2015-08-02Call 'pass git init' on creation of password-store when useGitDennis de Greef
2015-08-01start of template frameworkAnne Jan Brouwer
2015-07-30don't allways wizard when using configv0.9.2Anne Jan Brouwer
2015-07-30fixed deadlock situations and segfault noticed by FooBar http://paste.sigio.n...Anne Jan Brouwer
2015-07-30show created and exiry date in users view, also filter out expired keys, fixe...Anne Jan Brouwer
2015-07-28Fixes https://github.com/IJHack/qtpass/issues/57 post 2Anne Jan Brouwer
2015-07-19Start minimized fixes https://github.com/IJHack/qtpass/issues/69Anne Jan Brouwer
2015-07-18wizard flow fixAnne Jan Brouwer