Commit Graph

116 Commits (master)

Author SHA1 Message Date
Michele Calgaro daf2382776
Rename KWinModule to TWinModule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro bdb0aa04da
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
Michele Calgaro 7e4a6583fa
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 2f64e55b00
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 3c48459b50
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 834febe1fd
Use TDEProcIO class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 3e7afb77fa
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Mavridis Philippe 480f195dde
Superkaramba: add GPU load sensor
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>
1 year ago
Mavridis Philippe 5965e6b752
Superkaramba: add GB format strings to memory sensor
Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
1 year ago
Mavridis Philippe 1f70d8fa2f
Superkaramba: minor code refactoring/restyling in memsensor
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
1 year ago
Mavridis Philippe d4aeda9425
Superkaramba: add memory sensor percentage format strings
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>
1 year ago
Slávek Banko 2023e38877
Use the new way to find Python with CMake >= 3.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro f8eb68b1dd
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro af0b8f5d1e
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 426c384d7f
superkaramba: add support for python 3.12. This resolves issue #71
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 83b7abfb88
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro aa69f1c2ff
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 8bba786d18
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 007026cdc4
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 8a2b3d6cca
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 46c271a0c9
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro f52c435e29
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 53c180e71c
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 832a902d96
superkaramba: minor improvement to python version detection condition.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro f6499971af
superkaramba: fix python version required for PyEval_InitThreads() call.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro eef19dd535
superkaramba: added cmake rules for example files and create xcursor.so at build time.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro da9cd0c056
superkaramba: convert examples to python3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 5dab6232ef
superkaramba: fixed SEGV when loading python scripts.
This resolves issue #43.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
ormorph 844820e475 Fix in superkaramba sensor network for linux
Signed-off-by: ormorph <roma251078@mail.ru>
4 years ago
Michele Calgaro 3e7fcfbb2d
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 626ab354f9
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Mavridis Philippe bb515c966b
SuperKaramba: Updated openDesktop category 5 years ago
Slávek Banko 2fa177c5d6
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 296306a273
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Chris fc4ea6af6c Make superkaramba copyright translateable.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Chris 5e1b444da1 Clean up desktop files and fix German translations.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Michele Calgaro c53ced3b91
Removed .lsm files. lsm database is outdated and unmaintained. 7 years ago
OBATA Akio da2fceb03b Fix if-def condition same as *.cpp
Signed-off-by: OBATA Akio <obache@wizdas.com>
7 years ago
OBATA Akio 032b927bf5 Recent NetBSD explicitly need uvm/uvm_extern.h
Signed-off-by: OBATA Akio <obache@wizdas.com>
7 years ago
Slávek Banko 4fe6ee9e7f
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro ffb6df0f0f
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Slávek Banko fa8da6b1ca
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Michele Calgaro 2a2d1c2510
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro 0f7c426205
Removed unnecessary executable flag. This relates to bug 2153.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Slávek Banko f60d0e12e9
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Michele Calgaro 96765e0aa2 Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Timothy Pearson a25f3c7aa6 Fix invalid headers in PNG files and optimize for size 10 years ago
Michele Calgaro 77c5ce1be6 Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 years ago
Slávek Banko 421c249f1f Fix build on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
Timothy Pearson 3a884685ff Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 12 years ago