summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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. (cherry picked from commit 2a7ba65af65220688e3c0b0c54acfde4270f32ed)
* Merge translation files from master branch.Automated System2020-10-081-185/+183
|
* 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> (cherry picked from commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f)
* 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> (cherry picked from commit fb1316c785f2e026316a48b7cade322026490ee2)
* 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> (cherry picked from commit 056d9c5d0d438b28fd3a43fa7a15a26cc84644b5) 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> (cherry picked from commit c66f9211792e21ebeb956747d9643e7e0847a874) 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> (cherry picked from commit 70d26004f065c5fd18be00cab17fc93ed231d849) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Port ASPELL_DATADIR detection to CMakeOBATA Akio2020-09-271-1/+13
| | | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit ba75e441eab1713cac9219d93d06c478c0bc93df) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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> (cherry picked from commit bbe1b42cbbc7293041a83b154f969792a2592510) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add definitions for X11_RGBFILE and XMLLINT in config.hgregory guy2020-09-283-4/+31
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 2706c5674eb1ea3fffdca4d8c3edb3b25335e731)
* Removed additional code formatting modelines.Michele Calgaro2020-09-272-2/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c07a6bab9d188f08c89696a415983f430412b21d)
* Removed code formatting modelines.Michele Calgaro2020-09-27708-1725/+95
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ed8e30bc6dd18716b42087183e57a481d6ec5fa4)
* 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
|
* kpty: prevent to open pseudo ttys twice for openpty(3) platformsOBATA Akio2020-08-311-25/+38
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 8f7371cddfa402a5561f46007985832b32383728)
* 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> (cherry picked from commit 8e542575e044baf23ae636d32f1c6d4e3b8dea18)
* Add a knob to use fixed path `iceauth` toolOBATA Akio2020-08-316-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> (cherry picked from commit ac8c8ca54aaed1466255161a3d727dcfade4a7d9)
* Fix to set DCOP_PATH properlyOBATA Akio2020-08-313-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> (cherry picked from commit 56c5973b6b33df77a7491b07411cbd772c0d5d79)
* Merge translation files from master branch.Automated System2020-08-235-150/+154
|
* 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> (cherry picked from commit 965a808b91b6542208b24af18e55193e5f929c37)
* 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> (cherry picked from commit 6886dd7e96d475b64ac3c41a96a759c7d5fa2be9)
* Fix to declare missing `snprintf` prototype at correct placeOBATA Akio2020-08-171-2/+6
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit f65c9e6665bf5bed20710e6a278d4fa83a6b32a8)
* 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> (cherry picked from commit 76a04f5fce7c958be414ce0ede6afe14c66a5584)
* 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> (cherry picked from commit cc7cd8323514e0dbd0a485128491e619f3f19633)
* Link external library for backtrace in tdecore.Slávek Banko2020-08-171-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 59debdf4f0f76222d69ad4f64c38f85f5d08313b)
* Allow to use backtrace(3) external library for kdebugOBATA Akio2020-08-173-3/+21
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 2167207adc49b498536a5a8533c27fc67e0c6e9c)
* Merge translation files from master branch.Automated System2020-08-169-82/+91
|
* Merge translation files from master branch.Automated System2020-08-131-9/+11
|
* Fix FTBFS due to unnamed unused arguments in C sources in a recent commit.Slávek Banko2020-08-123-3/+11
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1b2d3b15f4c84dc00c39376cfe892de2979f9d66)
* Add LOCAL_PEEREID sockopt support for peer socket uid checkOBATA Akio2020-08-121-2/+12
| | | | | | | It is supported on NetBSD 5 and later. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 7827038ab45c300b86bee1b9fb6cf0f78461c0e7)
* Fix missing argments for drive parse filter on lprOBATA Akio2020-08-123-4/+4
| | | | | | | It was extended for compressed PPD support, but not refrected to lpr parts. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 15116d8f64b35a695bcabc92239667c8684dc545)
* Fix to use configured openpty usability conditionOBATA Akio2020-08-121-1/+1
| | | | | | | No reason to restrict only on OpenBSD and FreeBSD here. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 12364c9cc38c1561e5c0b2784c7ed6af4360cb74)
* Improved code for tderandr rotation string to allow translation in tdebase. ↵Michele Calgaro2020-08-094-27/+26
| | | | | | | This relates to issue #96. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ce064fcb0190ef4b753668489a62f1e84d93c9a9)
* Revert "Allow extraction of strings for rotations in tderandr"Michele Calgaro2020-08-092-15/+5
| | | | | | This reverts commit 879b8a1c054f8dee6f7672c56b7bcac4f8b548aa (cherry picked from commit 40d566dff5ed6c36ddfff3c0193564fc801ae369)
* Allow extraction of strings for rotations in tderandrSlávek Banko2020-08-072-5/+15
| | | | | | | | | so that strings can be translated. This resolves issue #96. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 99ddb86155eff1e7f5d90e63fd432cc6571317aa)
* Add two missing icons in the menu bar:gregory guy2020-08-071-2/+2
| | | | | | | | - bug Report/Request Enhancement... - Switch Application Language.. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 0c807f401be33526d8f1ac0ebd333a47d94d5405)
* Moved remaining tdehtml icons to crystal folder.Michele Calgaro2020-08-0613-21/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 078099f9b16dccd703e3742e7c044e7a5060110d)
* Moved common icons into crystal folder to avoid icon duplication inMichele Calgaro2020-08-0516-10/+0
| | | | | | | tdehtml, tdevelop and ktechlab. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 50786910ffbf92a9986e8bca7b0a34d7289f7a4b)
* fix FTBFS, error: ‘dup’ was not declared in this scopegregory guy2020-07-311-1/+1
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 88428d3b516e4fa5b7b76d5433542cea481bb6a8)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Merge translation files from master branch.Automated System2020-07-2312-115/+135
|
* Fixed handling of svg images that caused an infinite loop (most notablyMichele Calgaro2020-07-061-2/+9
| | | | | | | Kicker was hanging with 100% CPU usage). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ffe8e495d7e99cc2e235a5f5ac776b72a31627ff)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-2565-197/+140
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 42f3a62161d1b0c7047d1edfdcb8af72b7314f1b)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2020-06-241-0/+0
|
* Missing glib link directoriesaneejit12020-06-171-1/+4
| | | | | | | This resolves bug 3135 Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 2c6417b8d699e9928f83472fdbb8e36769654633)