10 Commits

Author SHA1 Message Date
jmillman
f1000486b7 fix bugs updating tags/categpries in slideshowview and metadata pane
make new abstract base calss DrawableUIBase and move fileid and file object access to it.
2015-06-25 10:09:11 -04:00
jmillman
13ad8aaaeb remove uneeded notification code; let event handlers do it all. optionalize DrawableView 2015-06-25 10:09:09 -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
f4f568bff1 GroupPane bug fixes: don't show context menu when right clicking empty group; create new slideshowpane to force category border update
cleanup DrawableTile, DrawableView, DrawableViewBase, GroupPane. SlideShowView
2015-06-11 13:27:31 -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
jmillman
bcca575c9d bug fixes 2015-06-10 10:11:40 -04:00
jmillman
a20f040066 use event bus for category change events 2015-06-10 10:11:38 -04:00
jmillman
06e0a33499 interim refactor of towards HashSetManager 2015-06-10 10:11:37 -04:00
APriestman
5887076259 Sorting by file count now works correctly.
Changing sort method and ascending/descending now updates the GUI immediately.
Properly decrement uncategorized file count.
Fixed a few case-closing exceptions.
2015-05-08 09:12:44 -04:00
APriestman
09671b5ba8 Finishing renaming. 2015-03-23 14:14:24 -04:00