11435 Commits

Author SHA1 Message Date
Oliver Spohngellert
2b839ecb82 Synchronized necessary methods in HashDbManager. 2016-04-18 12:52:44 -04:00
Oliver Spohngellert
85b9694659 Started updating to standardize using extension set. 2016-04-18 12:47:25 -04:00
Oliver Spohngellert
8cbbd00d15 Merge remote-tracking branch 'upstream/develop' into aut-2034 2016-04-18 12:21:53 -04:00
Richard Cordovano
a9b19261d9 Merge pull request #2074 from eugene7646/warning
Changed some severe log entries to warnings
2016-04-18 12:07:56 -04:00
Oliver Spohngellert
8e5be698b4 Updated file ext mismatch ui. 2016-04-18 12:02:25 -04:00
Oliver Spohngellert
099518b5a9 Fixed up ui to allow resizability. 2016-04-18 11:08:17 -04:00
Oliver Spohngellert
bed9161e05 Fixed button alignment and header text. 2016-04-18 09:57:23 -04:00
jmillman
ddcf547f22 set initial disabled state of sub filters based on active state of compound filter 2016-04-15 16:54:43 -04:00
jmillman
ff3810df09 comments and minor cleanup 2016-04-15 16:40:25 -04:00
Eugene Livis
a53e5bfd1e Changed some severe log entries to warnings 2016-04-15 16:37:00 -04:00
jmillman
1076ef3d81 fix filter disabling bug by moving listener outside of constructor. other misc cleanup:
- keep references to disabled and active properties in DataSourcesFilter so they and any listeners are not GC'd
- do parallel fix to ordering of TypeFilter copyOf as was done to other CopyOf implementations
2016-04-15 16:12:01 -04:00
jmillman
b6760828c1 distinguish datasource filters by datsource id and not displayname in expansion map. fix bugs in disabled and selected state of filter copies 2016-04-15 16:11:56 -04:00
Oliver Spohngellert
dffe4bb551 Merge remote-tracking branch 'upstream/develop' into aut-2086 2016-04-15 15:24:44 -04:00
Richard Cordovano
f60476f7ad Merge pull request #2065 from BasisOlivers/aut-2025-pt2
Serialization for hash database settings
2016-04-15 15:16:02 -04:00
Oliver Spohngellert
cbf5dc1726 Added documentation, fixed file type saving behavior. 2016-04-15 11:10:10 -04:00
Oliver Spohngellert
860287e29a Added icons, fixed JList logic, resizing. 2016-04-15 10:11:41 -04:00
Richard Cordovano
7d4acba66a Merge pull request #2069 from BasisOlivers/filesigs-pt2
Added ability to use multiple signatures on custom file types
2016-04-14 14:54:00 -04:00
jmillman
43d4fd35d6 simplify the TL dialog title 2016-04-14 13:08:21 -04:00
Oliver Spohngellert
6419db50b5 Fixed form issues, spelling error. 2016-04-14 11:29:13 -04:00
Oliver Spohngellert
a955932fa1 Merge branch 'test-file-type-ui' of https://github.com/BasisOlivers/autopsy into filesigs-pt2 2016-04-14 11:01:32 -04:00
Richard Cordovano
199bc555fe Fix typo in NEWS.txt 2016-04-13 17:19:50 -04:00
Oliver Spohngellert
c8a8c7815e Merge remote-tracking branch 'upstream/develop' into aut-2034 2016-04-13 13:59:48 -04:00
Oliver Spohngellert
541b18e0f0 Semantics fixes, changed error behavior. 2016-04-13 13:48:11 -04:00
Oliver Spohngellert
1e7c545b8d Bugfix. 2016-04-13 13:27:27 -04:00
Oliver Spohngellert
85ff25a686 Logging semantics changes. 2016-04-13 13:24:31 -04:00
jmillman
e03047d77d added default true/false values to intersection and union filter sql where clauses ...
so that when no top level filters are selected all events are returned instead of none.
2016-04-13 13:05:26 -04:00
Oliver Spohngellert
53453fe8ee Updated documentation, slight semantics changes. 2016-04-13 12:59:27 -04:00
Oliver Spohngellert
f7f705d482 Merge remote-tracking branch 'upstream/develop' into test-file-type-ui 2016-04-13 12:23:08 -04:00
Oliver Spohngellert
8c438df2c1 Added documentation and fixed log messages. 2016-04-13 11:15:40 -04:00
Oliver Spohngellert
aa4736fafa Fixed semantics, added documentation.: 2016-04-12 16:34:59 -04:00
Richard Cordovano
88f2a0d08e Update testing/RegressionTest for ingest job settings panel button label change 2016-04-12 16:02:52 -04:00
Richard Cordovano
8ebf0efa3b Merge pull request #2062 from millmanorama/TL-details-refactor
Tl event-pinning and subsequent refactoring
2016-04-12 15:29:20 -04:00
Oliver Spohngellert
7da864fdcd Bugfixes. 2016-04-12 13:02:09 -04:00
Oliver Spohngellert
125443e469 Moved save behavior into add/remove methods. 2016-04-12 12:27:45 -04:00
Richard Cordovano
83878f45d4 Lint of recentactivity/ExtractIE 2016-04-12 12:10:38 -04:00
Richard Cordovano
263be3ee0c Merge pull request #2063 from eugene7646/pasco
Treating Pasco output parsing error as warning
2016-04-12 12:00:50 -04:00
jmillman
db78503b79 reinstate right click to close interval selector 2016-04-12 10:39:49 -04:00
jmillman
231a2da725 always "animeteTo" even if destination should match source
dont do redundant sort
2016-04-12 10:13:01 -04:00
jmillman
8bedda716a strip redundant method declarations form MultiEvent interface 2016-04-12 10:11:08 -04:00
jmillman
ef84522933 add hashCode and equals to EventCluster and EventStripe to prevent duplicate events getting pinned 2016-04-12 10:11:04 -04:00
jmillman
598100138b fix bug where old settings node don't get cleared when the visualization changes 2016-04-12 10:10:59 -04:00
jmillman
b9a42f2c98 minor cleanup and copyright fixes 2016-04-12 10:10:55 -04:00
jmillman
ef751ea7cb disable subfilters if parent filter is unselected 2016-04-12 10:10:51 -04:00
jmillman
9ac592e1f0 internationalize DetailsChart lane labels 2016-04-12 10:10:43 -04:00
jmillman
e96607db26 cleanup; move one more bit of code up to EventNodeBase; prepare EventnodeBase for listening to tag events. 2016-04-12 10:10:39 -04:00
jmillman
8651695151 move tag and hash icons to the left of event nodes 2016-04-12 10:10:34 -04:00
jmillman
fdf33d5416 clear interval selector in countsChart when the time range changes 2016-04-12 10:10:30 -04:00
jmillman
33ec748506 fix hover bug in interval selector 2016-04-12 10:10:25 -04:00
jmillman
37b6d605e0 fix selection bug for EventTypeTreeItems
decouple EventsTree na DetailViewPane somewhat;  improve EventsTreeItem interface;
2016-04-12 10:10:16 -04:00
jmillman
4149766303 clean up/polish FilterSetPanel; fix bugs
move selection action code to new class FilterTreeTableRow
2016-04-12 10:10:11 -04:00