1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Commit Graph

  • a9b6167381 improve video widget layout adam-m 2013-03-22 12:30:39 -04:00
  • b0e5ff5cbb improve image loading to hide temporarily shown previus image when switching between image->video->image adam-m 2013-03-22 11:16:47 -04:00
  • 1251c538df improve case open file dialog filter to show the aut extension first, better message if could not open. adam-m 2013-03-22 11:07:46 -04:00
  • 1a2fda9422 center picture in image view, other minor adjustments in media view adam-m 2013-03-22 10:23:41 -04:00
  • c56e714ef6 Merge http://www.github.com/sleuthkit/autopsy Smoss 2013-03-22 06:23:47 -04:00
  • 2fb5aec2fa video player - fix resetting after refactor adam-m 2013-03-22 01:08:49 -04:00
  • c55419c467 update bundle adam-m 2013-03-21 23:20:45 -04:00
  • 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. adam-m 2013-03-21 23:20:19 -04:00
  • 4909cbbd6e move javafx init earlier in the installer before UI gets initialized adam-m 2013-03-21 20:49:27 -04:00
  • e4d5165914 changed regression test file structure Sean-M 2013-03-21 16:50:37 -04:00
  • 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. Tim McIver 2013-03-21 15:56:09 -04:00
  • 39f089993c Better handle case when JavaFx not found at runtime adam-m 2013-03-21 15:51:17 -04:00
  • 6c8199d62c updates to regression testing Sean-M 2013-03-21 15:26:28 -04:00
  • 7e5e81ca84 exception handler that displays a dialog - tweak adam-m 2013-03-21 14:06:19 -04:00
  • 83130d400b final fix to duplicate instances of content and result viewers for the main window adam-m 2013-03-21 13:53:33 -04:00
  • 06ed0b0049 better tear down of javafx platform on app exit adam-m 2013-03-21 12:07:58 -04:00
  • dc702afa50 Move initialize JavaFx platform to a single place in the Core Installer, and let the plafform exit implicitely. adam-m 2013-03-21 11:25:56 -04:00
  • 2205b3bfdb revert the change that fixed creating duplicate content and result viewers for now adam-m 2013-03-21 11:19:03 -04:00
  • debd235930 fix timeline was creating redundant content panel adam-m 2013-03-21 11:14:06 -04:00
  • d85c7195b6 update news adam-m 2013-03-21 10:41:33 -04:00
  • fb7dd817f7 fix dox warnings adam-m 2013-03-21 09:26:36 -04:00
  • e447876071 Media Viewer move the case open check closer before using the case adam-m 2013-03-20 20:14:14 -04:00
  • 073cb64279 Also fix duplicate result viewers... adam-m 2013-03-20 20:01:18 -04:00
  • 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. adam-m 2013-03-20 19:52:18 -04:00
  • eccd71ee66 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-03-20 19:29:53 -04:00
  • f79be7801b log when content viewers are instantiated to help debugging adam-m 2013-03-20 19:29:30 -04:00
  • fd40cde19b Regression test improvements, now uses zip format Sean-M 2013-03-20 17:14:57 -04:00
  • fdfd758911 Merge remote-tracking branch 'upstream/master' Sean-M 2013-03-20 17:06:33 -04:00
  • ee8ef11882 update modules versions for the release adam-m 2013-03-20 15:13:07 -04:00
  • 5287e9b053 catch out of memory error from modules in file ingest pipeline, in addition to Exception, since they are different adam-m 2013-03-20 12:49:40 -04:00
  • 1b08f9c92a updated regression test and documentation Sean-M 2013-03-20 12:48:30 -04:00
  • fd9324f63d update news for release adam-m 2013-03-20 12:46:48 -04:00
  • 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 adam-m 2013-03-20 12:45:15 -04:00
  • b0fd6b2e9d image viewer: handle condition when case is being closed and image had been selected earlier adam-m 2013-03-20 12:40:07 -04:00
  • fb887c91d7 Updated regression.py and documentation Sean-M 2013-03-20 12:34:46 -04:00
  • 36c85690aa Minor Test Additions and fixes Sean-M 2013-03-20 10:18:55 -04:00
  • c93a57a9d9 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-03-20 09:29:19 -04:00
  • 53b6631edc close tsk files are file pipeline is done adam-m 2013-03-20 09:26:50 -04:00
  • 297b84d502 update timeline module description and category adam-m 2013-03-19 23:25:20 -04:00
  • 6a160fa34b media view: faster / smoother image swapping if already in image mode adam-m 2013-03-19 22:57:32 -04:00
  • 62c71e4232 handle the case when can't generate a thumbnail on a huge image cleanly (still load other thumbnails) adam-m 2013-03-19 17:43:22 -04:00
  • 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. Tim McIver 2013-03-19 17:36:39 -04:00
  • 8b730b79f0 close streams after resizing pictures adam-m 2013-03-19 16:32:34 -04:00
  • 33a308a755 Keyword search changes to use tika mime type detection rather than file extensions. TODO fine-tune mime types. adam-m 2013-03-19 15:01:12 -04:00
  • 555a15016f updated scalr wrapper adam-m 2013-03-19 12:18:42 -04:00
  • fa52bcd708 updated news adam-m 2013-03-19 12:18:32 -04:00
  • 5d13bdbb31 much better thumbnail viewer: add support for bmp, faster thumnail generation and better quality looking. Simplified code, by using scalr. adam-m 2013-03-19 12:10:12 -04:00
  • 438a3ac9fb Merge remote-tracking branch 'upstream/master' Sean-M 2013-03-19 11:14:33 -04:00
  • 3150852813 event better image scaling (using scalr) and better handling of huge hi-res images adam-m 2013-03-19 11:12:04 -04:00
  • 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. adam-m 2013-03-18 23:31:50 -04:00
  • e2c8f6ba33 add check for null node to media viewer adam-m 2013-03-18 20:09:58 -04:00
  • 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) adam-m 2013-03-18 20:08:47 -04:00
  • 29249ac7ec better handle error when gstreamer can't load in media view adam-m 2013-03-18 14:44:44 -04:00
  • bd379e1539 Merge remote-tracking branch 'upstream/master' Sean-M 2013-03-18 13:21:44 -04:00
  • 38c895d6be free playbin object after creating a new one in media view adam-m 2013-03-18 13:07:47 -04:00
  • 058ef8f0c8 Added 'Timestamp' column to inbox table. Tim McIver 2013-03-18 12:33:07 -04:00
  • a1954e49f9 disable playback of deleted videos in media viewer adam-m 2013-03-18 12:24:24 -04:00
  • 0cbf70cba4 Merge http://www.github.com/sleuthkit/autopsy Smoss 2013-03-18 10:30:49 -04:00
  • d6c3b6e9cc adjustment to file node dir tree traversal to handle case when a file node has an immediate derived file node that is an archive and not just a dir adam-m 2013-03-15 19:22:56 -04:00
  • 3e09e9c25f add tgz ext for archive icons adam-m 2013-03-15 19:13:28 -04:00
  • 54932d9e9d handle .tar.gz case (and other) where inside archive file may have no path, then make up one. adam-m 2013-03-15 19:11:50 -04:00
  • b24d4f8ec1 Handle the case when in-archive item is unknown adam-m 2013-03-15 15:44:06 -04:00
  • 8bb52f0a83 Merge http://www.github.com/sleuthkit/autopsy Smoss 2013-03-15 15:04:44 -04:00
  • 577fd1fcdc add .gz to archive extensions for the right icons adam-m 2013-03-15 14:27:06 -04:00
  • 05eed7f9cc sigar loader - one more check before acquiring a lock adam-m 2013-03-15 13:31:49 -04:00
  • 070eb441a0 Merge http://www.github.com/sleuthkit/autopsy Smoss 2013-03-15 12:15:24 -04:00
  • 84175bc197 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-03-15 10:38:07 -04:00
  • b913b57e3c call gc() at end of ingest pipeline adam-m 2013-03-15 10:37:51 -04:00
  • d66c053883 more info in tooltip adam-m 2013-03-14 23:47:12 -04:00
  • d6394f8750 clear hash db handles in jni after done with hash ingest adam-m 2013-03-14 19:23:47 -04:00
  • bf903eaae5 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-03-14 16:41:10 -04:00
  • 243479b130 fix weird flicker issue in extract text viewer, due to preferred sizes adam-m 2013-03-14 16:40:49 -04:00
  • 84a5612872 Merge pull request #170 from Smoss/master adam 2013-03-14 12:56:49 -07:00
  • df5dc26f77 better horizontal scrollbars in content text viewers, set min viewport to 400 adam-m 2013-03-14 15:45:19 -04:00
  • fc31919305 bring timeline to front if clicked second time on action and is already open adam-m 2013-03-14 15:06:52 -04:00
  • f172a85f69 more timeline sizing adj adam-m 2013-03-14 14:15:35 -04:00
  • 613f0abf46 Merge http://www.github.com/sleuthkit/autopsy Smoss 2013-03-14 14:10:19 -04:00
  • 1e22f72a97 adjust minor sizing in timeline adam-m 2013-03-14 14:03:24 -04:00
  • 11a61ca41a Merge branch 'master' of https://github.com/Smoss/autopsy Sean-M 2013-03-14 13:54:47 -04:00
  • 765e6ab5a9 Removed URL from test Sean-M 2013-03-14 13:52:22 -04:00
  • cf29210275 - redo timeline layout with gui builder and push entire swing layout there - adjust sizing - rename all java fx variables to have fx prefix for clarity and ease of determining which thread they should be in adam-m 2013-03-14 13:14:55 -04:00
  • 4a5c2c76fa Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-03-13 18:39:24 -04:00
  • 343a665b52 try to force gc when case is closed, at least to collect better data adam-m 2013-03-13 18:38:57 -04:00
  • 1f6e65b878 Merge branch 'master' of https://github.com/Smoss/autopsy Sean Moss 2013-03-13 16:48:56 -04:00
  • 206d63cd12 Merge remote-tracking branch 'upstream/master' Sean-M 2013-03-13 16:35:37 -04:00
  • 46c8e2580a Update README.txt adam 2013-03-13 16:54:39 -03:00
  • 7960447184 Merge http://www.github.com/sleuthkit/autopsy Smoss 2013-03-13 15:31:36 -04:00
  • 66d74cf819 Log memory usage when ingest pipelines start and complete adam-m 2013-03-13 14:48:41 -04:00
  • 41a1d32bdb refine log message adam-m 2013-03-13 13:02:32 -04:00
  • c736158cf4 revert layout changes in commit 10465080dd. adam-m 2013-03-13 13:00:14 -04:00
  • 10465080dd log if can't add a listener because pcs not initialized (linux? ) adam-m 2013-03-13 12:55:39 -04:00
  • c2f2df6231 correct sigar loaded error message to make it less critical adam-m 2013-03-12 19:57:17 -04:00
  • 698d641283 fix string viewer anchor after last checkin adam-m 2013-03-12 16:50:11 -04:00
  • 2251087fcf lower minimum size on result / content viewers so they can be resized more adam-m 2013-03-12 16:46:15 -04:00
  • 7624f3b040 Merge http://www.github.com/sleuthkit/autopsy Smoss 2013-03-12 14:15:16 -04:00
  • bea2b6462f Merge branch 'master' of https://github.com/Smoss/autopsy Sean-M 2013-03-12 14:05:29 -04:00
  • 335e34702e Fixes to exception logs Sean-M 2013-03-12 14:04:51 -04:00
  • 8c9c9cb9bb Merge branch 'master' of https://github.com/Smoss/autopsy Sean Moss 2013-03-12 13:53:52 -04:00
  • 72953430a5 media player -add ability to get number of bytes extracted adam-m 2013-03-12 13:03:35 -04:00
  • 9c1e61a532 Merge remote-tracking branch 'upstream/master' Sean-M 2013-03-12 11:16:31 -04:00