IvanF
2e94066e50
Fixes to get code to compile with latest upstream.
2015-01-30 00:35:38 -08:00
IvanF
235baa3dcc
Merge branch 'master' of https://github.com/keepassx/keepassx
...
Conflicts:
README.md
src/core/Config.cpp
src/gui/DatabaseTabWidget.cpp
src/gui/DatabaseTabWidget.h
src/gui/DatabaseWidget.cpp
src/gui/DatabaseWidget.h
src/gui/MainWindow.cpp
src/gui/MainWindow.h
src/gui/MainWindow.ui
src/gui/SearchWidget.ui
src/gui/SettingsWidget.cpp
src/gui/SettingsWidgetGeneral.ui
2015-01-29 00:17:39 -08:00
IvanF
f04f4302a2
Deleted local qjson, now using system qjson
...
Modified CmakeLists to require qjson
Replaced non-standard qjson calls with standard ones
2015-01-28 22:42:02 -08:00
Jascha Dachtera
65626f0da2
Merge branch 'master' of https://github.com/keepassx/keepassx
...
Use SymmetricCipherGcrypt directly in Protocol.cpp to make it work with the latest master
revision.
2014-04-18 13:59:24 +02:00
Keith Bennett
b432103b82
Return password quality to keepasshttp client.
2014-03-23 19:09:45 +00:00
Keith Bennett
75564c8fb5
Fixed password generation for keepasshttp
2014-03-23 19:09:43 +00:00
Keith Bennett
6ef5f34070
Split the new association message across multiple lines.
2014-03-23 17:25:40 +00:00
Keith Bennett
61ada66e3a
Updated keepasshttp version number.
2014-03-23 17:25:39 +00:00
Keith Bennett
612ef0ef9b
Fixed a typo.
2014-03-23 17:25:39 +00:00
Keith Bennett
a627870bbb
Added a new DatabaseWidget modal state.
...
Commit d8857bf4
attempted to fix currentMode() while the DB had not
yet been opened. However, the fix meant that the title bar always
displayed the state as being "locked". This change works around the
issue by introducing a new modal state for when the DB is not yet
open.
2014-03-23 17:25:39 +00:00
Keith Bennett
fae4f69b8c
Quieten compilation warnings.
2014-03-23 17:25:39 +00:00
Keith Bennett
b27ba03d42
Replaced qhttpserver with libmicrohttp.
...
The qhttpserver seems to be riddled with memory leaks and was
continuously crashing. I don't know Qt well enough to fix it so
I have replaced it with libmicrohttp. This is not nearly as
elegant but it is much more stable.
2014-03-23 17:25:39 +00:00
Keith Bennett
2cd6787141
Fixed compilation using qjson subtree.
2014-03-22 17:06:08 +00:00
Francois Ferrand
21204971ff
re-apply: Cleaner qobject2qvariant().
2014-03-22 17:06:08 +00:00
Keith Bennett
c570a13a1f
Merge commit '5c71260c12798afe3c331d08477bb241acdb78ca' as 'src/http/qjson'
2014-03-22 17:05:45 +00:00
Keith Bennett
e105970945
Removed qjson so we can replace it with a subtree.
2014-03-22 17:04:59 +00:00
Keith Bennett
d7a8a43024
Temporary fixup for the password generator.
2014-03-22 17:01:52 +00:00
Keith Bennett
73f91db939
Merged keepassx-http.
2014-03-22 14:49:32 +00:00
Francois Ferrand
41be9e8178
Implement option to search all open databases.
2013-05-02 13:58:01 +02:00
Francois Ferrand
be24872bba
Notifications pseudo-code.
2013-05-02 13:58:01 +02:00
Francois Ferrand
db56546871
Filter GetAllLogins entries, to return only entries with an URL.
2013-05-02 13:58:01 +02:00
Francois Ferrand
53b30e267c
Fix entry partial matching rules.
2013-05-02 13:58:01 +02:00
Francois Ferrand
8f33c5235b
Fix StringField copy.
2013-05-02 13:58:00 +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
f6fa6d6563
KeyPassX/Http settings.
2013-04-19 11:29:46 +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
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