summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Renamed icons related to encrypted drives in a better way and removedMichele Calgaro2019-07-08168-0/+0
| | | | | | unnecessary ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated to latest mediamanager dcop interface.Michele Calgaro2019-07-071-4/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added TQStringVariantMap to dcop known types.Michele Calgaro2019-07-071-0/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-07-0715-66/+60
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reworked code for eject/mount/unmount operations to support new ↵Michele Calgaro2019-07-074-255/+260
| | | | | | TDEStorageOpResult return type. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw: code restructuring for tdestoragedevice.Michele Calgaro2019-07-076-508/+452
| | | | | | | | 1. added disk helper source files 2. removed WITH_UDISKS2, WITH_UDISK, WITH_UDEVIL defines. The respective code is always included 3. order of execution for mount/umount activities: udisks2, udisk, udevil, pmount. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw: TRUE/FALSE --> true/false renaming.Michele Calgaro2019-07-0720-161/+159
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw: avoid crashing kded when using udisks/udisks2 to operate onMichele Calgaro2019-07-071-0/+6
| | | | | | drives that contain dashes. This relates to issue #32. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw: improved code for mount table.Michele Calgaro2019-07-052-20/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeiso_info: Fix incorrect tool description.Slávek Banko2019-07-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Extended kcharset API with new utility function.Michele Calgaro2019-06-132-0/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-248-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adapted to latest dbus-1-tqt version (TQT_DBusObjectPath inheriting from ↵Michele Calgaro2019-05-212-4/+5
| | | | | | TQString). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new function TQT_DBusData::getAsVariantData() instead of localMichele Calgaro2019-05-163-148/+127
| | | | | | version of it. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added some checks in KSSL (in TDEIO) to correctly recognize LibreSSL (which ↵Mavridis Philippe2019-05-102-3/+4
| | | | | | | | is a fork of OpenSSL 1.0.1b) This resolves issue #28. Signed-off-by: Mavridis Philippe <mfilippos@yandex.ru>
* Fixed moc inclusion after last changes in dbus-1-tqt.Slávek Banko2019-05-021-11/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added timestamp to debug backend (kdDebug, kdWarning, ...).Michele Calgaro2019-04-271-5/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Fix CMake build dependencies for tests.Slávek Banko2019-03-032-0/+18
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update Kate syntax highlight files fromMichele Calgaro2019-03-03113-39267/+43645
| | | | | | http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwlib: Fix the flag setting whether the storage device contains the file ↵Slávek Banko2019-02-271-1/+1
| | | | | | | | system. This resolves bug 2232, bug 2607 and bug 2946. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-248-53/+56
| | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed support for logind power state calls.Michele Calgaro2019-02-241-46/+39
| | | | | | This resolves bug 2661 and bug 2975. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix SSL initialization for OpenSSL >= 1.1.Slávek Banko2019-02-211-2/+24
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Fix openssl >= 1.1 detection without pkg-config file.Slávek Banko2019-02-161-3/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Use a common test for dbus detection and paths configuration.Slávek Banko2019-01-311-25/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use common test for large files support.Slávek Banko2019-01-284-12/+2
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use common GCC visibility test.Slávek Banko2019-01-281-8/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Fix if-else syntax for the case missing OSS supportOBATA Akio2019-01-281-3/+1
|
* Change to always build and install KACLOBATA Akio2019-01-271-7/+3
| | | | It is used by others even if missing POSIX ACL support.
* Add some missing supplement macros for MIDI supportOBATA Akio2019-01-261-0/+2
| | | | They are used but not defined for missing OSS support.
* Change to define __STDC_LIMIT_MACROS firstOBATA Akio2019-01-251-5/+5
| | | | | <stdint.h> (or other system headers handling the macro) may be included indirectly from other header files (<sys/types.h> is a reasonable one).
* Convert GETMNTINFO_USES_STATVFS check to CMakeOBATA Akio2019-01-252-1/+12
| | | | Fix to build on such platforms, it is used but not checked with CMake.
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Update CMakeL10n rulesSlávek Banko2019-01-122-2/+11
| | | | | | | + Add rule to update template with common texts - tde.pot. + Add the X-POT option to ensure that the common texts are part of tdelibs.pot. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed access to TDE wallets created before R14.0.6 that uses special ↵Michele Calgaro2018-12-281-2/+7
| | | | | | non-ascii characters in their password. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed problem with access to tdewallet caused by commit 6ec26d85.Emanoil Kotsev2018-12-271-1/+1
| | | | | | | This resolves issue #11 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-172-3/+3
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-0938-0/+281
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename translation context QXml => TQXmlSlávek Banko2018-12-041-1/+1
| | | | | | to match the translation context in TQt3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Deleted blank line at the beginning of the file.Slávek Banko2018-12-021-1/+0
| | | | | | This prevented proper processing by extractrc. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>