- Jun 08, 2020
-
- Jun 07, 2020
-
-
Jonathan White authored
* Saving a database in unsafe mode retains the existing permissions on the kdbx file * New databases (save as, save backup, new database) and new key files are saved with 0600 permissions (user read/write), fixes #2575
-
- Jun 06, 2020
-
-
Jonathan White authored
* Only clear password field when switching tabs or minimizing. This prevents the setting "Remember Key Files and Hardware Keys" from being useless with multiple databases. * Convert key file field to Line Edit, simplifies usage. Fix clear field button as well. * Removed need for clearForms to check if the database is being opened (was a solution to tab switching while unlocking, no longer a problem).
-
JMcKiern authored
* Press "Delete" to remove recent database * Refresh recent databases on becoming visible
-
- Jun 04, 2020
-
-
Jonathan White authored
* Aligns better with entry text and condenses group list
-
Jonathan White authored
* Check every hour to see if another update check should be performed. Nothing actually happens unless 7 days has elapsed since the last update check. * Fixes #3706
-
Jonathan White authored
* Add support for 'ifDevice' feature, closes #2871 * Resolve placeholders for username and password to support references, fixes #2078 * Add support for open databases from an entry when the url starts with 'kdbx://'. Uses the same syntax as AutoOpen. Closes #1536.
-
Jonathan White authored
* Move portable configuration files into a config subfolder from the executable. This prevents overwriting the stored config when the application is updated in-place. * Use .portable file to signal a portable app * Fix #4751
-
Jonathan White authored
* Fixes #4060 * Also fix not emitting entryModified() when history is truncated. This possibly fixes other crashes with apply button when the history is truncated and then the history page is shown with a deleted entry.
-
Jonathan White authored
* Fixes #4765 * Fixes #4766
-
Jonathan White authored
* Copy wordlists to build dir share folder * Change resource path resolution to only test the provided directory, not finding a specific file
-
Jonathan White authored
* Fix issues when Config options were renamed * Fix compile issues when using clang 10 * Rearrange database menu icons and import database menu icons * Set minimum size of MainWindow to 800 to prevent search bar from hiding * Fix not saving password generator options when closing the standalone generator * Add headers to health check reports * Don't show hidden content dots when notes are hidden but empty. * Fix saving new database files in SMB shares on Windows, fixes #4809 * Gracefully handle duplicate attachments : Instead of bailing out with an error, prepend a random string to the name of duplicate attachment records. This prevents data loss from other programs that mishandled KDBX XML writing. Fixes #2493 * Properly handle blocked import of signed KeeShare database, fixes #4413
-
Janek Bevendorff authored
The tray icon appearance setting is null by default, since we do not want to include OSUtils into Config. As a result, we must take special care to preselect the correct combo box entry on the settings page.
-
- Jun 02, 2020
-
-
Aaron D. Marasco authored
-
- Jun 01, 2020
-
-
Aaron D. Marasco authored
-
Janek Bevendorff authored
- Reduce SVG complexity and clean up unnecessary paths - Recreate monochrome icons for better rendering at low resolutions - Export as minified SVG Basic 1.1 without style elements - Recreate 256x256 PNG from optimised SVG
-
- May 30, 2020
-
-
Janek Bevendorff authored
-
Janek Bevendorff authored
- Unify widget layouts and margins - Fix tab order on a bunch of widgets - Fix broken entry/group edit form layout and replace with grid layout - Rearrange some settings for better logical grouping - Fix some settings checkboxes not being enabled/disabled on load - Fix "General" settings tab scrolling - Rename "Root" group to "Passwords" - Update demo.kdbx accordingly and redownload favicons - Change entry path display to use slash separators - Reduce Medium and Large icon sizes slightly
-
- May 29, 2020
-
-
Jonathan White authored
-
Janek Bevendorff authored
-
Jonathan White authored
* Add icons for Database Import, Database Export, and Recent Databases * Change app exit icon to be distinct from export icon * Updated and ran makeappicons.sh
-
Jonathan White authored
Original source of icons is the icon8 library (http://icons8.com/c/flat-color-icons) and Paomedia (https://github.com/paomedia/small-n-flat ). All icons used are licensed MIT or CC0; annotated in COPYING. * Closes #4071 * Increase default size of database icons to 24px and entry preview panel to 48px * Add shell script to assemble the database icons * Use QIcon to seamlessly support High DPI displays and pixmap caching * Add badge support for KeeShare groups and expired entries. * Guard against use of QPixmap::fromImage without a GUI * Add SVG minify and improve `make icons` Co-authored-by:
Wolfram Rösler <wolfram@roesler-ac.de>
-
Aetf authored
FdoSecrets: Add unit tests for secret service integration
-
- May 28, 2020
- May 27, 2020
-
-
Janek Bevendorff authored
Transforms application into a UIElement agent app when minimize to tray is enabled and the window is hidden. This hides the dock icon and removes the application from the Cmd+Tab listing. The changes work well together with macOS's inbuilt hide feature. Also fixes the buggy tray icon context menu trigger behaviour. macOS triggers the tray context menu also on normal left click, which causes the window to toggle at the same time as the menu. To fix this, window toggling has been disabled altogether on macOS and users will be shown only the context menu from now on. Fixes #1334
-
- May 26, 2020
-
-
Foaly authored
-
- May 24, 2020
-
-
Aetf authored
-
- May 23, 2020
-
-
Prabesh Paudel authored
Fixes #3782
-
Toni Spets authored
Fixes #4594
-
Andrew Meyer authored
Copy necessary saving sequence from the save function into saveAs function to prevent inconsistencies when saving to a new file.
-
- May 22, 2020
-
-
Holger Böhnke authored
Introduce a third unsorted status that shows entries in the order they occur in the KDBX file. * Add keyboard shortcut Ctrl+Alt+Up/Down to move entries up and down in sort order * Add entry context menu icons to achieve movement up/down * Only show menu icons when in natural sort order * Add Material Design icons for moving up/down * Add feature to track non-data changes and force a save on exit to ensure they are not lost when locking a database. This allows users to make entry movements and group expand/collapse operations and not lose that state. Remove saveas
-
- May 21, 2020
-
-
varjolintu authored
* Also move "search in all databases" to the general tab
-
stingray21 authored
-
Janek Bevendorff authored
Qt uses "MS Shell Dlg 2" as the default font, which resolves to Tahoma and not Segoe UI, which is the actual Windows 10 default font. See QTBUG-58610
-
- May 19, 2020
-
-
Toni Spets authored
Fixes #4532
-
Toni Spets authored
Fixes regression since #3833 was merged
-
varjolintu authored
-