Skip to content

Commit

Permalink
6.7.3 release
Browse files Browse the repository at this point in the history
Former-commit-id: 7367634
  • Loading branch information
davidjgraph committed Jun 3, 2017
1 parent 4a544c5 commit 8385061
Show file tree
Hide file tree
Showing 28 changed files with 7,475 additions and 3,219 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
03-JUN-2017: 6.7.3

- Updates Gliffy translations to add Flowchart v2 library
- Adds edge group support to vsdx export
- Updates Google Cloud Platform icons

31-MAY-2017: 6.7.2

- Adds Atlassian shapes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.2
6.7.3
31 changes: 30 additions & 1 deletion src/com/mxgraph/io/gliffy/importer/gliffyTranslation.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,40 @@ com.gliffy.shape.flowchart.flowchart_v1.default.off_page_connector=offPageConnec
com.gliffy.shape.flowchart.flowchart_v1.default.left_arrow=mxgraph.arrows2.arrow;dy=0.65;dx=8.29;flipH=1;notch=0
com.gliffy.shape.flowchart.flowchart_v1.default.right_arrow=mxgraph.arrows2.arrow;dy=0.65;dx=8.29;notch=0
com.gliffy.shape.flowchart.flowchart_v1.default.double_arrow=mxgraph.arrows2.twoWayArrow;dy=0.65;dx=8.29;

#
# FLOWCHART V2
#
com.gliffy.shape.flowchart.flowchart_v2.default.process=mxgraph.flowchart.process;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.decision=mxgraph.flowchart.decision;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.document=mxgraph.flowchart.document;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.subroutine=mxgraph.flowchart.predefined_process;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.input_output=parallelogram;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.paper_tape=mxgraph.flowchart.paper_tape;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.database=mxgraph.flowchart.database;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.data_storage=mxgraph.flowchart.stored_data;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.merge=mxgraph.flowchart.merge_or_storage;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.multiple_documents=mxgraph.flowchart.multi-document;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.manual_input=mxgraph.flowchart.manual_input;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.manual_operation=mxgraph.flowchart.manual_operation;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.internal_storage=mxgraph.flowchart.internal_storage;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.tape_data=mxgraph.flowchart.sequential_data;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.loop_limit=mxgraph.flowchart.loop_limit;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.preparation=hexagon;perimeter=hexagonPerimeter;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.card=mxgraph.flowchart.card;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.display=mxgraph.flowchart.display;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.delay=mxgraph.flowchart.delay;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.start_end=mxgraph.flowchart.terminator;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.connector=ellipse;perimeter=ellipsePerimeter;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.off_page_connector=offPageConnector;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.left_arrow=mxgraph.arrows2.arrow;dy=0.47;dx=28.75;flipH=1;notch=0;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.right_arrow=mxgraph.arrows2.arrow;dy=0.47;dx=28.75;notch=0;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.double_arrow=mxgraph.arrows2.twoWayArrow;dy=0.47;dx=28.75;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
#
# SWIMLANES
#
com.gliffy.shape.swimlanes.swimlanes_v1.default.vertical_single_lane_pool=swimlane
com.gliffy.shape.swimlanes.swimlanes_v1.default.horizontal_single_lane_pool=swimlane;rotation=-90
com.gliffy.shape.swimlanes.swimlanes_v1.default.horizontal_single_lane_pool=swimlane
com.gliffy.shape.swimlanes.swimlanes_v1.default.vertical_double_lane_pool=swimlane
com.gliffy.shape.swimlanes.swimlanes_v1.default.horizontal_double_lane_pool=swimlane
com.gliffy.shape.swimlanes.swimlanes_v1.default.vertical_triple_lane_pool=swimlane
Expand Down
2 changes: 1 addition & 1 deletion war/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CACHE MANIFEST

# THIS FILE WAS GENERATED. DO NOT MODIFY!
# 05/31/2017 08:23 AM
# 06/03/2017 09:45 AM

app.html
index.html?offline=1
Expand Down
Binary file modified war/images/sidebar-gcp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8385061

Please sign in to comment.