617 Commits

Author SHA1 Message Date
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
jmillman
6f84a33422 fix potential NPE in GroupManager 2015-09-04 10:54:37 -04:00
jmillman
80b92f5cb5 fix potenial NPE when case is closed out from underneath IG 2015-09-04 10:44:36 -04:00
jmillman
b9610d7aff rework NAvPanel threading; simplify logic
ensure setFocusedGroup always called from javafx thread.
2015-08-31 16:31:40 -04:00
jmillman
f2e00216e9 WIP Merge remote-tracking branch 'upstream/develop' into temp_merge
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java
2015-08-31 13:48:50 -04:00
jmillman
362084e8bc don't reselct when tree changes; use proper logging 2015-08-28 17:24:59 -04:00
jmillman
048530e61c fix bug in sql query; remove unneccesary runLater 2015-08-28 17:24:54 -04:00
jmillman
a08611e8b7 reduce unneeded synchronization 2015-08-28 17:24:50 -04:00
jmillman
7b4216cd4f minor cleanup 2015-08-28 17:24:47 -04:00
jmillman
1f495546f7 synchonizization fix and comment 2015-08-28 17:24:37 -04:00
Richard Cordovano
b1d27128fb Merge in develop and resolve conflicts 2015-08-28 13:00:50 -04:00
jmillman
0289c333df turn on IG 2015-08-28 10:07:02 -04:00
Richard Cordovano
0e7222dabb Merge develop->collaborative, resolve merge conflict, compile errors 2015-08-26 14:39:59 -04:00
jmillman
2622edd4bd show contents tree when next group button pressed; expand tab labels to clarify relationship between them 2015-08-05 14:42:57 -04:00
jmillman
43103e1b2f delegate hash set name lookup to new method in Content. 2015-08-04 13:37:53 -04:00
jmillman
8b9032bca8 Merge remote-tracking branch 'upstream/develop' into timeline_hash_set_filter
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2015-07-30 16:21:22 -04:00
jmillman
5df73e7895 Merge branch 'develop' into timeline_hash_set_filter
Conflicts:
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2015-07-30 13:29:40 -04:00
jmillman
38162049b4 Merge remote-tracking branch 'upstream/develop' into metadata_copyable
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableFile.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-07-30 10:36:41 -04:00
Richard Cordovano
1e0adc3e6c Merge pull request #1450 from millmanorama/double_click_activate_tile_view
Double click activates tile view
2015-07-30 10:03:27 -04:00