617 Commits

Author SHA1 Message Date
Richard Cordovano
6403933c7c Remove separate Image Gallery Help menu item 2017-09-19 13:30:59 -04:00
Richard Cordovano
66d3b358ea Change logged message level in ImageGallery Toolbar.java 2017-09-19 11:00:54 -04:00
Richard Cordovano
20425142d0 Merge pull request #3041 from millmanorama/2176-define-modes-for-tools
2176 define modes for tools
2017-09-07 15:18:48 -04:00
millmanorama
afc59e4681 change timeline mode type to editor 2017-09-05 16:39:21 +02:00
millmanorama
4878e48dc2 move the timeline mode into core 2017-09-05 16:39:21 +02:00
millmanorama
2e55e4c028 remove unused properties, allow TL and IG to dock, don't refloat them if they are already opened and docked, and the user presses the buttons to open them, remove redundant window icon from TL 2017-09-05 16:39:20 +02:00
millmanorama
719b7c67e2 cleanup, make default sizes larger 2017-09-05 16:39:20 +02:00
millmanorama
03285ad4bd attempt to define and use new timeline and ImageGallery modes 2017-09-05 16:39:20 +02:00
millmanorama
16be9d3874 Image Gallery opens un docked 2017-09-05 16:39:19 +02:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
Richard Cordovano
873b7805b4 Merge pull request #2879 from millmanorama/2643-block-until-IG-is-shutdown
2643 block until ig is shutdown
2017-07-06 09:14:08 -04:00
Richard Cordovano
48f80210d2 Update Autopsy-Core NBM versioning 2017-06-29 13:06:59 -04:00
millmanorama
1b26096503 rename queueDBWorkerTask ->queueDBTask, don't bother putting task on bg thread, remove unused executor 2017-06-22 12:53:24 +02:00
millmanorama
ebad833635 reduce negations in if checks, synchronize method, use logger instead of printing stack trace 2017-06-22 12:18:32 +02:00
millmanorama
429b3cc3c2 rearrange fields for better organization 2017-06-22 12:05:51 +02:00
millmanorama
f0bb38cfbf convert dbWorkerThread to an executor, call shutdown and awaitTerminaton on case close. 2017-06-21 22:18:18 +02:00
Richard Cordovano
6fc372e379 Update app version number for 4.4.1 release 2017-06-13 13:05:24 -04:00
millmanorama
5283d16162 disable application/x-emf and image/vnd.microsoft.icon 2017-06-02 17:11:29 +02:00
rcordovano
3665e30870 Update module dependencies for release 4.4.0 2017-05-22 17:25:46 -04:00
rcordovano
65c3074534 Update version number in imagegallery/actions/OpenHelpAction.java 2017-05-22 16:03:41 -04:00
millmanorama
d8ca0a227f disable the IG button if we are running without GUI 2017-05-05 14:37:33 +02:00
millmanorama
2900f122e8 fix reversed group priority in IG 2017-04-26 15:57:01 +02:00
esaunders
9b025dfa73 Merge pull request #2749 from dgrove727/2326_DeleteTags
2326 delete tags
2017-04-25 12:05:07 -04:00
U-BASIS\dgrove
92e79c9a28 Cleanup work. 2017-04-19 16:55:07 -04:00
U-BASIS\dgrove
25e091229e Added 'Remove File Tag' and 'Remove Result Tag' options. 2017-04-19 12:31:05 -04:00
William Schaefer
1d693fe889 2506 fix ordering of autopsy option panels to be consistant with previous versions 2017-04-17 15:58:56 -04:00
Richard Cordovano
345efb3340 Merge pull request #2699 from millmanorama/2473-disable-IG-button-on-case-closed
disable ImageGallery button on case closed
2017-04-13 12:55:32 -04:00
millmanorama
06bb7e42c4 cleanup up OpenAction.java 2017-04-12 17:09:48 +02:00
millmanorama
7398d6ab3e disable ImageGallery button on case closed 2017-04-12 17:06:18 +02:00
millmanorama
37360c2c5c remove sqlite-jdbc-3.7.8-SNAPSHOT.jar from release folder 2017-03-31 15:22:54 +02:00
millmanorama
c48cb51a4f delete modules/ext for ImageGallery on clean, move sqlite-jdbc to thirdparty folder 2017-03-31 15:22:53 +02:00
millmanorama
1ae5b3b268 synchronize access to DrawableDB 2017-03-23 11:47:00 +01:00
esaunders
c01ba50c2c Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-02-27 12:37:01 -05:00
Richard Cordovano
9e955cd4e4 Interim checkin of case services infrastructure 2017-01-19 16:50:18 -05:00
William Schaefer
f052539e21 2197-renumbered Option panel position to account for new panel 2017-01-11 13:32:00 -05:00
Richard Cordovano
46369eff44 Update NBM versioning for 4.3.0 2017-01-02 18:45:21 -05:00
Richard Cordovano
62abe62a6c Update Autopsy version numbers 2017-01-02 18:44:54 -05:00
Richard Cordovano
a751f3b6f7 Update image gallery help URL 2016-12-28 13:44:59 -05:00
William Schaefer
806191e79f 2142 minor changes to make netbeans happier, mainly using diamond type inference 2016-12-27 15:53:14 -05:00
William Schaefer
76c33ad857 2142 - null checked all uses of db in GroupManager.java 2016-12-27 15:37:31 -05:00
William Schaefer
37069402de 2142 - minor formatting corrections 2016-12-27 13:43:12 -05:00
William Schaefer
d671227f50 2142-added null check on DB to eleminate null pointers when case closed while recatagorizing 2016-12-27 12:56:39 -05:00
William Schaefer
9c6486d39b 2142 added breaks to catch statement in loops which try to modify tags after case closed 2016-12-22 13:55:23 -05:00
William Schaefer
f6b4df71a7 2142 wrapped IllegalStateExeption errors in TagsManager, added break on error to loops 2016-12-22 12:24:58 -05:00
Sophie Mori
d6067df967 Fix typos in a message displayed by the UI 2016-12-09 15:48:49 -05:00
Richard Cordovano
16106cd78c Update Autopsy-Core NBM versioning for release 4.2.0 2016-10-12 13:23:56 -04:00
Sophie Mori
81622f985f Merging in develop, resolved conflict in DrawableTagsManager 2016-10-12 09:54:54 -04:00
Sophie Mori
0c433e43ac Updated error messages 2016-10-12 09:29:27 -04:00
Sophie Mori
2d5f271df3 Fixed race conditions when adding new tag names to database 2016-10-11 12:58:24 -04:00
Sophie Mori
3982f35e38 Merge branch 'develop' into AUT-2105_keyboard_shortcut_tagging_file
merging to use new jar file when building
2016-10-07 15:59:55 -04:00