Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-12Improve testdatabase performanceJonathan White
2021-06-10Trim TOTP key input of whitespace prior to processingJonathan White
* Fixes #6599
2021-06-10Resolve compiler warnings for unused return valuesJonathan White
* Fixes #1932 - See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425#c29 Adding a negation before the function call allows the (void) syntax to work properly.
2021-06-09Fix focusing search using Ctrl + FJonathan White
* Fixes #6600 - error exists only on master branch due to poor cherrypick merge
2021-06-09Fix compilation on macOSJonathan White
2021-06-08Release 2.6.52.6.5Jonathan White
Added - Show search bar when toolbar is hidden or in overflow [#6279] - Show countdown for clipboard clearing in status bar [#6333] - Command line option to lock all open databases [#6511] - Allow CSV import of bare TOTP secrets [#6211] - Retain file creation time when saving database [#6576] - Set permissions of saved attachments to be private to the current user [#6363] - OPVault: Use Text instead of Name for attribute names [#6334] Changed - Reports: Allow resizing of reports columns [#6435] - Reports: Toggle showing expired entries [#6534] - Save Always on Top setting [#6236] - Password generator can exclude additional lookalike characters (6/G, 8/B) [#6196] Fixed - Allow setting MSI properties in unattended install [#6196] - Update MainWindow minimum size to enable smaller verticle space [#6196] - Use application font size when setting default or monospace fonts [#6332] - Fix notes not clearing in entry preview panel in some cases [#6481] - macOS: Correct window activation when restoring from tray [#6575] - macOS: Better handling of minimize after unlock when using browser integration [#6338] - Linux: Start after the system tray is available on LXQt [#6216] - Linux: Allow selection of modal dialogs on X11 in Auto-Type [#6204] - KeeShare: prevent crash when file extension is missing [#6174]
2021-06-08Update translationsJonathan White
2021-06-08Add new VIP & long-term patronsJonathan White
2021-06-072.6.5 Version Bump and ChangelogJonathan White
2021-06-02Correct macOS window activation from hidden state (#6575)Jonathan White
* Fix #6234 - properly set NSApplication activation policies when the window is hidden and shown
2021-06-02Retain file creation time when saving database (#6576)Jonathan White
* Fix #6028
2021-05-30Update SSH Agent PuTTYGen instructionsJonathan White
* Fix #6378
2021-05-30Add feature to ignore entries for HTTP-Auth LoginsJonathan White
* Backport to fix #6173
2021-05-30Make "Always on top" a local settingJonathan White
2021-05-30Fix read usage in release-toolJonathan White
* Fixes #6562
2021-05-30Better description text for Key File change dialogJonathan White
2021-05-30Allow resizing of reports table columns (#6435)Xavier Valls
* Fix #5678 Co-authored-by: Jonathan White <support@dmapps.us>
2021-05-30Use application font size when setting default or monospace fontsJonathan White
* Fix #6286
2021-05-30Add command line option to lock open databases (#6511)wundrweapon
Closes #6126
2021-05-30Set permissions of saved attachments to be private to the current user (#6363)Stefan Sundin
2021-05-30MinimizeAfterUnlock also when unlocking through browserLukas Rytz
The MinimizeAfterUnlock setting added in #3439 closes the main window after unlock. However, when the unlock is triggered through KeePassXC-Browser, a password dialog is shown on top of the main window and the main window remains open after the unlock. This is fixed in this commit.
2021-05-30Show search bar when toolbar is hidden or overflowJonathan White
* Fix #505 - always show the search bar when the search keyboard shortcut is pressed. If the toolbar is in overflow, the toolbar will be expanded automatically and search focused. If the toolbar is hidden it will be shown and expanded if necessary. When searching is canceled or the down arrow is pressed (to select the first entry) the toolbar will be set back to it's previous configuration.
2021-05-30Fix unreachable setting of file permissions (#6514)Xavier Valls
Fixes #6080
2021-05-30Fix showing preview notes in an entry without notesXavier Valls
Fixes #6461
2021-05-30Show countdown for clipboard clearing (#6333)ByteHamster
* Closes #1843 Co-authored-by: Jonathan White <support@dmapps.us>
2021-05-30OPVault: Use Text instead of Name for attribute and section namesJonathan White
* Fix #6303 - the text attribute in 1Password contains the actual text seen in 1Password whereas the name attribute may contain a ref pointer and not a name.
2021-05-30Allow CSV import of bare TOTP secretsGuillaume Turchini
Fixes #6167
2021-05-30Make KeePassXC start after the system tray is available on LXQtChih-Hsuan Yen
2021-05-30Persist Always on Top settingmantlabs
2021-05-30Auto-Type: Allow selection of modal dialogs on X11Jonathan White
* Fix #5958 - Modal dialogs do not have WM_STATE set even though they are a valid top-level window with a valid name. In this case, we need to poll for WM_TRANSIENT_FOR which returns the top level window the dialog is a child of.
2021-05-30Fix Mac Pasteboard header locationJonathan White
2021-05-29Detect quazip >= 1.0 via pkgconfigLars Wendler
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2021-05-16Backport: Prevent crash and resolve placeholders in Auto-Type dialogJonathan White
* Modified backport of specific improvements introduced on develop branch. - Prevent crash when multiple screens are at play and QApplication::screenAt returns nullptr. - Resolve username/password when copying to clipboard from Auto-Type selection dialog.
2021-02-27Exclude additional lookalike characters (6G8B)Brandon Atkinson
* Fix #6075
2021-02-27Update MainWindow minimum size to enable smaller verticle space (#6149)Jesse Ruth
2021-02-27Allow setting MSI properties in unattended installJonathan White
2021-02-26KeeShare: Default to unsigned container unless specifically chosenBernhard
*Fix #6081 - Prevent assert and crash due to user entered data
2021-02-01Release 2.6.42.6.4Janek Bevendorff
Added - Automatically adapt to light/dark system theme changes (Windows/macOS only) [#6034] Changed - Show window title as tooltip on system tray [#5948] - Compress Snap release as LZO for faster initial startup [#5877] - Password generator: Set maximum selectable password length to 999 [#5937] Fixed - Fix crash on app close when using SSH agent [#5935] - Fix KDF selection showing wrong item when using Argon2id [#5923] - Automatically close About dialog on database lock if it is still open [#5947] - Linux: Fix automatic launch at system startup with AppImages [#5901] - Linux: Fix click-to-move on empty area activating when using menus [#5971] - Linux: Try multiple times to show tray icon if tray is not ready yet [#5948] - macOS: Fix KeePassXC blocking clean shutdown [#6002]
2021-02-01Update translationsJanek Bevendorff
2021-02-01Bump version to 2.6.4Janek Bevendorff
2021-02-01Update changelogJanek Bevendorff
2021-01-31Merge pull request #6034 from keepassxreboot/hotfix/theme-switching-backportJonathan White
2021-01-31Fix on/off icons not being redrawn on theme change (backport)Janek Bevendorff
2021-01-31Fix icon alpha blending in QTableView (backport)Janek Bevendorff
Some widgets such as QTableView do not call QIconEngine::pixmap(), but do the drawing immediately through QIconEngine::paint(). This breaks alpha blending for recolouring, since the underlying image canvas is not necessarily transparent and also not anchored at (0, 0). This results in a black box of the size of the icon bounding box. Icon recolouring is now always done on a temporary QImage with transparent background and only the finished end result is composed onto the original canvas. Fixes #6006
2021-01-31Fix adaptive icon painting (backport)Janek Bevendorff
Fixes resolution problems on HighDPI. Backport of c7323accf2a004293a67bb06ff0eb9a692903f35
2021-01-31Add dynamic theme switching on Windows 10 (backport)Janek Bevendorff
2021-01-31Improve macOS platform integration (backport).Janek Bevendorff
- Allow switching between themes without restart (except classic) - Rework icon loading and recolouring logic to react to theme changes - Automatically react to light/dark theme change - Remove explicit selection of monochrome tray icon variant (selected automatically now) The tray icon doesn't respond perfectly to theme changes yet on Big Sur, since we need different icons for dark and light theme and cannot simply let the OS recolour the icon for us (we do that, too, but only as an additional fallback). At the moment, there is no signal to listen to that would allow this. This patch adds a few generic methods to OSUtils for detecting and communicating theme changes, which are only stubs for Windows and Linux at the moment and need to be implemented in future commits. Fixes #5349
2021-01-29Auto-close About Dialog before locking databasesJonathan White
* Fixes #5941
2021-01-27Ensure app exiting flag is set on logoff/shutdownJonathan White
* Fix #3944
2021-01-27Correct issues with system tray iconJonathan White
* Close #5780 - Show window title as system tray icon tooltip * Fix #5943 - Try to show system tray icon up to 5 times, waiting 5 seconds between attempts, if the system tray is not available. This works around observed startup issues on Linux. * Change function of "isTrayIconEnabled()" to return true if the tray icon is created and visible. This may correct some long standing bugs with the window hiding forever unexpectedly.