Commit Graph

2157 Commits (964d4bfc6d29fbd4fbc505c192546905dfd9dd2b)
 

Author SHA1 Message Date
TDE Gitea 964d4bfc6d Merge translation files from master branch. 2 weeks ago
Michele Calgaro 7b877f1ed7
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a6952a31d)
1 month ago
TDE Gitea 4058ca9f49 Reset submodule main/core/tdelibs/admin to latest HEAD 1 month ago
TDE Gitea 11327ad2da Reset submodule main/core/tdelibs/admin to latest HEAD 2 months ago
Michele Calgaro 9ec08d87f1
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33ce240b40)
2 months ago
TDE Gitea 3c2c88ea18 Reset submodule main/core/tdelibs/admin to latest HEAD 2 months ago
Michele Calgaro 9e6e493475
tde-config.cpp: rename TRUE to true, since it was now causing FTBFS after tqt renaming was completed and TRUE was no longer defined
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10afbf98e0)
2 months ago
TDE Gitea 568c875976 Reset submodule main/core/tdelibs/admin to latest HEAD 3 months ago
LupusRubrum 25cd6de4d4
fixes a few vectors in the main tde logo
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
(cherry picked from commit 6fb9b170d6)
3 months ago
Michele Calgaro 32dd630536
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6c3d17b818)
3 months ago
LupusRubrum 885742791e
Updates the tde classic logo on the tdeprint landscape & portrait page icons
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
(cherry picked from commit fddc7b09ea)
3 months ago
Michele Calgaro baf4af6da1
tdeio_iso: add support for xz archives.
Code taken from krusader's tdeio_iso.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76cfb598bb)
3 months ago
Michele Calgaro a0f72fdc07
Make 'TDEConfigINIBackEnd::parseSingleConfigFile' reentrant.
If a second call to 'TDEConfigINIBackEnd::parseSingleConfigFile' was called from
another thread while the first wasn't finished, it would have resulted
in a SEGV fault. Config files are usually small and mmap-ing files
does not provide meaningful benefits while instead introducing the
possibility of a SIGBUS fault, although extremely unlukely in real
life.

This resolves issue #379.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 884aff9885)
4 months ago
Michele Calgaro 5cd98c1c66
Update version to R14.1.6~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro 16015a9e4b
Update to final version R14.1.5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
LupusRubrum 4e086ed99d
Changes accessories-character-map icons K to a T
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
(cherry picked from commit aaea842e57)
7 months ago
Michele Calgaro 8a376f6330 Removed no longer required dummy kinstance.h file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 041dda2221)
7 months ago
Michele Calgaro 20209555a4
Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}. A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(manually cherry-picked from commit cfe383b06)
7 months ago
Alexander Golubev e333585884 Fix build with PCRE2 disabled
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 351e6ce3b2)
7 months ago
Alexander Golubev 5dd51ef567 Fix build with SSL disabled
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 57a94cb6f5)
7 months ago
Alexander Golubev 7bfcba4832 Fix build WITH_LIBBFD and libbfd 2.34+
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/368
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 0a9401e9c5)
7 months ago
Alexander Golubev dd898a208c Allow build without libnm installed
libnm is not actually required, but rather used only to determine the
value of NM_VPN_SERVICE_DIR. So it's fine to build with NM support but
without the lib. Since we already provide a default for the parameter
print a warning instead of a fatal message in case the value couldn't
be determined.

(cherry picked from commit 1256297108)
7 months ago
LupusRubrum a04f73e57a
updated go.png icon and top-left.png
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
(cherry picked from commit 2c51577e84)
7 months ago
LupusRubrum f9984cdbd1
adds the T to konqi's bib
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
(cherry picked from commit 2e76346c68)
10 months ago
LupusRubrum 72ece6c6b9
improves the crystalsvg icons and other misc textures
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
(cherry picked from commit 95457e7ebe)
10 months ago
Michele Calgaro ca275a6386
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad58630b34)
10 months ago
Michele Calgaro 3afb7eb4e9 Fix up few tqt3 -> tqt renames missed in previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bedc43ef09)
10 months ago
Michele Calgaro 07fcd9deaa Adapt path to new tqt location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 59271fb074)
10 months ago
Michele Calgaro ba278f6b87
Update version to R14.1.5~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro 8e6ceb4ad0
Update to final version R14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Emanoil Kotsev 6ebbfb34fc
initialize m_cryptKeySlotCount in contructor (tdestoragedevice.cpp)
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 27dd05fd33)
11 months ago
Emanoil Kotsev 7f262311af
Print message about unclassified device only once
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 4a404fd1f4)
11 months ago
TDE Gitea 98213ace5a Merge translation files from master branch. 1 year ago
Michele Calgaro 78e4f41622
Add support for unicode surrogate characters to Kate/KWrite
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1aa4271c12)
1 year ago
mio 7d3bf3e611 KRFCDate minutes/seconds can be omitted (ISO8601)
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 <stigma@disroot.org>
(cherry picked from commit b56e68eac7)
1 year ago
TDE Gitea 0418e523c6 Merge translation files from master branch. 1 year ago
TDE Gitea 1b218d0bc6 Merge translation files from master branch. 1 year ago
mio 9742e1366e tdehw: Add libnm dependency
This will ensure that the correct directory is searched by tdehw when
looking for VPN service files.

Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 7a30ee5188)
1 year ago
mio c5fbd1f8d8 tdehw: Check /usr/lib/NetworkManager for VPN service definitions.
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 <stigma@disroot.org>
(cherry picked from commit 33455e4812)
1 year ago
TDE Gitea e708dcceb7 Merge translation files from master branch. 1 year ago
Michele Calgaro 3b24214534 Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b2925b116a)
1 year ago
TDE Gitea f67e80170c Merge translation files from master branch. 1 year ago
TDE Gitea 3b9cbd7499 Merge translation files from master branch. 1 year ago
TDE Gitea 37ba9684b7 Merge translation files from master branch. 1 year ago
Michele Calgaro bb108ec908
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc58977926)
1 year ago
TDE Gitea 2e50625d75 Merge translation files from master branch. 1 year ago
TDE Gitea c4a28cb117 Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago
Slávek Banko 62c5d8c7b4
Prefer to use pkg-config to detect tiff library.
This solves FTBFS with tiff library >= 4.7.0.
This resolves issue TDE/tde-packaging#385.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 180ceca8bb)
1 year ago
Michele Calgaro 7ad6828377
Remove support for SCOv3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ee06ec529)
1 year ago
TDE Gitea 3b3a0cacbb Reset submodule main/core/tdelibs/admin to latest HEAD 1 year ago