Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm-play-gui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladimir Vaskov
eepm-play-gui
Commits
346e6db9
Unverified
Commit
346e6db9
authored
Oct 08, 2024
by
Vladimir Vaskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
return ui ub src dir
We are getting further away from God every day.
parent
1e4ed794
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
14 deletions
+14
-14
meson.build
data/meson.build
+0
-7
POTFILES
po/POTFILES
+2
-2
eepm-play-gui.gresource.xml
src/eepm-play-gui.gresource.xml
+3
-3
help-overlay.ui
src/gtk/help-overlay.ui
+0
-0
logdialog.cmb
src/logdialog.cmb
+0
-0
logdialog.ui
src/logdialog.ui
+0
-0
meson.build
src/meson.build
+7
-0
style.css
src/style.css
+0
-0
window.cmb
src/window.cmb
+0
-0
window.py
src/window.py
+2
-2
window.ui
src/window.ui
+0
-0
No files found.
data/meson.build
View file @
346e6db9
...
...
@@ -12,13 +12,6 @@ if desktop_utils.found()
test('Validate desktop file', desktop_utils, args: [desktop_file])
endif
gnome.compile_resources('eepm-play-gui',
'eepm-play-gui.gresource.xml',
gresource_bundle: true,
install: true,
install_dir: pkgdatadir,
)
appstream_file = i18n.merge_file(
input: 'ru.eepm.PlayGUI.metainfo.xml.in',
output: 'ru.eepm.PlayGUI.metainfo.xml',
...
...
po/POTFILES
View file @
346e6db9
data/ru.eepm.PlayGUI.desktop.in
data/ru.eepm.PlayGUI.metainfo.xml.in
data/ru.eepm.PlayGUI.gschema.xml
data/ui/help-overlay.ui
data/ui/window.ui
src/main.py
src/help-overlay.ui
src/window.py
src/window.ui
data
/eepm-play-gui.gresource.xml
→
src
/eepm-play-gui.gresource.xml
View file @
346e6db9
...
...
@@ -2,8 +2,8 @@
<gresources>
<gresource
prefix=
"/ru/eepm/PlayGUI"
>
<file>
style.css
</file>
<file
preprocess=
"xml-stripblanks"
>
ui/
window.ui
</file>
<file
preprocess=
"xml-stripblanks"
>
ui/
logdialog.ui
</file>
<file
alias=
"gtk/help-overlay.ui"
preprocess=
"xml-stripblanks"
>
ui
/help-overlay.ui
</file>
<file
preprocess=
"xml-stripblanks"
>
window.ui
</file>
<file
preprocess=
"xml-stripblanks"
>
logdialog.ui
</file>
<file
preprocess=
"xml-stripblanks"
>
gtk
/help-overlay.ui
</file>
</gresource>
</gresources>
data/ui
/help-overlay.ui
→
src/gtk
/help-overlay.ui
View file @
346e6db9
File moved
data/ui
/logdialog.cmb
→
src
/logdialog.cmb
View file @
346e6db9
File moved
data/ui
/logdialog.ui
→
src
/logdialog.ui
View file @
346e6db9
File moved
src/meson.build
View file @
346e6db9
...
...
@@ -13,6 +13,13 @@ configure_file(
install_mode: 'r-xr-xr-x'
)
gnome.compile_resources('eepm-play-gui',
'eepm-play-gui.gresource.xml',
gresource_bundle: true,
install: true,
install_dir: pkgdatadir,
)
eepm_play_gui_sources = [
'__init__.py',
'main.py',
...
...
data
/style.css
→
src
/style.css
View file @
346e6db9
File moved
data/ui
/window.cmb
→
src
/window.cmb
View file @
346e6db9
File moved
src/window.py
View file @
346e6db9
...
...
@@ -65,7 +65,7 @@ class ApplicationRow(Adw.ActionRow):
print
(
"marked-unchanged"
)
@Gtk.Template
(
resource_path
=
'/ru/eepm/PlayGUI/
ui/
logdialog.ui'
)
@Gtk.Template
(
resource_path
=
'/ru/eepm/PlayGUI/logdialog.ui'
)
class
LogDialog
(
Adw
.
Dialog
):
__gtype_name__
=
'LogDialog'
logdialog_textview
=
Gtk
.
Template
.
Child
()
...
...
@@ -81,7 +81,7 @@ class LogDialog(Adw.Dialog):
runner
.
run_command
(
command
,
self
)
@Gtk.Template
(
resource_path
=
'/ru/eepm/PlayGUI/
ui/
window.ui'
)
@Gtk.Template
(
resource_path
=
'/ru/eepm/PlayGUI/window.ui'
)
class
EepmPlayGuiWindow
(
Adw
.
ApplicationWindow
):
__gtype_name__
=
'EepmPlayGuiWindow'
...
...
data/ui
/window.ui
→
src
/window.ui
View file @
346e6db9
File moved
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