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

Modification of baskets and datasets #955

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2024

  1. [gui] Homogenize the dataset manager dialog: add/edit/remove buttons …

    …and add tooltips for them; homogenize subdialog names (create/edit dataset)
    gacarrillor committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d29c419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95376dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c491d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. [gui] Adapt BasketManager and CreateBasket dialogs, as well as their …

    …corresponding models. The former will list only existing baskets, whereas the latter will show only non-existing ones.
    gacarrillor committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8a746d7 View commit details
    Browse the repository at this point in the history
  2. [gui] Introduce EditBasketDialog, load info from the selected basket …

    …in BasketManager; for changing the selected basket's dataset, disable datasets that already have a basket for the selected basket's topic (since we shouldn't have 2 baskets for the same topic in the same dataset)
    gacarrillor committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    91e423f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    504d16a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    3130538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8802d2c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    67f47c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. [gui] Add Delete Basket support; introduce ili2db_utils module to exe…

    …cute common ili2db operations via Model Baker Library
    gacarrillor committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c074485 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Move Ili2DbUtils to lib

    gacarrillor committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    805ee0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f559d24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d408e8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6fd607 View commit details
    Browse the repository at this point in the history