152 Commits

Author SHA1 Message Date
Brian Carrier
348f70db00 remove stack traces from log that are occuring during regression tests 2018-05-18 10:45:37 -04:00
Richard Cordovano
e5955ac542 Case.getCurrentOpenCase => getCurrentCaseThrows 2018-05-07 10:46:24 -04:00
Richard Cordovano
4b14339b7d Case.getOpenCase => Case.getCurrentOpenCase for consistency 2018-05-02 18:44:19 -04:00
U-BASIS\zhaohui
73c97dc2bd 2229: Part 26: Use getOpenCase() instead of getCurrentCase() in casemodule, modules, imageGallery. 2018-03-09 15:47:47 -05:00
U-BASIS\zhaohui
c219d065ef 2229: Part 20: Use getOpenCase() instead of getCurrentCase() in ImageGallery, RecentActivity, datamodel... 2018-03-05 13:21:59 -05:00
Richard Cordovano
3759cb94be
Merge pull request #3348 from zhhl/3386-changeFilePermission
3386: Update the files permission from 755 to 644
2018-01-08 12:49:06 -05:00
Richard Cordovano
e13d82ee16 Update FileTupeDetector API 2018-01-05 10:44:47 -05:00
U-BASIS\zhaohui
7c9a7026c5 3386: Update the files permission from 755 to 644 2018-01-03 14:43:27 -05:00
millmanorama
881fdb4c97 set initial group sorting to Priority
minor cleanup for clarity and conciseness
2017-10-19 14:44:17 +02:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
millmanorama
1b26096503 rename queueDBWorkerTask ->queueDBTask, don't bother putting task on bg thread, remove unused executor 2017-06-22 12:53:24 +02:00
millmanorama
ebad833635 reduce negations in if checks, synchronize method, use logger instead of printing stack trace 2017-06-22 12:18:32 +02:00
millmanorama
429b3cc3c2 rearrange fields for better organization 2017-06-22 12:05:51 +02:00
millmanorama
f0bb38cfbf convert dbWorkerThread to an executor, call shutdown and awaitTerminaton on case close. 2017-06-21 22:18:18 +02:00
millmanorama
1ae5b3b268 synchronize access to DrawableDB 2017-03-23 11:47:00 +01:00
Richard Cordovano
9e955cd4e4 Interim checkin of case services infrastructure 2017-01-19 16:50:18 -05:00
Sophie Mori
d6067df967 Fix typos in a message displayed by the UI 2016-12-09 15:48:49 -05:00
Richard Cordovano
60f5cc685c Scrub Case class API 2016-07-21 14:17:47 -04:00
Oliver Spohngellert
536a8871b5 Fixed deprecation warnings to do with netbeans updates 2016-04-11 15:09:11 -04:00
jmillman
60ee20c9ef improve error handling in ImageGallery 2016-03-22 17:08:15 -04:00
jmillman
4b542f6d49 improve ImageUtils.isGIF and cleanup
minor cleanup in ImageUtils
2016-03-22 17:08:00 -04:00
jmillman
bd22f0d0d8 use fileTypeDetector.detect
use fileTypeDetector.detect
2016-03-22 17:07:53 -04:00
jmillman
fd90ec8276 use data_source_obj_id to grab new files instead of add hoc methods for images and virtualdirectories 2016-03-16 16:40:41 -04:00
jmillman
35f6f915cb toolbar is no longer a lazily initialized singleton, it should no longer be initialized off the jfx thread resulting in java.lang.IllegalStateException: Not on FX application thread
exposed the slider value through ImageGalleryController
2016-02-25 16:30:54 -05:00
Richard Cordovano
449a3020a8 Merge in develop and resolve merge conflicts 2016-02-19 16:30:30 -05:00
jmillman
a4f3377a64 refactor DrawableFile so it no longer extends AbstractFile
remove type paramater from DrawableFile since it was not adding anything usefull and cluttered up the code
add getters  that delegate to private AbastractFile instance
refactor methods on DrawableTagsManager to deal with Content or DrawableFile objects
remove unneeded  invocation of   ImageIO.scanForPlugins() in ImageFile
2016-02-17 14:35:52 -05:00
jmillman
1465e1a529 cleanup CategorizeAction, StatusBar, and ImageGalleryController, especially realted to background(db) tasks 2016-02-12 17:21:18 -05:00
jmillman
9075f860a5 cleanup 2016-02-10 15:22:02 -05:00
jmillman
727670c5dc grab files form new datasources even if they are not images. Extract BulkTask out of PrePopulateDataSourceFiles and CopyAnalyzedFiles 2016-02-10 15:14:03 -05:00
Richard Cordovano
15d56ad88c Merge ja_localization_2016_1 into develop 2016-02-02 15:10:51 -05:00
Nick Davis
ca2a4e5b2b Extracted hard coded strings. Commented strings that shouldn't be extracted using NON-NLS. Used @NbBundle.Messages() style annotations for strings. Verified it correctly builds. 2016-02-02 12:56:17 -05:00
jmillman
876ec3d8fd improve exception fix 2016-02-01 16:50:40 -05:00
Richard Cordovano
96c966002a Revert "Revert "Revert "1501 ja image gallery - redo 1""" 2016-02-01 13:32:20 -05:00
Richard Cordovano
1631486869 Revert "1501 ja image gallery - redo 2" 2016-02-01 13:31:29 -05:00
Nick Davis
ba4aabbdcd Fixed bundle tags. Removed one empty string tag. Fixed duplicate tag issue. 2016-02-01 12:26:32 -05:00
Richard Cordovano
e6e91fa9be Revert "1501 ja image gallery - redo 1" 2016-01-30 18:27:15 -05:00
Nick Davis
553184a078 Fixed uses of Bundle tags where '.' was not replaced with a '_'. 2016-01-30 16:58:45 -05:00
Nick Davis
ee516a45d5 Ran searches. Tagged strings. Moved hard coded strings into @NbBundle.Messages() annotations. 2016-01-30 16:48:14 -05:00
Richard Cordovano
94a7a4addd Revert "1501 ja imagegallery" 2016-01-30 09:42:45 -05:00
Nick Davis
1f2ea4c4e8 Re-ran searches. Extracted strings. Marked others with NON-NLS. 2016-01-29 12:45:49 -05:00
Nick Davis
4a58766fff Merge branch 'develop' of github.com:sleuthkit/autopsy into 1501-ja-imagegallery
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/FileTypeUtils.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableAttribute.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/DrawableGroup.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupSortBy.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/SlideShowView.java
2016-01-29 12:41:24 -05:00
jmillman
626f97ff06 cleanup FileTypeUtils and ImageGalleryController, and DrawableFile, etc... 2016-01-28 14:42:14 -05:00
jmillman
e3aa664520 remove dead code 2016-01-28 13:43:20 -05:00
jmillman
584490d0c7 simplify query by using new mime_type column 2016-01-28 13:43:11 -05:00
Nick Davis
f7ec38cb5f Tagged several strings with NON-NLS. Extracted hard coded strings. 2016-01-27 21:10:44 -05:00
jmillman
e326388e0e cleanup and fixes
add percent sign to hash densiy display
merge fxml files for tree and list
shorten name of hash hits list
2016-01-26 14:21:01 -05:00
jmillman
312cdeeab3 split NavPanel into GroupTree and HashHitGroupList classes 2016-01-26 13:45:19 -05:00
jmillman
f84002a389 fix bug resulting in invalid sql 2016-01-15 15:58:37 -05:00
jmillman
e428f2c04d adjust threading to fix NavPanel infinite circular updating; clean up NavPanel.java
add Executor interface to ImageGalleryController
cleanup task creation in ThumbnailCache.java
2016-01-15 14:59:24 -05:00
jmillman
0df47c88ff tighten up undo API 2016-01-08 16:09:56 -05:00