summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Russian)HEADmasterAndrei Stepanov10 days1-5/+5
| | | | | | | Currently translated at 36.3% (20 of 55 strings) Translation: applications/tdepowersave - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/
* Translated using Weblate (Ukrainian)Roman Savochenko2024-03-291-7/+9
| | | | | | | Currently translated at 100.0% (3 of 3 strings) Translation: applications/tdepowersave - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/
* Replace Qt with TQtMichele Calgaro2024-03-2624-31/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unused filesMichele Calgaro2024-03-262-521/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2024-03-251-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
* Update translation filesTDE Weblate2024-03-251-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Italian)Michele Calgaro2024-02-241-68/+60
| | | | | | | Currently translated at 100.0% (311 of 311 strings) Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-025-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0515-226/+226
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-161-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2023-12-141-8/+10
| | | | | | | Currently translated at 36.3% (20 of 55 strings) Translation: applications/tdepowersave - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/
* Translated using Weblate (Ukrainian)Roman Savochenko2023-11-261-5/+5
| | | | | | | Currently translated at 100.0% (311 of 311 strings) Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Qt with TQtMichele Calgaro2023-11-051-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-262-2/+2
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2023-09-0628-2576/+2576
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
* Update translation template.Automated System2023-09-061-92/+92
|
* Solve issue with CPU using 100% resources when autodimm was activated. This ↵Michele Calgaro2023-09-062-32/+41
| | | | | | | | | | | | resolves issue TDE/tde#136. The problem was hardware dependent and only noticable when the backlight card has hundreds or thousands of steps. This was causing non-stop calls to setBrightness, which did not have enough CPU time to complete its task before the next call, resulting in the CPU eating up all resources, non stop. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix rounding error when setting brightness by percentageMichele Calgaro2023-09-044-32/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unused/unnecessary codeMichele Calgaro2023-09-042-49/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Separate logic to set brightness by absolute level or percentageMichele Calgaro2023-09-045-81/+84
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Extend DCOP interface with new brightnessSet methodMichele Calgaro2023-08-232-0/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix value returned by 'brightnessGet' DCOP call. The value is now in the ↵Michele Calgaro2023-08-231-1/+1
| | | | | | range 0-100 (percentage) or -1 if brightness is not supported Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2023-08-111-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2517-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Danila Shatrov2023-07-221-20/+25
| | | | | | | Currently translated at 93.2% (290 of 311 strings) Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/
* Update translation filesTDE Weblate2023-05-1128-28/+28
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
* Update translation template.Automated System2023-05-111-2/+3
|
* Update translation filesTDE Weblate2023-05-1128-30/+58
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
* Fix bad english in brightness stringMichele Calgaro2023-05-1130-30/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Ukrainian)r14.1.0Roman Savochenko2023-04-161-8/+8
| | | | | | | Currently translated at 100.0% (311 of 311 strings) Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/
* Remove unnecessary backup translations.Michele Calgaro2022-10-014-12/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Polish)Marek W2022-09-161-17/+15
| | | | | | | Currently translated at 49.0% (27 of 55 strings) Translation: applications/tdepowersave - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/pl/
* Update translation filesTDE Weblate2022-09-1328-1960/+1832
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
* Update translation template.Automated System2022-09-131-70/+65
|
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-135-36/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove the forgotten '.gitmodules'.Slávek Banko2022-08-281-3/+0
| | | | | | This is finishing of issue #10. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove the original translation directory layout.Slávek Banko2022-08-2829-48571/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Copy translations to a new directory layout.Slávek Banko2022-08-2890-475/+53311
| | | | | | | | Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.Michele Calgaro2022-08-2821-509/+69
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-221-0/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2022-02-1128-7280/+7280
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
* Update translation template.Automated System2022-02-111-260/+260
|
* Removed HAL dependant code.Michele Calgaro2022-02-1058-421/+104
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/system/tdepowersave/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>