| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1aa4271c122eb4dbbe4568418923ec04123c7474)
|
|
|
|
|
|
|
|
|
|
|
|
| |
ISO 8601 allows for dates and times to be represented with
"reduced precision". In the case of times, this means the
minutes and seconds can be omitted.
More automated tests have been enabled, with the remaining
ones to be fixed up in a later PR.
Signed-off-by: mio <[email protected]>
(cherry picked from commit b56e68eac7a8e916a905e5f8ebe058907340128b)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This will ensure that the correct directory is searched by tdehw when
looking for VPN service files.
Signed-off-by: mio <[email protected]>
(cherry picked from commit 7a30ee518851ecc7d70c4a3c26e54fd12595a911)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's not exactly clear when this change occurred, but the VPN service
definitions (plugins) can now be stored in /usr/lib/NetworkManager.
The old path is still searched to keep compatibility.
This fixes TDE/tdenetworkmanager#5 which details how TDENetworkManager
is unable to find any VPN plugins despite them being installed and
accessible from other NM applets.
Signed-off-by: mio <[email protected]>
(cherry picked from commit 33455e4812169835c0c0fe6ba602e6d211700ece)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b2925b116af68ffc3b1696c0d5b81696f894de04)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bc589779263a595d0d24812959e083de5c971257)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This solves FTBFS with tiff library >= 4.7.0.
This resolves issue TDE/tde-packaging#385.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 180ceca8bb26bbe97f60c99e5d172eb8ccd66e6d)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8ee06ec529e375693eaefa6fb68dc496d36fd367)
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1df809582147440749d88e03b70916044db15339)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4acba5600884e2864c9b0f601d2b69d13a899367)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 88945489d3d2d82c45ac2590d80b73d5279e9243)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2f4b28dee0ab0a168a8f8ef35c4865666a9cbdeb)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0b1121b707fa0dc09ee4841207182803d704503e)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 95c36461d4175c62f4d9bf5303b28f56040dbe71)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit d521ef5d7e429f3367853d2c3de65862b798b387)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 96114858d884974d9c704f79fb7ba61a0d52ab21)
|
|
|
|
|
|
|
| |
This fixes TDE/tdebase#163.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 61b9e1c9019822a6e4bfcbfbded46c48c4d4446d)
|
|
|
|
|
| |
Signed-off-by: gavgav <[email protected]>
(cherry picked from commit 87ad1e6c4d56fb52faa0d1af4afe5c33f05e6dca)
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 638f63d207a9a925df17fda588436fa6530a3d85)
|
|
|
|
| |
(cherry picked from commit 8b48c1df5dd5be9110baa1b6b85bc535119130e9)
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
| |
TDE now requires c++11, so the conditional code is no longer required.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f63f3a0b0192532e555ea1115afdb3fb821a8972)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit e22af1c0a03ce2cb14b051edfc8ee11b31896341)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3d22170e60dfbc9aa756c1a4322a7dbdb0354364)
|
|
|
|
|
|
| |
Signed-off-by: David C. Rankin <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 48dd6d8de2d691c24f56a292aa40454affd73f16)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit cb2ce97afa2f18427c1b4b3857fd56f69ce83d97)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit 5c1b76e6bf8e72bc04fe819b5e8bc2cd83241cf1)
|
|
|
|
|
|
| |
See: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/282
Signed-off-by: mio <[email protected]>
(cherry picked from commit 6adcd877982eeb335361e53da9392aa4bfdbd86c)
|
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit 3150a4542f81f0f953e68170bda462b0a501ff29)
|
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit 8166c26c7aae21e6851dc72a5b5148aaabd27236)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 53e7aa7eaf1c43e6ee0b84f2be52a947a09af20c)
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit 6bf5277015cdb1cdf5f265b5ee9997bf43047ea1)
|
|
|
|
|
|
|
| |
to issue #283
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f5c38bbee365595635da3b6138821841863e8551)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7740e825a683a9cc84f8422c94109c5fcc4beb8e)
|