generated from qtilities/sqeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,198 additions
and
162 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 |
---|---|---|
@@ -1,11 +1,3 @@ | ||
## Special Thanks to | ||
|
||
- Stefonarch (Standreas) and the translation team at <https://translate.lxqt-project.org/>. | ||
- LXQt Developers, for all their software, here using their [build tools]. | ||
|
||
## Translators | ||
|
||
- **Italian**: Andrea Zanellato (author) | ||
|
||
|
||
[build tools]: https://github.com/lxqt/lxqt-build-tools/ | ||
- **Italian**: Andrea Zanellato |
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,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021-2023 Andrea Zanellato <[email protected]> | ||
Copyright (c) 2024 Andrea Zanellato <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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 |
---|---|---|
|
@@ -4,29 +4,27 @@ | |
# Essential, non translatable application information (except DESCRIPTION). | ||
# Translatable strings are passed via code. | ||
#=============================================================================== | ||
string(TOLOWER ${PROJECT_NAME} PROJECT_ID) # Might not be compatible with AppStream | ||
list(APPEND PROJECT_CATEGORIES "Qt;Utility") # Freedesktop menu categories | ||
list(APPEND PROJECT_KEYWORDS "application;project;template") | ||
list(APPEND PROJECT_KEYWORDS "configuration;gummy") | ||
set(PROJECT_ID "gummy-conf") | ||
set(PROJECT_AUTHOR_NAME "Andrea Zanellato") | ||
set(PROJECT_AUTHOR_EMAIL "[email protected]") # Used also for organization email | ||
set(PROJECT_COPYRIGHT_YEAR "2021-2023") # TODO: from git | ||
set(PROJECT_DESCRIPTION "Qt application template") | ||
set(PROJECT_COPYRIGHT_YEAR "2024") # TODO: from git | ||
set(PROJECT_DESCRIPTION "Gummy screen brightness manager configurator") | ||
set(PROJECT_ORGANIZATION_NAME "qtilities") # Might be equal to PROJECT_AUTHOR_NAME | ||
set(PROJECT_ORGANIZATION_URL "${PROJECT_ORGANIZATION_NAME}.github.io") | ||
set(PROJECT_HOMEPAGE_URL "https://${PROJECT_ORGANIZATION_URL}/${PROJECT_ID}") | ||
set(PROJECT_REPOSITORY_URL "https://github.com/${PROJECT_ORGANIZATION_NAME}/${PROJECT_ID}") | ||
set(PROJECT_HOMEPAGE_URL "${PROJECT_REPOSITORY_URL}") | ||
set(PROJECT_REPOSITORY_BRANCH "master") | ||
set(PROJECT_SPDX_ID "MIT") | ||
set(PROJECT_TRANSLATIONS_DIR "resources/translations") | ||
#=============================================================================== | ||
# Appstream | ||
#=============================================================================== | ||
set(PROJECT_APPSTREAM_SPDX_ID "CC0-1.0") | ||
set(PROJECT_APPSTREAM_SPDX_ID "CC0-1.0") | ||
include(AppStream) | ||
to_appstream_id("io.github.${PROJECT_ORGANIZATION_NAME}.${PROJECT_NAME}" | ||
PROJECT_APPSTREAM_ID) | ||
|
||
set(PROJECT_ICON_FORMAT "svg") | ||
to_appstream_id("io.github.${PROJECT_ORGANIZATION_NAME}.${PROJECT_NAME}" PROJECT_APPSTREAM_ID) | ||
set(PROJECT_ICON_FORMAT "svgz") | ||
if(UNIX AND NOT APPLE) | ||
set(PROJECT_ICON_FILE_NAME "${PROJECT_APPSTREAM_ID}.${PROJECT_ICON_FORMAT}") | ||
elseif(APPLE) | ||
|
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
Binary file not shown.
Binary file not shown.
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,10 +1,8 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<file alias="application-exit">icons/application-exit.svgz</file> | ||
<file alias="help-about">icons/help-about.svgz</file> | ||
<file alias="preferences-system">icons/preferences-system.svgz</file> | ||
<file alias="info">about.md</file> | ||
<file>authors</file> | ||
<file alias="license">copying</file> | ||
<file alias="sun">icons/sun.svgz</file> | ||
</qresource> | ||
</RCC> |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Desktop Entry/Name: "Gummy Configuration" | ||
Desktop Entry/GenericName: "Screen Brightness Configuration" | ||
Desktop Entry/Comment: "Configuration editor for gummy" |
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 |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1"> | ||
<context> | ||
<name>Qtilities::Application</name> | ||
<message> | ||
<location filename="../../src/application.cpp" line="128"/> | ||
<source>Auto&start</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>Qtilities::DialogAbout</name> | ||
<message> | ||
<location filename="../../src/dialogabout.ui" line="42"/> | ||
<source>Information</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/dialogabout.ui" line="77"/> | ||
<source>qrc:/about.html</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/dialogabout.ui" line="96"/> | ||
<source>Translators</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/dialogabout.ui" line="134"/> | ||
<source>qrc:/thanks.html</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/dialogabout.ui" line="153"/> | ||
<source>License</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/dialogabout.ui" line="191"/> | ||
<source>qrc:/license.html</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/dialogabout.cpp" line="55"/> | ||
<source>Author</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/dialogabout.cpp" line="60"/> | ||
<source>About</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>Qtilities::MainDialog</name> | ||
<message> | ||
<location filename="../../src/maindialog.ui" line="50"/> | ||
<source>Brightness</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/maindialog.ui" line="57"/> | ||
<source>Time range</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/maindialog.ui" line="77"/> | ||
<source>Backlight</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/maindialog.ui" line="97"/> | ||
<source>Temperature</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/maindialog.ui" line="165"/> | ||
<source>About</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/maindialog.ui" line="178"/> | ||
<location filename="../../src/maindialog.cpp" line="62"/> | ||
<source>Start</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/maindialog.cpp" line="58"/> | ||
<source>Stop</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>Qtilities::SystemTrayIcon</name> | ||
<message> | ||
<location filename="../../src/systemtrayicon.cpp" line="72"/> | ||
<source>&About</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../../src/systemtrayicon.cpp" line="74"/> | ||
<source>&Quit</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
</TS> |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Desktop Entry/Name: "Impostazioni di gummy" | ||
Desktop Entry/GenericName: "Impostazioni Luminosità Schermo" | ||
Desktop Entry/Comment: "Editor di configurazione di gummy" |
Oops, something went wrong.