-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoreload #9
Closed
Closed
Autoreload #9
Conversation
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
The protocol is called XTEST but the library libxtst. Closes #440
Resize columns once when the entry list is set. Based on keepassx#158 Closes #478
Fixes many bogus windows in auto-type window list when using gnome-shell.
Otherwise reading fails if the file extension is wrong. Closes #512
Based on pull request by Valeriy <jazzvoid@gmail.com> Closes #450
When saving a database we previously replaced symlinks with a regular file. Closes #442
Update the minimum length for the password generator depending on the chosen options. Closes #420
In these cases delete the group instead of trying to move it to the recycle bin. Closes #520
In Qt5 it's qtbase_<lang> instead of qt_<lang>
Don't ask for confirmation when closing/locking a database and - it's in edit entry mode - there haven't been any modifications Refs #511
Closes #424
Fixes canonicalFilePath() returning an empty string.
Based on keepassx#178 by Mois Moshev <mois@monomon.me> Closes #525
Q_FOREACH will de deprecated soon.
This gives the option to reload the database. A setting is available to let the program automatically reload the database if there is no change, always ignore, or always ask what to do.
There are too many changes going on in this one pull request. I am opening a new one with TypZ's changes and will merge to develop. See if you can parse out what the changes are and group them logically. |
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is now rebased over current keepassx/keepassx master. This is not my code (originally from here: keepassx/keepassx#12), but I think it's good and should be in a place where people can use it.