Felix Geyer
|
e361b0dd81
|
Fix typo canDeleteCurrentGoup() -> canDeleteCurrentGroup().
|
2014-05-15 22:56:36 +02:00 |
|
Felix Geyer
|
ce7e01a1b1
|
const-ify several methods.
|
2014-05-15 22:53:59 +02:00 |
|
Felix Geyer
|
cda5e990ac
|
Show in-edit-mode warning when database is locked.
|
2014-05-15 22:51:13 +02:00 |
|
Felix Geyer
|
75d3e6261b
|
Coding style fix.
|
2014-05-15 18:41:11 +02:00 |
|
Florian Geyer
|
9363d23e09
|
Remove dependency to Group- and EntryView from MainWindow.
|
2014-05-15 18:05:58 +02:00 |
|
Florian Geyer
|
967a9f0195
|
Add check if parent group has custom icon.
Refs #174
|
2014-04-14 23:20:24 +02:00 |
|
Florian Geyer
|
2308099260
|
Small refactoring in DatabaseWidget.
|
2013-12-01 09:59:43 +01:00 |
|
Florian Geyer
|
4a3da3abe7
|
Hard code copy action for default attributes.
|
2013-12-01 09:43:41 +01:00 |
|
Felix Geyer
|
551637f0c2
|
Allow removing multiple entries.
|
2013-10-08 21:36:01 +02: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 |
|
Florian Geyer
|
ba3baf3595
|
Open EditEntryWidget when empty url column is activated.
|
2013-04-14 19:14:06 +02:00 |
|
Florian Geyer
|
bf906a7867
|
Open url when an entry is activated via its url column.
Closes #55
|
2013-04-07 22:17:32 +02:00 |
|
Florian Geyer
|
ddd5e8a209
|
Add menu entry to copy an entry attribute to clipboard.
|
2012-10-24 20:03:33 +02:00 |
|
Felix Geyer
|
e166722026
|
Implement database locking.
Closes #35
|
2012-10-12 12:12:00 +02:00 |
|
Felix Geyer
|
668103a00f
|
Show group and entry view context menus from MainWindow.
This allows us to drop the duplicate actions in DatabaseWidget.
|
2012-08-04 22:06:41 +02:00 |
|
Felix Geyer
|
3a2f387892
|
Add action to open the entry URL.
Closes #37
|
2012-07-27 18:38:52 +02:00 |
|
Felix Geyer
|
651c00239a
|
Add an auto-type entry action.
|
2012-07-12 22:35:51 +02:00 |
|
Felix Geyer
|
2e38b01d80
|
Add Save and SaveAs gui tests.
|
2012-07-06 19:21:19 +02:00 |
|
Felix Geyer
|
b579eb954e
|
Use QSaveFile to save databases.
|
2012-07-06 18:50:52 +02:00 |
|
Felix Geyer
|
68155e8f89
|
Make use of Q_NULLPTR.
|
2012-06-29 14:15:16 +02:00 |
|
Felix Geyer
|
92af92ccbe
|
Convert DatabaseOpenDialog into a widget on DatabaseWidget.
|
2012-06-29 10:36:35 +02:00 |
|
Florian Geyer
|
204822b66f
|
Improve auto save handling.
|
2012-06-24 19:30:30 +02:00 |
|
Florian Geyer
|
056447fad9
|
Add editFinished signal which can be used to auto save the database.
|
2012-06-14 21:18:04 +02:00 |
|
Florian Geyer
|
21e257e64d
|
Re-add truncation of history entries.
|
2012-06-06 19:59:10 +02:00 |
|
Florian Geyer
|
56509eab5f
|
Fix enabled state of group actions.
|
2012-05-27 16:53:27 +02:00 |
|
Florian Geyer
|
a92ddc6d0b
|
Add case sensitivity option to search.
|
2012-05-27 15:07:28 +02:00 |
|
Florian Geyer
|
4751f40c2b
|
Add a function to database widget to access enabled state of actions.
|
2012-05-26 19:40:02 +02:00 |
|
Felix Geyer
|
f43ad8d062
|
Support copying username and password to the clipboard.
|
2012-05-26 16:37:57 +02:00 |
|
Felix Geyer
|
5c0a83eae5
|
Add context menus for group and entry view.
|
2012-05-25 13:42:59 +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
|
9faf550fa1
|
Use line edit widget for search edit.
|
2012-05-20 21:09:34 +02:00 |
|
Florian Geyer
|
e4a5cd214f
|
Improve search.
Find as you type.
Add shortcut.
Hide search widgets when not used.
Refs #24
|
2012-05-20 12:57:50 +02:00 |
|
Felix Geyer
|
fef931392f
|
Simplify DatabaseSettingsWidget by passing a Database pointer to it.
|
2012-05-19 14:52:00 +02:00 |
|
Florian Geyer
|
810a6e4b39
|
Display history items.
Refs #23
|
2012-05-17 23:29:37 +02:00 |
|
Florian Geyer
|
eb82df5994
|
Add entry clone functionality.
|
2012-05-16 10:30:25 +02:00 |
|
Florian Geyer
|
ea6f2477ef
|
Add button to clear search field.
|
2012-05-16 10:18:27 +02:00 |
|
Florian Geyer
|
fb5a5041d5
|
Fix crash when editing an entry in search results.
|
2012-05-16 01:33:32 +02:00 |
|
Felix Geyer
|
b88a0d8de3
|
Coding style improvements.
|
2012-05-14 16:27:59 +02:00 |
|
Florian Geyer
|
459cf051bf
|
Truncate history of all items when history limits are changed.
|
2012-05-13 19:43:01 +02:00 |
|
Florian Geyer
|
6b6c109903
|
Add search.
Refs #24
|
2012-05-13 19:21:10 +02:00 |
|
Felix Geyer
|
e4bc302d3d
|
Coding style fixes.
|
2012-04-25 20:22:55 +02:00 |
|
Florian Geyer
|
c29c423ec8
|
Add enum to describe current mode of database widget.
|
2012-04-25 19:46:19 +02:00 |
|
Felix Geyer
|
3aac16f03e
|
Make DatabaseWidget ignore the size hint of non-active widgets.
|
2012-04-24 11:22:55 +02:00 |
|
Felix Geyer
|
3df2ad35cb
|
Constification and some style fixes.
|
2012-04-23 21:09:01 +02:00 |
|
Florian Geyer
|
8467e7756d
|
Add ability to delete groups via gui.
|
2012-04-22 00:11:17 +02:00 |
|
Florian Geyer
|
1fc5f7a69f
|
Add database settings widget and ability to change transform rounds count.
|
2012-04-21 17:28:44 +02:00 |
|
Florian Geyer
|
5661f29f7d
|
Add ability to delete entries via gui.
|
2012-04-18 23:06:21 +02:00 |
|
Florian Geyer
|
89f138a868
|
Remove unnecessary currentIndexChanged signal in database widget.
|
2012-04-18 17:03:58 +02:00 |
|
Florian Geyer
|
fec19b475e
|
Disable/enable menu actions depending on what currently can be done.
|
2012-04-18 17:03:57 +02:00 |
|