summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hr14.1.xMichele Calgaro2025-08-191-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a2cb3a262fbd172dba06b601fed7e938d494fa4d)
* Avoid byte-compiling in case it is disabledAlexander Golubev2025-07-281-3/+4
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 32d9a1e50ba6a0cc72e546934bf80d6361ad55f9)
* Fixup some warningsAlexander Golubev2025-07-251-2/+2
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 9b02c472c213716e68b4ae256686c83f07fa46f7)
* Fix FTBFS caused by 'mkpath' returning nothingMichele Calgaro2025-01-191-6/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ecdb0099bd14fc440a09219bd3df5672208c483c)
* Fixing tdedesigner and tqtuicompiler modules not workingr14.1.2ormorph2024-04-213-11/+11
| | | | | | | Python3 compatibility fix Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 69bf5c34cbcf8e94d876f448ee4d8e292cf0d7e3)
* Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutilsSlávek Banko2024-01-311-32/+40
| | | | | | | | | | | with multiple Python3 installed in parallel. This solves FTBFS when building tde-guidance. Remove import of 'imp' module that is no longer needed. Sysconfig from Python is now used instead of sysconfig from distutils. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f0eefe9d37963ff414f24e20e84709f41d01596)
* Minor improvement to python version detection condition.r14.1.0Michele Calgaro2023-01-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix initialization of the python interpreter. This was causing runtime SEGV ↵Michele Calgaro2023-01-251-5/+6
| | | | | | in tde-guidance Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-234-155/+147
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support in code generated from tdedistutils.py.Slávek Banko2023-01-201-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add abiflags to the name of the linked Python 3 library in tdedistutils.py.Slávek Banko2023-01-201-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix import of qtuicompiler in tdedistutils.py.Slávek Banko2023-01-201-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support.Michele Calgaro2023-01-053-97/+93
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update after rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-212-8/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update for renamed sip-tqt.Slávek Banko2022-01-131-19/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix lib64 detection on aarch64 and ppc64le architecturesFrançois Andriot2021-05-031-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* qt -> tqt conversion:Michele Calgaro2018-09-282-3/+3
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-4/+4
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-16/+16
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Find sip4_tqt and python_tqt modules in all sys.pathSlávek Banko2016-09-291-0/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Properly import python_tqt moduleSlávek Banko2016-09-282-22/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Properly re-export loaded module symbols as globalTimothy Pearson2014-09-243-9/+14
| | | | This relates to Bug 1995
* Fix error introduced in GIT hash 07ce261Timothy Pearson2014-09-231-2/+2
|
* Minor whitespace cleanupTimothy Pearson2014-09-231-2/+2
|
* Fix kcm module install directoryTimothy Pearson2014-09-231-1/+1
| | | | This relates to Bug 1995
* Rename kdedesigner => tdedesignerSlávek Banko2014-01-181-1/+1
|
* Rename kdedistutils => tdedistutilsSlávek Banko2014-01-181-247/+247
|
* Remove hardcoded 'include' directory locationsSlávek Banko2014-01-181-4/+4
|
* Remove hardcoded 'lib' directorySlávek Banko2014-01-181-14/+10
|
* Adds the EXTRA_MODULES_DIR variableFrancois Andriot2014-01-181-0/+8
|
* Add sip4-tqt and python-tqt modules to the Python search pathSlávek Banko2014-01-182-13/+34
|
* Convert QT to TQT in 'kdedistutils.py'Francois Andriot2014-01-181-8/+8
|
* Fix kdedistutils FTBFS with newer libtoolSlávek Banko2013-03-281-0/+2
|
* Fix unintended rename of many various *klist*Slávek Banko2013-02-191-49/+49
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-2/+2
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-4/+4
|
* Rename KIOTimothy Pearson2013-02-141-14/+14
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-49/+49
|
* Fix a few remaining references to kio_Timothy Pearson2013-01-301-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-47/+47
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-14/+14
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-1/+1
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-1/+1
|
* Fix libgcc library detectionSlávek Banko2012-11-011-1/+19
| | | | | Fix QT directories detection Thanks to Francois Andriot
* Fix FTBFSSlávek Banko2012-08-201-2/+0
| | | | | Thanks to Francois Andriot for the patch This resolves Bug 1148
* Reverse an old Debian-specific patch that prevents building onDarrell Anderson2012-06-131-5/+5
| | | | some 64-bit systems. Add text to help with basic debugging.
* Remove guidance-specific EXTRA_MODULE_DIR code from this generic moduleTimothy Pearson2012-06-121-15/+0
| | | | This resolves Bug 999
* Create only unversioned library when building kcontrol module or kio moduleTimothy Pearson2012-06-121-0/+4
| | | | Thanks to Francois Andriot for the patch!