summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tdehw lib: fixed detection of mountable optical disks with incompleteMichele Calgaro2020-11-221-6/+8
| | | | | | partition table. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw lib: reworked code for eject operation to support return type ↵Michele Calgaro2020-11-212-37/+66
| | | | | | TQStringVariantMap. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjust CMakeL10n rules for new 'core' folder for main modules.Slávek Banko2020-11-151-6/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added support for locking/unlocking of LUKS disks using pmount/pumount.Michele Calgaro2020-10-311-9/+65
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added safe removal icons.Michele Calgaro2020-10-183-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed mounting and unmounting of mapped storage devices.Michele Calgaro2020-10-106-27/+70
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed displaying of encrypted disks.Michele Calgaro2020-10-103-145/+71
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added udisks2 support for unlocking/locking of encrypted disks.Michele Calgaro2020-10-104-24/+228
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Revert "Exclude translator information from the tdelibs_color template"Slávek Banko2020-10-081-1/+0
| | | | | | | Translator information will be retained because otherwise the resulting translation template could be misunderstood as monolingual translations. This reverts commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f.
* Exclude translator information from the tdelibs_color templateSlávek Banko2020-10-071-0/+1
| | | | | | because this information about this catalog is not displayed anywhere. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Czech)Slávek Banko2020-10-071-185/+183
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: tdelibs/all languages Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/cs/
* tdehwlib: Add regular monitoring of power supply device status,Slávek Banko2020-10-071-1/+10
| | | | | | | | | to be able to generate a signal when the power state changes, if the signal is not generated from udev. This resolves issue TDE/tde#30. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add a check to verify that the spell checker set as the default is enabled ↵Slávek Banko2020-09-271-0/+4
| | | | | | for build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add a build option for ispell.Slávek Banko2020-09-272-24/+22
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add an ability to specify default spell checkerOBATA Akio2020-09-273-5/+8
| | | | | | | | There is no reason to determine it with operating system basis. Change to use build configuration instead. "ispell" by default, and you can override it. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Port ASPELL_DATADIR detection to CMakeOBATA Akio2020-09-271-1/+13
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add the ability to detect ispell lib directoryOBATA Akio2020-09-274-0/+29
| | | | | | | Check LIBDIR ispell compile option and use only it for ispell lib directory if found. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add definitions for X11_RGBFILE and XMLLINT in config.hgregory guy2020-09-273-4/+31
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Removed additional code formatting modelines.Michele Calgaro2020-09-272-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-27708-1725/+95
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Update translation filesTDE Weblate2020-08-311-4/+4
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdelibs/tdeprint - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint-desktop-files/
* kpty: prevent to open pseudo ttys twice for openpty(3) platformsOBATA Akio2020-08-311-25/+38
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add support of posix_openpt(2) to open master pseudo terminal deviceOBATA Akio2020-08-315-2/+16
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add a knob to use fixed path `iceauth` toolOBATA Akio2020-08-266-8/+43
| | | | | | | | `system()` and `popen()` may unsafe unless using absolute command path. Rely on PATH environment variable set by users may result in unwanted tool. Signed-off-by: OBATA Akio <obache@wizdas.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix to set DCOP_PATH properlyOBATA Akio2020-08-263-4/+6
| | | | | | | | | It is only used in dcop module and empty is unwanted situation, so properly define it in dcop/CMakeLists.txt. Rerevant header generation is also moved to there, and prevent to define in main config.h file too. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Translated using Weblate (Czech)Slávek Banko2020-08-221-30/+29
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-221-6/+6
| | | | | | | Currently translated at 100.0% (326 of 326 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/
* Translated using Weblate (Polish)Jan Stolarek2020-08-211-9/+11
| | | | | | | 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/pl/
* Translated using Weblate (Polish)Jan Stolarek2020-08-211-7/+9
| | | | | | | 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/pl/
* Translated using Weblate (Polish)Jan Stolarek2020-08-211-7/+9
| | | | | | | Currently translated at 71.9% (128 of 178 strings) Translation: tdelibs/all languages Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/pl/
* Translated using Weblate (Czech)Slávek Banko2020-08-211-93/+92
| | | | | | | Currently translated at 100.0% (326 of 326 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/
* Improve progname detection portabilityOBATA Akio2020-08-171-1/+3
| | | | | | | | `getprogname()` of FreeBSD is based on NetBSD's one, no reason to prevent using it on NetBSD. glibc also has own special variable for progname. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add `getservbyname_r` prototype detection to CMakeOBATA Akio2020-08-173-3/+2
| | | | | | OpenBSD's prototype is differ than glibc's one, but it is declared. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to declare missing `snprintf` prototype at correct placeOBATA Akio2020-08-171-2/+6
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to declare vsnprintf prototype with detected conditionOBATA Akio2020-08-171-5/+1
| | | | | | | It was introduced in HP-UX 10.20 (undocumented) and suppoted in 10.30 and later, so no need to declare it on HP-UX unconditionally. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to detect vsnprintf prototype properlyOBATA Akio2020-08-171-1/+1
| | | | | | From the standard sepc, <stdio.h> is required in addition to <stdarg.h> Signed-off-by: OBATA Akio <obache@wizdas.com>
* Link external library for backtrace in tdecore.Slávek Banko2020-08-171-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Allow to use backtrace(3) external library for kdebugOBATA Akio2020-08-173-3/+21
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Translated using Weblate (Czech)Slávek Banko2020-08-161-8/+9
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-10/+11
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-11/+12
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-9/+10
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-11/+12
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-8/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/tdecertpart.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecertpartdesktop/cs/