Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
d5d0f248
Commit
d5d0f248
authored
Jan 22, 2018
by
Maxime Perrotin
Browse files
Add compatibility with ASN1SCC v4
parent
a551c05c
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d5d0f248
...
@@ -141,6 +141,9 @@ The background pattern was downloaded from www.subtlepatterns.com
...
@@ -141,6 +141,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
Changelog
=========
=========
1.
5.42 (01/2018)
-
Add first level compatibility with ASN1SCC v4
1.
5.41 (10/2017)
1.
5.41 (10/2017)
-
Fix case issue with process types
-
Fix case issue with process types
...
...
opengeode/Asn1scc.py
View file @
d5d0f248
...
@@ -123,7 +123,7 @@ def parse_asn1(*files, **options):
...
@@ -123,7 +123,7 @@ def parse_asn1(*files, **options):
html
=
[
'-customIcdUper'
,
stgfile
+
'::'
+
out_html
]
html
=
[
'-customIcdUper'
,
stgfile
+
'::'
+
out_html
]
else
:
else
:
html
=
[]
html
=
[]
args
=
[
arg0
,
'-customStgAstVerion'
,
str
(
ast_version
.
value
),
args
=
[
arg0
,
'-customStgAstVer
s
ion'
,
str
(
ast_version
.
value
),
'-customStg'
,
stg
+
'::'
+
filepath
,
'-customStg'
,
stg
+
'::'
+
filepath
,
'-renamePolicy'
,
str
(
rename_policy
.
value
)]
+
html
+
list
(
*
files
)
'-renamePolicy'
,
str
(
rename_policy
.
value
)]
+
html
+
list
(
*
files
)
asn1scc
=
QProcess
()
asn1scc
=
QProcess
()
...
...
opengeode/icons.py
View file @
d5d0f248
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# Resource object code
# Resource object code
#
#
# Created:
Mon Mar 20
1
4
:3
5
:4
0
2017
# Created:
Tue Oct 3
1
0
:3
4
:4
4
2017
# by: The Resource Compiler for PySide (Qt v4.8.
6
)
# by: The Resource Compiler for PySide (Qt v4.8.
7
)
#
#
# WARNING! All changes made in this file will be lost!
# WARNING! All changes made in this file will be lost!
opengeode/opengeode.py
View file @
d5d0f248
...
@@ -139,7 +139,7 @@ except ImportError:
...
@@ -139,7 +139,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.5.4
1
'
__version__
=
'1.5.4
2
'
if
hasattr
(
sys
,
'frozen'
):
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
# Detect if we are running on Windows (py2exe-generated)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment