Richard Cordovano
8240090b3d
Merge pull request #1980 from karlmortensen/bumpVersion
...
bump version to 4.1.0
2016-02-18 11:39:25 -05:00
Nick Davis
f0e808d729
Moved Content-Type meta tag out of CSS style block and into the main head block.
2016-02-18 11:38:14 -05:00
Karl Mortensen
0df81b010a
bump version to 4.1.0
2016-02-18 11:22:44 -05:00
Richard Cordovano
9603a59268
Merge pull request #1979 from karlmortensen/onlyInternationalizeUserFacingText
...
Only internationalize user facing text
2016-02-18 11:19:55 -05:00
Karl Mortensen
3bf79a8e58
not public, localized
2016-02-18 11:17:26 -05:00
Karl Mortensen
a17a0a7683
Merge branch 'release-4.0.1' of github.com:sleuthkit/autopsy into onlyInternationalizeUserFacingText
2016-02-18 11:06:13 -05:00
Karl Mortensen
c63cc88b42
Only internationalize user facing text
2016-02-18 11:04:45 -05:00
Richard Cordovano
7fe880d57a
Merge pull request #1977 from millmanorama/IG-don't-extend-AbstractFile
...
refactor DrawableFile so it no longer extends AbstractFile
2016-02-18 10:59:29 -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
Oliver Spohngellert
6ba8cd8cb1
Final ui updates
2016-02-17 13:21:29 -05:00
Oliver Spohngellert
fb1bffe53b
Updated UI
2016-02-17 12:32:05 -05:00
Oliver Spohngellert
0d9f9186ac
Made file type detector run on undetected files
2016-02-17 10:17:10 -05:00
Oliver Spohngellert
59d630284a
Worked on fixing up UI
2016-02-17 09:58:31 -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
Oliver Spohngellert
ad5ef4965d
Allowed custom logical file set names
2016-02-16 15:22:27 -05:00
Oliver Spohngellert
dc65fed3e9
Added exceptions to ingest module exceptions
2016-02-16 13:20:34 -05:00
Oliver Spohngellert
8b1528277d
Made check of known mandatory
2016-02-16 12:43:56 -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
989763693f
Merge pull request #1971 from millmanorama/cleanup-ImageUtils-logging
...
Cleanup image utils logging
2016-02-12 17:02:21 -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
Richard Cordovano
9931fe7528
Merge pull request #1969 from millmanorama/IG-better-asc-desc-icons
...
Ig better asc desc icons
2016-02-12 17:01:44 -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
jmillman
3372c003f3
cleanup Bundle.Properties and logging in VideoUtils.java
2016-02-12 16:38:13 -05:00
jmillman
b9c35b7a4f
clean up ImageUtils logging
2016-02-12 16:34:26 -05:00
Richard Cordovano
02c4336aaf
Merge pull request #1967 from millmanorama/fix-thumbnail-generation-progressbar-bug-on-case-change
...
make sure to kill the progressHandle and timer even if exception is t…
2016-02-12 16:21:12 -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
Richard Cordovano
25d5cfce5b
Merge pull request #1960 from millmanorama/IG-cell-refactor
...
refactored GroupListCell and GroupTreeCell into GroupCellFactory to r…
2016-02-12 16:17:56 -05:00
Richard Cordovano
ce264d939d
Merge pull request #1968 from millmanorama/fix-thumbnail-generation-progressbar-bug-on-case-change
...
make sure to kill the progressHandle and timer even if exception is thrown, eg, when case is closed
2016-02-12 13:42:47 -05:00
jmillman
fdc58d0d35
make sure to kill the progressHandle and timer even if exception is thrown, eg, when case is closed
...
handle exceptions better in VideoUtils.generateVideoThumbnail()
update copyright dates
put cleanup code in finally block
2016-02-11 17:23:01 -05:00
Oliver Spohngellert
07c8d3169c
Eliminated use of deprecated methods
2016-02-11 16:48:11 -05:00
Oliver Spohngellert
178c31c5d2
Updated for deprecation
2016-02-11 12:44:26 -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
Oliver Spohngellert
1f309781a9
Finished code cleanup
2016-02-11 11:43:21 -05:00
Oliver Spohngellert
73a8c633c1
Code cleanup
2016-02-11 10:31:15 -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
Oliver Spohngellert
b75a5c4751
Finished reports code
2016-02-10 11:18:15 -05:00
Oliver Spohngellert
f7b2dc6cfc
Moved towards having tags work
2016-02-10 10:35:17 -05:00
Oliver Spohngellert
8cea238af5
Updating structure of getRow
2016-02-10 09:42:50 -05:00
Oliver Spohngellert
8baa6b782b
Merge branch 'develop' into bb_user_defs_in_reports
2016-02-10 09:12:34 -05:00