617 Commits

Author SHA1 Message Date
jmillman
2d38426d3e make NavPanel define a tab customized in GroupTree and HashHitGroupList 2016-01-26 14:49:20 -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
2609d18755 cleanup and minor fixes 2016-01-25 17:21:00 -05:00
jmillman
90e0617625 improve display of groups sorted by different comparators and refacor NavPanel 2016-01-25 16:59:18 -05:00
jmillman
9fd2c00634 clean up 2016-01-25 10:46:16 -05:00
jmillman
5f08770019 move getCategoryCount to DrawableDB, keep selection in HashTree
revert unrelated logging change
2016-01-25 10:46:12 -05:00
jmillman
fc94e2b639 preliminary work to sort groups by uncategorized file count 2016-01-25 10:46:05 -05:00
Oliver Spohngellert
093dafe264 General bug fixes 2016-01-22 10:02:23 -05:00
Oliver Spohngellert
b0d69166ca Updated to use new mime type field of abstract file 2016-01-21 11:05:15 -05:00
Richard Cordovano
a63301a177 Merge pull request #1825 from BasisOlivers/aut-1861
Fixed switch statements for datetime
2016-01-20 13:54:37 -05:00
Oliver Spohngellert
57dfc52823 Fixed switch statements for datetime 2016-01-20 10:11:42 -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
31aceaf26c use weak listeners to prevent memory leak 2016-01-14 15:03:40 -05:00
jmillman
b37c53f3a9 improve cancellation and logging in ImageUtils and ThumbnailCache 2016-01-14 15:00:40 -05:00
jmillman
4f8316a8cf fix OpenExternalViewerAction and usage in IG 2016-01-13 11:36:58 -05:00
jmillman
1a0001c911 Log eventbus unregistration error 2016-01-12 14:13:39 -05:00
Richard Cordovano
d067bb41e6 Merge pull request #1806 from millmanorama/IG-bug-fixes
show correct error in DrawableUIBase
2016-01-08 16:56:28 -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
2fe8f04000 show correct error in DrawableUIBase 2016-01-08 16:08:49 -05:00
Richard Cordovano
658871195a Merge pull request #1800 from millmanorama/IG-bug-fixes
IG bug fixes
2016-01-08 08:45:39 -05:00
Richard Cordovano
73434c14be Merge pull request #1795 from millmanorama/IG-fix-metadatapane-category-update
fix category border updating in metadata pane
2016-01-08 08:45:06 -05:00
jmillman
f49725a850 switch back to single thread executor which limits memory usage. Distinguish OOM errors in UI. cleanup bundle names 2016-01-07 13:13:28 -05:00
jmillman
b26c898810 fix category border updating in metadata pane 2016-01-06 16:29:22 -05:00
jmillman
25aebba54b suppress compiler warning 2016-01-06 10:39:23 -05:00
jmillman
0d526d0933 remove dead code 2016-01-05 10:04:25 -05:00
jmillman
2d29d55329 add option to return default humbnail to task; pull getReadFullSizeImageTask into DrawableFile using template method pattern;
create TaskUtils class to create tasks from callables/thunks
2016-01-04 15:51:13 -05:00
jmillman
b78b6ec345 replace usage of removed ImageUtils.logContentError in IG 2016-01-04 15:26:12 -05:00
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