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 |
|
jmillman
|
6235bfdf17
|
clear undo/redo history when the group is changed
|
2016-01-08 16:09:49 -05:00 |
|
jmillman
|
d9878e2b5d
|
use new UndoRedoManager and Command interface; add Redo and improve UX (icons)
|
2016-01-08 16:09:43 -05:00 |
|
jmillman
|
d9fb562ab1
|
simple undo implementation to test it is feasible.
|
2016-01-08 16:09:37 -05:00 |
|
jmillman
|
9b474767e6
|
inject selectionModel rather that relying on singleton
|
2015-12-11 12:01:31 -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 |
|
jmillman
|
6a81eeefba
|
catch EOF exception from image load in MediaViewImagePanel.java
|
2015-10-22 12:29:07 -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
|
90fc49632b
|
Merge develop into collab for SevenZipExtractor bug fix
|
2015-09-16 14:40: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
|
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 |
|
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 |
|
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
|
048530e61c
|
fix bug in sql query; remove unneccesary runLater
|
2015-08-28 17:24:54 -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
|
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
|
33faf9cba8
|
fix merge problems
|
2015-07-27 14:05:10 -04:00 |
|
Richard Cordovano
|
b4ee3471eb
|
Merge develop branch into collaborative branch
|
2015-07-13 16:43:28 -04:00 |
|
jmillman
|
69d299222d
|
refactor imagutils , have Thumbnail cache do in memory caching but let IamgeUtils handle disk based cache. Fix tga support in IG
|
2015-07-09 16:29:16 -04:00 |
|