varjolintu
3cde0d988e
Kills keepassxc-proxy and KeePassXC during install or uninstall under Windows
2018-02-27 21:29:00 +01:00
Janek Bevendorff
59f17ab8f3
Fix missing Qt platform styles and CA bundles in Windows release deployment
2018-02-27 21:16:59 +01:00
Janek Bevendorff
4c8d426f23
Use copy instead of rename for unsafe saving on Linux
...
Resolves #1511
See https://bugreports.qt.io/browse/QTBUG-64008
2018-02-27 21:05:13 +01:00
Janek Bevendorff
395afe59eb
Update release-tool to use generic /usr/local/opt/qt path on macOS
2018-02-27 20:11:03 +01:00
Janek Bevendorff
6531f94f86
Try to change both the REALPATH and the symlink location
2018-02-27 20:11:03 +01:00
Janek Bevendorff
e231774b05
Don't hardcode HINTS to macdeployqt
2018-02-27 20:11:03 +01:00
Janek Bevendorff
e1558d6300
Avoid double file extension replacement in backup filename
2018-02-27 15:53:31 +01:00
Jonathan White
c13c6ade29
Fix regression in Qt packaging on Windows
2018-02-27 00:22:13 -05:00
Janek Bevendorff
114f87c6b4
Bundle selected Qt plugins on Windows
2018-02-26 22:53:53 -05:00
Janek Bevendorff
c1a397e624
Bundle image format and input context plugins with AppImage
2018-02-26 22:53:53 -05:00
Janek Bevendorff
cc3cc35565
Update library paths in AppImage recipe and Dockerfiles
2018-02-26 22:53:53 -05:00
Janek Bevendorff
7fbdcd3fed
Add tests for newline sanitization
2018-02-26 17:27:17 +01:00
Janek Bevendorff
f1cf697547
Strip newlines from title, username and URL when saving entries, resolves #1502
2018-02-26 17:27:17 +01:00
Janek Bevendorff
9bb8dd7a7a
Merge branch 'release/2.3.0' into develop
2018-02-26 01:58:38 +01:00
Janek Bevendorff
0668c2be94
Inform user that KeePassXC-Browser is not supported for Snaps at the moment
2018-02-26 01:57:02 +01:00
Janek Bevendorff
2e9f247e29
Enable proper KeePassXC-Browser interaction for AppImage
2018-02-26 01:57:02 +01:00
Janek Bevendorff
09d3896304
Force Docker rebuild
2018-02-26 01:11:57 +01:00
Janek Bevendorff
ad92b11f12
Use edlided label for details widget title and adjust layout spacing
2018-02-26 01:11:57 +01:00
Janek Bevendorff
a06a1f84e0
Don't hardcode install_name_tool change path, resolves #1518
2018-02-26 00:55:06 +01:00
Jonathan White
686adbe65a
Set paperclip column to be fixed size; correct test failures
2018-02-25 19:38:00 +01:00
Jonathan White
77e345570d
Correct test failures; moved gui calls into gui objects
2018-02-25 19:38:00 +01:00
Jonathan White
fd71b4a22e
Convert from unicode to image based paperclip
2018-02-25 19:38:00 +01:00
Jonathan White
8c4df37062
Only show entry update message when hitting apply
2018-02-25 19:27:06 +01:00
Jonathan White
5e2e12977d
Correct intermittent crash due to stale history items
2018-02-25 19:27:06 +01:00
Janek Bevendorff
8dad78194f
Fix libgcrypt and libgpg-errror paths in AppImage, resolves #1522
2018-02-25 12:16:41 +01:00
Weslly
daaa3c5b41
Enable focus outline for global auto-type shortcut on macOS
2018-02-23 17:28:40 +01:00
Janek Bevendorff
32a4078240
Add .version file when generating source tarball
2018-02-23 00:59:45 +01:00
Janek Bevendorff
3089894d20
Allow KeePassXC version overrides from file in addition to Git tags
2018-02-23 00:59:45 +01:00
Janek Bevendorff
70c13f919a
Merge branch 'release/2.3.0' into develop
2018-02-22 14:26:24 +01:00
Jonathan White
69283e83d8
Correct zxcvbn build on windows & snap build
2018-02-21 21:59:42 -05:00
Janek Bevendorff
ea33caa1a8
Update PPA Qt version
2018-02-21 22:58:32 +01:00
Janek Bevendorff
9f5b5bb424
Fix macOS build
2018-02-21 22:30:37 +01:00
Janek Bevendorff
1b95efd1fa
Merge branch 'release/2.3.0' into develop
2018-02-21 22:21:44 +01:00
Janek Bevendorff
10bd73cd4a
Fixed English (US) translation mixed with Vietnamese
2018-02-21 19:43:01 +01:00
Janek Bevendorff
0237b21aad
Merge branch 'release/2.3.0' into develop
2018-02-21 17:55:08 +01:00
Janek Bevendorff
7c6eddeae7
Pull translations from transifex
2018-02-21 17:53:38 +01:00
Janek Bevendorff
148dbc5d41
Merge branch 'release/2.3.0' into develop
2018-02-21 13:23:45 +01:00
Janek Bevendorff
f15088f496
Ask user before deleting custom plugin data and disable button if no data selected
2018-02-21 13:23:14 +01:00
Janek Bevendorff
da52da37b3
Add additional tests for saving and reading KDBX files with custom data
2018-02-21 13:23:14 +01:00
Janek Bevendorff
5410d78bbb
Properly save custom header data
...
Ensure adding custom data upgrades to KDBX4
Implement review feedback
2018-02-21 13:23:14 +01:00
Janek Bevendorff
114f00e1e8
Add CustomData regression tests
2018-02-21 13:23:14 +01:00
Christian Kieschnick
0b54710734
Introduced missing CustomData on Group and Entry
...
Introduce missing CustomData-attributes of KDBX4 format to allow
storing of plugin data for groups and entries - adopt Metadata to use
the same storage mechanism
Add simple view for CustomData as part of EditWidgetProperties
Tracking of CustomData-Modification using SIGNAL-SLOT update-mechanism
2018-02-21 13:23:14 +01:00
Janek Bevendorff
698b44f71c
Update zxcvbn library
2018-02-21 06:18:33 -05:00
Janek Bevendorff
d0c583b5e2
Merge branch 'release/2.3.0' into develop
2018-02-21 09:41:20 +01:00
Jonathan White
cd3e1fc27e
Ask to apply generated password when commiting an entry edit
...
* Rename saveEntry to commitEntry to accurately capture its purpose
* Add message to user when commit is successful
* Made all inline messages in edit entry view 2 sec visibility
2018-02-21 09:38:27 +01:00
Jonathan White
397d804cdd
Add tests & minor edits
2018-02-21 09:04:46 +01:00
Jonathan White
ca30d1832d
Add support for foreground and background entry colors
...
* Add foreground/background color elements to advanced tab
* Center paperclip icon
2018-02-21 09:04:46 +01:00
Weslly
6a85556b33
Fix about dialog size policy
2018-02-19 09:40:26 +01:00
Nick Spain
7dfcad6f8f
Write regression test for #1447
2018-02-18 16:17:12 +01:00
Nick Spain
5c51d11651
Fix Issue #1447 by using entry's group when not creating entry
2018-02-18 16:17:12 +01:00