Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
f8525499
Commit
f8525499
authored
Jul 24, 2018
by
eric pellegrini
Browse files
Merge branch 'bugfix-opening_theory_help_on_macos' into 'develop'
Bugfix opening theory help on macos See merge request
!25
parents
36d44994
34ad96c0
Pipeline
#4226
passed with stages
in 23 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
f8525499
version 1.2.0
version 1.2.0
--------------
--------------
* ADDED issue #10 Implemented Gromacs trajectory converter
* ADDED issue #10 Implemented Gromacs trajectory converter
* FIXED issue #20 Opening the theoretical help on MacOS is now OK
* FIXED issue #21 "Save a template for new analysis" button produced an error
* FIXED issue #21 "Save a template for new analysis" button produced an error
* CHANGED (internal) MDANSE is now built with system python (2.7.10)
* CHANGED (internal) MDANSE is now built with system python (2.7.10)
...
...
MDANSE/GUI/MainFrame.py
View file @
f8525499
...
@@ -284,7 +284,7 @@ Authors:
...
@@ -284,7 +284,7 @@ Authors:
def
on_theory_help
(
self
,
event
):
def
on_theory_help
(
self
,
event
):
webbrowser
.
open
(
os
.
path
.
join
(
PLATFORM
.
doc_path
(),
'theory_help.pdf'
))
webbrowser
.
open
(
"file://%s"
%
os
.
path
.
join
(
PLATFORM
.
doc_path
(),
'theory_help.pdf'
))
def
on_open_classes_registry
(
self
,
event
):
def
on_open_classes_registry
(
self
,
event
):
...
...
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