TDE Gitea
35f416cde9
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
d7928f0344
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
faef07c533
Reset submodule main/applications/tdepowersave/admin to latest HEAD
4 years ago
Slávek Banko
fce0973c77
Raise the minimum required version of CMake to 2.8.12.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea
34fbcc2b94
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
2aea1eaf8c
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
36aff76a00
Reset submodule main/applications/tdepowersave/admin to latest HEAD
4 years ago
TDE Gitea
1239188fca
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
b54896e8d2
Reset submodule main/applications/tdepowersave/admin to latest HEAD
4 years ago
Michele Calgaro
1944a675d1
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea
2dfaff5a98
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
1ab2ffb266
Reset submodule main/applications/tdepowersave/admin to latest HEAD
4 years ago
TDE Gitea
ee4f3e208f
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
9540c30688
Reset submodule main/applications/tdepowersave/admin to latest HEAD
4 years ago
TDE Gitea
6b29720dc9
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
22ac780380
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
aneejit1
3d1956bb6b
Add missing library paths to link_directories
...
Signed-off-by: aneejit1 <aneejit1@gmail.com>
4 years ago
TDE Gitea
5a4ad3afed
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
d7f3e95a67
Reset submodule main/applications/tdepowersave/admin to latest HEAD
4 years ago
TDE Gitea
75ce1454d4
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
015075168c
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
c5d211773f
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
dfe5151ebf
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
4 years ago
TDE Gitea
e26484c3ea
Reset submodule main/applications/tdepowersave/admin to latest HEAD
4 years ago
TDE Gitea
17c364f130
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Gitea
a1cebf9b90
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
Michele Calgaro
aca1506685
Adjusted after dropping obsolete Qt2's QVector classes.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea
03476892b1
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Weblate
8dc82a9ecd
Update translation files
...
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/
5 years ago
Slávek Banko
2b90115620
Update translation template.
5 years ago
TDE Gitea
426222e5a7
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Gitea
542722aa7e
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Gitea
93a681e200
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Weblate
a87e35ef58
Update translation files
...
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/
5 years ago
Slávek Banko
7dd413dca4
Update translation template.
5 years ago
Michele Calgaro
c87e588c6d
Removed unused old packaging files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
60091c788a
Replaced custom help menu with standard TDE help menu. This resolves bug 3087.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Jan Stolarek
41ca44956b
Translated using Weblate (Polish)
...
Currently translated at 97.7% (308 of 315 strings)
Translation: applications/tdepowersave
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/pl/
5 years ago
TDE Gitea
b8cc295c1f
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Gitea
9acfe4a0b1
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Gitea
a1c40f641a
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
TDE Weblate
6cec1c8869
Update translation files
...
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/
5 years ago
Slávek Banko
9b534a7e6b
Update translation template.
5 years ago
Slávek Banko
fa0e4e246c
Fix units of current consumption value.
...
Previously it was not clear whether the units in tdehwlib are
in Wh and W or Ah and A. Now the units are always Ah and A.
Because power consumption is usually given in W, the value is
converted from A to W. If it is less than 100 W, it is
displayed as a decimal number.
This is related to issue TDE/tdelibs#68 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
80c12d8a76
Translated using Weblate (German)
...
Currently translated at 100.0% (315 of 315 strings)
Translation: applications/tdepowersave
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/de/
5 years ago
Hugo Carvalho
ea7b8973a1
Translated using Weblate (Portuguese)
...
Currently translated at 95.6% (301 of 315 strings)
Translation: applications/tdepowersave
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/pt/
5 years ago
Chris
fb93b65992
Translated using Weblate (German)
...
Currently translated at 100.0% (315 of 315 strings)
Translation: applications/tdepowersave
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/de/
5 years ago
Chris
f727b225ab
Translated using Weblate (German)
...
Currently translated at 100.0% (315 of 315 strings)
Translation: applications/tdepowersave
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/de/
5 years ago
TDE Gitea
ed3e621b0e
Reset submodule main/applications/tdepowersave/cmake to latest HEAD
5 years ago
Slávek Banko
99f46e7c87
Switch all submodules to https.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago