summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace auto_ptrMichele Calgaro2024-01-231-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9c8be949b4653960544faefc15131baa4671ee1d)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-15550-5016/+5010
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba3b5b77e1a430dc7197df20872ba46ce2fb6fa7)
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2024-01-021-0/+0
|
* 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 <fatzer2@gmail.com> (cherry picked from commit 14573faf07515b472f86dff585bd8a14fa1f25d7)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-26102-407/+404
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d5688771d8a6837975be512ee37f61bad7dbd345)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0547-101/+101
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 44e712a770ad0ab59d33790a80b5f6235cff6921)
* Merge translation files from master branch.Automated System2023-12-031-12/+13
|
* Replace 'Event' #define stringsMichele Calgaro2023-12-0215-55/+55
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f22a9c72dda24871973033123039639af6577eaa)
* Fix FTBFS caused by detection of libr version after recent updateMichele Calgaro2023-11-261-2/+2
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7a00e005dd5806a1056488e3a1199bf382a42623)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2646-254/+254
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2544-126/+126
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8d79c40791fa0bcac4d4ce1dc7385b19e523ba08)
* Replace color '#define' strings with actual valuesMichele Calgaro2023-11-242-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 17a8fd0ec28f5efbc658892067bb5602b6a8e44c)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-2330-107/+107
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d42f9ae842840a825c4ad4f7341f82003127c8f6)
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-236-22/+22
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 73dba53e4a36a31d7c803806706cc8a17a245e5c)
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-2112-31/+31
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-2036-144/+144
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57e0ed66347db15cb1cd66488f095107e7772ad9)
* Replace Qt with TQtMichele Calgaro2023-11-15285-1349/+1349
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3)
* 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 <obache@wizdas.com> (cherry picked from commit 419c185be746df8bba59fe5de991b4a2b3977897)
* 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-063-3/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 49ab8ddf538aea03f228d9cc1d92fbf0aaa37d89)
* 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 <mavridisf@gmail.com> (cherry picked from commit c28a87c7d2e5c170a84bd8d1e7feece3ef9521ec)
* Merge translation files from master branch.Automated System2023-11-011-7/+7
|
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Update version to R14.1.2~[DEVELOPMENT]Slávek Banko2023-10-302-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update version number for R14.1.1 final release.r14.1.1Slávek Banko2023-10-182-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz> (cherry picked from commit 3edad5e6f587a1ccb68b37dedc04c49547f63c8e)
* Removed unsupported qtint*/qtuint* typesMichele Calgaro2023-10-094-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9300f9e576b0f014f2f18e9204d8bad7e2cc68a9)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-25211-784/+784
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4c0dae60b2fbc60996fc8f4bd29ee6219b869527)
* 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 <michele.calgaro@yahoo.it> (cherry picked from commit 987507131d72dcdd8008f18e301dd8bc3551a572)
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-144-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d67c4fd58202569729ea6d7ec6117a7a7f36ad0e)
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-1235-98/+98
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f36f8966371d24decc0740ccf9f8b0cc2c57838)
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-072-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cc5cf548f13ee0c43c41ac60ad056765e7dccb26)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0437-87/+87
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1e5d5c92c374c8c950f01fa5aa916b3f722f98c1)
* Replace tqt_mo_* definesMichele Calgaro2023-09-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 34632650f1a323bdb5a0bbb0f504e3db70d87330)
* 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 <michele.calgaro@yahoo.it> (cherry picked from commit 8d94694c140d27ac95d8432164a0b84963601bac)
* Drop USE_TQT4 codeMichele Calgaro2023-08-3151-446/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57af4f9d87ac88216a3bbcebaeed55db07a8948d)
* Merge translation files from master branch.Automated System2023-08-251-4/+4
|
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1833-64/+64
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48b07a0ff120e8b4479bcac912d8a8f043e22ae4)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-0918-26/+26
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-0827-59/+59
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0b74ba868682f39c41a9f70ae11297425b711e1)
* Merge translation files from master branch.Automated System2023-07-231-2/+2
|
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20657-921/+915
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1354-271/+271
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0)
* Merge translation files from master branch.Automated System2023-07-071-12/+12
|
* Merge translation files from master branch.Automated System2023-07-051-4/+4
|