millmanorama
bc7b3d3556
add pop up help to imagegallery sort controls
2016-10-06 11:33:16 +02:00
Sophie Mori
2bfc85e8ad
Renamed bookmark action class and added shortcut function to timeline
2016-10-05 12:52:23 -04:00
Sophie Mori
dfdc033a52
Added shortcut to timeline view, removed unnecessary hashset construction
2016-10-04 17:30:37 -04:00
Sophie Mori
b9c3cd2c73
Added case listener to OpenAction to allow it to enable and disable itself
2016-09-08 14:44:59 -04:00
Sophie Mori
7993d6dadd
Modified toolbar/case button actions to use annotations, added image/video button
2016-09-08 14:07:37 -04:00
Richard Cordovano
60f5cc685c
Scrub Case class API
2016-07-21 14:17:47 -04:00
jmillman
034c62909f
stop logging exceptions when trying to unregister a listener that was never registered
2016-06-29 14:09:14 -04:00
Oliver Spohngellert
d0f92f5868
Fixed packages.
2016-06-08 10:10:04 -04:00
Oliver Spohngellert
03ed3040b0
Got rid of publicactions folder.
2016-06-08 10:00:50 -04:00
Oliver Spohngellert
09d41ee8b6
Updated as per PR notes.
2016-06-07 13:33:39 -04:00
Oliver Spohngellert
9b5e919b86
Merge remote-tracking branch 'upstream/develop' into 2149
2016-06-07 13:06:48 -04:00
Richard Cordovano
72841adf9c
Merge remote-tracking branch 'upstream/develop' into TL-list-view
2016-05-31 13:50:59 -04:00
Richard Cordovano
086e823f7f
Resolve NBM dependency warnings for NetBeans 8.1
2016-05-27 16:22:42 -04:00
Richard Cordovano
baef70a6bf
Merge remote-tracking branch 'upstream/develop' into TL-list-view
2016-05-27 13:08:19 -04:00
Oliver Spohngellert
5c72b20f11
Added timeline to the toolbar.
2016-05-27 10:43:42 -04:00
Oliver Spohngellert
9f3b3539ba
Fixed image gallery help link.
2016-05-20 16:20:06 -04:00
jmillman
716f8c0b5d
begin work on enabling actions.
2016-05-17 16:57:21 -04:00
Oliver Spohngellert
fb1aab5c62
Added image gallery scrollability.
2016-05-12 09:41:48 -04:00
Karl Mortensen
718cddf9bd
Update NetBeans Platform
2016-04-29 12:40:54 -04:00
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