Michele Calgaro
04e50e547f
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
d1e35d25fc
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
Michele Calgaro
e0df02598b
Drop USE_TQT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
a7ea84c976
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
ca88704c3e
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
b05a12a13d
Drop use of TQ_SP* defines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
cb59219281
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
a34711af5e
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
Michele Calgaro
d165869a5e
Drop compatibility code for TQPalette
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
20e4a19b0d
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
c2fdb394e6
Fix functionality broken by commit a9bbaa83
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
a9bbaa83cc
Drop Qt2's TQSortedList class
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
fded561239
Drop use of COMPAT_TQT_VERSION define
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
72e96ecd25
Drop Qt2 obsolete classes
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Mavridis Philippe
5d5725effa
Chalk: Fix loading of PNG files with iCCP
...
This commit makes some fixes to the way that iCCP profile data is read and
loaded, and adds an additional check to ensure that the PNG file does have
a profile.
It also introduces a shorter libpng version check of the form:
`#if PNG_LIBPNG_VER < 10500`
This commit fixes issue #20 .
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Michele Calgaro
273530af4f
Workaround to fix issue #32
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
François Andriot
3cd0cbde8a
Fix python3 indentation
...
Signed-off-by: François Andriot <francois.andriot@thalesgroup.com>
2 years ago
ormorph
2b9cf56a72
Added build fix for with new version of libpaper
...
Signed-off-by: ormorph <roma251078@mail.ru>
2 years ago
Michele Calgaro
35ce85f8c4
Update kivio python 3 integration.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko
cb526fe9ff
Disable build of Kross python plugin, because it is not compatible with Python >= 3.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
21c6548234
Update after renaming qt => tqt in PyTQt module.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
86480e58ea
Drop python2 support in scripts.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
135d005014
Update python scripts for PyTQt.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
TDE Gitea
596d0f7b9e
Reset submodule main/applications/office/koffice/admin to latest HEAD
2 years ago
TDE Gitea
08fa1fcf5d
Reset submodule main/applications/office/koffice/admin to latest HEAD
2 years ago
Michele Calgaro
c8cc131b0f
Remove unnecessary accelerators from .ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
98bd0ec183
Add man pages for TDE applications
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Mavridis Philippe
69b99acba4
KOffice: switch to global TDEFontChooser
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Michele Calgaro
79949811e0
Fix FTBFS with clang. This resolves issue #25 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Mavridis Philippe
de8a8ab3e5
TDEFontChooser_local: Fix font style matching
...
This applies the same fix as in tdelibs for TDEFontDialog.
This resolves issue #22 .
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Michele Calgaro
56b40453cd
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Mavridis Philippe
6468d1790a
KPresenter: look in DATADIR/kpresenter for template
...
This is because when the app is launched as part of KOShell,
the appname is koshell instead of kpresenter, making usage of
APPDATADIR fail.
This resolves issue #21 .
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Slávek Banko
5daf2fbc51
Fix FTBFS because of conflict between config.h generated by automake
...
and Ruby headers.
Instead of using config.h in Ruby related code, the definitions
related to Ruby version are added to CFLAGS.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
920d54124a
Fix FTBFS with Ruby 3.x due to removed rb_set_safe_level.
...
In Ruby 2.7 the entire concept is deprecated and in Ruby 3.x is removed
entirely - see https://bugs.ruby-lang.org/issues/16131
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
07ad9d5a17
kexi: replace includehints with includes in .ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Gitea
4b35f65319
Reset submodule main/applications/office/koffice/admin to latest HEAD
3 years ago
Michele Calgaro
bf584cbbbf
Fixed FTBFS caused by commit b070dc18
on some distros/archs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
b070dc1873
Replaced 'includehints' with 'includes' in *.ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
ddcebcf43b
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
ormorph
5274e5d455
Added kexi hotfix to support versions 12 and higher, fixing issue #15
...
Signed-off-by: ormorph <roma251078@mail.ru>
3 years ago
ormorph
1968391ae9
Fixed build issue with libwv2 support
...
Signed-off-by: ormorph <roma251078@mail.ru>
3 years ago
Michele Calgaro
085b8b6c98
Fixed FTBFS caused by usage of dynamic exception specification, no longer accepted in c++17.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
8b78a8791b
Renaming of files in preparation for code style tools.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
95834e2bdc
Fixed missing include file guard.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
dd4a9b2511
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Gitea
527e77fe24
Reset submodule main/applications/koffice/cmake to latest HEAD
4 years ago
François Andriot
d10645a3b9
Fix invalid LDFLAGS in chalk viewplugins
...
Signed-off-by: François Andriot <francois.andriot@free.fr>
4 years ago
François Andriot
e58be56584
Fix build on Fedora 34 / Ruby 3.0.1
...
Signed-off-by: François Andriot <francois.andriot@free.fr>
4 years ago
Slávek Banko
657a975c63
Workaround for parallel build.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea
6c3649709f
Reset submodule main/applications/koffice/cmake to latest HEAD
4 years ago