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
jmillman
8a7831b57d
cleanup; fix typo
2015-06-02 12:36:31 -04:00
jmillman
a08fa13c5f
added convenience methods to access attrubutes of GroupKey; cleanup
2015-06-02 12:36:29 -04:00
jmillman
7bf122e1d6
rename DrawableDB.isImagefile() => isDrawableFile(), and other minor cleanup
2015-06-02 12:36:26 -04:00
jmillman
03c64089eb
interim refactor of GroupPane to attempt to eliminate ConcurerntModificationException
2015-06-02 12:36:24 -04:00
Richard Cordovano
d2c052fcb2
Resolve merge conflicts for develop branch merge
2015-05-28 10:27:02 -04:00
jmillman
1744a0c595
reduce visibility of members of ImageGalleryModule
2015-05-28 10:12:01 -04:00
jmillman
c123bb991a
Move Image Gallery files to ModuleOutput folder
...
- replace ImageGalleryModule.MODULE_NAME with getter
- move drawable.db to ModuleOutput folder
- move per case ImageGallery properties to ModuleOutput folder. cleanup PerCaseProperties.java
2015-05-27 15:38:44 -04:00
Richard Cordovano
443918f8e2
Resolve merge conflicts for develop branhc merge
2015-05-27 15:15:55 -04:00
jmillman
b04fa81b53
fix categorization ui update errors
...
- remove old listeners when updating treecell item. cleanup GroupTreeCell
- invalidateHashSetHitsCount before adding/removing files to make sure it is seen during listner involation
- cleanup GroupTreeItem and NavPanel
- add comment to GroupManager
2015-05-27 13:36:32 -04:00
jmillman
09aa1b243e
remove unused variable
2015-05-27 13:30:52 -04:00
Richard Cordovano
930dc8ce9a
Merge pull request #1270 from APriestman/catZeroBug
...
Cat zero bug
2015-05-26 14:28:52 -04:00
APriestman
6c7f10a68d
Added comments about caching.
2015-05-22 10:30:59 -04:00
APriestman
24bc7c14f7
Fixed bug where the incorrect category name was being displayed when grouping by category.
...
For speed, now stores hash set hits in memory.
Fixed bug where hash hit count would never update after a group was created, even if files were added/removed
Changed category zero count to be bases on other counts and not stored separately.
2015-05-22 09:35:50 -04:00
Richard Cordovano
dc75a1c318
Merge remote-tracking branch 'upstream/develop' into collaborative
2015-05-21 14:21:58 -04:00
Karl Mortensen
844e8b0e92
code review updates
2015-05-19 15:34:48 -04:00
Karl Mortensen
7dff89d8fb
code review comments
2015-05-19 14:57:30 -04:00
Brian Carrier
019d77f375
bail for thumbnail detection if non-supported mime type.
2015-05-15 12:23:14 -04:00
Karl Mortensen
94600895d7
code review update
2015-05-14 16:21:40 -04:00