Felix Geyer
|
05b5446e94
|
Protect opened databases with a file lock.
Closes #18
|
2015-05-12 22:24:45 +02:00 |
|
Amir Pakdel
|
b45437d502
|
Refactored DatabaseWidget::currentEntryHas*()
|
2015-05-12 15:54:39 -04:00 |
|
Amir Pakdel
|
a599787a25
|
Bug #290
Show realted menu option to current entry only if the corresponding
field is not empty.
|
2015-05-12 15:50:10 -04:00 |
|
Amir Pakdel
|
58061af959
|
Bug #218
Do not accept faulty files as Key File. Moreover, do not clear keys
unless we have a key to add.
|
2015-05-12 15:17:39 -04:00 |
|
Ivan
|
33ed4fd7cf
|
Merge branch 'master' of https://github.com/keepassx/keepassx
|
2015-05-12 11:03:48 -07:00 |
|
Amir Pakdel
|
8bf1bb0517
|
Bug #283
Updated messages related to saivng and closing a database to make
them more clear about what is going to happen.
|
2015-05-12 13:46:48 -04:00 |
|
Amir Pakdel
|
d26cff520f
|
Bug #244
Supporting cmd:// URLs
|
2015-05-12 12:25:43 -04:00 |
|
Felix Geyer
|
ade684d501
|
Crypto::selfTest(): test AES in ECB mode.
|
2015-05-10 00:02:08 +02:00 |
|
Felix Geyer
|
4362c3ea38
|
Handle cipher errors in TransformKeyBenchmarkThread.
|
2015-05-09 23:38:04 +02:00 |
|
Felix Geyer
|
e0d4b4b625
|
Adapt Salsa20 backend to the new interface.
|
2015-05-09 23:21:50 +02:00 |
|
Felix Geyer
|
cfffdae573
|
Improve error reporing of layered streams.
|
2015-05-09 23:21:50 +02:00 |
|
Felix Geyer
|
f6243675c9
|
Warn if result of processInPlace() is unchecked.
Fix callers accordingly.
|
2015-05-09 23:21:50 +02:00 |
|
Felix Geyer
|
a762cef0a9
|
Catch and handle all errors from libgcrypt.
|
2015-05-09 23:21:44 +02:00 |
|
Felix Geyer
|
a7f4e2d0cd
|
Add Twofish tests to Crypto::selfTest().
|
2015-05-09 18:15:01 +02:00 |
|
dartraiden
|
3fca61dc24
|
spelling correction, fixed typos
|
2015-05-06 19:38:43 +03:00 |
|
Felix Geyer
|
e41bf008e9
|
Use Q_BYTE_ORDER for endianness detection.
A hardcoded list of architectures is always incomplete.
|
2015-05-03 20:00:23 +02:00 |
|
Felix Geyer
|
6c9c0fd5c5
|
Look for a close button when pressing the escape key.
|
2015-05-03 19:59:11 +02:00 |
|
Felix Geyer
|
f3d956ceed
|
Display a Close button for history items.
Previously we had Ok and Cancel with the same action.
|
2015-05-03 18:59:19 +02:00 |
|
Felix Geyer
|
b9c9c56059
|
Use common EditEntryWidget::clear() method.
|
2015-05-03 18:58:44 +02:00 |
|
Felix Geyer
|
bed58cde84
|
Fix crash when pressing "cancel" on a history item.
|
2015-05-03 18:48:58 +02:00 |
|
Felix Geyer
|
ecb2e337ef
|
Hide Auto-Type action when it's not available.
|
2015-04-14 23:12:10 +02:00 |
|
Felix Geyer
|
2dde18b179
|
Adjust coding style.
|
2015-04-14 23:10:37 +02:00 |
|
Felix Geyer
|
6411b9bd66
|
Merge remote-tracking branch 'github/pr/82'
https://github.com/keepassx/keepassx/pull/82
Closes #145
|
2015-04-14 23:07:14 +02:00 |
|
Ivan
|
d70ee509b4
|
Merge branch 'master' of https://github.com/keepassx/keepassx
|
2015-04-11 15:41:25 -07:00 |
|
Felix Geyer
|
cf0bc32b27
|
Store icons with a resolution of up to 128x128 px.
Follows what KeePass 2.29 will implement.
|
2015-04-08 18:22:13 +02:00 |
|
Felix Geyer
|
93ab7eb058
|
Use CMAKE_INSTALL_DATADIR to look for the data dir.
|
2015-04-08 18:07:53 +02:00 |
|
Felix Geyer
|
bd3ae05fcf
|
Rename Extras menu to Tools and move Lock Databases action to it.
|
2015-04-05 10:48:08 +02:00 |
|
Felix Geyer
|
b055d524e8
|
Merge branch 'lockdb'
|
2015-04-05 10:38:58 +02:00 |
|
Felix Geyer
|
9e051e835b
|
Close databases when they are locked.
Previously we've only hidden access to them.
Closes #275
|
2015-04-05 10:38:36 +02:00 |
|
Ivan
|
e20968bdfe
|
Merge branch 'master' of https://github.com/keepassx/keepassx
|
2015-04-04 23:31:12 -07:00 |
|
Felix Geyer
|
3ab1072e9e
|
Scale new custom icons down to 64x64 if they are larger.
|
2015-03-31 22:31:04 +02:00 |
|
Joe Harvell
|
00df73ced0
|
Issue #270 - turning off key location memory
Add general settting for whether or not to remember last key files
|
2015-03-14 22:06:53 -05:00 |
|
Felix Geyer
|
940a5026c1
|
Properly auto-type line breaks and tabs in text.
|
2015-03-13 22:24:29 +01:00 |
|
Felix Geyer
|
2631277184
|
Always sleep some time after the keymap has changed.
This works around a problem where sometimes chars are typed as if some
random modifiers are pressed.
|
2015-03-13 21:58:04 +01:00 |
|
Felix Geyer
|
b86b640860
|
Process events from the event loop before typing the first char.
|
2015-03-13 19:45:57 +01:00 |
|
Felix Geyer
|
2dfc740782
|
Rework handling of modifiers in auto-type.
Release all modifiers that are pressed and change the result.
|
2015-03-13 19:43:52 +01:00 |
|
Felix Geyer
|
e4985f4ff7
|
Get the xtest keyboard instead of the core keyboard.
If we don't find it fall back to the core keyboard.
|
2015-03-13 19:41:49 +01:00 |
|
Felix Geyer
|
22f579a59e
|
Restore keyboard mapping only if we actually changed it.
|
2015-03-13 19:40:52 +01:00 |
|
Felix Geyer
|
778f01bcf1
|
Increase sleep time after remapping a keycode.
|
2015-02-24 22:00:44 +01:00 |
|
Felix Geyer
|
ccb7a4c96d
|
Blacklist the KDE 5 root window.
|
2015-02-24 21:59:47 +01:00 |
|
IvanF
|
9e124e4a75
|
Removed unused qhttpserver code
Updated README.md
|
2015-01-30 00:58:52 -08:00 |
|
IvanF
|
2e94066e50
|
Fixes to get code to compile with latest upstream.
|
2015-01-30 00:35:38 -08:00 |
|
IvanF
|
61c6962bf2
|
Deleted unused and unrelated files
Merged lots of changes from upstream that were missed or ignored
|
2015-01-30 00:29:01 -08:00 |
|
IvanF
|
9cbdd58af5
|
Fixed HTTP settings and service start-up
|
2015-01-30 00:04:27 -08:00 |
|
IvanF
|
eea9d7db97
|
Added http service start to MainWindow
Added http settings pane to SettingsWidget
Settings are probably broken still
|
2015-01-29 01:19:15 -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 |
|
Felix Geyer
|
33650c4a04
|
Add non-const version of Group::groupsRecursive().
|
2015-01-11 16:20:24 +01:00 |
|
Victor Häggqvist
|
019cf9684c
|
change tabindex, put password inputs after each other
|
2015-01-01 02:25:43 +01:00 |
|
Akinori MUSHA
|
e4758c1984
|
Fix the temporary filename template so that the original suffix is preserved.
|
2014-12-22 23:47:16 +09:00 |
|