Branch: refs/heads/feature/renderer-async
  Home:   https://github.com/cytoscape/cytoscape-impl
  Commit: ed2bd22771e0ca8a559fb00e16ca0a535796287f
      
https://github.com/cytoscape/cytoscape-impl/commit/ed2bd22771e0ca8a559fb00e16ca0a535796287f
  Author: Christian Lopes <[email protected]>
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
    M 
filter2-impl/src/main/java/org/cytoscape/filter/internal/FilterCytoPanelComponent.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoPanelNameInternal.java

  Log Message:
  -----------
  CYTOSCAPE-12518 #comment "Select" tab renamed to "Filter". "Automation Panel" 
renamed to "Command Panel", otherwise it could be hard for the user to 
understand what "Automation Panel" means, since the CytoPanel title is no no 
longer shown all the time, but only when the cytopanel is floating and in the 
menu and context-menus.


  Commit: 991c93b5086bc75cf9bc75d3886c382c836a168d
      
https://github.com/cytoscape/cytoscape-impl/commit/991c93b5086bc75cf9bc75d3886c382c836a168d
  Author: Christian Lopes <[email protected]>
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
    M 
graphml-impl/src/main/java/org/cytoscape/io/internal/read/graphml/GraphMLParser.java
    M 
graphml-impl/src/main/java/org/cytoscape/io/internal/read/graphml/GraphMLToken.java
    M 
graphml-impl/src/test/java/org/cytoscape/data/reader/graphml/GraphMLReaderTest.java
    A graphml-impl/src/test/resources/desc.graphml

  Log Message:
  -----------
  CYTOSCAPE-12426 #comment GraphML's <desc> tags are now imported as "name" 
columns for networks, nodes and edges.


  Commit: b21806906223dd3cfa1cae6ec798d9c7c8643b57
      
https://github.com/cytoscape/cytoscape-impl/commit/b21806906223dd3cfa1cae6ec798d9c7c8643b57
  Author: Christian Lopes <[email protected]>
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
    M 
graphml-impl/src/main/java/org/cytoscape/io/internal/read/graphml/GraphMLParser.java
    M 
graphml-impl/src/main/java/org/cytoscape/io/internal/read/graphml/GraphMLToken.java
    M 
graphml-impl/src/test/java/org/cytoscape/data/reader/graphml/GraphMLReaderTest.java

  Log Message:
  -----------
  Minor refactoring.


  Commit: 737915d26cecdaf4c7adde34c70a225ac8f36243
      
https://github.com/cytoscape/cytoscape-impl/commit/737915d26cecdaf4c7adde34c70a225ac8f36243
  Author: Christian Lopes <[email protected]>
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoPanelImpl.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/util/ViewUtil.java
    A 
swing-application-impl/src/test/java/org/cytoscape/internal/view/util/ViewUtilTest.java

  Log Message:
  -----------
  CYTOSCAPE-12518 #comment The default (auto-generated) icon for sidebar 
buttons are now coloured and can have up to 2 characters.


  Commit: 64fd908d463c5a9941f6e23fc05a879d3b0e84a6
      
https://github.com/cytoscape/cytoscape-impl/commit/64fd908d463c5a9941f6e23fc05a879d3b0e84a6
  Author: Christian Lopes <[email protected]>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeToolBar.java

  Log Message:
  -----------
  CYTOSCAPE-12520 #comment Hides duplicate separators after updating the toolbar


  Commit: 21ab969dc961d7316c0daa20234a30854074ea64
      
https://github.com/cytoscape/cytoscape-impl/commit/21ab969dc961d7316c0daa20234a30854074ea64
  Author: Christian Lopes <[email protected]>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeToolBar.java
    A swing-application-impl/src/main/resources/toolbar.stoplist

  Log Message:
  -----------
  CYTOSCAPE-12505 #comment Adds capability to read toolbar.stoplist file from 
bundle's jar so we can create toolbar icons that are hidden by default.


  Commit: 8c9e96aa6d15b86c7a111685e0aafe1e9d9a9dfb
      
https://github.com/cytoscape/cytoscape-impl/commit/8c9e96aa6d15b86c7a111685e0aafe1e9d9a9dfb
  Author: Christian Lopes <[email protected]>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M 
core-task-impl/src/main/java/org/cytoscape/task/internal/utils/IconUtil.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/CyActivator.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/actions/StarterPanelAction.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java

  Log Message:
  -----------
  CYTOSCAPE-12505 #comment Adds "Show Starter Panel" icon to toolbar (visible 
by default).


  Commit: b601f31fce7fc5a62c4834f86d969be072a34ab2
      
https://github.com/cytoscape/cytoscape-impl/commit/b601f31fce7fc5a62c4834f86d969be072a34ab2
  Author: Mike Kucera <[email protected]>
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
    M 
core-task-impl/src/main/java/org/cytoscape/task/internal/utils/IconUtil.java
    M 
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DRenderingEngine.java
    M 
filter2-impl/src/main/java/org/cytoscape/filter/internal/FilterCytoPanelComponent.java
    M 
graphml-impl/src/main/java/org/cytoscape/io/internal/read/graphml/GraphMLParser.java
    M 
graphml-impl/src/main/java/org/cytoscape/io/internal/read/graphml/GraphMLToken.java
    M 
graphml-impl/src/test/java/org/cytoscape/data/reader/graphml/GraphMLReaderTest.java
    A graphml-impl/src/test/resources/desc.graphml
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/CyActivator.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/actions/StarterPanelAction.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoPanelImpl.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoPanelNameInternal.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeToolBar.java
    M 
swing-application-impl/src/main/java/org/cytoscape/internal/view/util/ViewUtil.java
    A swing-application-impl/src/main/resources/toolbar.stoplist
    A 
swing-application-impl/src/test/java/org/cytoscape/internal/view/util/ViewUtilTest.java

  Log Message:
  -----------
  Merge branch 'develop' into feature/renderer-async


Compare: 
https://github.com/cytoscape/cytoscape-impl/compare/6042798ec856...b601f31fce7f

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape-impl/push/refs/heads/feature/renderer-async/604279-b601f3%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to