summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
AgeCommit message (Collapse)Author
2015-07-19Start minimized fixes https://github.com/IJHack/qtpass/issues/69Anne Jan Brouwer
2015-07-17rename to clear up, remove empty profilesAnne Jan Brouwer
2015-07-17the actual pwgenAnne Jan Brouwer
2015-07-16pwgen hookupAnne Jan Brouwer
2015-07-16pwgen boilerplating stuffAnne Jan Brouwer
2015-07-10interface tweaks and base of pwgen stuffAnne Jan Brouwer
2015-07-09Merge pull request #67 from linuxqc/masterAnne Jan Brouwer
To make building successfull wi Desktop Qt 5.4.0 MSVC2012 OpenGL 32bit
2015-07-07cleanupAnne Jan Brouwer
2015-07-07anti-collission measuresAnne Jan Brouwer
2015-06-27To make building successfull wi Desktop Qt 5.4.0 MSVC2012 OpenGL 32bitlinuxqc
2015-06-11folder removal addedAnne Jan Brouwer
2015-06-11right click actionsAnne Jan Brouwer
2015-06-09cleaned up and added configAnne Jan Brouwer
2015-06-09trying old trayicon codeAnne Jan Brouwer
2015-05-27reverted more revertsAnne Jan Brouwer
2015-05-27more wizardly thingsAnne Jan Brouwer
2015-05-26working keygenAnne Jan Brouwer
2015-05-24gen-key codeAnne Jan Brouwer
2015-05-22plumbing and some textAnne Jan Brouwer
2015-05-21clean wizard interfaceAnne Jan Brouwer
2015-05-19update pass environmentAnne Jan Brouwer
2015-05-19clean quit on canceling out of wizardAnne Jan Brouwer
2015-05-19start of streamlined wizardAnne Jan Brouwer
2015-05-18cleanup, rework and clean wizard dialog addedAnne Jan Brouwer
2015-05-18Revert "profiles groundwork"Anne Jan Brouwer
This reverts commit 630e03ffa4fd37878ff91893d79ccfd6630e34e3.
2015-05-18Revert "Basic profile framework"Anne Jan Brouwer
This reverts commit fdaf4aa24902da79c2eb6cddbb541db24b0f95cd.
2015-05-18Revert "Profile UI mostly done"Anne Jan Brouwer
This reverts commit d28220ccb72150fa986838351f2955f63886bd65.
2015-05-12Merge branch 'master' into developAnne Jan Brouwer
2015-05-12qt4 compile fix missing QQueueAnne Jan Brouwer
2015-05-10Merge branch 'master' into developAnne Jan Brouwer
2015-05-09Provide more information in user list.Reimar Döffinger
Mark keys that are not valid and keys that have a secret key available specially. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-05-08Profile UI mostly doneAnne Jan Brouwer
2015-05-08Basic profile frameworkAnne Jan Brouwer
2015-05-07profiles groundworkAnne Jan Brouwer
2015-05-06user input, filtering too soon breaks the treeviewAnne Jan Brouwer
2015-05-05cleanup of mac PATH stuff & enabling/disabling of pushButtonAnne Jan Brouwer
2015-05-04Added and execution queue and better string (space) handlingAnne Jan Brouwer
2015-05-03adding of newly created .gpg-id file(s)Anne Jan Brouwer
2015-04-26Ensure user dialog does not discard unknown keys.Reimar Döffinger
Instead display them at the top of the list.
2015-04-18Add WebDAV support.Reimar Döffinger
Not added to the config dialog yet. Note: The Debian version of fusedav will not work with several WebDAV implementations. All necessary patches are on the Debian bugtracker though (as upstream is dead and the "official" successor project on github doesn't seem to work at all with any WebDAV implementation I could try). Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-04-15cleanupAnne Jan Brouwer
2015-04-12Add nosingleapp config.Reimar Döffinger
If set, allows multiple instances, thus avoiding the issues with the SingleApplication (which has issues with multiple users, multiple X servers, race conditions, ...). Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-04-11User edit dialog for modifying .gpg-id added.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-04-04More proper support for subdirectories.Reimar Döffinger
Creates new file in selected sub-directory. Also searches for .gpg-id in current sub-directory first. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-04-01Adding push button to push git reporealitygaps
2015-03-30Remove unused class variable.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-03-30Reduce variable scope.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-03-30Use QScopedPointer to reduce memleaks.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-03-29Add support for gpgHome setting.Reimar Döffinger
It is used to set the GNUPGHOME environment variable. This allows to specify the GnuPG configuration and keyring location, especially for use on USB stick. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-03-29Support ini file in application directory.Reimar Döffinger
This is useful for use from a USB stick. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>