summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use proper TQt headersMichele Calgaro2024-09-151-8/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixing tdedesigner and tqtuicompiler modules not workingormorph2024-04-203-11/+11
| | | | | | Python3 compatibility fix Signed-off-by: ormorph <[email protected]>
* Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutilsSlávek Banko2024-01-291-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 <[email protected]>
* Minor improvement to python version detection condition.r14.1.0Michele Calgaro2023-01-261-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-234-155/+147
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop python2 support in code generated from tdedistutils.py.Slávek Banko2023-01-201-4/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Fix import of qtuicompiler in tdedistutils.py.Slávek Banko2023-01-201-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop python2 support.Michele Calgaro2023-01-053-97/+93
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update after rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-212-8/+8
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update for renamed sip-tqt.Slávek Banko2022-01-131-19/+15
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix lib64 detection on aarch64 and ppc64le architecturesFrançois Andriot2021-05-031-1/+1
| | | | Signed-off-by: François Andriot <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-282-3/+3
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-16/+16
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]>
* Find sip4_tqt and python_tqt modules in all sys.pathSlávek Banko2016-09-291-0/+8
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Properly import python_tqt moduleSlávek Banko2016-09-282-22/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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!
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-6/+6
|
* Hack to use whatever python directory is availableTimothy Pearson2012-05-061-8/+8
| | | | This will probably fail on systems with more than one python version installed
* Update HTML install path references and some branding text strings.Darrell Anderson2012-04-101-11/+11
|