Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove temporary kprocess.h headerHEADmaster | Michele Calgaro | 2 days | 3 | -3/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Minor improvement to tdeapplication related files | Michele Calgaro | 3 days | 6 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}. | Michele Calgaro | 3 days | 19 | -967/+963 |
| | | | | | | Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename KAppDCOPInterface to TDEAppDCOPInterface | Michele Calgaro | 13 days | 7 | -35/+35 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h ↵ | Michele Calgaro | 2024-11-19 | 17 | -98/+86 |
| | | | | | | and kuniqueapp.h headers Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix syntax error when using tqmoc on tdestoragedevice.h | Michele Calgaro | 2024-10-08 | 1 | -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/libemailfunctions | Michele Calgaro | 2024-09-24 | 3 | -1/+38 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adapt to renamed tqt3 header files | Michele Calgaro | 2024-09-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | tqtglobaldefines.h only contains comments, so it is an unnecessary inclusion | Michele Calgaro | 2024-08-24 | 1 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove __KDE_HAVE_GCC_VISIBILITY | Michele Calgaro | 2024-07-14 | 1 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily ↵ | Michele Calgaro | 2024-07-12 | 2 | -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 file | Michele Calgaro | 2024-07-01 | 2 | -2/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename kdemacros.* files to tdemacros.* | Michele Calgaro | 2024-06-30 | 10 | -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* ones | Michele Calgaro | 2024-06-30 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL | Michele Calgaro | 2024-05-22 | 2 | -12/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines | Michele Calgaro | 2024-05-20 | 2 | -66/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* ↵ | Michele Calgaro | 2024-05-20 | 2 | -18/+30 |
| | | | | | | equivalent Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove KDE_DEPRECATED define | Michele Calgaro | 2024-05-18 | 2 | -4/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace KDE_DEPRECATED with TDE_DEPRECATED | Michele Calgaro | 2024-05-14 | 23 | -136/+136 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove KDE_EXPORT and KDE_NO_EXPORT defines | Michele Calgaro | 2024-05-07 | 1 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-01 | 14 | -58/+61 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-15 | 44 | -325/+325 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-12 | 46 | -310/+310 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable | Michele Calgaro | 2023-12-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix lvm volumes appearing as removable devices | Alexander Golubev | 2023-12-28 | 3 | -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 6 | Michele Calgaro | 2023-12-21 | 10 | -17/+17 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-11-30 | 2 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace color '#define' strings with actual values | Michele Calgaro | 2023-11-23 | 2 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 2 | Michele Calgaro | 2023-11-23 | 19 | -75/+75 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced time related '#define' with actual strings | Michele Calgaro | 2023-11-23 | 4 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various tq* strings with TQt::* equivalents | Michele Calgaro | 2023-11-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various strings '#define'd in tqtinterface | Michele Calgaro | 2023-11-18 | 3 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-15 | 26 | -262/+262 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-25 | 40 | -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 Calgaro | 2023-09-19 | 1 | -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 types | Michele Calgaro | 2023-09-12 | 10 | -30/+30 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop USE_TQT4 code | Michele Calgaro | 2023-08-26 | 25 | -238/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 1 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_CONST defines | Michele Calgaro | 2023-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 8 | -17/+17 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 56 | -67/+67 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-12 | 4 | -32/+32 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add SunOS specific patches | Denis Kozadaev | 2023-05-22 | 5 | -3/+16 |
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> | ||||
* | Update version to R14.2.0~[DEVELOPMENT] | Michele Calgaro | 2023-04-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update release version to R14.1.0r14.1.0 | Michele Calgaro | 2023-04-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add MIT license | Michele Calgaro | 2023-03-26 | 2 | -1/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> |