summaryrefslogtreecommitdiffstats
path: root/tdeio
Commit message (Collapse)AuthorAgeFilesLines
* Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() ↵Michele Calgaro2025-02-0338-99/+99
| | | | | | and kapp to tdeApp. Signed-off-by: Michele Calgaro <[email protected]>
* Remove support for Tru64 and OSFMichele Calgaro2025-01-073-20/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename kcrash.{h,cpp} to tdecrash.{h.cpp}Michele Calgaro2024-12-281-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename class KProcIO to TDEProcIOMichele Calgaro2024-12-154-8/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.Michele Calgaro2024-12-0115-15/+15
| | | | | | Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <[email protected]>
* Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h ↵Michele Calgaro2024-11-192-6/+6
| | | | | | and kuniqueapp.h headers Signed-off-by: Michele Calgaro <[email protected]>
* NetBSD also supports acl_get_perm_npgavgav2024-11-171-2/+2
| | | | Signed-off-by: gavgav <[email protected]>
* Don't explicetly include tqt.h anymoreMichele Calgaro2024-10-312-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop Borland compiler specific codeMichele Calgaro2024-10-271-9/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdeio - scheduler: Fix crash if the job or slave are not valid.Slávek Banko2024-09-271-0/+12
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix display of icon for filenames with multiple dots in the icon dialog window.Michele Calgaro2024-08-241-3/+3
| | | | | | | This patch has been adapted from the equivalent patch in the Suse's KDE3 repositories created by Yasuhiko Kamata. https://build.opensuse.org/projects/KDE:KDE3/packages/kdelibs3/files/kdelibs-multiple-dot-iconfile.patch Signed-off-by: Michele Calgaro <[email protected]>
* Rename kdemacros.* files to tdemacros.*Michele Calgaro2024-06-307-7/+7
| | | | | | 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]>
* KDirOperator: add support for history navigation mouse buttonsMavridis Philippe2024-06-012-0/+28
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* ↵Michele Calgaro2024-05-201-3/+3
| | | | | | equivalent Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1419-65/+65
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-018-13/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix compatibility with C++17.Slávek Banko2024-04-121-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdeio/kdirlister: better handle if TDEIO::localURL() failedAlexander Golubev2024-02-161-4/+3
| | | | | | This shouldn't generally happend, but better safe than sorry. Signed-off-by: Alexander Golubev <[email protected]>
* tdeio/kdirlister: reset complete flag earlier for remote URLsAlexander Golubev2024-02-161-0/+3
| | | | | Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/20 Signed-off-by: Alexander Golubev <[email protected]>
* tdeio/kdirlister: add some cleanups for LocalURLJob'sAlexander Golubev2024-02-161-0/+16
| | | | | | | Theoretically the lack of those could lead to segfaults and data corruptions, hard to debug but very rare. Signed-off-by: Alexander Golubev <[email protected]>
* tdeio/KDirLister: add url validity checkAlexander Golubev2024-02-161-0/+4
| | | | | | | | | Before 0756aab51 and 4d6667159 this validity check was done for all URLs inside KDirListerCache::listDir(). But since those two commits the result of this check for remote URLs is impossible to propagate to the user. So implicit check is in order. Signed-off-by: Alexander Golubev <[email protected]>
* tdeio/kdirlister: some refactoringAlexander Golubev2024-02-162-27/+34
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* tdeio/Mainpage.dox: fix an incorrect reference to KDE as TrinityAlexander Golubev2024-02-161-1/+1
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1527-61/+61
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-062-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1291-1204/+1204
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2115-48/+48
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-058-16/+16
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-263-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-235-11/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-212-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-1517-61/+61
| | | | 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]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2517-46/+46
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-123-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-023-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop USE_TQT4 codeMichele Calgaro2023-08-267-25/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-185-6/+6
| | | | 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-081-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20115-163/+163
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-191-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-127-16/+16
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Fix functionality broken by commit 8233b2e5.Michele Calgaro2023-06-241-6/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-06-203-4/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rework and fix commit 4d90cc61Michele Calgaro2023-06-121-2/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS caused by previous commitMichele Calgaro2023-06-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* SunOS spesific SSL pathesDenis Kozadaev2023-06-121-2/+11
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Add SunOS specific patchesDenis Kozadaev2023-05-222-0/+8
| | | | Signed-off-by: Denis Kozadaev <[email protected]>