jmillman
|
c5ca1d55f3
|
fix rebase
|
2016-01-04 15:51:22 -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
|
c3f7cddca2
|
ImageUtils.getThumbnail delegates to new image loading task. This is used by ThumbnailViewNode to read thumbnails
|
2016-01-04 15:51:06 -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 |
|
jmillman
|
3e7e9ec592
|
include video thumbnails in thumbnail generation task
|
2015-12-31 14:34:21 -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
|
b93360e80e
|
decouple ReadImageTask and MediaViewImagePanel
|
2015-12-31 14:31:43 -05:00 |
|
Richard Cordovano
|
754d1708e9
|
Merge pull request #1783 from karlmortensen/removeFromEDT
Do not set these items on EDT
|
2015-12-28 11:03:25 -05:00 |
|
Karl Mortensen
|
6e2409d462
|
Switch to showing sectors for both start and end
|
2015-12-23 15:20:59 -05:00 |
|
Karl Mortensen
|
b83cd6d9e2
|
Set these items on EDT
|
2015-12-23 13:49:07 -05:00 |
|
Richard Cordovano
|
eba5d1b99a
|
Merge pull request #1776 from mhmdfy/default-column-order
Default column order
|
2015-12-17 15:53:59 -05:00 |
|
momo
|
d7244652c0
|
remove global variable
|
2015-12-17 08:48:44 -05:00 |
|
Richard Cordovano
|
71b03b8273
|
Merge pull request #1774 from millmanorama/read-aniamted-gifs
Read aniamted gifs
|
2015-12-16 15:49:44 -05:00 |
|
Richard Cordovano
|
6976fde73e
|
Merge pull request #1773 from millmanorama/read-image-refactor
Read image refactor
|
2015-12-16 15:49:27 -05:00 |
|
U-Mhmdfy-PC\Mhmdfy
|
4ce10d9661
|
use store/load state instead of properties
|
2015-12-16 13:02:02 -05:00 |
|
momo
|
91ccfdcf0d
|
use global
|
2015-12-15 14:32:41 -05:00 |
|
momo
|
7e2ba785ed
|
if empty, use default order
|
2015-12-15 14:27:22 -05:00 |
|
Brian Carrier
|
75cd0015c2
|
Merge pull request #1756 from karlmortensen/handleADS
Remove ADS name from file extention
|
2015-12-14 10:39:03 -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 |
|
jmillman
|
75909f3be0
|
use lower level API to read images and show progress in MediaViewImagePanel
some minor cleanup, restyling and the addition of a button to "Open in External Viewer"
|
2015-12-11 16:34:44 -05:00 |
|
momo
|
9ec03ab181
|
use type as itemtype string
|
2015-12-11 10:58:54 -05:00 |
|
jmillman
|
8e12bfc4a2
|
fix imports
|
2015-12-08 15:41:35 -05:00 |
|
Richard Cordovano
|
52373962b6
|
Merge pull request #1759 from millmanorama/TL-fix-imports
fix imports
|
2015-12-08 15:02:15 -05:00 |
|
Richard Cordovano
|
bcb45844c6
|
Merge pull request #1758 from mhmdfy/change-enum-to-string
change itemtype to string
|
2015-12-08 15:02:00 -05:00 |
|
Richard Cordovano
|
b706003247
|
Merge pull request #1757 from millmanorama/TL-too-many-events-warning
move "too many events" warning to DetailsViewPane and expand its usage.
|
2015-12-08 15:00:42 -05:00 |
|
jmillman
|
0dbd190d51
|
fix imports
|
2015-12-08 12:44:44 -05:00 |
|
U-Mhmdfy-PC\Mhmdfy
|
3b4a6e9123
|
change itemtype to string
|
2015-12-08 12:29:21 -05:00 |
|
Karl Mortensen
|
9148539b9f
|
code review comment
|
2015-12-08 11:34:11 -05:00 |
|
Karl Mortensen
|
0e135f6e48
|
code review comment
|
2015-12-08 11:30:57 -05:00 |
|
momo
|
d61ab184b1
|
spelling mistakes
|
2015-12-07 15:29:27 -05:00 |
|
jmillman
|
cb3a73c560
|
move "too many events" warning to DetailsViewPane and expand its usage.
|
2015-12-07 14:10:49 -05:00 |
|
Karl Mortensen
|
ad61bc44b8
|
also check when we go to add the icon and register to listen
|
2015-12-07 13:04:21 -05:00 |
|
momo
|
836b68879d
|
some refactoring
|
2015-12-07 12:35:10 -05:00 |
|
momo
|
709d92f5ee
|
conflicts
|
2015-12-07 12:10:37 -05:00 |
|
momo
|
715fc0a93c
|
change to itemType and decouple filters
|
2015-12-07 12:07:17 -05:00 |
|
Karl Mortensen
|
97108e7a74
|
Remove ADS name from file extention
|
2015-12-07 10:26:54 -05:00 |
|
Richard Cordovano
|
031ce2b1e6
|
Merge pull request #1753 from karlmortensen/sanitizeZipFileName
Sanitize zip file name
|
2015-12-07 08:59:36 -05:00 |
|
Richard Cordovano
|
15304bed8a
|
Merge pull request #1725 from mhmdfy/double-click
action listener to perfrom action on double click
|
2015-12-04 16:26:11 -05:00 |
|
momo
|
cb4626932a
|
fix postgres query
|
2015-12-04 13:11:07 -05:00 |
|
momo
|
026d99336c
|
add enum for type of node
|
2015-12-04 13:01:58 -05:00 |
|
momo
|
2fa0854026
|
fix import
|
2015-12-04 09:34:55 -05:00 |
|
momo
|
f779b73594
|
case where filter is null
|
2015-12-04 09:24:28 -05:00 |
|