summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-04672-6113/+6113
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Remove various '#define' strings - part 6Michele Calgaro2023-12-15102-1333/+1333
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0486-143/+143
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace 'Event' #define stringsMichele Calgaro2023-11-3044-101/+101
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2617-27/+27
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2430-70/+70
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-232-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-203-15/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-16358-1519/+1519
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-101-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2624-479/+479
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-122-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0292-157/+157
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop USE_TQT4 codeMichele Calgaro2023-08-2525-130/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1848-175/+175
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-085-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop use of TQ_SP* defines.Michele Calgaro2023-08-071-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201060-1339/+1339
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-192-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1169-295/+295
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Fix functionality broken by commit a9bbaa83Michele Calgaro2023-07-011-9/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop Qt2's TQSortedList classMichele Calgaro2023-06-195-8/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop use of COMPAT_TQT_VERSION defineMichele Calgaro2023-06-059-129/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop Qt2 obsolete classesMichele Calgaro2023-06-039-89/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Chalk: Fix loading of PNG files with iCCPMavridis Philippe2023-05-101-28/+28
| | | | | | | | | | | | | 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 <[email protected]>
* Workaround to fix issue #32Michele Calgaro2023-05-084-11/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix python3 indentationr14.1.0François Andriot2023-04-093-8/+8
| | | | Signed-off-by: François Andriot <[email protected]>
* Added build fix for with new version of libpaperormorph2023-03-031-1/+1
| | | | Signed-off-by: ormorph <[email protected]>
* Update kivio python 3 integration.Michele Calgaro2023-02-022-156/+194
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Disable build of Kross python plugin, because it is not compatible with ↵Slávek Banko2023-02-021-1/+4
| | | | | | Python >= 3. Signed-off-by: Slávek Banko <[email protected]>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-2312-523/+523
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop python2 support in scripts.Slávek Banko2023-01-2229-425/+428
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update python scripts for PyTQt.Slávek Banko2023-01-2212-746/+752
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-1120-114/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add man pages for TDE applicationsMichele Calgaro2022-06-2615-0/+756
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* KOffice: switch to global TDEFontChooserMavridis Philippe2022-06-095-1357/+5
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Fix FTBFS with clang. This resolves issue #25.Michele Calgaro2022-05-126-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* TDEFontChooser_local: Fix font style matchingMavridis Philippe2022-05-112-12/+27
| | | | | | | | This applies the same fix as in tdelibs for TDEFontDialog. This resolves issue #22. Signed-off-by: Mavridis Philippe <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>