Janek Bevendorff
|
8d487d31a4
|
Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
|
2017-03-10 16:12:02 +01:00 |
|
Felix Geyer
|
7fa0eddc5f
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02:00 |
|
Felix Geyer
|
4ab887c773
|
Initally select first entry in EntryView.
Closes #104
|
2014-05-16 19:10:30 +02:00 |
|
Florian Geyer
|
50cbd80925
|
Remove obsolete method in EntryView.
|
2014-05-15 18:55:17 +02:00 |
|
Florian Geyer
|
9363d23e09
|
Remove dependency to Group- and EntryView from MainWindow.
|
2014-05-15 18:05:58 +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
|
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 |
|