summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-10-141-0/+0
|
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-10-091-0/+0
|
* Superkaramba: add GPU load sensorMavridis Philippe2024-10-025-5/+207
| | | | | | | | | | The sensor has a required `driver` parameter and an optional `gpu` parameter. - The former specifies the backend to use to query the system about GPU load. - The latter specifies the id of the GPU to check. If left out, the backend default will be used. For now it only supports NVidia GPUs via the `nvidia` driver, but it can be extended. Signed-off-by: Mavridis Philippe <[email protected]>
* Superkaramba: add GB format strings to memory sensorMavridis Philippe2024-09-301-23/+32
| | | | | | Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg Signed-off-by: Mavridis Philippe <[email protected]>
* Superkaramba: minor code refactoring/restyling in memsensorMavridis Philippe2024-09-291-25/+43
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Superkaramba: add memory sensor percentage format stringsMavridis Philippe2024-09-291-8/+15
| | | | | | | The strings which end in 'p' represent percentage value variants of the following pre-existing format strings: %fmb(p) %fm(p) %umb(p) %um(p) %fs(p) %us(p) Signed-off-by: Mavridis Philippe <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-09-261-0/+0
|
* Improve location of kedit desktop file. This resolves issue #46Michele Calgaro2024-08-131-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-0114-14/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-05-271-0/+0
|
* Translated using Weblate (Russian)Andrei Stepanov2024-05-111-6/+7
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: tdeutils/kdf - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf-desktop-files/ru/
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0532-52/+52
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix compatibility with C++17.Slávek Banko2024-04-122-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use the new way to find Python with CMake >= 3.12.Slávek Banko2024-04-122-3/+20
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use centralized cmake versionMichele Calgaro2024-03-152-7/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* cmake files: change keywords to lower caseMichele Calgaro2024-03-0810-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Simplify code since cmake minimum version is now 3.5Michele Calgaro2024-02-151-7/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0520-44/+44
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-14167-2532/+2532
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-01-021-0/+0
|
* superkaramba: add support for python 3.12. This resolves issue #71Michele Calgaro2023-12-221-29/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2152-594/+594
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-047-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* kmilo: after changing the screen brightness, allows a small delay before ↵Michele Calgaro2023-12-022-34/+21
| | | | | | popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue #68. Signed-off-by: Michele Calgaro <[email protected]>
* Replace 'Event' #define stringsMichele Calgaro2023-11-303-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-247-20/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-201-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Solving the TDE/tde-packaging-gentoo#313 problem.ormorph2023-11-201-7/+3
| | | | | | Glibc-2.38 adds new functions strlcat and strlcpy. Signed-off-by: ormorph <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-0848-106/+106
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-258-42/+42
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2023-09-251-0/+0
|
* kmilo: improve brightness OSD feedback by displaying the actual value. This ↵Michele Calgaro2023-09-081-1/+12
| | | | | | may differ from the set value on machines with few brightness steps capability Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0211-13/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Adjust brightness control to the corrected 'brightnessGet' DCOP call in ↵Michele Calgaro2023-08-231-17/+20
| | | | | | tdepowersave Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-186-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20224-274/+274
| | | | Signed-off-by: Michele Calgaro <[email protected]>