5128 Commits

Author SHA1 Message Date
Oliver Spohngellert
3e27d18960 Final UI fixes. 2016-05-06 11:08:11 -04:00
Oliver Spohngellert
56bf158e38 Merge remote-tracking branch 'upstream/develop' into aut-1578 2016-05-05 16:18:17 -04:00
Oliver Spohngellert
0776d9ada5 Fixed ui resizability problems. 2016-05-05 16:05:35 -04:00
Oliver Spohngellert
09e6cd963b Got rid of xsd. 2016-05-05 12:05:00 -04:00
Richard Cordovano
2f19af3e44 Merge pull request #2102 from BasisOlivers/aut-2091
Fixed lack of tagging of virtual directories.
2016-05-04 16:38:12 -04:00
Oliver Spohngellert
9004df5bbd Reordered action order, made tag not allowed on data sources. 2016-05-04 14:58:57 -04:00
Richard Cordovano
e9ad75a93b Merge pull request #2098 from BasisOlivers/aut-1663
Added exception logging to image extraction code.
2016-05-04 14:48:19 -04:00
Oliver Spohngellert
e2bb6f906f Semantics update. 2016-05-04 14:42:03 -04:00
Richard Cordovano
9acecc2495 Merge pull request #2109 from millmanorama/TL-fix-back
TL Fix back action
2016-05-04 14:35:04 -04:00
jmillman
72aca3b43e Merge remote-tracking branch 'upstream/develop' into TL-only-snapshot-visualization 2016-05-04 14:02:15 -04:00
Richard Cordovano
21057fd053 Merge pull request #2097 from millmanorama/TL-improve-snapshot-report
TL improve snapshot report
2016-05-04 14:00:04 -04:00
jmillman
a52474352f Fix back action 2016-05-04 10:21:56 -04:00
Oliver Spohngellert
5bf62102f2 Improved panel resizing on file ext mismatch panel. 2016-05-02 09:08:23 -04:00
Oliver Spohngellert
5e916cdfc8 Fixed lack of tagging of virtual directories. 2016-04-29 15:10:22 -04:00
Oliver Spohngellert
8ac5c22269 Undid previous commit. 2016-04-29 14:59:34 -04:00
Oliver Spohngellert
12e7257e1f Let virtual directories be tagged. 2016-04-29 14:57:33 -04:00
Oliver Spohngellert
318c44276c Fixed expandability of global settings panels. 2016-04-29 13:47:35 -04:00
Oliver Spohngellert
050809bfdf Added exception logging to image extraction code. 2016-04-29 11:38:42 -04:00
jmillman
d095f447a6 use newly reorganized scene graph to snapshot only the actual visualization (including axes) 2016-04-29 11:01:29 -04:00
jmillman
899e4b453c fix alignment of axis labels 2016-04-29 11:01:22 -04:00
jmillman
2eb50ba784 begin moving axis nodes into AbstractVisualizationPane.java 2016-04-29 11:01:16 -04:00
jmillman
fb69ab8e37 control size of snapshot in html and match table 2016-04-29 11:00:15 -04:00
Richard Cordovano
eb20bba8c6 Move INgestManagerException into ingest/IngestManager 2016-04-29 09:34:17 -04:00
Richard Cordovano
5c7fdbd466 Merge pull request #2094 from karlmortensen/beginIngestJob
Begin ingest job
2016-04-29 09:17:13 -04:00
Karl Mortensen
33e9cf4dce code review updates 2016-04-28 16:55:27 -04:00
jmillman
bb3d35db06 Merge remote-tracking branch 'upstream/develop' into TL-improve-snapshot-report
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java
2016-04-28 16:54:47 -04:00
jmillman
c55c42c99d minor comments FilteredEventsModel.java and ivy.xml 2016-04-28 15:53:54 -04:00
jmillman
a0569da249 internationalize SaveSnapshotAsReport.java and SnapShotReportWriter.java
revert unwanted changes
2016-04-28 15:49:28 -04:00
jmillman
5ddd5dc26f more cleanup in SaveSnapshotAsReport and SnapShotReportWriter and templates 2016-04-28 15:13:23 -04:00
Karl Mortensen
fa16e9e38c Introduce IngestJobStartResult 2016-04-28 14:29:21 -04:00
Karl Mortensen
09cf29ebcf code review update 2016-04-28 11:10:39 -04:00
Karl Mortensen
8b74dc7ec3 Code review update 2016-04-28 10:02:04 -04:00
jmillman
3c68a55ea2 seperate SaveSnapshotAsReport.java from report writing code in org.sleuthit.autopsy.timeline.snapshot.SnapShotReportWriter.java 2016-04-27 16:52:59 -04:00
jmillman
5be4cf98ce more cleanup and comments in ZoomSettingsPane.java 2016-04-27 15:34:23 -04:00
jmillman
6b9f30c57a use NbBundle.messages for EventTypeZoomLevel 2016-04-27 12:23:16 -04:00
jmillman
373f5cc333 cleanup merge 2016-04-27 12:15:31 -04:00
jmillman
a0df66f37e cleanup SaveSnapshotAsReport and templates 2016-04-27 11:56:03 -04:00
jmillman
7f68b8bf50 finish the filters part of snapshot_template.html; remove getHTMLReportString 2016-04-27 11:55:57 -04:00
jmillman
cbb01b9ace begin using mustache.java to improve snapshot report 2016-04-27 11:55:51 -04:00
jmillman
82f27c61dc cleanup in ZoomSettingsPane 2016-04-27 11:54:17 -04:00
jmillman
40ac476479 move History back/forward out of ZoomSettingsPane. cleanup and comments 2016-04-27 11:53:08 -04:00
Richard Cordovano
e43c7e2b2d Change label for timeline/ui/HistoryToolBar 2016-04-27 11:50:49 -04:00
Richard Cordovano
806fbed235 Merge pull request #2090 from millmanorama/TL-move-history-out-of-zoom-panel
move History back/forward out of ZoomSettingsPane.  cleanup and comments
2016-04-27 11:46:40 -04:00
Richard Cordovano
526c50ca81 Merge pull request #2089 from millmanorama/TL-show-datasource-name-when-ingest-done
Tl show datasource name when ingest done
2016-04-27 11:24:56 -04:00
Karl Mortensen
374a29d7ce Merge branch 'develop' of github.com:sleuthkit/autopsy into beginIngestJob 2016-04-27 11:04:41 -04:00
Karl Mortensen
75bb8fa617 update comment 2016-04-27 10:54:31 -04:00
Oliver Spohngellert
6856390d7c Fixed false positives on file extension mismatch. 2016-04-27 10:46:32 -04:00
Karl Mortensen
49e6b93836 add beginIngestJob() 2016-04-27 10:25:58 -04:00
Karl Mortensen
4345b4e83b Fix warning for @NbBundle.Messages 2016-04-26 17:00:50 -04:00
jmillman
9fd3d3dcab move History back/forward out of ZoomSettingsPane. cleanup and comments 2016-04-25 12:33:18 -04:00