louib
bcb547a072
fix: formatting
2022-12-27 12:48:46 -05:00
louib
be94f97e05
fix: most extensions need the gui sources still
...
Thanks to @yan12125 for the patch.
2022-12-27 11:17:41 -05:00
Jonathan White
f23b07f609
Fix test cases
...
* Disable quick unlock when running TestGuiBrowser
* Use QString and auto pointers in TestMerge. This test was failing under Visual Studio.
2022-12-21 22:16:30 -05:00
Jonathan White
48715c6bda
Further cleanup of naming conventions and organization
...
* Rename all variables to use keepassxc instead of keepassx
* Move some definitions to their proper locations in CMakeLists.txt
2022-12-21 22:16:30 -05:00
louib
e5308d61ca
refactor: move mac clipboard utils to gui/
2022-12-21 22:16:30 -05:00
louib
709ea1101c
fix: add MacPasteboard back to compilation
...
fix provided by yan12125
2022-12-21 22:16:30 -05:00
louib
b42fb1cce1
fix: link to corefoundation from thirdparty dir
...
fix provided by yan12125
2022-12-21 22:16:30 -05:00
louib
a7ffd28e26
Separate GUI sources from core sources.
...
This PR splits the GUI source files from the core
source files. The immediate goal is to allow the
CLI to require only a minimum number of dynamic
libraries. The long term goal is to create an
architectural boundary around the core module,
in preparation of libkdbx.
2022-12-21 22:16:30 -05:00
Jonathan White
3e3e87d3c5
Hide rename button from attachments preview panel ( #8842 )
2022-12-18 22:57:30 -05:00
Daniel Ziegenberg
c410c380f6
Fix Ctrl+Tab shortcut to cycle databases in unlock dialog ( #8839 )
2022-12-18 22:56:55 -05:00
Sami Vänttinen
2d6f2f7895
Fix Native Messaging script path with BSDs ( #8835 )
...
Fixes https://github.com/keepassxreboot/keepassxc/issues/8830
2022-12-18 22:56:31 -05:00
Sami Vänttinen
ad773c567d
Fix crash in Group Edit after enabling Browser Integration ( #8778 )
...
Fixes https://github.com/keepassxreboot/keepassxc/issues/8775
2022-12-18 22:56:00 -05:00
Olivier Tilloy
2dbb29fc85
Do not ask whether firefox is installed as a snap. ( #8756 )
2022-12-18 22:54:56 -05:00
Jonathan White
12be175d58
Add OpenSSF Badge to Readme
2022-11-20 08:02:03 -05:00
jNullj
afc7dcd83c
Add Unicode support for database filenames on Windows ( #8782 )
...
Fixes #8751
2022-11-11 11:21:30 +01:00
Janek Bevendorff
3cbe4df8c7
Set password input field font correctly. ( #8732 )
...
Also update member variable names to describe their contents better.
Fixes #8709
2022-11-02 19:13:48 +01:00
Jonathan White
033dd79c58
Version bump to 2.8.0
2022-10-29 22:10:18 -04:00
Jonathan White
6fa34bdbfe
Fix SSH Agent Build on MSYS Windows ( #8708 )
2022-10-29 23:11:08 +02:00
Janek Bevendorff
188fff1488
Fix realpath error on macOS 13 ( #8707 )
2022-10-29 23:01:37 +02:00
Jonathan White
6d23a3bd2c
Fix typo in release-tool.ps1
2022-10-29 15:07:18 -04:00
Jonathan White
a5dee81e45
Browser: second fix for linked socket path
...
* Fix #8702
2022-10-29 14:33:36 -04:00
Jonathan White
4030dbc4b4
Fix powershell merge with no changes to translations
2022-10-29 09:57:35 -04:00
Jonathan White
3efad4e14b
Fix launching proxy service with Flatpak
...
* Fixes #8655
2022-10-29 09:54:58 -04:00
Jonathan White
ceb2cd2b67
Prevent expired entries search if no results returned
...
* Fixes #8626
* Also remove old feature to set the title of a new entry to the current search text. This only made sense before advanced searching was made available.
2022-10-29 09:31:36 -04:00
Maurizio Pasquinelli
c5eaee80cb
Point INSTALL.md checkout reference to latest tag ( #8470 )
2022-10-29 08:08:07 -04:00
Matthew Donoughe
ab95690043
CLI: Add Unicode support on Windows ( #8618 )
2022-10-29 08:07:31 -04:00
Sami Vänttinen
37baa6fd25
Revert async Access Confirm Dialog
2022-10-29 07:40:33 -04:00
varjolintu
69f05d4c26
Fix deleting existing socket file before making a new symbolic link
2022-10-28 07:30:15 -04:00
YAMASAKI Masahide
91fafccb0a
SSH Agent: Fix CreateFileMappingA Parameter ( #8619 )
...
The last argument of CreateFileMappingA is of type string.
2022-10-28 04:51:27 -04:00
Hoai-Thu Vuong
ef51065c98
Add entry 2 months to preset menu ( #8687 )
2022-10-28 09:28:00 +02:00
Jonathan White
03f11ce516
Fix clicking links in entry preview panel
...
* Fixes #8636
2022-10-27 17:18:31 -04:00
Jonathan White
2583cc4aa4
Fix crash on macOS when unlocking database
...
* Fix #8639
2022-10-27 16:41:29 -04:00
Jonathan White
422fd91255
Fix display of passwords in preview panel
...
* Fix #8627 - don't HTML escape plain text...
* Fix #8624 - ensure use of monospace font when displaying passwords in preview panel
2022-10-24 23:48:34 -04:00
Jonathan White
d83743ea0b
Fix creating tag with powershell release tool
...
* The original method dumped the changelog lines into the command which overflowed the command line length. This method uses a temporary file for the tag message.
2022-10-23 14:47:22 +02:00
Janek Bevendorff
a81819914d
Update minimum macOS deployment target to 10.15
...
Fixes compilation warnings about some macOS APIs not being available in 10.13.
2022-10-23 14:47:22 +02:00
Janek Bevendorff
93fedd0fff
Fix macOS window activation issues
...
Reverts part of 34b7d08a5, which introduced a regression.
2022-10-23 14:47:22 +02:00
Jonathan White
a73f5bc32e
Bump version to 2.7.2
2022-10-22 17:21:22 -04:00
tocic
e3a3734bb6
Fix typos in docs ( #8612 )
2022-10-20 07:00:02 -04:00
Patrick Klein
1d00c22244
Add a URL that preserves the URL path when trying to resolve favicons. ( #8565 )
2022-10-19 20:50:17 -04:00
Jonathan White
e180980b90
Fix potential deadlock in UI when saving
...
This was noted as a problem in several issues and it finally occurred to me and I traced it to the fact that a timing issue sometimes allowed the file watcher to trigger a "file changed" alert right when saving starts. I fixed this by moving where the mutex lock is made for saving and preventing database reload during a save operation.
2022-10-19 07:02:38 -04:00
Jonathan White
e6b2e4e95e
Hide usernames in preview panel when hidden in entry view
...
* Fix #6306
2022-10-19 07:02:19 -04:00
Jonathan White
1af985fde9
Allow picking tags from completion menu with keyboard
...
* Also fixes the hiding and display of the completion menu to be more natural and less annoying.
* Fixes #7939
2022-10-18 18:24:35 -04:00
Janek Bevendorff
5e9fa18a4d
Add CFBundleVersion, fixes #8454 ( #8602 )
2022-10-18 13:27:42 +02:00
Janek Bevendorff
e7a5b3939d
Update macOS provisioning profile ( #8600 )
2022-10-18 00:56:18 +02:00
Jonathan White
f096f7d7fa
Fix use of WITH_XC_X11 build flag
2022-10-17 16:23:50 -04:00
Vijay Aravamudhan
f7735afcd6
Allow for homebrew prefix location to handle both x64 and arm macs ( #8593 )
...
Allow for Homebrew prefix location to handle both x64 and arm macs
2022-10-17 22:21:50 +02:00
Jonathan White
56307e6cad
Enable dark title bar on windows when accent color is not used
...
* Fix #6775
2022-10-15 17:37:08 -04:00
Jonathan White
1bfb62747c
Improve PowerShell Release Tool
...
* -Vcpkg variable now points to the base directory for VCPKG and not the vcpkg.cmake file (which is always in the same subfolder)
* Place custom CMakeOptions at the end of the options list so they can override default options.
2022-10-15 17:34:40 -04:00
Jonathan White
affff20b49
Fix focus traps
...
* Fix focus issues with new PasswordWidget
* Fix focus wrapping when DatabaseTabWidget is not showing the tab bar
* Fix focus wrapping in EditWidget views to move between category list and contents. This is not a perfect fix, but Qt has a mind of its own with these complex widgets. This will be fixed in future Ui improvements that move away from the category widget.
2022-10-15 17:33:36 -04:00
Jonathan White
6f64c84c7d
Fix crash when application is unfocused during saves
...
* Fix #8504
2022-10-15 17:33:36 -04:00