-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added automatic update and release of translations, reorganize code f…
…or icons theme and names, small bug fixes
- Loading branch information
1 parent
44b4c96
commit 55feaa3
Showing
24 changed files
with
391 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,9 @@ | |
*.out | ||
*.app | ||
|
||
#Translations | ||
*.qm | ||
|
||
# Folders | ||
build/* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<file>icons/battery-charging.png</file> | ||
<file>icons/battery-level-full.png</file> | ||
<file>icons/battery-low.png</file> | ||
<file>icons/battery-medium.png</file> | ||
<file>icons/headphones.png</file> | ||
<file>icons/battery-charging-inv.png</file> | ||
<file>icons/battery-level-full-inv.png</file> | ||
<file>icons/battery-low-inv.png</file> | ||
<file>icons/battery-medium-inv.png</file> | ||
<file>icons/headphones-inv.png</file> | ||
<file>icons/battery-charging-dark.png</file> | ||
<file>icons/battery-level-full-dark.png</file> | ||
<file>icons/battery-low-dark.png</file> | ||
<file>icons/battery-medium-dark.png</file> | ||
<file>icons/headphones-dark.png</file> | ||
<file>icons/battery-charging-light.png</file> | ||
<file>icons/battery-level-full-light.png</file> | ||
<file>icons/battery-low-light.png</file> | ||
<file>icons/battery-medium-light.png</file> | ||
<file>icons/headphones-light.png</file> | ||
</qresource> | ||
</RCC> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.