summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* avahi-tqt include/link directories missinganeejit12020-06-171-1/+6
| | | | | Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 86df09d798b216ec21dafa3c90aeb348df47b23e)
* Prepare the complete ksgmltools2 in the binary directorySlávek Banko2020-06-174-37/+29
| | | | | | | | | | | | | instead of updating in the source. The configuration file mechanism is used to update items in general.entities instead of loading the file and replacing it with regular expressions. This relates to bug 3135. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a94bf7ad14415944b4ed7f6bdded31101c716600)
* Use target names for commands instead of full paths.Slávek Banko2020-06-163-6/+4
| | | | | | | | | When using target names for commands, CMake automatically resolves the necessary dependencies without having to specify them in the CMakeLists.txt source code or in the common TDE CMake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 98436f882d2146fe156c26e81bb87d409cfcf819)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Use private linking for exported CMake targets.Slávek Banko2020-06-1210-13/+19
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 158b6e1152413e4fa973b70b7469bb1f256a1f38)
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-124-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 080c061b15cfcb11e26a2ede1c8082afb0c5d329)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* dcopidlng fixes:Slávek Banko2020-06-111-1/+1
| | | | | | | + do not skip an empty class if it is declared with K_DCOP Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 234c903a9b4e6e6aff30721fd3594e54cea0c2d5)
* Merge translation files from master branch.Automated System2020-06-1085-376/+376
|
* Update translation template.Automated System2020-06-101-2/+2
|
* Fix description for lzma tar archive.Slávek Banko2020-06-081-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Merge translation files from master branch.Automated System2020-06-0785-935/+583
|