summaryrefslogtreecommitdiffstats
path: root/superkaramba
Commit message (Collapse)AuthorAgeFilesLines
* Use the new way to find Python with CMake >= 3.12.Slávek Banko7 days1-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-051-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1418-107/+107
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* superkaramba: add support for python 3.12. This resolves issue #71Michele Calgaro2023-12-221-29/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-216-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-042-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-086-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-1/+1
| | | | | | QIODevice with TQ* version 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>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2028-33/+33
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-123-3/+3
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* superkaramba: minor improvement to python version detection condition.r14.1.0Michele Calgaro2023-01-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* superkaramba: fix python version required for PyEval_InitThreads() call.Michele Calgaro2023-01-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* superkaramba: added cmake rules for example files and create xcursor.so at ↵Michele Calgaro2022-11-1721-26/+54
| | | | | | | build time. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* superkaramba: convert examples to python3.Michele Calgaro2022-11-1324-352/+355
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* superkaramba: fixed SEGV when loading python scripts.Michele Calgaro2022-11-103-82/+16
| | | | | | This resolves issue #43. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix in superkaramba sensor network for linuxormorph2022-09-211-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-191-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-061-3/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* SuperKaramba: Updated openDesktop categoryMavridis Philippe2021-06-281-1/+1
|
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-092-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-05-225-134/+12
| | | | | | | + 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>
* Make superkaramba copyright translateable.Chris2019-12-171-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Clean up desktop files and fix German translations.Chris2019-11-281-49/+50
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Fix if-def condition same as *.cppOBATA Akio2019-04-161-1/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Recent NetBSD explicitly need uvm/uvm_extern.hOBATA Akio2019-04-161-0/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add CMakeL10n rules.Slávek Banko2018-12-251-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-222-5/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-031-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.Michele Calgaro2017-11-251-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2345-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build on freebsdSlávek Banko2015-06-272-1/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Finish renaming knewstuffSlávek Banko2014-09-277-28/+27
|
* Update superkaramba for recent TDEHotNewStuff changesTimothy Pearson2014-09-273-19/+19
|
* Add Python >= v3 support to SuperKarambaDavid C. Rankin2014-09-275-62/+115
|
* Update Q->TQ constants in ui files.Darrell Anderson2013-11-111-2/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Fix incorrect characters.Darrell Anderson2013-05-235-5/+5
|
* Fix broken URL.Darrell Anderson2013-04-061-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1514-22/+22
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-149-12/+12
|