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
jmillman
64f8e8e282
polish the IntervalSelector UX, don't dismiss it if non-timerange zoom params change;
2016-04-12 10:10:06 -04:00
jmillman
3d41df5fc0
clear guidelines on zoom change
2016-04-12 10:10:02 -04:00
jmillman
f949a00093
fix events tree; more cleanup
2016-04-12 10:09:57 -04:00
jmillman
5ab1fc3395
cleanup and simplify contextmenu API; fix contextMenu bug by not allowing interval selectors to be closed via right ClickHandler
...
decouple DetailsChart from DetailViewPane.java
more cleanup
remove type parameter to ContextMenuProvider
nodes implement ContextMenuProvider
cleaned up node actions
pulled a bit more common code into EventNodeBase
move more code related to description visibility to EventNodeBase
more cleanup
cleaup descLOD property
2016-04-12 10:09:53 -04:00
jmillman
69d1f2d026
open pinnedView on initialization if pinnedEvents is not empty
...
DetailsChartLane doesn't implement timelinechart, only ContextMenuProvider
Abstract DetailsChart as a Control out of DetailViewPane to encapuslate the Lanes, etc
fixing mouse actions, moving things to appropriate levels in hierarchy, cleanup
more cleanup, some features are still broken
continue to cleanup DetailsChart API and fix bugs
work on listeners to fix rightclick actions
2016-04-12 10:09:48 -04:00
jmillman
55f0ae10f3
general cleanup; populate pinned events on creation of lane
2016-04-12 10:09:43 -04:00
jmillman
38a6fd3a0f
show pinned events automatically, add labels to pinned and all event swim lanes
...
move more code into DetailViewPane to allow guideline and interval selector to span the pinned and primary chart lanes
pull common code into DetailsChartLane base class
pull more common code into DetailsChartLane base class
pull even more common code into DetailsChartLane base class
2016-04-12 10:09:38 -04:00
jmillman
651fac80ec
bind swinmlane max height to height needed to show all items
2016-04-12 10:09:34 -04:00
jmillman
d0561dcbac
use masterDetailPane to allow hiding of pinned events
...
move tooltip loading into EventNodeBase
minor cleanup
improve pinned events collapsing, keep minimum height
2016-04-12 10:09:29 -04:00
jmillman
0df9cdaabf
hide tick marks, improve resizing of splitpane
2016-04-12 10:09:25 -04:00
jmillman
1abf6d721b
make selection highlighting more consistent across pinned and non-pinned event nodes
2016-04-12 10:09:21 -04:00
jmillman
780a96f039
selection in PinnedEventsChart populates dataresulttable
2016-04-12 10:09:16 -04:00
jmillman
4acaed2557
PnnedEventsChart is better integrated interms of respecting settings and selection
2016-04-12 10:09:11 -04:00
jmillman
38af730c58
make pinned events scrollable
2016-04-12 10:09:06 -04:00
jmillman
a6bfbf467a
flesh out pinning multievents, and small ui changes to streamline bundles with only one sub-bundle.
...
move eventTypeImageView into EventNodeBase
2016-04-12 10:09:00 -04:00
jmillman
64d3f09118
support pinning of all events, not just SingleEvents
2016-04-12 10:08:55 -04:00
jmillman
0db3a8ba2c
experimental/preliminary work to support pinning events in the detail view
...
more refactoring and development to support pinning events
move more into EventNodeBase.java
more refactoring, and enhancement of event pinning
2016-04-12 10:08:49 -04:00
Oliver Spohngellert
69890a75cb
Semantics changes to HashDbManager.
2016-04-12 08:45:06 -04:00