Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper TQt headers | Michele Calgaro | 2024-09-15 | 1 | -8/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixing tdedesigner and tqtuicompiler modules not working | ormorph | 2024-04-20 | 3 | -11/+11 |
| | | | | | | Python3 compatibility fix Signed-off-by: ormorph <[email protected]> | ||||
* | Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutils | Slávek Banko | 2024-01-29 | 1 | -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.0 | Michele Calgaro | 2023-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix initialization of the python interpreter. This was causing runtime SEGV ↵ | Michele Calgaro | 2023-01-25 | 1 | -5/+6 |
| | | | | | | in tde-guidance Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update after renaming qt => tqt in PyTQt module. | Slávek Banko | 2023-01-23 | 4 | -155/+147 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop python2 support in code generated from tdedistutils.py. | Slávek Banko | 2023-01-20 | 1 | -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 Banko | 2023-01-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix import of qtuicompiler in tdedistutils.py. | Slávek Banko | 2023-01-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop python2 support. | Michele Calgaro | 2023-01-05 | 3 | -97/+93 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update after rename python extension module from python_tqt to PyTQt. | Slávek Banko | 2022-12-21 | 2 | -8/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update for renamed sip-tqt. | Slávek Banko | 2022-01-13 | 1 | -19/+15 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix lib64 detection on aarch64 and ppc64le architectures | François Andriot | 2021-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: François Andriot <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-28 | 2 | -3/+3 |
| | | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -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 Calgaro | 2018-09-27 | 1 | -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.path | Slávek Banko | 2016-09-29 | 1 | -0/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Properly import python_tqt module | Slávek Banko | 2016-09-28 | 2 | -22/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Properly re-export loaded module symbols as global | Timothy Pearson | 2014-09-24 | 3 | -9/+14 |
| | | | | This relates to Bug 1995 | ||||
* | Fix error introduced in GIT hash 07ce261 | Timothy Pearson | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Minor whitespace cleanup | Timothy Pearson | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Fix kcm module install directory | Timothy Pearson | 2014-09-23 | 1 | -1/+1 |
| | | | | This relates to Bug 1995 | ||||
* | Rename kdedesigner => tdedesigner | Slávek Banko | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | Rename kdedistutils => tdedistutils | Slávek Banko | 2014-01-18 | 1 | -247/+247 |
| | |||||
* | Remove hardcoded 'include' directory locations | Slávek Banko | 2014-01-18 | 1 | -4/+4 |
| | |||||
* | Remove hardcoded 'lib' directory | Slávek Banko | 2014-01-18 | 1 | -14/+10 |
| | |||||
* | Adds the EXTRA_MODULES_DIR variable | Francois Andriot | 2014-01-18 | 1 | -0/+8 |
| | |||||
* | Add sip4-tqt and python-tqt modules to the Python search path | Slávek Banko | 2014-01-18 | 2 | -13/+34 |
| | |||||
* | Convert QT to TQT in 'kdedistutils.py' | Francois Andriot | 2014-01-18 | 1 | -8/+8 |
| | |||||
* | Fix kdedistutils FTBFS with newer libtool | Slávek Banko | 2013-03-28 | 1 | -0/+2 |
| | |||||
* | Fix unintended rename of many various *klist* | Slávek Banko | 2013-02-19 | 1 | -49/+49 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -2/+2 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 1 | -4/+4 |
| | |||||
* | Rename KIO | Timothy Pearson | 2013-02-14 | 1 | -14/+14 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -49/+49 |
| | |||||
* | Fix a few remaining references to kio_ | Timothy Pearson | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 1 | -47/+47 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS resulting from KCModule rename | Timothy Pearson | 2013-01-25 | 1 | -5/+5 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 1 | -14/+14 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Fix libgcc library detection | Slávek Banko | 2012-11-01 | 1 | -1/+19 |
| | | | | | Fix QT directories detection Thanks to Francois Andriot | ||||
* | Fix FTBFS | Slávek Banko | 2012-08-20 | 1 | -2/+0 |
| | | | | | Thanks to Francois Andriot for the patch This resolves Bug 1148 | ||||
* | Reverse an old Debian-specific patch that prevents building on | Darrell Anderson | 2012-06-13 | 1 | -5/+5 |
| | | | | some 64-bit systems. Add text to help with basic debugging. | ||||
* | Remove guidance-specific EXTRA_MODULE_DIR code from this generic module | Timothy Pearson | 2012-06-12 | 1 | -15/+0 |
| | | | | This resolves Bug 999 | ||||
* | Create only unversioned library when building kcontrol module or kio module | Timothy Pearson | 2012-06-12 | 1 | -0/+4 |
| | | | | Thanks to Francois Andriot for the patch! | ||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 1 | -6/+6 |
| | |||||
* | Hack to use whatever python directory is available | Timothy Pearson | 2012-05-06 | 1 | -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 Anderson | 2012-04-10 | 1 | -11/+11 |
| |