summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop Borland compiler specific coder14.1.xMichele Calgaro10 days1-9/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0b8b32cf93d632e38ea342b77f2d7287a4c7b0b3)
* Superkaramba: add GPU load sensorr14.1.3Mavridis 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 <mavridisf@gmail.com> (cherry picked from commit 480f195dde7ef1fd9fd81ce0ea18924d81a4eda9)
* Superkaramba: add GB format strings to memory sensorMavridis Philippe2024-10-021-23/+32
| | | | | | | Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 5965e6b75271960b2a068d37cafb2d76d79b78ac)
* Superkaramba: minor code refactoring/restyling in memsensorMavridis Philippe2024-10-021-25/+43
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 1f70d8fa2f268d26374a8c138648fc75edbd73dd)
* Superkaramba: add memory sensor percentage format stringsMavridis Philippe2024-10-021-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 <mavridisf@gmail.com> (cherry picked from commit d4aeda942540952a90e8f88813b85203259400ac)
* 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-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7e49f00b318a6a67ebd06b8b5fa491f9030b1ab2)
* 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 <michele.calgaro@yahoo.it> (cherry picked from commit 7becd3521b62d210a41db902e7cc2317304503cf)
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Merge translation files from master branch.Automated System2024-05-121-4/+5
|
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0632-52/+52
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2192355d1511c56c255a2d39f701c25f3ef0fdcf)
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix compatibility with C++17.r14.1.2Slávek Banko2024-04-122-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 088e1f6880fb5f5645b0f1997ec8ae40a4a0bcbc)
* Use the new way to find Python with CMake >= 3.12.Slávek Banko2024-04-122-3/+20
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2023e3887765bc0f2f6f4f5d4a0d59b71a4321de)
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d80915dd0c305e7e29998aca38d7adfa02a08f1f)
* Use centralized cmake versionMichele Calgaro2024-03-152-7/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a9320890644ada19a52e566c1aa2e84b83bc85f1)
* cmake files: change keywords to lower caseMichele Calgaro2024-03-0910-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 19d57580bdd865a19b4599f6d922b8241ed97a1c)
* Simplify code since cmake minimum version is now 3.5Michele Calgaro2024-02-151-7/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57be2f09e26a5eec6a4a810f070658b98e11120c)
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0620-44/+44
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f8eb68b1dd33ac8b974aaab48933e4de059f16d0)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-18167-2532/+2532
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit af0b8f5d1e5e00b1f3b48658d89876c2df28e71c)
* 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-241-29/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 426c384d7f2d555974828609b467e5d42f6c2bf3)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2252-594/+594
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 83b7abfb88bb8d138bab0ab1c9f3e2d3afa418c2)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-057-9/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa69f1c2ffda0e4e0339c1686a9ff4b3d00f4ac7)
* kmilo: after changing the screen brightness, allows a small delay before ↵Michele Calgaro2023-12-032-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 <michele.calgaro@yahoo.it> (cherry picked from commit 7589d48a4101244c3c7a27931293ee7924f78119)
* Replace 'Event' #define stringsMichele Calgaro2023-12-023-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 99f7cd1932291ac8fe822b13cd1077da6433f279)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-257-20/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8bba786d188dd896336797f05e0a452e1a01d52b)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-201-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6deb3b43d145638070e9b7ad77eb9a10f4d3a72e)
* 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 <roma251078@mail.ru> (cherry picked from commit e43d2c557372a04ba78dcbbeb2ac17b732f7107b)
* 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 <michele.calgaro@yahoo.it> (cherry picked from commit 007026cdc4d51e217ce6317b87c0ff2b2d120c83)
* 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-062-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d3a7ab029b2ae5b005b661ad4b20b648fcfb756c)
* 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, ↵r14.1.1Michele Calgaro2023-09-258-42/+42
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8a2b3d6ccafeb41579d50dccaec38febb9af6369)
* 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 <michele.calgaro@yahoo.it> (cherry picked from commit 3c455c1772a0cab18f6313ddf407bbde2f2f48b0)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0411-13/+13
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8)
* 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 <michele.calgaro@yahoo.it> (cherry picked from commit ae4a3892ffe9abb2f3b0b1c5612282886b1e9c40)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-186-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2c7c646af5349a9a68c2f129fda7af338855ba85)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 16b9b38e0267f80b68a78d861d111ca182551d5c)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21224-274/+274
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f52c435e293d27908ce3f2b0fe41d58f06f4ec80)
* Reset submodule main/core/tdeutils/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-138-22/+22
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 53c180e71c2d6bc90bb777b4bd304d5f235040e3)
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-111-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d11c6b6bde873dff19cbb832e52e1a21cc5ea4a3)