35 Commits

Author SHA1 Message Date
millmanorama
c7f39ea836 initialize toolbar with GroupSortBy from GroupManager 2017-10-20 14:18:44 +02:00
Richard Cordovano
66d3b358ea Change logged message level in ImageGallery Toolbar.java 2017-09-19 11:00:54 -04:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
millmanorama
bc7b3d3556 add pop up help to imagegallery sort controls 2016-10-06 11:33:16 +02: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
b06f42143a fix group menu button initialization 2016-02-12 17:56:50 -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
Nick Davis
9d28f0fcd9 cleaned up 2016-02-05 14:06:44 -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
925e265796 localized strings from fxml files 2016-02-04 22:03:20 -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
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
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
Richard Cordovano
96c966002a Revert "Revert "Revert "1501 ja image gallery - redo 1""" 2016-02-01 13:32:20 -05:00
Richard Cordovano
2a25dab4c6 Revert "Revert "1501 ja image gallery - redo 1"" 2016-02-01 12:49:13 -05:00
Richard Cordovano
e6e91fa9be Revert "1501 ja image gallery - redo 1" 2016-01-30 18:27:15 -05:00
Nick Davis
ee516a45d5 Ran searches. Tagged strings. Moved hard coded strings into @NbBundle.Messages() annotations. 2016-01-30 16:48:14 -05:00
Richard Cordovano
94a7a4addd Revert "1501 ja imagegallery" 2016-01-30 09:42:45 -05:00
Nick Davis
f7ec38cb5f Tagged several strings with NON-NLS. Extracted hard coded strings. 2016-01-27 21:10:44 -05:00
jmillman
2a74e54373 cleanup and bind disabled state of controls to selectionAnchorIndex
also put sorting of fx collection on fx thread
2015-12-08 16:09:00 -05:00
jmillman
8fa07940b1 abstract away most of GuiUtils to new action classes 2015-12-08 15:37:49 -05:00
jmillman
ed90a848a8 swap "apply to selected" and "apply to group" controls 2015-12-08 15:37:41 -05:00
Richard Cordovano
cd8c14cc60 Convert incorrect imports of java.utils.logging.Logger 2015-09-15 16:04:40 -04:00
jmillman
de6805cdc2 Merge remote-tracking branch 'upstream/develop' into show_hash_in_metadata
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/Toolbar.java
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-07-28 13:39:15 -04:00
jmillman
332d90222d minor cleanup 2015-07-20 12:44:05 -04:00
jmillman
7e042b3abc show md5 hash for file in metadata pane; other minor cleanup; 2015-07-20 11:51:36 -04:00
jmillman
0fcd572595 work on Ig backgroundloading of video thumbnails 2015-07-14 16:07:29 -04:00
jmillman
3e3a48e184 replace buggy JavaFX SortedLists with explicit sorting 2015-06-29 16:08:22 -04:00
jmillman
376c6c4a33 move classes to better packages; remove FileUpdateEvent 2015-06-25 10:09:20 -04:00
jmillman
d587e1c53e clean up and refactor code related to Tagging and actions;
move away from singleton by injecting controller rather than using getDefault();
 use EventBus in DrawableTagsManager (used to be TagUtils)

requires equal and hashcode method implemented on TagName
2015-06-25 10:04:01 -04:00
jmillman
b9f25256c3 Lots of cleanup and comments
rename and comment DrawableViewBase

more cleanup of category related code

comments

license header;  cleanup in DrawableDB, GroupManager, and ImageGalleryController

cleanup HashSetManager and DrawableGroup

cleanup/commetns DrawableTile, DrawableView, DrawableViewBase

more cleanup ind DrawableDB
2015-06-10 12:12:29 -04:00
APriestman
09671b5ba8 Finishing renaming. 2015-03-23 14:14:24 -04:00