Michele Calgaro
cf1bb69b29
Replace auto_ptr
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 56ddbe04dc
)
10 months ago
Michele Calgaro
e1b37ac193
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0332621bc
)
11 months ago
TDE Gitea
d08f80f854
Reset submodule main/applications/office/koffice/admin to latest HEAD
11 months ago
Michele Calgaro
757d80a919
Remove various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3aab8aa05b
)
11 months ago
Michele Calgaro
9abcf51de9
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fb6b4d204d
)
1 year ago
Michele Calgaro
5761876d3a
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d7ae9fb514
)
1 year ago
Michele Calgaro
2891d3c2d5
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b727f4b3b1
)
1 year ago
Michele Calgaro
f9893e5b16
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dcc4dc7a89
)
1 year ago
Michele Calgaro
8263fdf760
Replaced various '#define' with actual strings - part 2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10a82ab583
)
1 year ago
Michele Calgaro
00aa1f43c3
Replace various strings '#define'd in tqtinterface
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 390bf1c592
)
1 year ago
Michele Calgaro
c8c5e11f05
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ef06f14f24
)
1 year ago
Slávek Banko
c9973bfbf1
Raise the minimum required version of CMake to 3.5.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 895081803a
)
1 year ago
TDE Gitea
9ffb23718a
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
TDE Gitea
8f9404a39e
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
TDE Gitea
e6e620bc26
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
TDE Gitea
86391a6e46
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
Michele Calgaro
7cec1c0edd
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 49e49d1876
)
1 year ago
TDE Gitea
c545773814
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
Michele Calgaro
a7351a9c21
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 36ddb9f928
)
1 year ago
Michele Calgaro
141d8c0365
Replace various tqtinterface's TQ_* defines with actual types
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cecd6a4a48
)
1 year ago
Michele Calgaro
7b525ca120
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04e50e547f
)
1 year ago
TDE Gitea
c4525c81c3
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
Michele Calgaro
73836b4ca5
Drop USE_TQT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e0df02598b
)
1 year ago
Michele Calgaro
1607518b8c
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a7ea84c976
)
1 year ago
Michele Calgaro
64574118b7
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ca88704c3e
)
1 year ago
Michele Calgaro
c9fc87afcc
Drop use of TQ_SP* defines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b05a12a13d
)
1 year ago
Michele Calgaro
ef14fba42c
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb59219281
)
1 year ago
TDE Gitea
8b5a8460b3
Reset submodule main/applications/office/koffice/admin to latest HEAD
1 year ago
Michele Calgaro
462dc85dcb
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>
(cherry picked from commit 20e4a19b0d
)
1 year ago
Michele Calgaro
75cc9de8f4
Drop use of COMPAT_TQT_VERSION define
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fded561239
)
2 years ago
Michele Calgaro
f25aee7b80
Drop Qt2 obsolete classes
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 72e96ecd25
)
2 years ago
Mavridis Philippe
72bac0dd3d
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>
(cherry picked from commit 5d5725effa
)
2 years ago
Michele Calgaro
b19ae6acef
Workaround to fix issue #32
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 273530af4f
)
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>
3 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