Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace KDE_DEPRECATED with TDE_DEPRECATED | Michele Calgaro | 2024-05-14 | 86 | -307/+307 | |
| | | | | 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]> | |||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2024-05-02 | 1 | -0/+0 | |
| | ||||||
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-01 | 135 | -371/+364 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | tdeprint: Use 'httpGetAddress' for 'httpAddrLocalhost' on cups >= 2.0. | Slávek Banko | 2024-04-12 | 1 | -4/+14 | |
| | | | | | | This relates to issue #268. Signed-off-by: Slávek Banko <[email protected]> | |||||
* | tdeprint: Use 'const' for list of files to print. | Slávek Banko | 2024-04-12 | 1 | -1/+1 | |
| | | | | | | This resolves issue #268. Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Translated using Weblate (Russian) | Andrei Stepanov | 2024-04-12 | 1 | -7/+8 | |
| | | | | | | | Currently translated at 100.0% (21 of 21 strings) Translation: tdelibs/tdeio - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/ | |||||
* | Translated using Weblate (Russian) | Andrei Stepanov | 2024-04-12 | 1 | -7/+9 | |
| | | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/knotify - knotify.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/ | |||||
* | Fix compatibility with C++17. | Slávek Banko | 2024-04-12 | 3 | -3/+4 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Align kalyptus to changes made in TDE/tdebindings#36 | Michele Calgaro | 2024-04-04 | 1 | -2/+5 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt | Michele Calgaro | 2024-03-17 | 1 | -1/+0 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Use centralized cmake version | Michele Calgaro | 2024-03-15 | 3 | -8/+18 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | cmake files: change keywords to lower case | Michele Calgaro | 2024-03-08 | 2 | -52/+52 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | kdoctools: Add TQt entity to obsolete/general.entities. | Slávek Banko | 2024-02-26 | 1 | -0/+1 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Kate: add support for template string syntax of JS | Mavridis Philippe | 2024-02-21 | 1 | -0/+6 | |
| | | | | | | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals Signed-off-by: Mavridis Philippe <[email protected]> | |||||
* | tdeio/kdirlister: better handle if TDEIO::localURL() failed | Alexander Golubev | 2024-02-16 | 1 | -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 URLs | Alexander Golubev | 2024-02-16 | 1 | -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's | Alexander Golubev | 2024-02-16 | 1 | -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 check | Alexander Golubev | 2024-02-16 | 1 | -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 refactoring | Alexander Golubev | 2024-02-16 | 2 | -27/+34 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | tdeio/Mainpage.dox: fix an incorrect reference to KDE as Trinity | Alexander Golubev | 2024-02-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | Replace QT_STATIC_CONST_* with actual definitions | Michele Calgaro | 2024-02-15 | 1 | -2/+0 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Simplify code since cmake minimum version is now 3.5 | Michele Calgaro | 2024-02-15 | 2 | -13/+1 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-15 | 152 | -653/+653 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2024-02-14 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2024-02-08 | 1 | -0/+0 | |
| | ||||||
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-06 | 7 | -18/+6 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replace auto_ptr | Michele Calgaro | 2024-01-21 | 1 | -2/+2 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-12 | 550 | -5016/+5010 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2024-01-02 | 1 | -0/+0 | |
| | ||||||
* | 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 | 102 | -407/+404 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-05 | 47 | -101/+101 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Translated using Weblate (Russian) | Andrei Stepanov | 2023-12-02 | 1 | -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 strings | Michele Calgaro | 2023-11-30 | 15 | -55/+55 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Fix FTBFS caused by detection of libr version after recent update | Michele Calgaro | 2023-11-26 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 46 | -254/+254 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 44 | -126/+126 | |
| | | | | 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 | 30 | -107/+107 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replaced time related '#define' with actual strings | Michele Calgaro | 2023-11-23 | 6 | -22/+22 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replace various tq* strings with TQt::* equivalents | Michele Calgaro | 2023-11-21 | 12 | -31/+31 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replace various strings '#define'd in tqtinterface | Michele Calgaro | 2023-11-18 | 36 | -144/+144 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-15 | 285 | -1349/+1349 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Prevent to use conditional inclusion preprocessor feature (since C++23) | OBATA Akio | 2023-11-14 | 1 | -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 HEAD | Automated System | 2023-11-10 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2023-11-06 | 1 | -0/+0 | |
| | ||||||
* | Raise the minimum required version of CMake to 3.5. | Slávek Banko | 2023-11-05 | 3 | -3/+3 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Reset submodule main/core/tdelibs/admin to latest HEAD | Automated System | 2023-11-03 | 1 | -0/+0 | |
| |