Brian Carrier
|
7ed9bfd91d
|
Change order of opening TC, ensure group manager has only relevant groups. Updated Comments
|
2018-09-26 11:12:29 -04:00 |
|
Brian Carrier
|
4f3f58a705
|
use caches for making drawablefile. Make more specific messages when there are multiple data sources
|
2018-09-21 16:36:28 -04:00 |
|
millmanorama
|
3e7b345418
|
remove synchronized block
|
2018-09-19 20:18:44 +02:00 |
|
millmanorama
|
5b8066ca6d
|
adjustments to TopComponent and Controller lifecycle and regrouping to prevent 'mixed groups' in the UI
|
2018-09-19 13:22:18 +02:00 |
|
millmanorama
|
78575254ee
|
don't reset controller if it is not changing. (and thus don't cancel db update).
|
2018-09-14 12:37:09 +02:00 |
|
millmanorama
|
ec9ab46aca
|
fix initialization of listeningEnabled and stale properties.
|
2018-09-13 13:30:58 +02:00 |
|
millmanorama
|
22775f31c2
|
reduce unecessary synchronization, listeners, and sorting. more reliable preservation of selection when the datasource filter changes.
|
2018-09-12 13:39:45 +02:00 |
|
millmanorama
|
9d46669937
|
use a service instead of creating a new task each time.
|
2018-09-12 12:49:23 +02:00 |
|
millmanorama
|
c96304106e
|
remove synchronization on ImageGalleryController by passing it as argument to initJavaFXUIi
|
2018-09-06 13:57:00 +02:00 |
|
millmanorama
|
c97e64172b
|
more codacy fixes
|
2018-09-05 15:41:26 +02:00 |
|
millmanorama
|
d8f46f88a8
|
make sure a grouping is applied the first time Image Gallery is opened.
|
2018-09-05 15:12:04 +02:00 |
|
millmanorama
|
8c33ae8393
|
codacy fixes
|
2018-09-05 14:22:56 +02:00 |
|
millmanorama
|
88a6163566
|
more error handling fixes
|
2018-09-05 13:16:38 +02:00 |
|
millmanorama
|
feb45d6278
|
fix first group display after regrouping
|
2018-09-04 16:48:50 +02:00 |
|
millmanorama
|
39a3a955ce
|
refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact.
|
2018-09-04 16:03:22 +02:00 |
|
millmanorama
|
99100f0557
|
force regroup when using datasource dialog
|
2018-08-29 12:29:07 +02:00 |
|
millmanorama
|
437f2446e8
|
internationalize non-path grouping text
|
2018-08-27 15:19:42 +02:00 |
|
millmanorama
|
6b2a120c6a
|
minor refactoring
|
2018-08-24 15:14:55 +02:00 |
|
millmanorama
|
659a86bb63
|
don't show datasource chooser if there is only ony datasource
|
2018-08-24 12:34:13 +02:00 |
|
millmanorama
|
0fc0b1347c
|
improve initial dialog
|
2018-08-24 12:24:11 +02:00 |
|
millmanorama
|
3055576f06
|
move dialog display.
|
2018-08-24 10:52:27 +02:00 |
|
millmanorama
|
81a0fa511d
|
datasource popup and WIP wiring of selected values
|
2018-08-23 17:06:58 +02:00 |
|
Raman
|
1d15ac3622
|
1001: Image gallery supports multi user cases
- addressed review comments on previous commit.
|
2018-07-30 08:04:16 -04:00 |
|
Raman
|
36c638514f
|
1001: Image gallery for muti-user cases
- More Codacy comments addressed.
|
2018-07-26 09:09:20 -04:00 |
|
Raman
|
9a5461fd6c
|
1001: Image Gallery for multi-user cases
- Address Codacy comment in previous commit.
|
2018-07-26 08:38:48 -04:00 |
|
Raman
|
49e7ed7036
|
1001: Image Gallery for multi-user cases
|
2018-07-25 19:51:57 -04:00 |
|
U-BASIS\dgrove
|
ac619182ea
|
Eighth batch updated for PMD error suppression and correction.
|
2018-06-13 11:11:42 -04:00 |
|
U-BASIS\zhaohui
|
7c9a7026c5
|
3386: Update the files permission from 755 to 644
|
2018-01-03 14:43:27 -05: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
|
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 |
|
Sophie Mori
|
2bfc85e8ad
|
Renamed bookmark action class and added shortcut function to timeline
|
2016-10-05 12:52:23 -04: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
|
e8654a013e
|
use new SortChooser in the left hand nav area, and refactor as necessary
|
2016-02-12 16:44:00 -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
|
2d38426d3e
|
make NavPanel define a tab customized in GroupTree and HashHitGroupList
|
2016-01-26 14:49:20 -05:00 |
|
jmillman
|
e326388e0e
|
cleanup and fixes
add percent sign to hash densiy display
merge fxml files for tree and list
shorten name of hash hits list
|
2016-01-26 14:21:01 -05:00 |
|
jmillman
|
312cdeeab3
|
split NavPanel into GroupTree and HashHitGroupList classes
|
2016-01-26 13:45:19 -05:00 |
|
jmillman
|
2622edd4bd
|
show contents tree when next group button pressed; expand tab labels to clarify relationship between them
|
2015-08-05 14:42:57 -04:00 |
|
jmillman
|
617a4959a0
|
move DrawableView and GroupPane to a new package
|
2015-06-25 10:09:16 -04:00 |
|
jmillman
|
aec6c222e8
|
rename method; add synchronization; remove singletonness from SummaryTablePane
|
2015-06-25 10:05:39 -04:00 |
|