thez3ro
|
a53b111182
|
Update and fix copyright headers
|
2017-06-14 15:54:43 +02:00 |
|
Jonathan White
|
6ffca842e6
|
Add "Apply" button to entry and group edit windows (#624)
|
2017-06-13 20:55:53 -04:00 |
|
Janek Bevendorff
|
8d487d31a4
|
Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
|
2017-03-10 16:12:02 +01:00 |
|
Jonathan White
|
31494ec327
|
Enhance attribute entry and add protected attributes (#220)
* Allow protected attributes to be hidden
* Entry area is resizable
* Added test cases for protected attributes
|
2017-03-07 22:38:18 -05:00 |
|
Felix Geyer
|
8a50ee8b22
|
Close database without asking when unmodified.
Don't ask for confirmation when closing/locking a database and
- it's in edit entry mode
- there haven't been any modifications
Refs #511
|
2016-10-02 21:45:54 -04:00 |
|
Felix Geyer
|
cf8186312a
|
Refactor parts of EditEntryWidget::saveEntry() into updateEntryData().
|
2016-10-02 21:45:54 -04:00 |
|
Felix Geyer
|
7fa0eddc5f
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02:00 |
|
Felix Geyer
|
9e051e835b
|
Close databases when they are locked.
Previously we've only hidden access to them.
Closes #275
|
2015-04-05 10:38:36 +02:00 |
|
Felix Geyer
|
876a75b572
|
Disable attachment buttons when none is selected.
|
2014-12-03 23:26:42 +01:00 |
|
Felix Geyer
|
c39898dad9
|
Support opening attachments directly.
|
2014-12-03 21:50:17 +01:00 |
|
Felix Geyer
|
223c5a1651
|
Use an icon for the button that shows/masks passwords.
Closes #38
Additionally make use of the new PasswordEdit class where possible.
|
2014-01-12 17:13:10 +01:00 |
|
Felix Geyer
|
6504b6f2bd
|
Drop Qt module name from include statements.
This is a preparation to be able to build KeePassX against Qt 5.
|
2013-10-03 15:18:16 +02:00 |
|
Felix Geyer
|
5dadedbf70
|
Implement the GUI for the password generator.
Closes #52
|
2013-03-12 22:42:06 +01:00 |
|
Florian Geyer
|
870417d9c4
|
Add dummy PasswordGeneratorWidget.
Refs #52
|
2013-03-10 22:33:03 +01:00 |
|
Florian Geyer
|
36ad91b447
|
Entry edit: merge notes and main widget.
Closes #59
|
2013-03-10 19:47:08 +01:00 |
|
Florian Geyer
|
e9b704d21f
|
Make sure the presets menu has a parent.
|
2012-11-02 16:33:10 +01:00 |
|
Florian Geyer
|
25f15073cc
|
Refactor EditEntryWidget.
|
2012-10-29 23:11:42 +01:00 |
|
Florian Geyer
|
771a041750
|
Refactor EditWidgetProperties.
|
2012-10-29 22:41:37 +01:00 |
|
Florian Geyer
|
ff0d53d945
|
Add properties tab in EditEntryWidget.
|
2012-10-29 19:59:09 +01:00 |
|
Florian Geyer
|
08415bd824
|
Improve headline in EditEntryWidget.
|
2012-10-21 21:50:05 +02:00 |
|
Felix Geyer
|
b17cb60b5c
|
Coding style fixes.
|
2012-10-21 15:09:01 +02:00 |
|
Florian Geyer
|
de1a94ff61
|
Add presets for expire date.
Closes #44
|
2012-08-18 17:33:41 +02:00 |
|
Felix Geyer
|
b5c3873cfd
|
Update auto-type association editing.
Correctly set enabled status of all elements.
Fix crash when clicking on the view and the entry has no auto-type associations.
|
2012-07-20 10:28:18 +02:00 |
|
Felix Geyer
|
676be9da16
|
Coding style fixes.
|
2012-07-16 17:47:21 +02:00 |
|
Felix Geyer
|
237d954b65
|
Add auto-type settings to EditEntryWidget.
|
2012-07-16 17:40:28 +02:00 |
|
Felix Geyer
|
68155e8f89
|
Make use of Q_NULLPTR.
|
2012-06-29 14:15:16 +02:00 |
|
Florian Geyer
|
01706483fb
|
Fix history view showing wrong item.
|
2012-06-10 18:11:00 +02:00 |
|
Felix Geyer
|
bde397503e
|
Coding style fixes.
|
2012-05-21 11:57:29 +02:00 |
|
Felix Geyer
|
5297722ede
|
Include header cleanup.
|
2012-05-20 23:08:23 +02:00 |
|
Florian Geyer
|
3be90b02d6
|
Add option to restore from a history item.
Closes #23
|
2012-05-20 13:07:45 +02:00 |
|
Florian Geyer
|
8904869350
|
Add button to remove all history entries.
Refs #23
|
2012-05-20 13:07:45 +02:00 |
|
Florian Geyer
|
4797926be6
|
History items can now be removed.
Refs #23
|
2012-05-20 13:07:45 +02:00 |
|
Florian Geyer
|
810a6e4b39
|
Display history items.
Refs #23
|
2012-05-17 23:29:37 +02:00 |
|
Felix Geyer
|
7ebee78c75
|
Create src/gui/{entry,group}/ and move corresponding files to these dirs.
|
2012-05-16 10:22:04 +02:00 |
|