jmillman
c60f9e692a
use alias in sql query to avoid ambiguity about column name
2016-04-20 12:58:16 -04:00
Oliver Spohngellert
536a8871b5
Fixed deprecation warnings to do with netbeans updates
2016-04-11 15:09:11 -04:00
Richard Cordovano
8cf3702d4b
Update inter-NBM dependencies for suite NBMs for release 4.1.0
2016-03-27 16:39:29 -04:00
Richard Cordovano
3c7c30c032
Update NBM versioning for release 4.1.0
2016-03-27 16:23:33 -04:00
jmillman
60ee20c9ef
improve error handling in ImageGallery
2016-03-22 17:08:15 -04:00
jmillman
7877113aa8
comment why old bahavior is desired in MediaViewVideoPanel
...
rever ReportGenerator, CategorizeAction, and CategorizeGroupAction since all changes where white space and formatting
2016-03-22 17:08:10 -04:00
jmillman
4b542f6d49
improve ImageUtils.isGIF and cleanup
...
minor cleanup in ImageUtils
2016-03-22 17:08:00 -04:00
jmillman
bd22f0d0d8
use fileTypeDetector.detect
...
use fileTypeDetector.detect
2016-03-22 17:07:53 -04:00
Richard Cordovano
b7430bace1
Merge pull request #2022 from millmanorama/IG-use-data-source-obj-id-to-pop-db
...
use data_source_obj_id to grab new files instead of ad hoc methods f…
2016-03-18 15:47:07 -04:00
jmillman
fd90ec8276
use data_source_obj_id to grab new files instead of add hoc methods for images and virtualdirectories
2016-03-16 16:40:41 -04:00
Richard Cordovano
d3dba717e4
Do not call FileTypeDetector.getFileType outside of ingest
2016-03-16 16:01:47 -04:00
Oliver Spohngellert
7d2d8f0658
Deprecation fixes
2016-03-01 16:24:58 -05:00
Oliver Spohngellert
ad2921cba1
Updated for new constructor for attribute type
2016-03-01 13:17:42 -05:00
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