Richard Cordovano
411e6f6015
Merge pull request #1347 from millmanorama/unseen_status_fix
...
don't mark groups as unseen unless a file was actually added or removed
2015-06-11 15:57:00 -04:00
Richard Cordovano
963415c609
Merge pull request #1346 from millmanorama/remove_duplicate_category_entries
...
remove duplicate Category value form values list
2015-06-11 15:56:49 -04:00
jmillman
efd19fc56f
allow marking grouos as seen or unseen, update next unseen appropriatly
2015-06-11 15:52:15 -04:00
jmillman
0a61ad02f7
Merge branch 'stop_garbage_collection_listeners' into develop
2015-06-11 15:16:39 -04:00
jmillman
6c40864803
Merge branch 'unseen_status_fix' into develop
2015-06-11 15:16:33 -04:00
jmillman
c350d419a1
Merge branch 'remove_duplicate_category_entries' into develop
2015-06-11 15:16:27 -04:00
jmillman
13fefb1c17
keep a reference to public unmodifiable view of fileids so that listeners are not immediately garbage colelcted
2015-06-11 14:48:50 -04:00
jmillman
a87a665993
don't mark groups as unseen unless a file was actually added or removed
2015-06-11 14:30:35 -04:00
jmillman
ccf2af40ca
remove duplicate Category value form values list
2015-06-11 14:29:07 -04:00
jmillman
048c44cde2
rebuild the list of tagnames each time the list is shown
2015-06-11 14:09:05 -04:00
Richard Cordovano
e090ff7a5a
Merge pull request #1341 from millmanorama/GroupPane_realted_bug_fixes
...
Group pane realted bug fixes
2015-06-11 13:54:21 -04:00
Richard Cordovano
3498cf675d
Merge pull request #1344 from millmanorama/DrawableDB_illegalstateexception
...
fix illegalstate exception from DrawableDB
2015-06-11 13:53:52 -04:00
jmillman
26076037f1
fix illegalstate exception from DrawableDB
2015-06-11 13:46:25 -04:00
jmillman
2ba6847c80
fix npe in GroupTreeCell
2015-06-11 13:34:12 -04:00
jmillman
1e6c97ce84
remove references to obsolete .css file
2015-06-11 13:27:48 -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
33d1231c5c
fix npe caused by attempting to select all files in an empty group
2015-06-11 13:24:41 -04:00
Richard Cordovano
d57c16d97f
Merge pull request #1340 from millmanorama/option_panel_missing_string
...
fix npe resulting from mising bundle property
2015-06-11 12:01:04 -04:00
jmillman
9d3453dace
fix npe resulting from mising bundle property
2015-06-11 11:42:41 -04:00
jmillman
4876776d99
change the project name in the build script
2015-06-11 10:12:26 -04:00
Richard Cordovano
e38c3dc239
Merge remote-tracking branch 'upstream/develop' into collaborative
2015-06-11 09:10:05 -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
c2bdb0fc31
clear last selected effect from tiles as they scroll out of view
2015-06-10 10:11:43 -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
jmillman
eb9f4750ad
refactor CategoryCounts
2015-06-10 10:11:27 -04:00
Richard Cordovano
e07f6a358d
Merge remote-tracking branch 'upstream/develop' into collaborative
2015-06-10 09:39:00 -04:00
jmillman
733987b617
use ui thread model for scrolling
2015-06-09 14:43:42 -04:00
jmillman
f3bcb66efc
attempt to fix infinite loop
2015-06-09 10:47:20 -04:00
Richard Cordovano
7d3bc0c4cc
Merge develop branch into collabortive branch
2015-06-08 11:05:50 -04:00
jmillman
cfe9e44b97
prevent index out of bounds during multiselect
2015-06-05 15:26:14 -04:00
Richard Cordovano
e1a6f2a8c2
Merge pull request #1317 from millmanorama/category_counts_during_ingest
...
show category count updates as ingest proceedes
2015-06-05 13:39:04 -04:00
jmillman
13bd12cbfc
show category count updates as ingest proceedes
2015-06-05 13:30:21 -04:00
jmillman
4fe5f15e13
refresh tags tree when removing FollowUp tag;
2015-06-05 12:31:20 -04:00
Richard Cordovano
825559baf3
Merge pull request #1312 from millmanorama/options_panel_review
...
cleanup and add explanation to ImageGalleryOptionsPanel
2015-06-05 12:07:29 -04:00
Richard Cordovano
3c02f72940
Merge pull request #1310 from millmanorama/show_unseen_status
...
Show unseen status of groups in the tree; verify next unseen group action
2015-06-05 12:06:40 -04:00
jmillman
1aad1dfb78
cleanup and add explanation to ImageGalleryOptionsPanel
2015-06-05 10:42:16 -04:00
jmillman
bf1e95d577
prevent index out of bounds during multiselect
2015-06-04 15:43:52 -04:00
jmillman
9c98dbabe4
cleanup and verify NextUnseenGroup and related functionality. Add seen status to GroupTreeCell
2015-06-04 13:06:49 -04:00
jmillman
b2d2b3e746
(still buggy)show unseen status and improve next unseen action; reset changes that broke regrouping
2015-06-04 13:04:27 -04:00
jmillman
7e260f6818
cleanup
2015-06-04 13:04:25 -04:00
Richard Cordovano
c6b2e936dd
Merge pull request #1305 from millmanorama/grouptreecell_npe_fix
...
fix NPE in GroupTreeCell by not removing null Listener
2015-06-04 09:45:33 -04:00
jmillman
0f7c26aed7
fix NPE in GroupTreeCell by not removing null Listener; comments
2015-06-03 11:11:26 -04:00
jmillman
ceeab5223b
fix comment formatting
2015-06-02 16:48:24 -04:00
jmillman
ea610c51ae
fix db creation at case change by creating ModuleOutput/Image Gallery folder if needed.
...
use Path api instead of strings.
2015-06-02 16:35:48 -04:00
jmillman
e7a9aa7a12
comments
2015-06-02 14:03:33 -04:00
jmillman
5b6251b9f7
fix categorization bug updating ui
2015-06-02 13:35:14 -04:00
jmillman
6e4107a72b
simplify CategorizeAction
2015-06-02 12:36:35 -04:00
jmillman
8359528f71
show progress of categorization tasks
2015-06-02 12:36:33 -04:00