summaryrefslogtreecommitdiffstats
path: root/tdecore
Commit message (Collapse)AuthorAgeFilesLines
* Remove temporary kprocess.h headerHEADmasterMichele Calgaro2 days3-3/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Minor improvement to tdeapplication related filesMichele Calgaro3 days6-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.Michele Calgaro3 days19-967/+963
| | | | | | Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <[email protected]>
* Rename KAppDCOPInterface to TDEAppDCOPInterfaceMichele Calgaro13 days7-35/+35
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h ↵Michele Calgaro2024-11-1917-98/+86
| | | | | | and kuniqueapp.h headers Signed-off-by: Michele Calgaro <[email protected]>
* Fix syntax error when using tqmoc on tdestoragedevice.hMichele Calgaro2024-10-081-4/+0
| | | | | | TDE now requires c++11, so the conditional code is no longer required. Signed-off-by: Michele Calgaro <[email protected]>
* Add kascii* methods previously part of tdepim/libemailfunctionsMichele Calgaro2024-09-243-1/+38
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adapt to renamed tqt3 header filesMichele Calgaro2024-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tqtglobaldefines.h only contains comments, so it is an unnecessary inclusionMichele Calgaro2024-08-241-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove __KDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-3/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily ↵Michele Calgaro2024-07-122-6/+9
| | | | | | __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed. Signed-off-by: Michele Calgaro <[email protected]>
* Remove dummy kdemacros.h fileMichele Calgaro2024-07-012-2/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename kdemacros.* files to tdemacros.*Michele Calgaro2024-06-3010-13/+14
| | | | | | A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro <[email protected]>
* Use tq* headers instead of ntq* onesMichele Calgaro2024-06-301-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOLMichele Calgaro2024-05-222-12/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove KDE_ISLIKELY and KDE_ISUNLIKELY definesMichele Calgaro2024-05-202-66/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* ↵Michele Calgaro2024-05-202-18/+30
| | | | | | equivalent Signed-off-by: Michele Calgaro <[email protected]>
* Remove KDE_DEPRECATED defineMichele Calgaro2024-05-182-4/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1423-136/+136
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove KDE_EXPORT and KDE_NO_EXPORT definesMichele Calgaro2024-05-071-3/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0114-58/+61
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1544-325/+325
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1246-310/+310
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdehw lib: drop definition of TDEDiskDeviceStatus::HotpluggableMichele Calgaro2023-12-281-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix lvm volumes appearing as removable devicesAlexander Golubev2023-12-283-56/+26
| | | | | | | | | | | | | | - remove obsolete/erroneous code meddling with GENHD_FL_MEDIA_CHANGE_NOTIFY - use /sys/block/<dev>/removable rather than /sys/block/<dev>/capabilities - deprecate TDEDiskDeviceStatus::Hotpluggable and use TDEDiskDeviceStatus::Removable for all removable devices - put some local utility function into anonymous namespace See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148 Signed-off-by: Alexander Golubev <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2110-17/+17
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-051-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace 'Event' #define stringsMichele Calgaro2023-11-302-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-262-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace color '#define' strings with actual valuesMichele Calgaro2023-11-232-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-2319-75/+75
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-234-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-211-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-183-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-1526-262/+262
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2540-206/+206
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Update hashing code for strings to be the same as upstream gettext. The old ↵Michele Calgaro2023-09-191-2/+2
| | | | | | version results in slightly different hash values for strings with ellipsis (and potentially other unicode characters). This relates to TDE/tdebase#394. Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-1210-30/+30
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop USE_TQT4 codeMichele Calgaro2023-08-2625-238/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-181-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-088-17/+17
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2056-67/+67
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-124-32/+32
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Add SunOS specific patchesDenis Kozadaev2023-05-225-3/+16
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Update version to R14.2.0~[DEVELOPMENT]Michele Calgaro2023-04-261-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update release version to R14.1.0r14.1.0Michele Calgaro2023-04-161-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add MIT licenseMichele Calgaro2023-03-262-1/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>