3818 Commits

Author SHA1 Message Date
adam
1edfb47c2d Merge pull request #172 from tmciver-basis/master
Ingest message box changes for Jira AUT-713
2013-03-25 14:06:32 -07:00
Tim McIver
f0cb03b717 Fixed issue that was giving the wrong color to rows in the ingest
message box. Changed height and width of inges message box window.
2013-03-25 16:51:18 -04:00
Tim McIver
e22ed9e80e Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-25 15:27:49 -04:00
Tim McIver
ecd2f1605f Fixed bug causing the number of new messages displayed by the
ingest inbox icon to be wrong.
2013-03-25 15:22:18 -04:00
adam-m
e38489d82c fix enable timeline action only if fx enabled and case open 2013-03-25 12:22:03 -04:00
adam-m
8329c18625 Cleanly handle the case where javafx is not installed and components that depend on it at runtime (timeline, image viewer) cannot initialize 2013-03-25 11:16:40 -04:00
Sean-M
7463c37e2f Merge branch 'master' of https://github.com/Smoss/autopsy
Conflicts:
	Testing/script/regression.py
2013-03-25 10:59:33 -04:00
Adam
48f0ccefb5 better log exception from javafx init 2013-03-25 10:46:46 -04:00
Sean-M
55388ee3e6 Merge branch 'master' of https://github.com/Smoss/autopsy
Conflicts:
	Testing/script/regression.py
2013-03-25 10:25:19 -04:00
adam-m
f743dd138a update news 2013-03-25 10:24:51 -04:00
adam-m
fd9c7bfba6 video viewer: align progress label better 2013-03-25 10:23:40 -04:00
adam-m
e8aae2c1a7 update comments 2013-03-25 10:16:53 -04:00
adam-m
0e9d25767e exif module: also send event at the end of all files 2013-03-25 10:00:52 -04:00
adam-m
7688a4f1df Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-25 09:46:06 -04:00
adam-m
80ff3c7582 change base case dir dialog from save to select 2013-03-25 09:42:28 -04:00
adam-m
99a56adc92 exif module: send new data event more sparsely to reduce number of dir tree refreshes (temp workaround) 2013-03-25 09:35:51 -04:00
adam-m
5347c375f0 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-23 19:14:11 -04:00
adam-m
cea08ec24e search query analyzer: send new data event once at end of ingest, not for every result (minimize tree refresh) 2013-03-23 19:13:50 -04:00
adam
d4f74de014 Update BUILDING.txt 2013-03-23 19:30:18 -03:00
Tim McIver
fccb4cd1b5 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-22 15:54:18 -04:00
Tim McIver
8bd585b909 Added code to propagate changes to MessageTableModel to the
IngestMessagePanel which then propagates this change to listeners
via its PropertyChangeSupport member.  There is one problem: at
the end of the RecentActivity ingest the message inbox icon shows
two new messages when there should be only one.
2013-03-22 15:54:02 -04:00
adam-m
7375c9283c Fix "View in New Window" action after the recent fix with duplicate content viewers 2013-03-22 15:46:21 -04:00
Sean Moss
7b26183096 Merge branch 'master' of https://github.com/Smoss/autopsy 2013-03-22 14:47:34 -04:00
Sean Moss
88138e0c03 fixed regression.py 2013-03-22 14:45:42 -04:00
adam-m
187f24302e video player cleaner switching between deleted and not deleted videos 2013-03-22 13:55:50 -04:00
adam-m
a9b6167381 improve video widget layout 2013-03-22 12:30:39 -04:00
adam-m
b0e5ff5cbb improve image loading to hide temporarily shown previus image when switching between image->video->image 2013-03-22 11:16:47 -04:00
adam-m
1251c538df improve case open file dialog filter to show the aut extension first, better message if could not open. 2013-03-22 11:07:46 -04:00
adam-m
1a2fda9422 center picture in image view, other minor adjustments in media view 2013-03-22 10:23:41 -04:00
Smoss
c56e714ef6 Merge http://www.github.com/sleuthkit/autopsy 2013-03-22 06:23:47 -04:00
adam-m
2fb5aec2fa video player - fix resetting after refactor 2013-03-22 01:08:49 -04:00
adam-m
c55419c467 update bundle 2013-03-21 23:20:45 -04:00
adam-m
72036fb8d7 Redesign and refactored Media Viewer into video and image viewers, using UI builder and layers. Smoother flipping /eliminated flicker when switching between images.
Add info message area and message if can't play deleted video.
2013-03-21 23:20:19 -04:00
adam-m
4909cbbd6e move javafx init earlier in the installer before UI gets initialized 2013-03-21 20:49:27 -04:00
Sean-M
e4d5165914 changed regression test file structure 2013-03-21 16:50:37 -04:00
Tim McIver
49cd4b54eb Refactored TableCellRenerer to have several classes with a single 'point-of
-entry' (MessageTableRenderer) to dispatch to other TableCellRenderers
based on things such as column data type. Changed date display to display
only on the time without the date.
2013-03-21 15:56:09 -04:00
adam-m
39f089993c Better handle case when JavaFx not found at runtime 2013-03-21 15:51:17 -04:00
Sean-M
6c8199d62c updates to regression testing 2013-03-21 15:26:28 -04:00
adam-m
7e5e81ca84 exception handler that displays a dialog - tweak 2013-03-21 14:06:19 -04:00
adam-m
83130d400b final fix to duplicate instances of content and result viewers for the main window 2013-03-21 13:53:33 -04:00
adam-m
06ed0b0049 better tear down of javafx platform on app exit 2013-03-21 12:07:58 -04:00
adam-m
dc702afa50 Move initialize JavaFx platform to a single place in the Core Installer, and let the plafform exit implicitely. 2013-03-21 11:25:56 -04:00
adam-m
2205b3bfdb revert the change that fixed creating duplicate content and result viewers for now 2013-03-21 11:19:03 -04:00
adam-m
debd235930 fix timeline was creating redundant content panel 2013-03-21 11:14:06 -04:00
adam-m
d85c7195b6 update news 2013-03-21 10:41:33 -04:00
adam-m
fb7dd817f7 fix dox warnings 2013-03-21 09:26:36 -04:00
adam-m
e447876071 Media Viewer move the case open check closer before using the case 2013-03-20 20:14:14 -04:00
adam-m
073cb64279 Also fix duplicate result viewers... 2013-03-20 20:01:18 -04:00
adam-m
dff66ebb36 Fix issue with 2 copies of each content viewer created. Potentially fixes duplicate setNode() calls on each type of content viewer.
Rename getInstance() method to createInstance() on content viewer interface, as it was misleading as it really is a factory method.
2013-03-20 19:52:18 -04:00
adam-m
eccd71ee66 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-20 19:29:53 -04:00