11887 Commits

Author SHA1 Message Date
jmillman
6ff6a51db2 fix typo 2016-05-13 14:07:05 -04:00
jmillman
f2b37fca09 Merge branch 'develop' into TL-list-view
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/ui/AbstractVisualizationPane.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/VisualizationPanel.fxml
	Core/src/org/sleuthkit/autopsy/timeline/ui/VisualizationPanel.java
2016-05-13 14:05:41 -04:00
Richard Cordovano
f5c7faa227 Merge pull request #2140 from millmanorama/TL-dont-refresh-on-zoom-cancel
TL dont refresh on zoom cancel
2016-05-13 13:54:51 -04:00
jmillman
b20ed2c89b keep pinned toggle in sync with state of visualization. cleanup and comments 2016-05-13 11:09:08 -04:00
Richard Cordovano
1c34459ac1 Restore precedence of user-defined custom file types 2016-05-12 18:11:24 -04:00
jmillman
d0423f7870 seperate help for log and linear scale 2016-05-12 17:56:15 -04:00
jmillman
c008a1387f Merge branch 'develop' into TL-fix-scale-help 2016-05-12 17:12:44 -04:00
jmillman
259fc185c2 revert eventing change that mysteriously broke the zoom sliders 2016-05-12 17:06:24 -04:00
jmillman
8399b03050 cleanup 2016-05-12 16:17:47 -04:00
jmillman
1779c3223e Merge branch 'develop' into TL-dont-refresh-on-zoom-cancel
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/DetailViewPane.java
2016-05-12 15:49:59 -04:00
jmillman
d53637e795 skeleton of new ListViewPane 2016-05-12 15:39:49 -04:00
Oliver Spohngellert
05f6cd44a7 Fixed event publishing for deleting report. 2016-05-12 14:14:47 -04:00
Richard Cordovano
73c2644bc7 Merge pull request #2138 from millmanorama/TL-consolidate-notificationpane
TL consolidate notificationpane
2016-05-12 14:09:01 -04:00
Oliver Spohngellert
3e3e5764ce Merge remote-tracking branch 'upstream/develop' into aut-2121 2016-05-12 13:50:22 -04:00
Richard Cordovano
4ea7eb11f8 Class name change: UserDefinedFileTypesManager to CustomFileTypesManager 2016-05-12 13:46:08 -04:00
Richard Cordovano
38f98f2100 Clean up documentation/dead code in UserDefinedFileTypesManager 2016-05-12 13:43:43 -04:00
Oliver Spohngellert
047a8b7831 Fixed expansion behavior problems. 2016-05-12 12:16:59 -04:00
Richard Cordovano
95deb30154 Merge pull request #2122 from millmanorama/TL-tag-notification
TL tag notification
2016-05-12 11:54:28 -04:00
jmillman
b1417748bd cleanup PromptDialogManager, UpdateDB, FilteredEventsModel, TimeLineController, DBUpdatedEvent, RefreshRequestedEvent, AbstractVisualizationPane,and VisualizationPanel 2016-05-12 11:26:50 -04:00
jmillman
2ff31cc7a5 move refresh state into AbstractVisualizationPane; cleanup VisualizationPanel.java and VisualizationPanel.fxml 2016-05-12 11:26:46 -04:00
jmillman
a5aee16b28 improve Event system remove unused code; use notifications instead of dialogs for data source events 2016-05-12 11:26:41 -04:00
jmillman
b43ef31cbb move DB update notification out of status bar and parallel to tag notification 2016-05-12 11:26:35 -04:00
jmillman
e176109dde improve name and documentation of NO_EVENTS_BACKGROUND 2016-05-12 11:25:57 -04:00
Oliver Spohngellert
03fdc11c98 Merge remote-tracking branch 'upstream/develop' into aut-2114 2016-05-12 11:13:34 -04:00
Oliver Spohngellert
a5a8ec758e Merge remote-tracking branch 'upstream/develop' into aut-2114 2016-05-12 11:07:14 -04:00
Richard Cordovano
b8234ffd8c Merge pull request #2135 from BasisOlivers/aut-1578
Fixed expansion behavior on options panel.
2016-05-12 11:02:59 -04:00
jmillman
cc3096bbdb improve timeline scale help text 2016-05-12 10:58:10 -04:00
jmillman
f79a77fded minor cleanup 2016-05-12 10:45:12 -04:00
Richard Cordovano
cf5c7538f9 Merge pull request #2132 from BasisOlivers/aut-2128
Added scroll capability to autopsy options and image gallery.
2016-05-12 10:13:47 -04:00
Oliver Spohngellert
fb1aab5c62 Added image gallery scrollability. 2016-05-12 09:41:48 -04:00
Oliver Spohngellert
e0f60275cb Added scroll capability to autopsy options and image gallery. 2016-05-12 09:29:57 -04:00
Richard Cordovano
3c1e14d6d9 Merge pull request #2131 from BasisOlivers/aut-2088
Made new file types detectable by file extension mismatch settings.
2016-05-12 09:15:01 -04:00
Oliver Spohngellert
7d7424725a Made error labels clear upon succesful type added. 2016-05-12 09:00:23 -04:00
Richard Cordovano
6dd93e3f52 Merge pull request #2130 from BasisOlivers/aut-2127
Added mime type to file metadata content viewer.
2016-05-12 08:54:15 -04:00
Oliver Spohngellert
023b613d1d Merged upstream/develop 2016-05-12 08:53:34 -04:00
Richard Cordovano
bdf3482d53 Merge pull request #2121 from BasisOlivers/aut-2118
Made rule display reset upon delete.
2016-05-11 18:24:30 -04:00
jmillman
345f7a5219 improve warning when showing many events in details view 2016-05-11 16:30:02 -04:00
jmillman
989e770cc8 don't refresh the timeline when the user backs out of dangerous zoom parameters 2016-05-11 16:22:05 -04:00
Oliver Spohngellert
7879683a28 Semantics changes. 2016-05-11 16:18:10 -04:00
Oliver Spohngellert
c11945492e Got rid of unnecessary message. 2016-05-11 16:17:12 -04:00
Oliver Spohngellert
baaf0f3a2b Added mime type to file metadata content viewer. 2016-05-11 16:15:22 -04:00
Oliver Spohngellert
871f8e3bb3 Mocked up solution to delete report problem. 2016-05-11 12:54:22 -04:00
Oliver Spohngellert
90541c75ca Merge remote-tracking branch 'upstream/develop' into aut-2088 2016-05-11 12:26:32 -04:00
Oliver Spohngellert
e91b628295 Merge remote-tracking branch 'upstream/develop' into aut-2100 2016-05-11 10:08:44 -04:00
Oliver Spohngellert
a09cbfca87 Used anonymous swing workers to generate reports, finished cleanup. 2016-05-11 10:08:16 -04:00
Eugene Livis
5c1bb1fba4 UTF-8 sanitize text before adding it to solr index 2016-05-10 17:00:19 -04:00
Richard Cordovano
4a6b61f568 Remove public access to file type definition dialogs 2016-05-10 11:14:45 -04:00
Richard Cordovano
9f4c190a72 Merge pull request #2120 from BasisOlivers/aut-2117
Made add button enable based upon whether or not there were any sigs
2016-05-10 09:32:05 -04:00
Richard Cordovano
72c98d2a3b Merge pull request #2119 from BasisOlivers/aut-2116
Made add extension enable the apply button.
2016-05-09 17:02:39 -04:00
Richard Cordovano
4b59a919fd Merge pull request #2112 from BasisOlivers/aut-2112
Made reports delete in ui when action is taken.
2016-05-09 15:25:39 -04:00