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

Minor #39 fixes splitted #2256

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

Minor #39 fixes splitted #2256

wants to merge 12 commits into from

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    9ad56bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a86267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d15732c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea4e4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d2392b View commit details
    Browse the repository at this point in the history
  6. '#39 refactors FilterNode classes in a way to keep track of its

    correspondent CombinedFilterTreeModel where it is created, so it can
    update the map of Filters with corresponding nodes set when removing or
    adding one of its children.
    patrickdalla committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5e52bfc View commit details
    Browse the repository at this point in the history
  7. '#39 returns cachedBitSet map from CombinedFilterer to its previous

    structure Map<IFilter, FutureBitSetResult>, as the remove of an item in
    this cache now only occurs when no other FilterNode refers to the same
    filter.
    patrickdalla committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    76eebde View commit details
    Browse the repository at this point in the history
  8. '#39 Properly implements clone methods of DecisionNode subclasses, so

    they can be cloned when dragging with CTRL button pressed (COPY
    operation).
    patrickdalla committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    47f1a07 View commit details
    Browse the repository at this point in the history
  9. '#39 Alters field names to be similar with correspondent

    CombinedFilterer class name.
    patrickdalla committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    07883e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98c7e50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0adcf3a View commit details
    Browse the repository at this point in the history
  12. '#39 Adds a centered tip message informing about drag and drop filter

    operations to combine them.
    patrickdalla committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    525314b View commit details
    Browse the repository at this point in the history