Branch: refs/heads/develop
  Home:   https://github.com/cytoscape/cytoscape-impl
  Commit: 4ddde2a62561dfb2abebec76e3c1b773991c61d8
      
https://github.com/cytoscape/cytoscape-impl/commit/4ddde2a62561dfb2abebec76e3c1b773991c61d8
  Author: Christian Lopes <[email protected]>
  Date:   2022-08-31 (Wed, 31 Aug 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/CyActivator.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/action/CustomGraphicsManagerAction.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/editor/CyCustomGraphicsValueEditor.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/editor/ImageList.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/ui/CustomGraphicsCellRenderer.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/ui/CustomGraphicsDetailPanel.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/ui/CustomGraphicsManagerDialog.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/util/ViewUtil.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/CustomGraphicsBrowser.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java
    A 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/SimpleToolBarToggleButton.java
    M 
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/dialogs/LoadImageDialog.java

  Log Message:
  -----------
  New Image Manager UI (similar to the Style Selector and the CG Value Editor 
reuses the same component) -- CYTOSCAPE-12932


  Commit: 762752edac9d3dcc729dfacbf91ffbbea2c04d77
      
https://github.com/cytoscape/cytoscape-impl/commit/762752edac9d3dcc729dfacbf91ffbbea2c04d77
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  Fixes: images with same name not being imported; drop border indication not 
being reset; image's new name lost when opening the Image Manager again-- 
CYTOSCAPE-12932


  Commit: c66e98597358f93c16137353166980748744a4ea
      
https://github.com/cytoscape/cytoscape-impl/commit/c66e98597358f93c16137353166980748744a4ea
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/editor/CyCustomGraphicsValueEditor.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/ui/CustomGraphicsManagerDialog.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  UI tweaks -- CYTOSCAPE-12932


  Commit: 9fdd126a2d09b1267603542392d9701cf3255dca
      
https://github.com/cytoscape/cytoscape-impl/commit/9fdd126a2d09b1267603542392d9701cf3255dca
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/editor/CyCustomGraphicsValueEditor.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  Fixes auto-scroll to current image or just added images -- CYTOSCAPE-12932


  Commit: 1376e55582660b1c16f9ace2c851e82d205f4f21
      
https://github.com/cytoscape/cytoscape-impl/commit/1376e55582660b1c16f9ace2c851e82d205f4f21
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/image/AbstractURLImageCustomGraphicsFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/image/BitmapCustomGraphicsFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/image/SVGCustomGraphicsFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/util/ViewUtil.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/model/CGComparator.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  Fixes auto-scroll to current image or just added images (again); makes sure 
the display name is short when adding images from a session file -- 
CYTOSCAPE-12932


  Commit: 9e08f068a28050bd7b4e44b31f0c7e1926913fab
      
https://github.com/cytoscape/cytoscape-impl/commit/9e08f068a28050bd7b4e44b31f0c7e1926913fab
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  Performance improvement when resizing the dialog -- CYTOSCAPE-12932


  Commit: b10f8b26ef309a94b304385a0fcefd05d019cf8d
      
https://github.com/cytoscape/cytoscape-impl/commit/b10f8b26ef309a94b304385a0fcefd05d019cf8d
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  Adds context menu with option to remove selected image(s) -- CYTOSCAPE-12932


  Commit: acaca50103db647ca1fce4fecf4be7e96c3122cb
      
https://github.com/cytoscape/cytoscape-impl/commit/acaca50103db647ca1fce4fecf4be7e96c3122cb
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  Fixes the Image Browser for the Image Annotation UI -- CYTOSCAPE-12932


  Commit: a1d8d8b98f79cedf33f7591270c3ae0313a2f1e8
      
https://github.com/cytoscape/cytoscape-impl/commit/a1d8d8b98f79cedf33f7591270c3ae0313a2f1e8
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java
    M 
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/dialogs/LoadImageDialog.java

  Log Message:
  -----------
  Just double-click an image (when NOT on edit mode) to apply it to the style, 
bypass or annotation.  -- CYTOSCAPE-12932


  Commit: 416e5761c3b2eb5c0f97eaa6603eadc311da28df
      
https://github.com/cytoscape/cytoscape-impl/commit/416e5761c3b2eb5c0f97eaa6603eadc311da28df
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/model/CustomGraphicsManagerImpl.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveGraphicsToSessionTask.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveGraphicsToSessionTaskFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveUserImagesTask.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveUserImagesTaskFactory.java

  Log Message:
  -----------
  Fixes saving/restoring images from session files -- CYTOSCAPE-12932


  Commit: e27eb3cdb7328b82059de49a537a5e130ec57251
      
https://github.com/cytoscape/cytoscape-impl/commit/e27eb3cdb7328b82059de49a537a5e130ec57251
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java

  Log Message:
  -----------
  Fixes minor rendering glitch when the selector has an SVG image and it's 
opened for the first time and scrolled to the selected image -- CYTOSCAPE-12932


  Commit: a8ce403ff47fc02e01c71315065a145cffd1ab8e
      
https://github.com/cytoscape/cytoscape-impl/commit/a8ce403ff47fc02e01c71315065a145cffd1ab8e
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java
    A custom-graphics-internal/src/main/resources/images/drop-img-file-56.png

  Log Message:
  -----------
  The image selector now shows a drag-and-drop icon and info text when it has 
no images (similarly to the Network and Table panels) -- CYTOSCAPE-12932


  Commit: f540bf9b35275c2ed1b3820dace894d2e8399930
      
https://github.com/cytoscape/cytoscape-impl/commit/f540bf9b35275c2ed1b3820dace894d2e8399930
  Author: Christian Lopes <[email protected]>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/CyActivator.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/action/CustomGraphicsManagerAction.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/editor/CyCustomGraphicsValueEditor.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/editor/ImageList.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/image/AbstractURLImageCustomGraphicsFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/image/BitmapCustomGraphicsFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/image/SVGCustomGraphicsFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/model/CustomGraphicsManagerImpl.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveGraphicsToSessionTask.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveGraphicsToSessionTaskFactory.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveUserImagesTask.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/task/SaveUserImagesTaskFactory.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/ui/CustomGraphicsCellRenderer.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/ui/CustomGraphicsDetailPanel.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/ui/CustomGraphicsManagerDialog.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/util/ViewUtil.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/model/CGComparator.java
    R 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/CustomGraphicsBrowser.java
    M 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/ImageCustomGraphicsSelector.java
    A 
custom-graphics-internal/src/main/java/org/cytoscape/cg/util/SimpleToolBarToggleButton.java
    A custom-graphics-internal/src/main/resources/images/drop-img-file-56.png
    M 
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/dialogs/LoadImageDialog.java

  Log Message:
  -----------
  Merge branch 'feature/new-image-manager-ui' into develop

* feature/new-image-manager-ui:
  The image selector now shows a drag-and-drop icon and info text when it has 
no images (similarly to the Network and Table panels) -- CYTOSCAPE-12932
  Fixes minor rendering glitch when the selector has an SVG image and it's 
opened for the first time and scrolled to the selected image -- CYTOSCAPE-12932
  Fixes saving/restoring images from session files -- CYTOSCAPE-12932
  Just double-click an image (when NOT on edit mode) to apply it to the style, 
bypass or annotation.  -- CYTOSCAPE-12932
  Fixes the Image Browser for the Image Annotation UI -- CYTOSCAPE-12932
  Adds context menu with option to remove selected image(s) -- CYTOSCAPE-12932
  Performance improvement when resizing the dialog -- CYTOSCAPE-12932
  Fixes auto-scroll to current image or just added images (again); makes sure 
the display name is short when adding images from a session file -- 
CYTOSCAPE-12932
  Fixes auto-scroll to current image or just added images -- CYTOSCAPE-12932
  UI tweaks -- CYTOSCAPE-12932
  Fixes: images with same name not being imported; drop border indication not 
being reset; image's new name lost when opening the Image Manager again-- 
CYTOSCAPE-12932
  New Image Manager UI (similar to the Style Selector and the CG Value Editor 
reuses the same component) -- CYTOSCAPE-12932


Compare: 
https://github.com/cytoscape/cytoscape-impl/compare/51f98381edf9...f540bf9b3527

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape-impl/push/refs/heads/develop/51f983-f540bf%40github.com.

Reply via email to