10157 Commits

Author SHA1 Message Date
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
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
Adam
48f0ccefb5 better log exception from javafx init 2013-03-25 10:46:46 -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
80ff3c7582 change base case dir dialog from save to select 2013-03-25 09:42:28 -04: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
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
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
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
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
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
adam-m
f79be7801b log when content viewers are instantiated to help debugging 2013-03-20 19:29:30 -04:00
adam-m
ee8ef11882 update modules versions for the release 2013-03-20 15:13:07 -04:00
adam-m
5287e9b053 catch out of memory error from modules in file ingest pipeline, in addition to Exception, since they are different 2013-03-20 12:49:40 -04:00
adam-m
2ce9fa67d4 add a check if case is still open before calling setNode() to help eliminate case closing issues when old irrelevant selection events are being pumped 2013-03-20 12:45:15 -04:00
adam-m
b0fd6b2e9d image viewer: handle condition when case is being closed and image had been selected earlier 2013-03-20 12:40:07 -04:00
adam-m
c93a57a9d9 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-20 09:29:19 -04:00
adam-m
53b6631edc close tsk files are file pipeline is done 2013-03-20 09:26:50 -04:00
adam-m
6a160fa34b media view: faster / smoother image swapping if already in image mode 2013-03-19 22:57:32 -04:00
adam-m
62c71e4232 handle the case when can't generate a thumbnail on a huge image cleanly (still load other thumbnails) 2013-03-19 17:43:22 -04:00
Tim McIver
d54f6093fa Updates to ingest message (inbox) infrastructure that adds a 'New?' column
to the table with a check box. All messages in the inbox have their check
marks removed when the inbox is closed.  Messages that come in to the inbox
there after will have a check in this column.
2013-03-19 17:36:39 -04:00
adam-m
8b730b79f0 close streams after resizing pictures 2013-03-19 16:32:34 -04:00
adam-m
5d13bdbb31 much better thumbnail viewer: add support for bmp, faster thumnail generation and better quality looking. Simplified code, by using scalr. 2013-03-19 12:10:12 -04:00
adam-m
3150852813 event better image scaling (using scalr) and better handling of huge hi-res images 2013-03-19 11:12:04 -04:00
adam-m
f35bb56969 improve loading of png, bmp and large images (scale them to save memory in rendered canvas).
Use javafx provided extensions instead of harcoding them.
2013-03-18 23:31:50 -04:00
adam-m
e2c8f6ba33 add check for null node to media viewer 2013-03-18 20:09:58 -04:00
adam-m
f2f3c908fb first take at using javafx for image viewing in Media View (faster in-memory loading, no memory issues, better stability, not relying on gstreamer bundled) 2013-03-18 20:08:47 -04:00
adam-m
29249ac7ec better handle error when gstreamer can't load in media view 2013-03-18 14:44:44 -04:00
adam-m
38c895d6be free playbin object after creating a new one in media view 2013-03-18 13:07:47 -04:00
Tim McIver
058ef8f0c8 Added 'Timestamp' column to inbox table. 2013-03-18 12:33:07 -04:00
adam-m
a1954e49f9 disable playback of deleted videos in media viewer 2013-03-18 12:24:24 -04:00