Commit Graph

629 Commits (f9984cdbd1a1e2e223238089fa88ecabc76e3780)

Author SHA1 Message Date
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)
2 months ago
Michele Calgaro ba278f6b87
Update version to R14.1.5~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
Michele Calgaro 8e6ceb4ad0
Update to final version R14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 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)
3 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)
4 months 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)
5 months 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)
5 months 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)
5 months 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)
5 months ago
Michele Calgaro bb108ec908
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc58977926)
6 months ago
Michele Calgaro 40fb163bf1
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1df8095821)
7 months ago
Michele Calgaro 91b5d541e4
Update version to R14.1.4~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Slávek Banko 98cd2f9652
Update version to R14.1.3.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 months ago
Michele Calgaro ab167e155c
Fix syntax error when using tqmoc on tdestoragedevice.h
TDE now requires c++11, so the conditional code is no longer required.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f63f3a0b01)
10 months ago
Michele Calgaro e711642d11
Add kascii* methods previously part of tdepim/libemailfunctions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3d22170e60)
10 months ago
Michele Calgaro 9be6785aaa
tqtglobaldefines.h only contains comments, so it is an unnecessary inclusion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 53e7aa7eaf)
11 months ago
Michele Calgaro 66028a6198
Remove __KDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad20d79b7f)
1 year ago
Michele Calgaro 34e58a5f61
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0535c10ec2)
1 year ago
Michele Calgaro a4a424a3f3
Remove dummy kdemacros.h file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9a7c2146e7)
1 year ago
Michele Calgaro 417373531b
Rename kdemacros.* files to tdemacros.*
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 <michele.calgaro@yahoo.it>
(cherry picked from commit 1307964495)
1 year ago
Michele Calgaro 69ec8f3e01
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6f4c529b36)
1 year ago
Michele Calgaro 402f0ff4c1
Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3ff47aede2)
1 year ago
Slávek Banko b74ce5928c
Replace KDE_DEPRECATED with TDE_DEPRECATED.
This relates to #275 - part specific to R14.1.x branch.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro 8ea80a77bf
Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7d228ae9aa)
1 year ago
Michele Calgaro 4864f9daf6
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f0c5a4d07)
1 year ago
Michele Calgaro 9c9f5bf82c
Remove KDE_DEPRECATED define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 75d7682354)
1 year ago
Michele Calgaro f23f0ef919
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 43e38f2c0a)
1 year ago
Michele Calgaro cce9e894e0
Remove KDE_EXPORT and KDE_NO_EXPORT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 562773a5f7)
1 year ago
Michele Calgaro 62949e0a61
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bba3128085)
1 year ago
Michele Calgaro bef9baf7ee
Update version to R14.1.3~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro e521dcc15f
Update version to R14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 5e51787f9a
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 03aa7238b3)
1 year ago
Michele Calgaro 7f03918f8d
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ba3b5b77e1)
2 years ago
Alexander Golubev dff837200e
Fix lvm volumes appearing as removable devices
- 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 <fatzer2@gmail.com>
(cherry picked from commit 14573faf07)
2 years ago
Michele Calgaro 2a3a62bb99
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d5688771d8)
2 years ago
Michele Calgaro af8caeadf3
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44e712a770)
2 years ago
Michele Calgaro d8d8319b3d
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f22a9c72dd)
2 years ago
Michele Calgaro 9fc074fcb2 Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 138bb80efa)
2 years ago
Michele Calgaro 4c9f3f02c0
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8d79c40791)
2 years ago
Michele Calgaro cf7f8e74af
Replace color '#define' strings with actual values
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 17a8fd0ec2)
2 years ago
Michele Calgaro 89c8032171
Replaced various '#define' with actual strings - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d42f9ae842)
2 years ago
Michele Calgaro e84b6d8935
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 73dba53e4a)
2 years ago
Michele Calgaro 3373b45cc2
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 80c2465371)
2 years ago
Michele Calgaro 0e4a5c95a4
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57e0ed6634)
2 years ago
Michele Calgaro 303b644501 Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c8ece3630d)
2 years ago
Slávek Banko 2cc4398e5c
Update version to R14.1.2~[DEVELOPMENT]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko e73f4c08b9
Update version number for R14.1.1 final release.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro 04d3532360
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4c0dae60b2)
2 years ago
Michele Calgaro d254bec7e7
Update hashing code for strings to be the same as upstream gettext. The old version results in slightly different hash values for strings with ellipsis (and potentially other unicode characters). This relates to TDE/tdebase#394.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 987507131d)
2 years ago
Michele Calgaro 5cb1ea0827
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f36f89663)
2 years ago