Skip to content
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

Merged

Commits on Apr 10, 2021

  1. gui_qt/main_window: add dictionaries widget context menu

    Reuse the edit menu.
    benoit-pierre committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    6c11bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7612d53 View commit details
    Browse the repository at this point in the history
  3. gui_qt/dictionaries: add support for saving

    Create a copy of each selected dictionary, or merge them into a new one.
    benoit-pierre committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    850cc2a View commit details
    Browse the repository at this point in the history
  4. gui_qt/dictionaries: change default save directory

    Default to the configuration directory, instead of the current directory.
    benoit-pierre committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    8dcda12 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. 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).
    benoit-pierre committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    48f3abe View commit details
    Browse the repository at this point in the history
  2. news: add fragment

    benoit-pierre committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    666a9f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8610b6e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. gui_qt/dictionaries: cache the file dialogs directory

    Default to the configuration folder, and then remember and re-use
    on subsequent invocations.
    benoit-pierre committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    3230f0d View commit details
    Browse the repository at this point in the history