3427 Commits

Author SHA1 Message Date
adam-m
d34c963644 refine tika formats, send to tika file formats only it claims to support, minus archives.
Otherwise, it could result in tika returning no text for some unsupported files, and skipping string extraction.
2013-03-26 11:50:41 -04:00
Sean Moss
fcbbc352b4 Merge branch 'master' of https://github.com/Smoss/autopsy 2013-03-26 11:22:22 -04:00
Sean-M
37cfef5c5e Merge remote-tracking branch 'upstream/master' 2013-03-26 11:21:28 -04:00
adam-m
069c239d01 relax string extraction supported formats to be everything other than archives 2013-03-26 11:14:14 -04:00
Smoss
deb47f3922 Merge http://www.github.com/sleuthkit/autopsy 2013-03-26 11:05:18 -04:00
Sean Moss
082a4d4286 Merge branch 'master' of https://github.com/Smoss/autopsy 2013-03-26 10:59:53 -04:00
Sean Moss
661016cb52 fixed some things, and rolled back a lot of comments. 2013-03-26 10:59:39 -04:00
Sean-M
cead01fa9d Had to roll back a lot of commits, mostly related to fixing the file hierarchy. 2013-03-26 10:54:21 -04:00
adam-m
4027fa949b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-25 22:53:26 -04:00
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