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>
4 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>
4 years ago
OBATA Akio
f65c9e6665
Fix to declare missing `snprintf` prototype at correct place
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
4 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>
4 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>
4 years ago
Slávek Banko
59debdf4f0
Link external library for backtrace in tdecore.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
OBATA Akio
2167207adc
Allow to use backtrace(3) external library for kdebug
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
4 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/
4 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/
4 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/
4 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/
4 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/
4 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/
4 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/
4 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/
4 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/
4 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>
4 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/
4 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>
4 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/
4 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>
4 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>
4 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>
4 years ago
Michele Calgaro
40d566dff5
Revert "Allow extraction of strings for rotations in tderandr"
...
This reverts commit 99ddb86155
.
4 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>
4 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>
4 years ago
Michele Calgaro
078099f9b1
Moved remaining tdehtml icons to crystal folder.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
50786910ff
Moved common icons into crystal folder to avoid icon duplication in
...
tdehtml, tdevelop and ktechlab.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
gregory guy
88428d3b51
fix FTBFS, error: ‘dup’ was not declared in this scope
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
TDE Gitea
264e67cd50
Reset submodule main/tdelibs/cmake to latest HEAD
4 years ago
Roman Savochenko
819ee5e686
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (326 of 326 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
4 years ago
Roman Savochenko
f8f74119ee
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
cf54658fb3
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
f4b3bf6583
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
58cb50462a
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
669a6dad6c
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
23d4423beb
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
45aea250fd
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
9c9aa3097d
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
ccfad180a6
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
a466e5b7ac
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Roman Savochenko
b91208f992
Translated using Weblate (Ukrainian)
...
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/
4 years ago
Michele Calgaro
ffe8e495d7
Fixed handling of svg images that caused an infinite loop (most notably
...
Kicker was hanging with 100% CPU usage).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea
f4c86ab6f4
Reset submodule main/tdelibs/cmake to latest HEAD
4 years ago
Slávek Banko
42f3a62161
Simplify CMake rules for desktop file translations.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea
aad2d9434f
Reset submodule main/tdelibs/cmake to latest HEAD
4 years ago
TDE Gitea
201da5a966
Reset submodule main/tdelibs/admin to latest HEAD
4 years ago
Michele Calgaro
cc1cd17f01
Fixed up incomplete qtplugins -> tqtplugins renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
aneejit1
324a2b9f34
Rename tde-config option 'qtplugins' to 'tqtplugins'
...
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>
4 years ago
aneejit1
2c6417b8d6
Missing glib link directories
...
This resolves bug 3135
Signed-off-by: aneejit1 <aneejit1@gmail.com>
4 years ago