Felix Geyer
d5b70b1bef
Add a QMessageBox wrapper class to help gui tests.
...
QMessageBox displays modal dialogs which blocks the gui tests.
To work around this we add a MessageBox wrapper class where
the tests can set the answer for the next dialog.
The answer is then returned without actually showing the dialog.
2013-10-08 22:09:20 +02:00
Felix Geyer
8778df5789
Drop entries from search results when moved to the recycle bin.
2013-10-08 21:13:20 +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
Jens Dieskau
035271d469
Only edit entries on doubleclick (not single) or with enter key.
...
https://github.com/keepassx/keepassx/pull/19
2013-09-29 17:35:34 +02:00
Florian Geyer
ba3baf3595
Open EditEntryWidget when empty url column is activated.
2013-04-14 19:14:06 +02:00
Florian Geyer
34c6b416b0
Add enum for EntryModel column.
2013-04-07 22:17:32 +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
Felix Geyer
317f603262
Support copying entries and groups using drag'n'drop.
...
Closes #74
2013-04-07 12:43:19 +02:00
Felix Geyer
701013baab
Turn two for loops into Q_FOREACH.
2013-04-07 12:43:13 +02:00
Felix Geyer
4b3bee6400
Add extra checks so we never return empty QMimeData from mimeData().
2013-04-07 11:50:42 +02:00
Felix Geyer
91868969ca
Make sure we don't add entries/groups multiple times to the drag'n'drop data.
2013-04-07 11:47:50 +02:00
Felix Geyer
82eca1a5bf
Coding style fixes.
2013-03-24 14:04:08 +01:00
Felix Geyer
5dadedbf70
Implement the GUI for the password generator.
...
Closes #52
2013-03-12 22:42:06 +01:00
Florian Geyer
006eadfb9e
Fix include statements.
2013-03-12 19:27:17 +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
107a2e4a5c
Fix sort order when closing the search and an entry was moved.
2012-11-03 18:57:31 +01:00
Florian Geyer
e9b704d21f
Make sure the presets menu has a parent.
2012-11-02 16:33:10 +01:00
Florian Geyer
848abfc1a7
Handle entry/group title with %1 etc. correctly.
2012-11-02 10:31:06 +01:00
Florian Geyer
b0280e9d93
Small refactoring in EditWidget and EditEntryWidget.
2012-10-29 23:44:10 +01:00
Florian Geyer
25f15073cc
Refactor EditEntryWidget.
2012-10-29 23:11:42 +01:00
Florian Geyer
34a1eef252
Clear out includes.
2012-10-29 22:50:57 +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
Felix Geyer
788cc02685
Make sure all auto-type settings are saved and the UI is reset before loading entries.
2012-10-21 12:47:30 +02:00
Florian Geyer
de1a94ff61
Add presets for expire date.
...
Closes #44
2012-08-18 17:33:41 +02:00
Florian Geyer
9f21b54c4e
Prevent selection of both entries when an entry is cloned via shortcut.
2012-07-23 22:27:02 +02:00
Felix Geyer
ecea101962
Return Q_NULLPTR instead of 0 when the return type is a pointer.
2012-07-23 14:58:57 +02:00
Felix Geyer
4a357e791e
Set Auto-Type sequence edit to read only when in history mode.
...
Not the other way aroud.
2012-07-23 12:42:05 +02:00
Felix Geyer
9ad4cc8783
Subclass QSortFilterProxyModel to hide the group column in EntryView.
...
QTreeView::hideColumn() does not work well with keyboard search.
2012-07-22 22:02:06 +02:00
Felix Geyer
34ad5d61f6
Allow EntryModel to be used with entries from different databases.
2012-07-21 22:21:49 +02:00
Felix Geyer
39b9260719
Rename methods in EntryModel and EntryView from "search" to "entry list mode".
2012-07-21 22:21:49 +02:00
Felix Geyer
33b4cd8636
Don't add new entries to EntryModel when in search mode.
...
Only allow moving entries from one group to the other.
2012-07-21 22:21:49 +02:00
Felix Geyer
a50d2709e7
Replace EntryAttachments and EntryAttributes operator=() with copyDataFrom().
...
QObjects are not supposed to have assignment operators.
2012-07-20 12:15:19 +02:00
Felix Geyer
c7107de2a7
Improve window select combo box.
...
Create the WindowSelectComboBox subclass that refreshes the window
list whenever the popup is opened.
2012-07-20 12:15:14 +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
af166a66b3
Add AutoTypeAssociationsModel class.
2012-07-16 17:39:20 +02:00
Felix Geyer
6d5b31f527
Normalize signal/slot signatures.
2012-07-14 19:34:38 +02:00
Felix Geyer
d0fd9af5e6
Hide history row when viewing history items.
2012-07-02 00:16:24 +02:00
Felix Geyer
61984a5748
Keep widget frame when displaying history items.
2012-07-02 00:08:31 +02:00
Felix Geyer
baa5a74ba0
Convert iconCount() and expiredIconIndex() to constants.
2012-06-29 15:22:43 +02:00
Felix Geyer
e144f7c85a
Mark overriden methods as Q_DECL_OVERRIDE.
2012-06-29 14:37:29 +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
Florian Geyer
8d6b200dd7
Improve performance of EntryHistoryModel.
2012-05-30 18:07:50 +02:00
Florian Geyer
9f1ab080ee
Make history view sortable.
2012-05-30 16:51:36 +02:00