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 |
|
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 |
|