485 Commits

Author SHA1 Message Date
jmillman
960a2b5b61 comments, and cleanup 2016-01-04 14:31:21 -05:00
jmillman
c072270627 revert unrelated changes 2015-12-31 14:47:52 -05:00
jmillman
8f32064c2d improve disposal of resources 2015-12-31 14:35:18 -05:00
jmillman
8bb612ab2c fix possible null pointer exception, minor cleanup 2015-12-31 14:34:44 -05:00
jmillman
85759dc786 introduce logContentError; abstract basic image meta data reading; 2015-12-31 14:34:32 -05:00
jmillman
19ae050638 cleanup, improve logging and progress messages 2015-12-31 14:34:27 -05:00
millmanorama
1455dd3a6d refactor read image tasks, support cancellation 2015-12-31 14:34:14 -05:00
millmanorama
4b9ec7958f taskify thumbnail loading 2015-12-31 14:33:53 -05:00
jmillman
8dc7208876 move ReadImageTask to ImageUtils, refactoring in IG to use readImageTask 2015-12-31 14:33:14 -05:00
jmillman
f64a48ba30 move isGIF to autopsy Core ImageUtils, use it to load GIFs in Media tab (preserves animation) 2015-12-11 17:34:30 -05:00
jmillman
7e2751ec7d cleanup and internationalization 2015-12-11 17:10:57 -05:00
Richard Cordovano
26c7e2d597 Merge pull request #1767 from millmanorama/IG-hashsetmanager-performance
reduce db roundtrips in HashSetManager.getHashSetsForFileHelper
2015-12-11 14:08:54 -05:00
jmillman
9b474767e6 inject selectionModel rather that relying on singleton 2015-12-11 12:01:31 -05:00
jmillman
16d34bccb2 move maintanence of node slection to FileIDSelectionModel 2015-12-11 11:30:31 -05:00
jmillman
808a3af5f1 begin to fix extract files 2015-12-11 10:12:52 -05:00
jmillman
e1adef5ae8 reduce db roundtrips in HashSetManager.getHashSetsForFileHelper 2015-12-10 15:35:39 -05:00
jmillman
54cb82d924 catch and log ALL exceptions when reading an Image file. 2015-12-09 09:23:56 -05:00
jmillman
27d37c175b Keep all indicators of category in sync across SlideShow and Tile mode no matter how the Caegory is assigned (keyboard vs buttons, etc) 2015-12-09 09:22:15 -05:00
jmillman
8993e7e136 changed fxml to condense file category actions for tile/slideshow view. Part way through refactoring java code to. 2015-12-08 16:48:17 -05:00
jmillman
2a74e54373 cleanup and bind disabled state of controls to selectionAnchorIndex
also put sorting of fx collection on fx thread
2015-12-08 16:09:00 -05:00
jmillman
8fa07940b1 abstract away most of GuiUtils to new action classes 2015-12-08 15:37:49 -05:00
jmillman
ed90a848a8 swap "apply to selected" and "apply to group" controls 2015-12-08 15:37:41 -05:00
U-Mhmdfy-PC\Mhmdfy
3197a02f6f replace Exceptions calls with logger 2015-11-25 11:13:18 -05:00
Richard Cordovano
39632a0815 ImageGalleryController checks RuntimeProperties.coreComponentsAreActive 2015-11-23 13:47:50 -05:00
millmanorama
9cad2cb7fe make sure IG db is marked stale if copyanalyzedfiles task does not complete normally 2015-11-03 23:09:02 -05:00
millmanorama
75194f2454 adjust error handling to shut down db transfer task when db can not be accessed (tskcoreexception) 2015-11-03 22:46:13 -05:00
Brian Carrier
2832fac3bf Updated NBM versions for 4.0.0 release 2015-10-31 09:23:04 -04:00
Karl Mortensen
3745f0da6a full path 2015-10-26 10:50:51 -04:00
Karl Mortensen
139b9a9a5a image gallery help points to main index 2015-10-26 10:45:30 -04:00
jmillman
6a81eeefba catch EOF exception from image load in MediaViewImagePanel.java 2015-10-22 12:29:07 -04:00
jmillman
a64afe318b use 32x32 icon for image callery in options panels to mathc other tabs 2015-10-22 11:38:28 -04:00
jmillman
16ee1eb325 catch null db and log friendlier message 2015-10-22 11:37:59 -04:00
jmillman
c1aa377538 cancel db tasks when case is closed 2015-10-22 10:35:14 -04:00
jmillman
cf99248f4a Merge branch 'IG-case-close' into IG_prepopulation_cancellable 2015-10-22 10:32:08 -04:00
Richard Cordovano
114944dd45 Revert "Revert "enable ImageGallery"" 2015-10-14 17:16:05 -04:00
Richard Cordovano
e53e302ed1 Revert "enable ImageGallery" 2015-10-14 17:10:22 -04:00
jmillman
bc39b62e75 enable ImageGallery 2015-10-14 16:57:08 -04:00
Richard Cordovano
90fc49632b Merge develop into collab for SevenZipExtractor bug fix 2015-09-16 14:40:40 -04:00
Richard Cordovano
cd8c14cc60 Convert incorrect imports of java.utils.logging.Logger 2015-09-15 16:04:40 -04:00
jmillman
8d391fd077 fix SQL query when there are no FileSystems in an Image 2015-09-14 17:03:17 -04:00
Richard Cordovano
494a5331be Resolve develop branch conflict 2015-09-14 13:53:14 -04:00
Richard Cordovano
018a8acbc8 Merge pull request #1564 from millmanorama/IG_in_front
add versions of doDialog that take a owner window as a paramater and …
2015-09-14 13:29:09 -04:00
Richard Cordovano
2469f46e40 Merge pull request #1559 from millmanorama/IG_prepopulation_performance_fix
remove useless calls to isVideoFile() to improve performance
2015-09-14 13:25:04 -04:00
Richard Cordovano
4ce1569c71 Merge pull request #1557 from millmanorama/IG_npe_fix
fix potenial NPE when case is closed out from underneath IG
2015-09-14 13:24:48 -04:00
Richard Cordovano
11d65913bf Merge pull request #1550 from millmanorama/IG_cleanup
review NavPanel threading
2015-09-14 13:24:08 -04:00
jmillman
314ac85c2f add versions of doDialog that take a owner window as a paramater and use them to show the tagging dialogs over IG without bringing the main autopsy window to the front. 2015-09-10 12:28:09 -04:00
jmillman
59e9055397 make IG PrePopulateDataSourceFiles cancellable 2015-09-04 13:58:50 -04:00
jmillman
c855fe7fdf remove useless calls to isVideoFile() to improve performance 2015-09-04 13:07:54 -04:00
Richard Cordovano
813994e0f3 Revert "turn on IG" 2015-09-04 11:19:35 -04:00
Richard Cordovano
27649f3fbe Image Gallery module disabled by default 2015-09-04 11:14:51 -04:00