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
|
bf906a7867
|
Open url when an entry is activated via its url column.
Closes #55
|
2013-04-07 22:17:32 +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
|
39b9260719
|
Rename methods in EntryModel and EntryView from "search" to "entry list mode".
|
2012-07-21 22:21:49 +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 |
|
Felix Geyer
|
28bfd39bca
|
Allow selecting multiple rows in entry view.
|
2012-05-25 13:43:14 +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 |
|