TDE Gitea
5d6e5702b6
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 days ago
TDE Gitea
a7e060466a
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
3 weeks ago
Michele Calgaro
a2cb3a262f
Use tdeinstance.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Alexander Golubev
a03dd9335a
split() CXX value from python config var or env
...
This fixes FTBFS caused by last commit (5e40676 )
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
Alexander Golubev
5e40676b8b
A more consistent compiler and flags config
...
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>
5 months ago
Alexander Golubev
3c4462cd16
Pass correct -rpath to libtool when build with --root
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
Alexander Golubev
32d9a1e50b
Avoid byte-compiling in case it is disabled
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
Alexander Golubev
9b02c472c2
Fixup some warnings
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
Michele Calgaro
666f8e7722
Replace ksimpleconfig.h with tdeconfig.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
6575d02404
Use tdestandarddirs.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
TDE Gitea
673ceffce5
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
11 months ago
Michele Calgaro
309b140821
Use tdeApp
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
ecdb0099bd
Fix FTBFS caused by 'mkpath' returning nothing
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
TDE Gitea
195afb9edf
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
1 year ago
TDE Gitea
42f9b5c198
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
1 year ago
TDE Gitea
f5e2e4926e
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
1 year ago
TDE Gitea
15fb580e2d
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
1 year ago
TDE Gitea
d9870f86fd
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
1 year ago
TDE Gitea
53dad51340
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
1 year ago
TDE Gitea
e236bd859e
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
1 year ago
Michele Calgaro
cedb73e812
Use proper TQt headers
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
5ef0392a27
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
4430cfce14
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
121e419507
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
4c95b9aa1f
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
b125408c0f
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
ormorph
69bf5c34cb
Fixing tdedesigner and tqtuicompiler modules not working
...
Python3 compatibility fix
Signed-off-by: ormorph <roma251078@mail.ru>
2 years ago
TDE Gitea
165eef292c
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
9bb7dc09b1
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
Slávek Banko
9f0eefe9d3
Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutils
...
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>
2 years ago
Michele Calgaro
dcf49643f4
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Gitea
939172bc31
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
7cae513885
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
fb15fcc3dc
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
db5ddb52e7
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
b42b070ae4
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
b970405995
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
f37412e53d
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
2 years ago
TDE Gitea
c0bb9f5992
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
3 years ago
Michele Calgaro
79f67e722a
Minor improvement to python version detection condition.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
e0c6c2a79a
Fix initialization of the python interpreter. This was causing runtime SEGV in tde-guidance
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
e55e706f31
Update after renaming qt => tqt in PyTQt module.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
2d380395d2
Fix reference to python module TQtDesigner in setup.py.
...
Python module TQtDesigner still named qtdesigner for now.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
cc5852b1e4
Drop python2 support in code generated from tdedistutils.py.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
6ffb11c0e1
Add abiflags to the name of the linked Python 3 library in tdedistutils.py.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
54d0b09bb5
Fix import of qtuicompiler in tdedistutils.py.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Gitea
7c744f1a0d
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
3 years ago
TDE Gitea
c8d470d6a1
Reset submodule main/libraries/pytdeextensions/admin to latest HEAD
3 years ago
Slávek Banko
30c4c2b3b0
Add abiflags to the name of the linked Python 3 library.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
f75fae3bd1
Drop python2 support.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago