adam-m
c93a57a9d9
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-03-20 09:29:19 -04:00
adam-m
53b6631edc
close tsk files are file pipeline is done
2013-03-20 09:26:50 -04:00
adam-m
6a160fa34b
media view: faster / smoother image swapping if already in image mode
2013-03-19 22:57:32 -04:00
adam-m
62c71e4232
handle the case when can't generate a thumbnail on a huge image cleanly (still load other thumbnails)
2013-03-19 17:43:22 -04:00
adam-m
8b730b79f0
close streams after resizing pictures
2013-03-19 16:32:34 -04:00
adam-m
5d13bdbb31
much better thumbnail viewer: add support for bmp, faster thumnail generation and better quality looking. Simplified code, by using scalr.
2013-03-19 12:10:12 -04:00
adam-m
3150852813
event better image scaling (using scalr) and better handling of huge hi-res images
2013-03-19 11:12:04 -04:00
adam-m
f35bb56969
improve loading of png, bmp and large images (scale them to save memory in rendered canvas).
...
Use javafx provided extensions instead of harcoding them.
2013-03-18 23:31:50 -04:00
adam-m
e2c8f6ba33
add check for null node to media viewer
2013-03-18 20:09:58 -04:00
adam-m
f2f3c908fb
first take at using javafx for image viewing in Media View (faster in-memory loading, no memory issues, better stability, not relying on gstreamer bundled)
2013-03-18 20:08:47 -04:00
adam-m
29249ac7ec
better handle error when gstreamer can't load in media view
2013-03-18 14:44:44 -04:00
adam-m
38c895d6be
free playbin object after creating a new one in media view
2013-03-18 13:07:47 -04:00
adam-m
a1954e49f9
disable playback of deleted videos in media viewer
2013-03-18 12:24:24 -04:00
adam-m
d6c3b6e9cc
adjustment to file node dir tree traversal to handle case when a file node has an immediate derived file node that is an archive and not just a dir
2013-03-15 19:22:56 -04:00
adam-m
3e09e9c25f
add tgz ext for archive icons
2013-03-15 19:13:28 -04:00
adam-m
577fd1fcdc
add .gz to archive extensions for the right icons
2013-03-15 14:27:06 -04:00
adam-m
b913b57e3c
call gc() at end of ingest pipeline
2013-03-15 10:37:51 -04:00
adam-m
df5dc26f77
better horizontal scrollbars in content text viewers, set min viewport to 400
2013-03-14 15:45:19 -04:00
adam-m
343a665b52
try to force gc when case is closed, at least to collect better data
2013-03-13 18:38:57 -04:00
adam-m
66d74cf819
Log memory usage when ingest pipelines start and complete
2013-03-13 14:48:41 -04:00
adam-m
41a1d32bdb
refine log message
2013-03-13 13:02:32 -04:00
adam-m
c736158cf4
revert layout changes in commit 10465080dd805501d5ac1c479983e9a29f3dfee5.
2013-03-13 13:00:14 -04:00
adam-m
10465080dd
log if can't add a listener because pcs not initialized (linux? )
2013-03-13 12:55:39 -04:00
adam-m
698d641283
fix string viewer anchor after last checkin
2013-03-12 16:50:11 -04:00
adam-m
2251087fcf
lower minimum size on result / content viewers so they can be resized more
2013-03-12 16:46:15 -04:00
adam-m
72953430a5
media player -add ability to get number of bytes extracted
2013-03-12 13:03:35 -04:00
adam-m
59ee127492
fixes #165
...
Activate media tab for deleted files and attempt to read / display them.
2013-03-12 11:12:10 -04:00
adam-m
4d65533e22
fix log typo
2013-03-11 16:59:25 -04:00
adam-m
abdfeb4dd8
log memory usage when changing case
2013-03-11 16:56:28 -04:00
adam-m
961492a7b2
log memory usage after adding image
2013-03-07 19:29:20 -05:00
adam-m
2a9154c49a
correct getting virt memory in getAllMemInfo()
2013-03-07 19:29:06 -05:00
adam-m
6cd9190881
move out all methods to get memory from memorymonitor to PlatformUtil so they can be used elsewhere
2013-03-07 19:11:19 -05:00
adam-m
fe33f67efb
log virtual memory used periodically in ingest monitor
2013-03-07 14:36:44 -05:00
adam-m
7037fb8403
Better integration of sigar instrumentation library. Should work on windows, linux, mac.
...
Added PID and virt memory used to log when application starts.
2013-03-07 14:31:22 -05:00
adam-m
55077002d3
remove stub methods in action visitor and use defaultVisit()
2013-03-06 10:24:53 -05:00
adam-m
10c22b9fda
cleanup remaining content actions that needed be - move the default ones to nodes classes
2013-03-06 10:18:47 -05:00
adam-m
f2dee04f57
refactor and cleanup dir tree selection event handler, remove redundant code potentially causing issues
2013-03-04 14:41:18 -05:00
adam-m
26b67977ca
minimize potentially unneeded calls to expandNode() in dir tree
2013-03-04 14:24:13 -05:00
adam-m
ea0e35fea1
Dir tree improve back and forward buttons behavior.
...
Use paths instead of nodes to keep track and do not reset history when tree is refreshed.
2013-03-04 13:31:12 -05:00
adam-m
bd8e76f279
preserve selections when refreshing content tree
2013-03-04 09:56:31 -05:00
adam-m
ded8558545
add a comment about a bug
2013-03-01 11:50:31 -05:00
adam-m
101192f0f3
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-02-28 22:28:56 -05:00
adam-m
06eaa86407
Added support to refresh content tree by modules
2013-02-28 22:27:57 -05:00
adam-m
582facd39d
make get system name() util method public
2013-02-26 21:38:47 -05:00
adam-m
23d5497760
add getter for content to abstract content node
2013-02-26 21:38:26 -05:00
Tim McIver
47982e4d69
Removed extraneous print statement.
2013-02-26 17:15:58 -05:00
Tim McIver
9d9116fbcd
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-02-26 16:35:01 -05:00
Tim McIver
3aba72182d
Fixed bug in DataContentViewerMedia.captureFrames() that was causing
...
problems capturing frames for some video files.
2013-02-26 16:33:34 -05:00
adam-m
67bb174a68
Merge branch 'master' of https://github.com/sleuthkit/autopsy into zipmodule
2013-02-26 13:26:20 -05:00
Tim McIver
ea05517665
Created FrameCapture interface and made DataContentViewerMedia implement it.
...
Added ServiceProvider annotation so that lookup can be used to gain access
to this implementation. Added support class VideoFrame. Added apache commons
io to corelibs project.xml.
2013-02-25 17:57:07 -05:00