-
Notifications
You must be signed in to change notification settings - Fork 278
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
Add dictionaries "save as..." support #1244
Add dictionaries "save as..." support #1244
Commits on Apr 10, 2021
-
gui_qt/main_window: add dictionaries widget context menu
Reuse the edit menu.
Configuration menu - View commit details
-
Copy full SHA for 6c11bd2 - Browse repository at this point
Copy the full SHA 6c11bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7612d53 - Browse repository at this point
Copy the full SHA 7612d53View commit details -
gui_qt/dictionaries: add support for saving
Create a copy of each selected dictionary, or merge them into a new one.
Configuration menu - View commit details
-
Copy full SHA for 850cc2a - Browse repository at this point
Copy the full SHA 850cc2aView commit details -
gui_qt/dictionaries: change default save directory
Default to the configuration directory, instead of the current directory.
Configuration menu - View commit details
-
Copy full SHA for 8dcda12 - Browse repository at this point
Copy the full SHA 8dcda12View commit details
Commits on Apr 11, 2021
-
gui_qt/dictionaries: prevent certain operations on loading dictionaries
No editing or "saving as" until a dictionary is loaded. Note: this does not strictly prevent trying to edit a loading dictionary because the code does not filter the list of selected dictionaries before attempting to do so. But this is use case will result in the interface freezing until all selected dictionaries have finished loading (and then the editor will show up).
Configuration menu - View commit details
-
Copy full SHA for 48f3abe - Browse repository at this point
Copy the full SHA 48f3abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 666a9f7 - Browse repository at this point
Copy the full SHA 666a9f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8610b6e - Browse repository at this point
Copy the full SHA 8610b6eView commit details
Commits on Apr 12, 2021
-
gui_qt/dictionaries: cache the file dialogs directory
Default to the configuration folder, and then remember and re-use on subsequent invocations.
Configuration menu - View commit details
-
Copy full SHA for 3230f0d - Browse repository at this point
Copy the full SHA 3230f0dView commit details