| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
Add temporary kprocctrl.h to keep things building.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
This fixes TDE/tdebase#163.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
Add temporary kprocess.h to keep things building.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
and kuniqueapp.h headers
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: gavgav <[email protected]>
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1 of 1 strings)
Translation: tdelibs/tdefile - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefile-desktop-files/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (35 of 35 strings)
Translation: tdelibs/tdecore - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecore-events/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (48 of 48 strings)
Translation: tdelibs/tdeprint - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint-desktop-files/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (4 of 4 strings)
Translation: tdelibs/tdespell - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdespell-desktop-files/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (10 of 10 strings)
Translation: tdelibs/tdeioslave - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (333 of 333 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ka/
|
|
|
|
|
|
|
| |
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/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (6 of 6 strings)
Translation: tdelibs/tdehtml - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdehtml-desktop-files/ka/
|
|
|
|
|
|
|
| |
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/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (2 of 2 strings)
Translation: tdelibs/tdecertpart.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecertpartdesktop/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (10 of 10 strings)
Translation: tdelibs/tdeabc - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc-desktop-files/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (2 of 2 strings)
Translation: tdelibs/kmcop - kmcop.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/kmcop-kmcopdesktop/ka/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (12 of 12 strings)
Translation: tdelibs/interfaces - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/interfaces-desktop-files/ka/
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
TDE now requires c++11, so the conditional code is no longer required.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
| |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
| |
Signed-off-by: David C. Rankin <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Versions prior to 3 registered an atexit hander which performed resource
cleanup with 'jas_cleanup', this was removed in version 3 meaning we
were leaking resources.
The 'jas_init' and 'jas_cleanup' functions were deprecated in version 3,
so we use the newer jas_init_library/jas_init_thread functions.
The max memory that JasPer can use has been limited to (at most) 512 MB.
Without this change, JasPer will use whatever JAS_DEFAULT_MAX_MEM_USAGE
is configured to, which is 1 GB by default.
Signed-off-by: mio <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
LibTIFF versions 4.2.0 and older used custom integer types, causing
distributions with those versions to fail when building.
In 4.3.0 and newer, the 'uint16' and 'uint32' types are deprecated,
so this removes the deprecation warnings and keeps compatibility with
any versions of LibTIFF where uint16 and uint32 did not equal their
stdint.h counterparts.
Signed-off-by: mio <[email protected]>
|
|
|
|
|
| |
See: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/282
Signed-off-by: mio <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
| |
If the regular expression is invalid and pcre2_compile ends with error,
match_data will remain uninitialized, which in turn leads to crash on
pcre2_match_data_free in RegExp destructor.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
|
| |
Properties such as this first make a call to the protected loadAll() method if the modules desktop files
have not been processed yet, but such a call was for some reason missing from the needsTest() function,
resulting in the method always returning false unless another function called loadAll() first.
Signed-off-by: Mavridis Philippe <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
| |
to issue #283
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: WJaguar <[email protected]>
|