Skip to content

Commit c85bcae

Browse files
committed
refactor: Adopt standard project layout for GTK apps from Sessions, start initializing i18n, decompose about dialogs and switch to SVG for icons
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent 173a6d0 commit c85bcae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1445
-194
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
.flatpak-builder
2-
build-dir
3-
vendor
4-
*.compiled
51
*.gresource
62
*.ui
3+
*.mo
4+
LINGUAS
5+
metainfo.xml
6+
*.desktop
77
!error.ui
8-
!warning.ui

README.md

Lines changed: 37 additions & 37 deletions

com.pojtinger.felicitas.Multiplex.desktop renamed to assets/meta/com.pojtinger.felicitas.Multiplex.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version=1.0
33
Type=Application
44
Name=Multiplex
5-
Comment=Watch torrents with your friends.
5+
Comment=Watch torrents with your friends
66
Exec=multiplex
77
Icon=com.pojtinger.felicitas.Multiplex
88
Categories=AudioVideo;Video
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)