Felix Geyer
fd18bc0330
Use standard GNU install dirs and make them overridable.
2013-04-29 22:17:31 +02:00
Francois Ferrand
f4ff8b17f7
Use search field for search.
...
Search options are presented in a context menu on the search field, as well as
links in search header.
2013-04-29 18:05:08 +02:00
Francois Ferrand
d5c8787451
Detect background changes to database file.
...
This gives the option to reload the database.
TODO:
- Settings for reloadBehavior (ask, reloadUnchanged, ignore)
- Improve notification, by using a header instead of dialog: nicer, less
intrusive, gives more options to user, and works better when multiple databases
are open.
- Keep tab order on reload.
2013-04-29 09:11:26 +02:00
Florian Geyer
b499a6df77
Fix coding style.
2013-04-27 11:40:10 +02:00
Florian Geyer
cabec57631
Make argument keys immutable.
2013-04-27 11:40:10 +02:00
Florian Geyer
63f7a0685f
Small ArgumentParser refactoring.
2013-04-27 11:40:10 +02:00
Florian Geyer
94e6d3f89b
Fix coding style.
2013-04-27 11:23:51 +02:00
Florian Geyer
94ac9c9ea1
Rename config key for last opened databases.
2013-04-27 11:22:38 +02:00
Francois Ferrand
850c7c7ecf
Option to automatically reopen databases which were last opened.
2013-04-24 13:30:30 +02:00
Francois Ferrand
7ff475977e
Favicon download button.
2013-04-22 11:25:01 +02:00
Francois Ferrand
478d30b529
Fix typo.
2013-04-19 17:20:26 +02:00
Francois Ferrand
d6597400de
Support IPv6 as well as IPv4.
2013-04-19 11:30:11 +02:00
Francois Ferrand
af394ff65c
Settings UI integration.
2013-04-19 11:29:46 +02:00
Francois Ferrand
f6fa6d6563
KeyPassX/Http settings.
2013-04-19 11:29:46 +02:00
Florian Geyer
bbf183bef7
Add settings option to control if previous databases are opened on startup.
...
Closes #36
2013-04-18 22:42:22 +02:00
Florian Geyer
6f92188323
Open last used databases on startup.
...
Refs #36
2013-04-18 22:37:04 +02:00
Florian Geyer
f0985ff9d9
Remember opened databases on quit.
...
Refs #36
2013-04-18 21:52:08 +02:00
Francois Ferrand
fd7a49f4a6
Sort entries.
2013-04-18 17:57:00 +02:00
Francois Ferrand
47d7598e99
Fix confirmation allowing access to all entries.
2013-04-18 17:57:00 +02:00
Francois Ferrand
e2ba754f91
Default icon.
2013-04-18 17:57:00 +02:00
Francois Ferrand
c98aad698a
Cleanup reference/pointer declarations.
2013-04-18 17:57:00 +02:00
Francois Ferrand
75f0d132e5
Add removeSharedEncryptionKeys() and removeStoredPermissions()
2013-04-18 17:57:00 +02:00
Francois Ferrand
f82725139a
Support "KPH: " extra fields.
2013-04-18 17:57:00 +02:00
Florian Geyer
ba3baf3595
Open EditEntryWidget when empty url column is activated.
2013-04-14 19:14:06 +02:00
Francois Ferrand
b9e58c77af
Use splitter in 'Additional attributes'.
2013-04-12 15:18:10 +02:00
Francois Ferrand
ad67eac257
Confirmation dialog to list entries.
2013-04-12 15:17:56 +02:00
Francois Ferrand
eef51f26f0
Cleaner qobject2qvariant().
2013-04-12 15:17:19 +02:00
Francois Ferrand
ea992bc3e6
Support KeyPassHttp protocol.
...
Allows using passIfox (firefox) and Chromeipass (chrome).
2013-04-12 15:16:56 +02:00
Francois Ferrand
20f3f23576
Customizable toolbar icon size.
2013-04-11 12:11:33 +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
5786e2620a
Add unit test for Metadata::copyCustomIcons().
2013-04-07 19:38:18 +02:00
Felix Geyer
fe42861bed
Add safety check so we don't insert empty icons.
2013-04-07 19:37:44 +02:00
Felix Geyer
5a96e19ce9
Copy custom icons when copying/moving entries/groups to another database.
2013-04-07 18:32:43 +02:00
Felix Geyer
8ed0379136
Enable the frame for QLineEdits in EditWidgetProperties.
2013-04-07 12:49:05 +02:00
Felix Geyer
4e2f5b1a5b
Return true from dropMimeData() when IgnoreAction is passed.
2013-04-07 12:43:20 +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
Tobias Tangemann
ef46b3e8ad
Disable menu icons for osx.
...
https://gitorious.org/keepassx/keepassx/merge_requests/23
2013-04-06 18:02:43 +02:00
Felix Geyer
9e87230102
Use -fvisibility-inlines-hidden only for C++ files.
...
gcc emits a warning that the flag cannot be used for C.
2013-04-06 17:45:05 +02:00
Florian Geyer
2558e6db79
First draft of an argument parser.
...
Possibility to set custom config path.
2013-04-06 11:00:45 +02:00
Felix Geyer
bee570c3cf
Add Group::clone().
...
Move all the data we want to clone into a GroupData struct.
2013-04-04 21:48:55 +02:00
Felix Geyer
be288d26ca
Change Entry::clone() to set a random uuid.
2013-04-04 21:25:11 +02:00
Felix Geyer
b055780984
Add and install a desktop file.
2013-04-04 21:18:14 +02:00
Felix Geyer
e805a6ff82
Coding style fix.
2013-03-30 17:27:28 +01:00
Felix Geyer
60335452a4
Add compiler flags to hide all symbols by default.
2013-03-30 00:14:32 +01:00
Felix Geyer
3a822c24e2
Add some more header files to CMakeLists.txt.
...
This makes them show up in the Qt Creator project.
2013-03-29 23:36:07 +01:00
Felix Geyer
98372f9df8
Drop unnecessary dllimport/dllexport statements in QtIOCompressor.
2013-03-29 16:31:26 +01:00