summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
AgeCommit message (Collapse)Author
2016-12-13Moved sources to srcAnne Jan Brouwer
2016-12-04Use new executor in Passtezeb
2016-11-27password generation refactoringtezeb
2016-11-27fix Panel and Pass timerstezeb
- make Panel timer non dyn-allocated, with fixed config and working(it was not) - add Pass timer as member, with fixed config
2016-11-27remove mainwindow deps from qpushbuttowithclipboard + fix memleakstezeb
2016-11-23housekeepingAnne Jan Brouwer
2016-11-22refactor process mgmt and split Pass into subclassestezeb
2016-11-22Only show notification when clearPannel comming from timer, fixes #231Anne Jan Brouwer
2016-11-20Not overloading clipBoardType for characterSet enumeration anymoreAnne Jan Brouwer
2016-11-20clang-format for consistencyAnne Jan Brouwer
2016-11-20Aparently DELETE even in all-caps is a restricted word in C++ on WindowsAnne Jan Brouwer
2016-11-20now using the new settings everywhereJanosch Knack
2016-11-20Pedantic uint cleanup and TODO for other ugly castsAnne Jan Brouwer
2016-11-20Minor cleanupAnne Jan Brouwer
2016-11-19mainwindow now uses the new QtPassSettingsJanosch Knack
2016-11-19added new Settings classJanosch Knack
2016-11-17Merged with MasterJonathan Klimt
2016-11-17UI improvements: improved Mainwindow, treeView can be deselectedJonathan Klimt
2016-11-16added a copy to clipboard button an the output areaJanosch Knack
layout changes from formlayout to gridlayout
2016-11-16enabled copying e.g. username into clipboard by doubleclick onto labelJanosch Knack
2016-10-18Missing documentationAnne Jan Brouwer
2016-10-12init + cleanup of test varsAnne Jan Brouwer
2016-10-12Not allowed: ISO C++ forbids in-class initialization of non-const static ↵Anne Jan Brouwer
member ‘selected’
2016-10-12Init length and selected, minor cleanup / styleAnne Jan Brouwer
2016-10-11Added password settings to the new password dialougeJonathan Klimt
2016-10-11Added Password Generator TemplatesJonathan Klimt
2016-06-21README beautification for export and use, travis fix for README, minor cleanupAnne Jan Brouwer
2016-06-10Placeholder related: #161Anne Jan Brouwer
2016-06-09Updated docsAnne Jan Brouwer
2016-06-09Updated docsAnne Jan Brouwer
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-02-02Focus the treeView when down is pressed on the search boxScott Wehrenberg
2016-02-02Focus the search box when the window becomes activeScott Wehrenberg
2016-01-28removed the seperate clearbutton and inserted background text to the search barJonathan Klimt
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-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-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-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-11-24Even more linting and one more tiny optiAnne 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-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-17Remove template widgets when starting new taskAnne Jan Brouwer