Florian Geyer
|
7425771c78
|
Add search enabled option to group edit.
|
2012-05-18 16:19:28 +02:00 |
|
Florian Geyer
|
f032f001f3
|
Remove frames from edit boxes when showing a history entry.
|
2012-05-18 15:45:19 +02:00 |
|
Florian Geyer
|
12a8662ae9
|
Add advanced tab in group edit.
|
2012-05-18 14:44:15 +02:00 |
|
Florian Geyer
|
4ec9df76cd
|
Add toHex function to Uuid.
|
2012-05-18 14:41:34 +02:00 |
|
Florian Geyer
|
d218924b4f
|
Add expiry option to group edit.
|
2012-05-18 10:52:05 +02:00 |
|
Florian Geyer
|
810a6e4b39
|
Display history items.
Refs #23
|
2012-05-17 23:29:37 +02:00 |
|
Florian Geyer
|
d0557677c7
|
Set initial state of clone entry action to disabled.
|
2012-05-16 13:56:25 +02:00 |
|
Florian Geyer
|
b61c47d42f
|
Sort entry view by group/title when switching to search/view respectively.
|
2012-05-16 10:57:03 +02:00 |
|
Florian Geyer
|
eb82df5994
|
Add entry clone functionality.
|
2012-05-16 10:30:25 +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 |
|
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 |
|