485 Commits

Author SHA1 Message Date
Oliver Spohngellert
98d75a29ba Updated for api changes 2016-03-01 12:25:14 -05:00
Richard Cordovano
0808079290 Merge branch 'release-4.1.0' of https://github.com/sleuthkit/autopsy into release-4.1.0 2016-02-25 17:39:26 -05:00
Richard Cordovano
890466574e Merge remote-tracking branch 'upstream/develop' into release-4.1.0 2016-02-25 17:38:40 -05:00
jmillman
35f6f915cb toolbar is no longer a lazily initialized singleton, it should no longer be initialized off the jfx thread resulting in java.lang.IllegalStateException: Not on FX application thread
exposed the slider value through ImageGalleryController
2016-02-25 16:30:54 -05:00
jmillman
fee9dd71ff internationalize group categorization confirmation dialog 2016-02-25 14:44:44 -05:00
jmillman
c8b0c84fc1 improve text in ImageGalleryOptionsPanel 2016-02-25 14:05:20 -05:00
Richard Cordovano
449a3020a8 Merge in develop and resolve merge conflicts 2016-02-19 16:30:30 -05:00
jmillman
4bc7a5dd30 cleanup, comments 2016-02-17 15:47:24 -05:00
jmillman
8c13846938 clean up CategorizeGroupAction, etc 2016-02-17 15:20:36 -05:00
jmillman
a4f3377a64 refactor DrawableFile so it no longer extends AbstractFile
remove type paramater from DrawableFile since it was not adding anything usefull and cluttered up the code
add getters  that delegate to private AbastractFile instance
refactor methods on DrawableTagsManager to deal with Content or DrawableFile objects
remove unneeded  invocation of   ImageIO.scanForPlugins() in ImageFile
2016-02-17 14:35:52 -05:00
Richard Cordovano
2654cf4c30 Temporarily change ImageGallery,DrawableFile to use deprectaed AbstractFile ctor 2016-02-16 17:04:58 -05:00
jmillman
0998641849 show a warning when the group categorization action will overwrite categories 2016-02-16 17:03:39 -05:00
jmillman
b06f42143a fix group menu button initialization 2016-02-12 17:56:50 -05:00
jmillman
1465e1a529 cleanup CategorizeAction, StatusBar, and ImageGalleryController, especially realted to background(db) tasks 2016-02-12 17:21:18 -05:00
Richard Cordovano
cfa01156c1 Merge pull request #1970 from millmanorama/IG-tag-icons-in-menus
add tag icons to context menus in IG
2016-02-12 17:01:57 -05:00
jmillman
41af643473 add tag icons to context menus in IG 2016-02-12 16:58:31 -05:00
jmillman
e8654a013e use new SortChooser in the left hand nav area, and refactor as necessary 2016-02-12 16:44:00 -05:00
jmillman
5ba21cf3c3 add new sort order buttons, add new SortChooser control, refactor GroupSortBy to implement Comparator directly, refactor ToolBar, GroupManager etc accordingly and to use new SortChooser 2016-02-12 16:40:41 -05:00
Richard Cordovano
4ce2889ef0 Merge pull request #1966 from millmanorama/IG-grab-from-datasource
Ig grab files from datasource
2016-02-12 16:20:52 -05:00
Richard Cordovano
e90d429b84 Merge pull request #1963 from millmanorama/IG-cat-colors-in-menus
add category color icons to the right click menus in IG
2016-02-12 16:19:57 -05:00
Richard Cordovano
0824514ecb Merge pull request #1961 from millmanorama/IG-ms-metafile
add Windows meta files (WMF/EMF) to list of ImageTypes, read support …
2016-02-12 16:18:20 -05:00
jmillman
133471b073 add category color icons to the right click menus in IG 2016-02-11 12:41:44 -05:00
millmanorama
415840815d add Windows meta files (WMF/EMF) to list of ImageTypes, read support requires library(Batik) 2016-02-11 12:35:51 -05:00
jmillman
4fb8635fb4 refactored GroupListCell and GroupTreeCell into GroupCellFactory to reduce code duplciation.
cleanup GroupCellFactory and related
2016-02-11 12:25:08 -05:00
jmillman
9075f860a5 cleanup 2016-02-10 15:22:02 -05:00
jmillman
727670c5dc grab files form new datasources even if they are not images. Extract BulkTask out of PrePopulateDataSourceFiles and CopyAnalyzedFiles 2016-02-10 15:14:03 -05:00
Nick Davis
9d28f0fcd9 cleaned up 2016-02-05 14:06:44 -05:00
Nick Davis
b62e63f92d merged in translations 2016-02-05 13:51:40 -05:00
Nick Davis
92c073b9e2 updated after merge 2016-02-05 13:29:06 -05:00
Nick Davis
1783dfe015 merged Jonathans work in with ours 2016-02-05 13:16:21 -05:00
Nick Davis
cb2ef5523c merged in translations 2016-02-05 13:06:29 -05:00
Nick Davis
925e265796 localized strings from fxml files 2016-02-04 22:03:20 -05:00
Nick Davis
83b824b2c6 extract a string 2016-02-04 18:16:54 -05:00
jmillman
d8752fcadc add follow up flag image to follow up action and in group list , improve category "icons"; cleanup toolbar labels to match group labels 2016-02-04 15:38:18 -05:00
Richard Cordovano
9856b58b80 Merge pull request #1943 from millmanorama/IG-fix-missing-category-icons
Ig fix missing category icons
2016-02-04 11:44:10 -05:00
Richard Cordovano
092fbebcbf Merge pull request #1941 from narfindustries/ja-imagegallery-fonts
ja imagegallery - converted ui fonts to derived
2016-02-04 11:43:35 -05:00
Richard Cordovano
cd34d37c10 Merge pull request #1934 from narfindustries/1501-ja-imagegallery
1501 ja imagegallery - translations
2016-02-04 11:40:29 -05:00
jmillman
7a7e5b41f5 fix copyright dates 2016-02-04 11:22:53 -05:00
jmillman
e71a77ad8c use Category symbols in the apply cat dropdowns 2016-02-04 11:15:46 -05:00
jmillman
ebe4afad64 fix missing category items and refactor GroupPane using radiobuttons
more refactoring in GroupPane
2016-02-04 11:15:12 -05:00
Nick Davis
a19154e17a restored area size 2016-02-03 17:17:14 -05:00
Nick Davis
5ec9df709f converted ui fonts to derived 2016-02-03 17:10:37 -05:00
Nick Davis
1d5db5578b merged translations into imagegallery module 2016-02-03 15:14:59 -05:00
jmillman
b380430532 restrict double click action on SlideShowView to non control areas
cleanup, fix selection
2016-02-03 10:48:19 -05:00
Richard Cordovano
15d56ad88c Merge ja_localization_2016_1 into develop 2016-02-02 15:10:51 -05:00
Nick Davis
ca2a4e5b2b Extracted hard coded strings. Commented strings that shouldn't be extracted using NON-NLS. Used @NbBundle.Messages() style annotations for strings. Verified it correctly builds. 2016-02-02 12:56:17 -05:00
jmillman
876ec3d8fd improve exception fix 2016-02-01 16:50:40 -05:00
jmillman
f5a095bcc6 fix exception that is logged when mime-type is unknown 2016-02-01 13:54:15 -05:00
Richard Cordovano
96c966002a Revert "Revert "Revert "1501 ja image gallery - redo 1""" 2016-02-01 13:32:20 -05:00
Richard Cordovano
1631486869 Revert "1501 ja image gallery - redo 2" 2016-02-01 13:31:29 -05:00