summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hHEADmasterMichele Calgaro2025-08-191-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* split() CXX value from python config var or envAlexander Golubev2025-07-301-2/+2
| | | | | | This fixes FTBFS caused by last commit (5e40676) Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* A more consistent compiler and flags configAlexander Golubev2025-07-281-26/+17
| | | | | | | | | | | | | | For compiler: * use the same one that was used to build python * [if none] use the one from CXX env var * [if none] fallback to c++ For CXXFLAGS: * use python's recommended CFLAGS * append our own -fno-strict-aliasing * append user-provided CXXFLAGS Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Pass correct -rpath to libtool when build with --rootAlexander Golubev2025-07-281-12/+10
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Avoid byte-compiling in case it is disabledAlexander Golubev2025-07-261-3/+4
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fixup some warningsAlexander Golubev2025-07-251-2/+2
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Replace ksimpleconfig.h with tdeconfig.hMichele Calgaro2025-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Use tdeAppMichele Calgaro2025-01-1910-40/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS caused by 'mkpath' returning nothingMichele Calgaro2025-01-172-7/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-11-071-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-10-311-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-10-141-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-10-091-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-09-261-0/+0
|
* Use proper TQt headersMichele Calgaro2024-09-151-8/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-05-271-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fixing tdedesigner and tqtuicompiler modules not workingormorph2024-04-203-11/+11
| | | | | | Python3 compatibility fix Signed-off-by: ormorph <roma251078@mail.ru>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-02-081-0/+0
|
* 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 <slavek.banko@axis.cz>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-101-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-07-191-0/+0
|
* 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-2319-208/+200
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix reference to python module TQtDesigner in setup.py.Slávek Banko2023-01-201-1/+1
| | | | | | Python module TQtDesigner still named qtdesigner for now. 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-202-2/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Add abiflags to the name of the linked Python 3 library.Slávek Banko2023-01-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support.Michele Calgaro2023-01-055-111/+106
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update after rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-218-14/+14
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2022-01-281-0/+0
|