Florian Geyer
|
9a7a88eea2
|
Rename "Advanced" to "Properties" in EditGroupWidget.
|
2012-10-29 19:05:51 +01:00 |
|
Felix Geyer
|
16094be4a3
|
Reduce required cmake version to 2.8.8 again.
It doesn't seem to be required in all cases.
|
2012-10-27 10:52:54 +02:00 |
|
Felix Geyer
|
0399feff4d
|
Include some more Qt plugins in the Mac OS package.
Require at least cmake 2.8.9 for packages which fixes a bug
when using multiple Qt plugins.
|
2012-10-27 10:24:01 +02:00 |
|
Felix Geyer
|
34f595cc78
|
Build icon into the main executable on Windows.
|
2012-10-23 14:52:59 +02:00 |
|
Felix Geyer
|
7d57d08b32
|
Enable CPack on Windows.
|
2012-10-22 20:40:03 +02:00 |
|
Felix Geyer
|
e166722026
|
Implement database locking.
Closes #35
|
2012-10-12 12:12:00 +02:00 |
|
Felix Geyer
|
18d3fe55f8
|
Add support for database format 3.01 (HeaderHash).
Add test for the format 3.00 and upgrade Compressed.kdbx, NonAscii.kdbx
and ProtectedStrings.kdbx to 3.01.
Add a test for an incorrect HeaderHash.
|
2012-09-25 22:33:36 +02:00 |
|
Florian Geyer
|
de1a94ff61
|
Add presets for expire date.
Closes #44
|
2012-08-18 17:33:41 +02:00 |
|
Felix Geyer
|
668103a00f
|
Show group and entry view context menus from MainWindow.
This allows us to drop the duplicate actions in DatabaseWidget.
|
2012-08-04 22:06:41 +02:00 |
|
Felix Geyer
|
cf15d1741f
|
Optimize WildcardMatcher a bit.
|
2012-07-23 12:33:37 +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 |
|
Florian Geyer
|
4f78c32461
|
Add custom wildcard matcher.
|
2012-07-22 14:43:45 +02:00 |
|
Felix Geyer
|
20e4643560
|
Implement global auto-type dialog.
It allows to select an entry when there are multiple entries
that match the window title.
|
2012-07-21 22:21:49 +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
|
7fef3bd701
|
Rename DataPath to FilePath.
|
2012-07-18 21:22:26 +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
|
f98d834edb
|
Move Auto-Type associations handling from Entry into an own class.
|
2012-07-16 09:54:04 +02:00 |
|
Felix Geyer
|
bc207714da
|
Add initial auto-type implementation.
The platform dependent bits are separated in plugins.
A plugin for X11 using Xlib is already done.
|
2012-07-12 22:33:20 +02:00 |
|
Felix Geyer
|
073f3f9dfc
|
Add ListDeleter class.
A class that deletes all elements of a QList when it goes out of scope.
|
2012-07-12 22:28:44 +02:00 |
|
Felix Geyer
|
2f98d95b66
|
Import QSaveFile from libkdeqt5staging.
It's planned to become part of Qt 5.1.
|
2012-07-06 14:36:04 +02:00 |
|
Felix Geyer
|
92af92ccbe
|
Convert DatabaseOpenDialog into a widget on DatabaseWidget.
|
2012-06-29 10:36:35 +02:00 |
|
Florian Geyer
|
a720903083
|
Use temporary settings file for gui test.
|
2012-06-14 23:07:49 +02:00 |
|
Florian Geyer
|
f18db06471
|
Store remember last opened files setting.
|
2012-05-28 00:09:54 +02:00 |
|
Florian Geyer
|
f53768fc84
|
Add welcome widget.
|
2012-05-27 20:15:06 +02:00 |
|
Felix Geyer
|
21a2e9583b
|
Add (not yet functional) SettingsWidget.
|
2012-05-27 11:09:52 +02:00 |
|
Felix Geyer
|
f43ad8d062
|
Support copying username and password to the clipboard.
|
2012-05-26 16:37:57 +02:00 |
|
Felix Geyer
|
a1a71a88bb
|
Fix cmake file formatting.
|
2012-05-21 23:37:29 +02:00 |
|
Florian Geyer
|
b5249d196d
|
Rename KeePassApp to Application and move it to gui directory.
|
2012-05-21 22:04:40 +02:00 |
|
Tobias Tangemann
|
679398be00
|
Handle OSX Finder events
|
2012-05-21 22:04:40 +02:00 |
|
Felix Geyer
|
fa79da37b6
|
Support creating Mac OS X bundles that embed all dependencies.
|
2012-05-21 21:50:40 +02:00 |
|
Felix Geyer
|
ca7c59d313
|
Fix data path on Mac OS.
|
2012-05-21 17:55:09 +02:00 |
|
Felix Geyer
|
d8d288fca2
|
Add Q_OBJECT macro to KeePass1OpenDialog and generate the moc file.
|
2012-05-20 22:23:36 +02:00 |
|
Florian Geyer
|
e5e7e5e406
|
Add line edit widget with integrated clear button.
|
2012-05-20 21:09:26 +02:00 |
|
Florian Geyer
|
e4a5cd214f
|
Improve search.
Find as you type.
Add shortcut.
Hide search widgets when not used.
Refs #24
|
2012-05-20 12:57:50 +02:00 |
|
Florian Geyer
|
12a8662ae9
|
Add advanced tab in group edit.
|
2012-05-18 14:44:15 +02:00 |
|
Florian Geyer
|
810a6e4b39
|
Display history items.
Refs #23
|
2012-05-17 23:29:37 +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 |
|
Felix Geyer
|
00ae8aabf1
|
Switch database tab when hovering over it in drag and drop.
Closes #26
|
2012-05-16 10:05:58 +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
|
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
|
05c41c083e
|
Implement GUI to import KeePass 1 databases.
Closes #2
|
2012-05-12 10:13:00 +02:00 |
|
Florian Geyer
|
0d2ce4c038
|
Add icon selection for entries.
Refs #22.
|
2012-05-10 12:05:29 +02:00 |
|
Felix Geyer
|
ebce183925
|
Start implementing support for reading KeePass 1 databases.
For now only decrypting the database works.
Still missing:
- Actually parsing the database.
- Key files.
Refs #1
|
2012-05-08 22:06:12 +02:00 |
|
Felix Geyer
|
7790f2e7ba
|
Add CompositeKey::transformKeyBenchmark().
This method tests how many key transformation rounds can be calculated
within a specific time.
|
2012-05-07 14:41:31 +02:00 |
|
Felix Geyer
|
d60e27b4cf
|
Add about dialog.
|
2012-05-02 15:37:21 +02:00 |
|
Florian Geyer
|
279793365a
|
Add dialogy widget which implements default button behaviour.
|
2012-04-25 00:30:23 +02:00 |
|