8671 Commits

Author SHA1 Message Date
jmillman
fd0718ca7f update JFXtras to 8.0-r3 resolved some bugs with the date/time pickers 2015-07-22 16:43:11 -04:00
sidheshenator
644572ab57 encase keyword list support made more obvious 2015-07-22 10:46:39 -04:00
sidheshenator
23f4c0140e exceptions handled in case usersitepackage paths contain nonascii characters 2015-07-21 14:57:27 -04:00
jmillman
c52607f8f9 fix missing resource exception 2015-07-21 13:54:04 -04:00
jmillman
909c8ad7ea cleanup 2015-07-21 12:30:58 -04:00
jmillman
6d4ea60f5f double click images to toggle between slidehsow and tile mode 2015-07-21 12:18:17 -04:00
jmillman
0a84265ba7 keyboard based copying of metadata; cleanup; 2015-07-20 16:18:26 -04:00
jmillman
4aac1ce021 work on keyboard shortcut to copy values 2015-07-20 14:16:41 -04:00
jmillman
b46ba2c34f make values in metadata pane copiable to clipboard 2015-07-20 13:48:28 -04:00
jmillman
332d90222d minor cleanup 2015-07-20 12:44:05 -04:00
jmillman
7e042b3abc show md5 hash for file in metadata pane; other minor cleanup; 2015-07-20 11:51:36 -04:00
jmillman
ac180ab68a remove the dialog informing the user about duplicate tags as it provides little value, and can overwhelm the UI 2015-07-20 11:21:14 -04:00
Richard Cordovano
be93867c89 Fix results view node count as in collaborative branch 2015-07-20 11:07:03 -04:00
jmillman
210f36b642 add progressHandle to video export for playback in Ig ; export video to same loation for IG as for FXVideoPanel 2015-07-17 12:57:50 -04:00
jmillman
c8ac16f713 cleanup GstVideoPanel to bring into closer alignment with FXVideoPanel in preparation for further abstraction
check if file exists before exporting in GstVideoPanel
move getTempVideoFile and generateVideoThumbnail to new VideoUtils class
2015-07-17 12:50:53 -04:00
jmillman
eae987ba5b cleanup FXVideoPanel; check if file exists before exporting 2015-07-17 12:26:17 -04:00
jmillman
205e48246b save videos for thumbnails in temp folder 2015-07-17 12:23:25 -04:00
jmillman
a0949033a4 loosen restriction on worker passed into ContentUtils.writeToFile 2015-07-17 12:22:31 -04:00
jmillman
bd7c5f8d3b use extension instead of name 2015-07-17 11:23:31 -04:00
jmillman
bec0644e0b rename SlideShow.fxml to SlideShowView.fxml to be consistent 2015-07-17 11:03:49 -04:00
jmillman
e835222379 refactor isGIF check to better place and make more robust 2015-07-17 11:02:50 -04:00
jmillman
8a5ab02ca8 Merge remote-tracking branch 'upstream/develop' into data_result_viewer_video_thumbnails 2015-07-17 10:16:46 -04:00
jmillman
dabcf0cb0a use extension rather than whole name 2015-07-17 10:15:40 -04:00
Brian Carrier
419da47ac6 Added tutorial link to python docs 2015-07-17 09:03:19 -04:00
jmillman
bd3b38c6b6 prevent MetaDataPane catagory border from collapsing 2015-07-16 15:29:35 -04:00
jmillman
84d96d38ec fixes and cleanup
pull up imageRef to DrawableFile and make sure both image and media are bing cahce din videofile
distinguish isDisplayableAsImage and isdisplayableAsMedia
ignore defaut icon for .swf files in IG
restore error display for undisplayable file sin slideshowview
2015-07-16 15:29:05 -04:00
jmillman
a755d56b9d mroe refactoring of asynch loader tasks 2015-07-16 13:40:43 -04:00
jmillman
d1a1519ed5 load gifs with JavaFX to ensure animated playback. 2015-07-16 13:19:38 -04:00
jmillman
fcbc270459 fix animation of spinner by using timer to force repaint. 2015-07-16 13:04:27 -04:00
jmillman
93f8782fd5 format DataResultViewerThumbnail; replace ScrollPane with IconView and remove casting. 2015-07-16 13:03:26 -04:00
momo
8d03d36615 clarify comment 2015-07-16 12:53:56 -04:00
momo
8d08feac18 adding confirm message before closing case 2015-07-16 12:40:36 -04:00
jmillman
f7dd01c260 Merge remote-tracking branch 'upstream/develop' into data_result_viewer_video_thumbnails 2015-07-16 10:09:06 -04:00
jmillman
64fd5aaea8 more refactoring and inclusion of MetaDataPane in async loading scheme. 2015-07-15 17:49:52 -04:00
jmillman
eae9b25330 rename static constant 2015-07-15 16:45:05 -04:00
jmillman
8368665a53 show Preview collage for videos rather thanjust warning about undisplayable media
factor common background loading code into DrawableTileBase
only rebuild cached image if it is smaller than max icon size
2015-07-15 16:44:27 -04:00
Richard Cordovano
e03d26d5e8 Merge pull request #1432 from sidheshenator/thunderbird_NPE
NPE and other runtime exceptions possibly thrown handled
2015-07-15 15:41:58 -04:00
Richard Cordovano
322ef9ec94 Merge pull request #1431 from sidheshenator/photorec_dox
dox updated for photorec custom signature
2015-07-15 15:41:08 -04:00
Richard Cordovano
fad8a0aaa1 Merge pull request #1435 from mhmdfy/update-property-url
changed the url to use netbeans (more reliable source)
2015-07-15 15:40:19 -04:00
jmillman
c2eb9af862 fix implementation of Background loading of video thumbs in IG
don't transition through null file when reassigning file to DrawableTiles, prevents buildup of load tasks
bring GrouPane methods in line with current nomenclature
reduce calls to FileSyncListener
2015-07-15 14:27:28 -04:00
momo
3298ebcfa3 changed the url to use netbeans (more reliable source) 2015-07-15 13:29:55 -04:00
jmillman
94c8e7b6fe Merge remote-tracking branch 'upstream/develop' into expand_image_format_support
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/ImageFile.java
2015-07-15 09:53:56 -04:00
jmillman
66e9277f5f Merge remote-tracking branch 'upstream/develop' into data_result_viewer_video_thumbnails
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/ImageFile.java
2015-07-15 09:43:56 -04:00
Richard Cordovano
63cc98bcd4 Merge pull request #1424 from millmanorama/caching_fix
fix caching of full images to improve performance
2015-07-14 16:48:34 -04:00
Richard Cordovano
0cafa619ad Merge pull request #1421 from millmanorama/use_filetypedetector_in_media_viewer
use FileTypeDetector in DataContentViewerMedia and only fall back on isMimeType
2015-07-14 16:48:20 -04:00
jmillman
0fcd572595 work on Ig backgroundloading of video thumbnails 2015-07-14 16:07:29 -04:00
jmillman
4afb53166d cleanup, modify ImageUtils API to be about "thumbnails" not "icons" and deprecate old API 2015-07-14 12:06:10 -04:00
jmillman
64769e7761 fix typo in comment 2015-07-14 11:25:12 -04:00
jmillman
66d5ed99d5 remove unsused members form DataContentViewerMedia 2015-07-14 11:24:58 -04:00
jmillman
47b814cca3 fix typo in comment 2015-07-14 11:21:35 -04:00