summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hr14.1.xMichele Calgaro2025-08-181-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 70e8764a0de494d1fdfa2fd74ec44879bf74c9fd)
* Remove mentions of dbus-tqt as it is not actually usedAlexander Golubev2025-07-291-3/+0
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 9aff9db6c11e23934ef24cc644561f4a6f7fe255)
* Replace TRUE/FALSE with boolean values true/falser14.1.4Michele Calgaro2025-03-281-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ab880eca0de2a668915d460c1819db079699bfb7)
* Remove support for OSFMichele Calgaro2025-01-102-11/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4677d5b00f2267c7ca36cca260c44a154d67ebd7)
* Remove support for Metrowerks compilerMichele Calgaro2024-12-313-45/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5d7a5f0ba9983f16f3b4e7889e5997b2019250f2)
* Remove unused code that was causing a dependency on dbus-tqtMichele Calgaro2024-11-211-5/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a8aa919300c70ce5d3cf8e706eb2980ad56a8c01)
* Don't use obsolete header kapp.hMichele Calgaro2024-11-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9610f057c73050e9da9f35ed5c3c73358ca5eae3)
* Drop Borland compiler specific codeMichele Calgaro2024-10-312-30/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 213bf20912d095ff088e0f1cfbabe83459b89a04)
* Fix visibility of public slots in PartBase. This resolves issue #24r14.1.3Michele Calgaro2024-10-031-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3f58dcfa4dcb0283eeca7a2f0ff53b932f686849)
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-012-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 12255d549f4826b23b99f4ead2aef4838f79cc84)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0740-1040/+1040
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22a46b7525fb4db31bdd603c7a18a9204144ef0f)
* Fix FTBFS caused by missing include. This resolves issue #19Michele Calgaro2024-04-171-1/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 311b228923a78ead3e64726d589926ff4199bff1)
* Replace Qt with TQtMichele Calgaro2024-02-251-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3a8356c8299e7726f7fe7bf5716ce08b19312e27)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0417-486/+486
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 861ae27a46c4bb5d5c67feb6d8bbb4a37961b9cd)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-106-96/+96
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8a3b81b3c22a3eb79afd726cfef71c0949efb7d)
* Solving the problem of launching the settings dialog without xine supportormorph2023-11-281-3/+6
| | | | | | | The settings dialog crashes if built without xine support. Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 6212c1b319a59450c44c9bb212cf7dce5df23c3e)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10c3044e1149edce5eec6dcf6b082c2474d77908)
* Replace Qt with TQtMichele Calgaro2023-11-056-26/+26
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4ee90855df32a13209bd394b86d81446aa2e31ad)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-032-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8c5aec192068779f6b7167c03ea66e441113f76d)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-142-3/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e524a45ee7cd6285ef3fa48ac8a1ac056293149a)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2420-65/+65
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f15328299d0c380543f17448311292fe57fae751)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-122-6/+6
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 47d29ee63f76127afe48c487d3e8794b0d05508b)
* Fixed FTBFS in clang caused by wrong access to class members.Michele Calgaro2021-07-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of .desktop files.Slávek Banko2021-03-033-177/+16
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Copy translations to a new directory layout.Slávek Banko2021-03-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.gregory guy2021-03-023-127/+17
| | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS. Rework of the README and the English help page files. Update some cmake files with latest macros. libXv and libXext are handled by cmake intern modules through X11 variables. Few cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add support for RISC-V 32bit and 64bit.Slávek Banko2021-03-011-0/+92
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-2911-11/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS due to narrowing conversion from 'unsigned int' to 'int'.Slávek Banko2020-09-061-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed detection of library at runtime.Michele Calgaro2020-06-291-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add library paths to link_directories and supply correct Xtest check/variablesaneejit12020-06-261-3/+19
| | | | | | This resolves bug 3130 Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Fixed FTBFS due to missing linked libraries.Michele Calgaro2020-06-152-0/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to the cmake building system.gregory guy2020-04-061-0/+241
| | | | | | | | A man page taken fron the Debian packaging system has been added. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove wrong absolute path for the cp unix command.gregory guy2020-04-061-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix building KOffice plugin.Slávek Banko2020-04-062-10/+18
| | | | | | | This resolves issue #4. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add CMakeL10n rules.Slávek Banko2018-12-281-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix automake build dependenciesSlávek Banko2018-08-191-0/+6
| | | | | | Workaround for parallel build Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Relate to bug 2424gregory guy2018-08-181-1/+1
|
* Add GStreamer 1.0 supportSlávek Banko2016-03-112-8/+85
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix g_object_set last argumentFrançois Andriot2015-05-261-1/+1
| | | | | | This resolves Bug 2433 Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-2/+2
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-7/+7
|
* Add ARM64 supportSlávek Banko2015-01-151-0/+51
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename a few icons left in rc filesr14.0.0Timothy Pearson2014-11-201-4/+4
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-1/+1
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-225-7/+7
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-224-6/+6
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown