Commit Graph

1765 Commits (056d9c5d0d438b28fd3a43fa7a15a26cc84644b5)
 

Author SHA1 Message Date
Slávek Banko 056d9c5d0d
Add a check to verify that the spell checker set as the default is enabled for build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko c66f921179
Add a build option for ispell.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
OBATA Akio 70d26004f0 Add an ability to specify default spell checker
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>
4 years ago
OBATA Akio ba75e441ea Port ASPELL_DATADIR detection to CMake
Signed-off-by: OBATA Akio <obache@wizdas.com>
4 years ago
OBATA Akio bbe1b42cbb Add the ability to detect ispell lib directory
Check LIBDIR ispell compile option and use only it for ispell lib directory
if found.

Signed-off-by: OBATA Akio <obache@wizdas.com>
4 years ago
gregory guy 2706c5674e
Add definitions for X11_RGBFILE and XMLLINT in config.h
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Michele Calgaro c07a6bab9d
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro ed8e30bc6d
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea 290dd240b8 Reset submodule main/tdelibs/cmake to latest HEAD 4 years ago
TDE Gitea d4a6bd1070 Reset submodule main/tdelibs/admin to latest HEAD 4 years ago
TDE Gitea 014eeb5eff Reset submodule main/tdelibs/cmake to latest HEAD 4 years ago
TDE Gitea 4683a046ba Reset submodule main/tdelibs/admin to latest HEAD 4 years ago
TDE Weblate e3badaf371 Update translation files
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/
5 years ago
OBATA Akio 8f7371cddf kpty: prevent to open pseudo ttys twice for openpty(3) platforms
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio 8e542575e0 Add support of posix_openpt(2) to open master pseudo terminal device
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio ac8c8ca54a
Add a knob to use fixed path `iceauth` tool
`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>
5 years ago
OBATA Akio 56c5973b6b Fix to set DCOP_PATH properly
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>
5 years ago
Slávek Banko 80444f1bea Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko 8cd21fc6bb Translated using Weblate (Czech)
Currently translated at 100.0% (326 of 326 strings)

Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/
5 years ago
Jan Stolarek 8c955ba77e Translated using Weblate (Polish)
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/
5 years ago
Jan Stolarek 094e2ba8b3 Translated using Weblate (Polish)
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/
5 years ago
Jan Stolarek c9fc851f20 Translated using Weblate (Polish)
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/
5 years ago
Slávek Banko d89be776f1 Translated using Weblate (Czech)
Currently translated at 100.0% (326 of 326 strings)

Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/
5 years ago
OBATA Akio 965a808b91 Improve progname detection portability
`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>
5 years ago
OBATA Akio 6886dd7e96 Add `getservbyname_r` prototype detection to CMake
OpenBSD's prototype is differ than glibc's one, but it is declared.

Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio f65c9e6665 Fix to declare missing `snprintf` prototype at correct place
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio 76a04f5fce Fix to declare vsnprintf prototype with detected condition
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>
5 years ago
OBATA Akio cc7cd83235 Fix to detect vsnprintf prototype properly
From the standard sepc, <stdio.h> is required in addition to <stdarg.h>

Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Slávek Banko 59debdf4f0
Link external library for backtrace in tdecore.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
OBATA Akio 2167207adc Allow to use backtrace(3) external library for kdebug
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Slávek Banko 24045f55ce Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko c57c32204d Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko 2695aca2f1 Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko 2cf2f45ee2 Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko 1d325f1897 Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko f794292267 Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko 94590eb852 Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko 24e7b05bcc Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko bb6231e3f0 Translated using Weblate (Czech)
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/
5 years ago
Slávek Banko 1b2d3b15f4
Fix FTBFS due to unnamed unused arguments in C sources in a recent commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Jan Stolarek 2bab107ef5 Translated using Weblate (Polish)
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/
5 years ago
OBATA Akio 7827038ab4 Add LOCAL_PEEREID sockopt support for peer socket uid check
It is supported on NetBSD 5 and later.

Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Jan Stolarek ad5cc8cfa4 Translated using Weblate (Polish)
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/
5 years ago
OBATA Akio 15116d8f64
Fix missing argments for drive parse filter on lpr
It was extended for compressed PPD support, but not refrected to lpr parts.

Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio 12364c9cc3 Fix to use configured openpty usability condition
No reason to restrict only on OpenBSD and FreeBSD here.

Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Michele Calgaro ce064fcb01
Improved code for tderandr rotation string to allow translation in tdebase. This relates to issue #96.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro 40d566dff5 Revert "Allow extraction of strings for rotations in tderandr"
This reverts commit 99ddb86155.
5 years ago
Slávek Banko 99ddb86155
Allow extraction of strings for rotations in tderandr
so that strings can be translated.

This resolves issue #96.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
gregory guy 0c807f401b
Add two missing icons in the menu bar:
- bug Report/Request Enhancement...
- Switch Application Language..

Signed-off-by: gregory guy <gregory-tde@laposte.net>
5 years ago
Michele Calgaro 078099f9b1
Moved remaining tdehtml icons to crystal folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago