-
Notifications
You must be signed in to change notification settings - Fork 220
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
Individual filterer disable/reenable in filters panel. #2163
base: master
Are you sure you want to change the base?
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f018c82 - Browse repository at this point
Copy the full SHA f018c82View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c88e00 - Browse repository at this point
Copy the full SHA 8c88e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c580f - Browse repository at this point
Copy the full SHA 02c580fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3477e0 - Browse repository at this point
Copy the full SHA b3477e0View commit details
Commits on Apr 18, 2024
-
'#39 updates lastClickedPath also when clicking for start dragging from
Combined Filterer Tree.
Configuration menu - View commit details
-
Copy full SHA for d4a1d7b - Browse repository at this point
Copy the full SHA d4a1d7bView commit details -
'#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.
Configuration menu - View commit details
-
Copy full SHA for 945ad13 - Browse repository at this point
Copy the full SHA 945ad13View commit details -
'#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.
Configuration menu - View commit details
-
Copy full SHA for 897e291 - Browse repository at this point
Copy the full SHA 897e291View commit details -
'#39 Properly implements clone methods of DecisionNode subclasses, so
they can be cloned when dragging with CTRL button pressed (COPY operation).
Configuration menu - View commit details
-
Copy full SHA for e0ee88a - Browse repository at this point
Copy the full SHA e0ee88aView commit details -
'#39 Alters field names to be similar with correspondent
CombinedFilterer class name.
Configuration menu - View commit details
-
Copy full SHA for 4da3cdf - Browse repository at this point
Copy the full SHA 4da3cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e403c - Browse repository at this point
Copy the full SHA 14e403cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e31973 - Browse repository at this point
Copy the full SHA 7e31973View commit details -
'#39 Adds a centered tip message informing about drag and drop filter
operations to combine them.
Configuration menu - View commit details
-
Copy full SHA for df8043d - Browse repository at this point
Copy the full SHA df8043dView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7f8461 - Browse repository at this point
Copy the full SHA a7f8461View commit details -
'#39 Creates interface IFilter method to return a more detailed textual
description, used in the tootip of the filter in the tree.
Configuration menu - View commit details
-
Copy full SHA for 8e42673 - Browse repository at this point
Copy the full SHA 8e42673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c0b8c - Browse repository at this point
Copy the full SHA 75c0b8cView commit details -
'#39 Add support for disable Filterer on Filterers tree via its checkbox
without removing its defined filters, which are restored when checkbox is checked again.
Configuration menu - View commit details
-
Copy full SHA for d6cd081 - Browse repository at this point
Copy the full SHA d6cd081View commit details
Commits on Apr 22, 2024
-
'#39 Corrects AppListener to only use text from SearchFilterer (it was
being added twice). Implement getQuery in SearchFilterer.
Configuration menu - View commit details
-
Copy full SHA for aca03c1 - Browse repository at this point
Copy the full SHA aca03c1View commit details -
'#39 use hasFilters instead of hasFiltersApplied to execute filter
de/activation through checkbox
Configuration menu - View commit details
-
Copy full SHA for 3fddcb6 - Browse repository at this point
Copy the full SHA 3fddcb6View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04f70ef - Browse repository at this point
Copy the full SHA 04f70efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf5574 - Browse repository at this point
Copy the full SHA 7bf5574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93418ad - Browse repository at this point
Copy the full SHA 93418adView commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7e9fe7 - Browse repository at this point
Copy the full SHA b7e9fe7View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe3e815 - Browse repository at this point
Copy the full SHA fe3e815View commit details -
'#2163 Adds a menu entry to the table header menu to represent the
filter defined via FieldValuePopup, so it can be also cleared from there.
Configuration menu - View commit details
-
Copy full SHA for 20c2073 - Browse repository at this point
Copy the full SHA 20c2073View commit details
Commits on May 3, 2024
-
'#2163 Implements enabling/disabling filterer via filters panel for
timeline and duplicate filterers.
Configuration menu - View commit details
-
Copy full SHA for fa8b377 - Browse repository at this point
Copy the full SHA fa8b377View commit details -
'#2163 Implementation of disable/enable filterer through filterer tree
panel category, metadata, table header, evidence tree and bookmark;
Configuration menu - View commit details
-
Copy full SHA for d49950e - Browse repository at this point
Copy the full SHA d49950eView commit details -
'#2163 Use same rule to color tab backgraund in filterer tree node
background coloring.
Configuration menu - View commit details
-
Copy full SHA for a4d498c - Browse repository at this point
Copy the full SHA a4d498cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 796f257 - Browse repository at this point
Copy the full SHA 796f257View commit details
Commits on May 7, 2024
-
'#2163 Sets initial value for duplicate filter as disable (as it will
always have a filter defined).
Configuration menu - View commit details
-
Copy full SHA for c277b39 - Browse repository at this point
Copy the full SHA c277b39View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e49c7e7 - Browse repository at this point
Copy the full SHA e49c7e7View commit details -
'#2163 Removes old conflicting code to set category tab color if any
filter is defined.
Configuration menu - View commit details
-
Copy full SHA for cde98c5 - Browse repository at this point
Copy the full SHA cde98c5View commit details -
Merge branch '#39_complement' of https://github.com/sepinf-inc/IPED.git…
… into #39_complement
Configuration menu - View commit details
-
Copy full SHA for 0de6aa7 - Browse repository at this point
Copy the full SHA 0de6aa7View commit details -
'#2163 Implements missing implementation of new hasFiltersApplied method
of MetadataPanel filterer.
Configuration menu - View commit details
-
Copy full SHA for 95c75bc - Browse repository at this point
Copy the full SHA 95c75bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087ea23 - Browse repository at this point
Copy the full SHA 087ea23View commit details -
'#2163 adds comments on some interface methods definitions to explain
their difference.
Configuration menu - View commit details
-
Copy full SHA for 55429bb - Browse repository at this point
Copy the full SHA 55429bbView commit details -
'#2163 Removes unnecessary and complicated wrapping desing of
FiltersPanel with its internal combinedFilterer. Implements hasAppliedFilters of combinedFilterer to reflect on Filters Panel color.
Configuration menu - View commit details
-
Copy full SHA for 70dd932 - Browse repository at this point
Copy the full SHA 70dd932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e535b1 - Browse repository at this point
Copy the full SHA 1e535b1View commit details -
'#2163 Search Filter getQuery returns null if query text is
correspondent to empty query, avoiding clearFilterButton to reconize it as a filter and remains visible.
Configuration menu - View commit details
-
Copy full SHA for f58d09b - Browse repository at this point
Copy the full SHA f58d09bView commit details
Commits on May 29, 2024
-
'#2163 Design method for restoration of defined filters of a filter from
another source. Implements the restoration for Category filterer CategoryTreeListener.
Configuration menu - View commit details
-
Copy full SHA for 8eef37f - Browse repository at this point
Copy the full SHA 8eef37fView commit details -
'#2163 Implements restoreDefinedFilters for filterers declared in App
class and corrects this method name.
Configuration menu - View commit details
-
Copy full SHA for fbc1804 - Browse repository at this point
Copy the full SHA fbc1804View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2eea39 - Browse repository at this point
Copy the full SHA c2eea39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10dba2d - Browse repository at this point
Copy the full SHA 10dba2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for df5d086 - Browse repository at this point
Copy the full SHA df5d086View commit details
Commits on Jun 4, 2024
-
'#2163 Removes unnecessary field and corrects getQuery method to return
a value only if a filter is defined.
Configuration menu - View commit details
-
Copy full SHA for 77d3e11 - Browse repository at this point
Copy the full SHA 77d3e11View commit details -
'#2163 updates internal control field 'selection' on
restoreDefinedFilters.
Configuration menu - View commit details
-
Copy full SHA for 2686d8a - Browse repository at this point
Copy the full SHA 2686d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b46dff9 - Browse repository at this point
Copy the full SHA b46dff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c22bd - Browse repository at this point
Copy the full SHA 32c22bdView commit details -
'#2163 Code to avoid enabling filterer from filterpanel without any
defined filter defined by the filterer before.
Configuration menu - View commit details
-
Copy full SHA for c324e7e - Browse repository at this point
Copy the full SHA c324e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa2d11 - Browse repository at this point
Copy the full SHA 5fa2d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for c606d3e - Browse repository at this point
Copy the full SHA c606d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b19e3 - Browse repository at this point
Copy the full SHA e8b19e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039a51f - Browse repository at this point
Copy the full SHA 039a51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6309c - Browse repository at this point
Copy the full SHA 5a6309cView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b77a2f4 - Browse repository at this point
Copy the full SHA b77a2f4View commit details -
'#2163 Creates a map to store the correspondence between a query escaped
name of the field and its original name, that needs to be recovered when restoring defined filters.
Configuration menu - View commit details
-
Copy full SHA for 3434d2d - Browse repository at this point
Copy the full SHA 3434d2dView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2793dc - Browse repository at this point
Copy the full SHA c2793dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2c5df - Browse repository at this point
Copy the full SHA fc2c5dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af46bb - Browse repository at this point
Copy the full SHA 9af46bbView commit details
Commits on Jun 27, 2024
-
'#2251 and '#2163 apply duplicate filter as last filterer.
patrick committedJun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b72dc6 - Browse repository at this point
Copy the full SHA 5b72dc6View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b2878d - Browse repository at this point
Copy the full SHA 8b2878dView commit details