summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-067-18/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace auto_ptrMichele Calgaro2024-01-211-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-12550-5016/+5010
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-01-021-0/+0
|
* 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-21102-407/+404
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0547-101/+101
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Russian)Andrei Stepanov2023-12-021-14/+15
| | | | | | | Currently translated at 100.0% (179 of 179 strings) Translation: tdelibs/all languages Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/
* Replace 'Event' #define stringsMichele Calgaro2023-11-3015-55/+55
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS caused by detection of libr version after recent updateMichele Calgaro2023-11-261-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2646-254/+254
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2444-126/+126
| | | | 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-2330-107/+107
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-236-22/+22
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-2112-31/+31
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-1836-144/+144
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-15285-1349/+1349
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Prevent to use conditional inclusion preprocessor feature (since C++23)OBATA Akio2023-11-141-1/+1
| | | | | | | `#elifdef` is supported since C23 and C++23, but such newer compiler is not required here. Signed-off-by: OBATA Akio <[email protected]>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-053-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-11-031-0/+0
|
* KTabBar: add way to revert tab color to defaultMavridis Philippe2023-11-024-2/+26
| | | | | | | | This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme. It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead. Signed-off-by: Mavridis Philippe <[email protected]>
* Translated using Weblate (Ukrainian)Roman Savochenko2023-11-011-7/+7
| | | | | | | Currently translated at 100.0% (328 of 328 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Drop INT32 => TQ_INT32 definitions that are no longer needed, causingSlávek Banko2023-10-092-2/+0
| | | | | | conflicting declaration and leading to FTBFS on 32bit architectures. Signed-off-by: Slávek Banko <[email protected]>
* Removed unsupported qtint*/qtuint* typesMichele Calgaro2023-10-094-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-25211-784/+784
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-09-251-0/+0
|
* 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 Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-134-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-1235-98/+98
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-072-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0237-87/+87
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace tqt_mo_* definesMichele Calgaro2023-09-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop Symbian supportMichele Calgaro2023-09-011-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop USE_TQT4 codeMichele Calgaro2023-08-2651-446/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Italian)Michele Calgaro2023-08-231-4/+4
| | | | | | | Currently translated at 100.0% (328 of 328 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1833-64/+64
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-0918-26/+26
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-0827-59/+59
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Russian)Andrei Stepanov2023-07-231-4/+4
| | | | | | | Currently translated at 100.0% (328 of 328 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20657-921/+915
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-198-24/+24
| | | | Signed-off-by: Michele Calgaro <[email protected]>