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
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
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
jmillman
beb8efaa6a
Extract FileTypeUtils from ImageGalleryModule
...
remove FileTypeIcons
remove deprecated method from GroupManager
2015-07-01 15:58:37 -04:00
jmillman
13d60ead02
use FileTypeDetector and mimetypes to decide what to include only falling back on extension if we can not get a mime type.
2015-07-01 15:58:15 -04:00
jmillman
ae9f9b0e31
Merge branch 'develop' into hash_set_display
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/AddTagAction.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/CategorizeAction.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/CategoryManager.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-06-29 11:11:09 -04:00
jmillman
5b904edba6
fix merge mistakes
2015-06-25 11:31:53 -04:00
jmillman
e157a5b53b
only add new cat tag if there is no existing cat tag. put adding and removing fileids to/from group on jfx thread; remove file from groups when adding to new catagory based on new tag
2015-06-25 10:54:28 -04:00
jmillman
8c2f6d274a
move classes to better packages; remove FileUpdateEvent
2015-06-25 10:53:32 -04:00
jmillman
d11e4b03d5
reduce duplicate code
2015-06-25 10:51:30 -04:00
jmillman
1665dc11b9
use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy
2015-06-25 10:44:36 -04:00
jmillman
e126aee4cb
new Tag event system
2015-06-25 10:38:36 -04:00
jmillman
5432309c2f
rename method; add synchronization; remove singletonness from SummaryTablePane
2015-06-25 10:35:59 -04:00
jmillman
e336dccfb2
refactor in GroupManager, to make logic and flow cleaner
...
split FileUpdateEvent handlers to seperate update and removed methods
name DbWorkerThread, Thread
2015-06-25 10:34:32 -04:00
jmillman
2eecaa297e
more cleanup of Categories/Tags and listening to autopsy generated "Tag Events"
...
-remove unused code from Category.java
-use Category.isCategoryTagName instead of .getDisplayName().startsWith(Category.CATEGORY_PREFIX)
-regroup when notified of Tag Change from autopsy
2015-06-25 10:29:22 -04:00
jmillman
1be231107d
clean up and refactor code related to Tagging and actions;
...
move away from singleton by injecting controller rather than using getDefault();
use EventBus in DrawableTagsManager (used to be TagUtils)
requires equal and hashcode method implemented on TagName
2015-06-25 10:24:08 -04:00
jmillman
7dba4be3cc
only add new cat tag if there is no existing cat tag. put adding and removing fileids to/from group on jfx thread; remove file from groups when adding to new catagory based on new tag
2015-06-25 10:09:23 -04:00
jmillman
376c6c4a33
move classes to better packages; remove FileUpdateEvent
2015-06-25 10:09:20 -04:00
jmillman
e4811246ba
reduce duplicate code
2015-06-25 10:09:14 -04:00
jmillman
22868333a0
use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy
2015-06-25 10:09:07 -04:00
jmillman
762037c649
new Tag event system
2015-06-25 10:05:42 -04:00
jmillman
aec6c222e8
rename method; add synchronization; remove singletonness from SummaryTablePane
2015-06-25 10:05:39 -04:00
jmillman
34eb726551
refactor in GroupManager, to make logic and flow cleaner
...
split FileUpdateEvent handlers to seperate update and removed methods
name DbWorkerThread, Thread
2015-06-25 10:05:05 -04:00
jmillman
2552196891
more cleanup of Categories/Tags and listening to autopsy generated "Tag Events"
...
-remove unused code from Category.java
-use Category.isCategoryTagName instead of .getDisplayName().startsWith(Category.CATEGORY_PREFIX)
-regroup when notified of Tag Change from autopsy
2015-06-25 10:05:02 -04:00
jmillman
16fe7db1e7
make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup
2015-06-25 10:04:33 -04:00
jmillman
d587e1c53e
clean up and refactor code related to Tagging and actions;
...
move away from singleton by injecting controller rather than using getDefault();
use EventBus in DrawableTagsManager (used to be TagUtils)
requires equal and hashcode method implemented on TagName
2015-06-25 10:04:01 -04:00
jmillman
edfe858dd8
cleanup Follow Up tag and Category TagNames (prevent short name version from being added, by removing commas)
2015-06-25 10:03:14 -04:00
jmillman
51f6b05980
only add new cat tag if there is no existing cat tag. put adding and removing fileids to/from group on jfx thread; remove file from groups when adding to new catagory based on new tag
2015-06-23 15:46:12 -04:00
jmillman
567abf7948
move classes to better packages; remove FileUpdateEvent
2015-06-22 15:42:48 -04:00
jmillman
b8f22991a4
reduce duplicate code
2015-06-22 15:11:16 -04:00
jmillman
c6834afb4a
use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy
2015-06-19 13:53:53 -04:00
jmillman
1fc618f0df
new Tag event system
2015-06-18 16:57:28 -04:00
jmillman
961e08501f
Merge remote-tracking branch 'upstream/develop' into multiple_tag/follow_up_fixes
2015-06-18 14:03:35 -04:00
jmillman
b572ac4742
rename method; add synchronization; remove singletonness from SummaryTablePane
2015-06-18 13:51:37 -04:00
jmillman
7d68ed1b66
refactor in GroupManager, to make logic and flow cleaner
...
split FileUpdateEvent handlers to seperate update and removed methods
name DbWorkerThread, Thread
2015-06-18 13:12:14 -04:00
jmillman
4ae9eaf019
more cleanup of Categories/Tags and listening to autopsy generated "Tag Events"
...
-remove unused code from Category.java
-use Category.isCategoryTagName instead of .getDisplayName().startsWith(Category.CATEGORY_PREFIX)
-regroup when notified of Tag Change from autopsy
2015-06-17 15:54:34 -04:00
jmillman
36b727e94d
make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup
2015-06-17 15:51:15 -04:00
jmillman
fe95cc21d7
clean up and refactor code related to Tagging and actions;
...
move away from singleton by injecting controller rather than using getDefault();
use EventBus in DrawableTagsManager (used to be TagUtils)
requires equal and hashcode method implemented on TagName
2015-06-16 16:53:16 -04:00
jmillman
aad2335b34
cleanup Follow Up tag and Category TagNames (prevent short name version from being added, by removing commas)
2015-06-16 12:51:06 -04:00
jmillman
b9f25256c3
Lots of cleanup and comments
...
rename and comment DrawableViewBase
more cleanup of category related code
comments
license header; cleanup in DrawableDB, GroupManager, and ImageGalleryController
cleanup HashSetManager and DrawableGroup
cleanup/commetns DrawableTile, DrawableView, DrawableViewBase
more cleanup ind DrawableDB
2015-06-10 12:12:29 -04:00
jmillman
a20f040066
use event bus for category change events
2015-06-10 10:11:38 -04:00
jmillman
06e0a33499
interim refactor of towards HashSetManager
2015-06-10 10:11:37 -04:00
Richard Cordovano
825559baf3
Merge pull request #1312 from millmanorama/options_panel_review
...
cleanup and add explanation to ImageGalleryOptionsPanel
2015-06-05 12:07:29 -04:00
jmillman
1aad1dfb78
cleanup and add explanation to ImageGalleryOptionsPanel
2015-06-05 10:42:16 -04:00
jmillman
7e260f6818
cleanup
2015-06-04 13:04:25 -04:00
jmillman
ea610c51ae
fix db creation at case change by creating ModuleOutput/Image Gallery folder if needed.
...
use Path api instead of strings.
2015-06-02 16:35:48 -04:00
jmillman
e7a9aa7a12
comments
2015-06-02 14:03:33 -04:00