Felix Geyer
|
7ebee78c75
|
Create src/gui/{entry,group}/ and move corresponding files to these dirs.
|
2012-05-16 10:22:04 +02:00 |
|
Florian Geyer
|
b08d2d45b7
|
Add gui test for search.
|
2012-05-16 10:18:27 +02:00 |
|
Florian Geyer
|
ea6f2477ef
|
Add button to clear search field.
|
2012-05-16 10:18:27 +02:00 |
|
Felix Geyer
|
00ae8aabf1
|
Switch database tab when hovering over it in drag and drop.
Closes #26
|
2012-05-16 10:05:58 +02:00 |
|
Felix Geyer
|
ee1a7b6e62
|
Enable calendar popup in the expiry time widget.
|
2012-05-16 10:05:58 +02:00 |
|
Felix Geyer
|
5ef3cdb428
|
Add some more asserts to make sure we only store UTC QDateTimes.
|
2012-05-16 10:05:58 +02:00 |
|
Florian Geyer
|
fb5a5041d5
|
Fix crash when editing an entry in search results.
|
2012-05-16 01:33:32 +02:00 |
|
Felix Geyer
|
a5eb93255b
|
Enable alternating row colors in EntryView.
|
2012-05-15 20:04:20 +02:00 |
|
Felix Geyer
|
ce268260b1
|
Display expired entries and groups struck out.
|
2012-05-15 20:02:08 +02:00 |
|
Florian Geyer
|
e5062cb745
|
Coding style fixes.
|
2012-05-15 18:51:45 +02:00 |
|
Florian Geyer
|
da713b0993
|
Use default icon if no icon is selected in entry/group edit.
|
2012-05-15 18:46:59 +02:00 |
|
Florian Geyer
|
621ec80bbe
|
Use static constants for default icon numbers.
|
2012-05-15 18:46:59 +02:00 |
|
Florian Geyer
|
62073fa74d
|
Don't fail upon deletion of a custom icon if history items contain the icon, but set a default icon.
|
2012-05-15 18:46:59 +02:00 |
|
Florian Geyer
|
1415829eaf
|
Use EditWidgetIcons for entry icon selection as well.
Closes #22
|
2012-05-15 18:46:59 +02:00 |
|
Florian Geyer
|
6a1d6e8dd3
|
Add icon selection for groups.
Refs #22
|
2012-05-15 18:46:59 +02:00 |
|
Florian Geyer
|
1cb64f0c9f
|
Make icons edit ui a widget.
|
2012-05-15 18:46:59 +02:00 |
|
Florian Geyer
|
6f4e855b02
|
Rename EditEntryWidgetIcons to EditWidgetIcons.
|
2012-05-15 18:46:59 +02:00 |
|
Florian Geyer
|
7e1f7a8729
|
Coding style improvements.
|
2012-05-15 18:46:59 +02:00 |
|
Felix Geyer
|
56ac80f475
|
Assign some keyboard shortcuts.
|
2012-05-15 18:16:04 +02:00 |
|
Felix Geyer
|
b90807c4d3
|
Coding style fixes.
|
2012-05-15 17:48:48 +02:00 |
|
Florian Geyer
|
0c7e1f1a6b
|
Entry edit widget inherits from base edit widget.
|
2012-05-15 11:58:09 +02:00 |
|
Florian Geyer
|
eb3a0be809
|
Group edit widget inherits from base edit widget.
|
2012-05-15 11:58:09 +02:00 |
|
Florian Geyer
|
f596cc4eec
|
Add base edit widget.
|
2012-05-15 11:58:03 +02:00 |
|
Felix Geyer
|
7986fd3e31
|
Use stylesheets to color the password edit background.
|
2012-05-14 20:24:00 +02:00 |
|
Felix Geyer
|
a407e0082b
|
Coding style improvements.
|
2012-05-14 19:10:42 +02:00 |
|
Felix Geyer
|
924130e0fe
|
Use Q_FOREACH instead of QListIterator.
|
2012-05-14 17:56:43 +02:00 |
|
Felix Geyer
|
cd41727583
|
Get rid of Database pointer in Metadata.
|
2012-05-14 17:04:05 +02:00 |
|
Felix Geyer
|
10e24e7343
|
Connect to selectionModel()->currentChanged() instead of reimplementing currentChanged().
|
2012-05-14 16:50:28 +02:00 |
|
Felix Geyer
|
120be979e9
|
Add missing break in switch statements.
|
2012-05-14 16:45:32 +02:00 |
|
Felix Geyer
|
53fb28624e
|
Fix memory leak in Entry::truncateHistory().
|
2012-05-14 16:29:22 +02:00 |
|
Felix Geyer
|
b88a0d8de3
|
Coding style improvements.
|
2012-05-14 16:27:59 +02:00 |
|
Florian Geyer
|
89361b3bea
|
Readability fix in custom icon model.
|
2012-05-13 21:27:56 +02:00 |
|
Florian Geyer
|
a197cdcce5
|
Improve selection when adding/removing a custom icon.
|
2012-05-13 21:19:45 +02:00 |
|
Florian Geyer
|
a57e8f9864
|
Preserve order of custom icons.
Closes #25
|
2012-05-13 20:50:41 +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
|
8cd5b1f582
|
Use current index changed slot instead of selection changed signal in group view to update the entry view.
|
2012-05-13 19:21:23 +02:00 |
|
Florian Geyer
|
60e65bec35
|
Add search test.
|
2012-05-13 19:21:23 +02:00 |
|
Florian Geyer
|
0e19b47755
|
Disable some menu actions while searching.
|
2012-05-13 19:21:23 +02:00 |
|
Florian Geyer
|
6b6c109903
|
Add search.
Refs #24
|
2012-05-13 19:21:10 +02:00 |
|
Florian Geyer
|
f836629dda
|
Don't reset entry model if the same group is set.
|
2012-05-13 19:03:41 +02:00 |
|
Florian Geyer
|
746a535c7d
|
Create recycle bin with search state and auto type disabled.
|
2012-05-13 19:03:41 +02:00 |
|
Florian Geyer
|
078fe3ccf1
|
Pass database instead of metadata to edit entry widget.
|
2012-05-13 19:02:07 +02:00 |
|
Felix Geyer
|
af726d465d
|
Fix typo.
|
2012-05-13 13:33:55 +02:00 |
|
Felix Geyer
|
23792eb069
|
Remove some asserts in KeePass1Reader.
|
2012-05-13 13:32:28 +02:00 |
|
Felix Geyer
|
0387da48a4
|
Add transform round benchmark button to DatabaseWidget.
|
2012-05-12 15:39:55 +02:00 |
|
Felix Geyer
|
efb40a6567
|
Fix transform round benchmark.
|
2012-05-12 15:39:33 +02:00 |
|
Felix Geyer
|
05c41c083e
|
Implement GUI to import KeePass 1 databases.
Closes #2
|
2012-05-12 10:13:00 +02:00 |
|
Florian Geyer
|
4807ec3368
|
Include groups in custom icon delete check.
Refs #22
|
2012-05-12 02:14:06 +02:00 |
|
Florian Geyer
|
e4b6289c0b
|
Prevent deletion of custom icon if it is still used by other entries.
Refs #22
|
2012-05-12 00:30:29 +02:00 |
|
Florian Geyer
|
15fa09167b
|
Toggle enabled status of add/remove custom icon buttons based on radio button selection.
|
2012-05-12 00:28:05 +02:00 |
|