summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-11/+12
| | | | | | | Currently translated at 100.0% (10 of 10 strings) Translation: tdelibs/tdeabc - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-7/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/knotify - knotify.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/cs/
* Translated using Weblate (Czech)Slávek Banko2020-08-161-7/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/kmcop - kmcop.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/kmcop-kmcopdesktop/cs/
* 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>
* Translated using Weblate (Polish)Jan Stolarek2020-08-121-2/+2
| | | | | | | Currently translated at 85.4% (41 of 48 strings) Translation: tdelibs/tdeprint - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint-desktop-files/pl/
* 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>
* Translated using Weblate (Polish)Jan Stolarek2020-08-121-8/+10
| | | | | | | Currently translated at 83.3% (40 of 48 strings) Translation: tdelibs/tdeprint - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint-desktop-files/pl/
* 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>
* Fix to use configured openpty usability conditionOBATA Akio2020-08-111-1/+1
| | | | | | No reason to restrict only on OpenBSD and FreeBSD here. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Improved code for tderandr rotation string to allow translation in tdebase. ↵Michele Calgaro2020-08-084-27/+26
| | | | | | This relates to issue #96. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Revert "Allow extraction of strings for rotations in tderandr"Michele Calgaro2020-08-072-15/+5
| | | | This reverts commit 99ddb86155eff1e7f5d90e63fd432cc6571317aa.
* 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>
* Add two missing icons in the menu bar:gregory guy2020-08-061-2/+2
| | | | | | | - bug Report/Request Enhancement... - Switch Application Language.. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Moved remaining tdehtml icons to crystal folder.Michele Calgaro2020-08-0613-21/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* fix FTBFS, error: ‘dup’ was not declared in this scopegregory guy2020-07-301-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-11/+12
| | | | | | | Currently translated at 100.0% (326 of 326 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-22/+23
| | | | | | | 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/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-9/+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/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-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/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-8/+10
| | | | | | | 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/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-8/+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/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-7/+9
| | | | | | | 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/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-7/+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/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-10/+12
| | | | | | | Currently translated at 100.0% (10 of 10 strings) Translation: tdelibs/tdeabc - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc-desktop-files/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-7/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/knotify - knotify.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-7/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/kmcop - kmcop.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/kmcop-kmcopdesktop/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2020-07-211-10/+10
| | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: tdelibs/interfaces - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/interfaces-desktop-files/uk/
* 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>
* 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>
* 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
|
* Fixed up incomplete qtplugins -> tqtplugins renaming.Michele Calgaro2020-06-243-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename tde-config option 'qtplugins' to 'tqtplugins'aneejit12020-06-232-4/+4
| | | | | | FindTDE.cmake was amended to pass an option of 'tqtplugins' to the tde-config command. The tde-config command is now modified to accept that parameter in place of 'qtplugins'. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Missing glib link directoriesaneejit12020-06-171-1/+4
| | | | | | This resolves bug 3135 Signed-off-by: aneejit1 <aneejit1@gmail.com>
* avahi-tqt include/link directories missinganeejit12020-06-171-1/+6
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Prepare the complete ksgmltools2 in the binary directorySlávek Banko2020-06-164-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>
* 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>