-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow selecting any open database in unlock dialog
When showing the database unlock dialog from browser or auto-type and there's more than one open database, replace the filename label with a drop-down box of all available files. Switching the filename here will change the active tab of the main window and unlock it. This implements the major feature desired by [1] and the noticeable UX regression between 2.5 and 2.6 when working with multiple databases on an auto-lock timer. Notes: * Make the DatabaseOpenDialog window ApplicationModal so that it blocks input to the main UI when open. This avoids a number of corner cases that would otherwise pop up if opening/closing or locking/unlocking extra database tabs in the background. * This does not handle auto-type/browser scenarios where the active database is unlocked but has no matching credentials, and there's other locked databases open which the user could be prompted to unlock ("Case 2" in the issue). [1] #2322
- Loading branch information
Showing
7 changed files
with
127 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters