Skip to content

Commit 2226b29

Browse files
committed
7.5.8 release
Former-commit-id: 64b1d03
1 parent 6651112 commit 2226b29

30 files changed

+7589
-5138
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
23-OCT-2017: 7.5.8
2+
3+
- Adds Team Drives support in GDriveConnector
4+
- Fixes bug in mockups sidebar
5+
6+
22-OCT-2017: 7.5.7
7+
8+
- Adds support for team drives in google picker
9+
- Removes image export after closing lightbox
10+
111
16-OCT-2017: 7.5.6
212

313
- Adds IBM icons

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.6
1+
7.5.8

etc/vsdxJava2JS/.classpath

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" output="target/classes" path="src/main/java">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
16+
<attributes>
17+
<attribute name="maven.pomderived" value="true"/>
18+
</attributes>
19+
</classpathentry>
20+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_101"/>
21+
<classpathentry kind="output" path="target/classes"/>
22+
</classpath>

etc/vsdxJava2JS/.project

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>jsweet-quickstart</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
</natures>
23+
</projectDescription>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
compiler.candyJsFolder=webapp
2+
compiler.debugMode=ts
3+
compiler.javascriptFolder=target/js
4+
compiler.moduleKind=none
5+
compiler.profiles=default
6+
compiler.sourceFolders=
7+
compiler.typescriptFolder=target/ts
8+
eclipse.preferences.version=1

war/cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CACHE MANIFEST
22

33
# THIS FILE WAS GENERATED. DO NOT MODIFY!
4-
# 10/16/2017 04:40 PM
4+
# 10/23/2017 08:46 AM
55

66
app.html
77
index.html?offline=1

war/images/drawlogoGS.png

8.79 KB
Loading

war/images/sidebar-basic.png

1.05 KB
Loading

war/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<link rel="shortcut icon" href="favicon.ico">
166166
<style type="text/css">
167167
body { overflow:hidden; }
168+
div.picker { z-index: 10007; }
168169
.geSidebarContainer .geTitle { color:#505050; }
169170
.geSidebarContainer .geTitle input {
170171
font-size:8pt;

war/js/app.min.js

Lines changed: 1881 additions & 1707 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)