Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
agkyra
Commits
122ac388
Commit
122ac388
authored
Jun 05, 2015
by
Giorgos Korfiatis
Browse files
Rename the gui implementation dir
parent
459eb515
Changes
24
Hide whitespace changes
Inline
Side-by-side
agkyra/gui.py
View file @
122ac388
...
...
@@ -39,7 +39,7 @@ class GUI(WebSocketBaseClient):
self
.
start
=
self
.
connect
self
.
nw
=
kwargs
.
get
(
'nw'
,
os
.
path
.
join
(
os
.
path
.
join
(
CURPATH
,
'nwjs'
),
'nw'
))
self
.
gui_code
=
kwargs
.
get
(
'gui_code'
,
os
.
path
.
join
(
CURPATH
,
'gui'
))
self
.
gui_code
=
kwargs
.
get
(
'gui_code'
,
os
.
path
.
join
(
CURPATH
,
'
nw
gui'
))
assert
not
self
.
_gui_running
(
session
),
(
'Failed to initialize GUI, because another GUI is running'
)
self
.
_dump_session_file
(
session
)
...
...
agkyra/gui/COPYING
→
agkyra/
nw
gui/COPYING
View file @
122ac388
File moved
agkyra/gui/about.html
→
agkyra/
nw
gui/about.html
View file @
122ac388
File moved
agkyra/gui/menu.html
→
agkyra/
nw
gui/menu.html
View file @
122ac388
File moved
agkyra/gui/package.json
→
agkyra/
nw
gui/package.json
View file @
122ac388
File moved
agkyra/gui/protocol.js
→
agkyra/
nw
gui/protocol.js
View file @
122ac388
File moved
agkyra/gui/settings.html
→
agkyra/
nw
gui/settings.html
View file @
122ac388
File moved
agkyra/gui/settings.js
→
agkyra/
nw
gui/settings.js
View file @
122ac388
File moved
agkyra/gui/static/images/about.png
→
agkyra/
nw
gui/static/images/about.png
View file @
122ac388
File moved
agkyra/gui/static/images/dg.png
→
agkyra/
nw
gui/static/images/dg.png
View file @
122ac388
File moved
agkyra/gui/static/images/eu.png
→
agkyra/
nw
gui/static/images/eu.png
View file @
122ac388
File moved
agkyra/gui/static/images/exit.png
→
agkyra/
nw
gui/static/images/exit.png
View file @
122ac388
File moved
agkyra/gui/static/images/folder.png
→
agkyra/
nw
gui/static/images/folder.png
View file @
122ac388
File moved
agkyra/gui/static/images/grnet.png
→
agkyra/
nw
gui/static/images/grnet.png
View file @
122ac388
File moved
agkyra/gui/static/images/logo.png
→
agkyra/
nw
gui/static/images/logo.png
View file @
122ac388
File moved
agkyra/gui/static/images/logs.png
→
agkyra/
nw
gui/static/images/logs.png
View file @
122ac388
File moved
agkyra/gui/static/images/nsrf.png
→
agkyra/
nw
gui/static/images/nsrf.png
View file @
122ac388
File moved
agkyra/gui/static/images/pithos.png
→
agkyra/
nw
gui/static/images/pithos.png
View file @
122ac388
File moved
agkyra/gui/static/images/play_pause.png
→
agkyra/
nw
gui/static/images/play_pause.png
View file @
122ac388
File moved
agkyra/gui/static/images/settings.png
→
agkyra/
nw
gui/static/images/settings.png
View file @
122ac388
File moved
Prev
1
2
Next
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