mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00

-cleanup DefaultFilter.java -> DefaultfilterAction.java -create DataSourceFilter and DataSourcesFilter classes -create Rootfilter class -modify EventDB --create enums for EventDB columns and keys into the DBInfo Table. --add datasource_id to events table --add methods to EventDB to get the datasource ids --added getSQLWhere() variant for DataSourceFilter -expose datasources from EventsRepository and populate at timeline open / rebuild -customize default filters supplied by FilteredEventsModel with datasource filters -put window manipulation on edt in TimeLineController minor fixes and cleanup; fix typo in class name; more minor cleanup