Commit Graph

1692 Commits (530cf401c71b080a0389c036cdb948e74d1d4ba3)
 

Author SHA1 Message Date
Slávek Banko 530cf401c7
Exclude translator information from the tdelibs_color template
because this information about this catalog is not displayed anywhere.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5f5cd723ed)
4 years ago
Slávek Banko cb796c51ca
tdehwlib: Add regular monitoring of power supply device status,
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 fb1316c785)
4 years ago
Slávek Banko 9f03b32225 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>
(cherry picked from commit 056d9c5d0d)
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 1212ebdc0e Add a build option for ispell.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c66f921179)
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
OBATA Akio 49d24215b1 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>
(cherry picked from commit 70d26004f0)
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
OBATA Akio 6736088603 Port ASPELL_DATADIR detection to CMake
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit ba75e441ea)
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
OBATA Akio 1b5d591d76 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>
(cherry picked from commit bbe1b42cbb)
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy 132786c194
Add definitions for X11_RGBFILE and XMLLINT in config.h
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 2706c5674e)
4 years ago
Michele Calgaro 3932891e3b
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c07a6bab9d)
4 years ago
Michele Calgaro 5b32da3ab3
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed8e30bc6d)
4 years ago
TDE Gitea 12e6a9fa47 Reset submodule main/tdelibs/cmake to latest HEAD 4 years ago
TDE Gitea 0f814e671a Reset submodule main/tdelibs/admin to latest HEAD 4 years ago
TDE Gitea 0e2c3e027f Reset submodule main/tdelibs/cmake to latest HEAD 4 years ago
TDE Gitea ec715886ea Reset submodule main/tdelibs/admin to latest HEAD 4 years ago
OBATA Akio ad371ca0b5
kpty: prevent to open pseudo ttys twice for openpty(3) platforms
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 8f7371cddf)
5 years ago
OBATA Akio bde317d2cd
Add support of posix_openpt(2) to open master pseudo terminal device
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 8e542575e0)
5 years ago
OBATA Akio f17a911197
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>
(cherry picked from commit ac8c8ca54a)
5 years ago
OBATA Akio 928f3ce5fa
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>
(cherry picked from commit 56c5973b6b)
5 years ago
Slávek Banko c428e74c00 Merge translation files from master branch. 5 years ago
OBATA Akio f31755baa1
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>
(cherry picked from commit 965a808b91)
5 years ago
OBATA Akio 3dee97b870
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>
(cherry picked from commit 6886dd7e96)
5 years ago
OBATA Akio 98a3fd49da
Fix to declare missing `snprintf` prototype at correct place
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit f65c9e6665)
5 years ago
OBATA Akio 295b8c54ac
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>
(cherry picked from commit 76a04f5fce)
5 years ago
OBATA Akio 7fdb160045
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>
(cherry picked from commit cc7cd83235)
5 years ago
Slávek Banko 08c2252bda
Link external library for backtrace in tdecore.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 59debdf4f0)
5 years ago
OBATA Akio a6be89461f
Allow to use backtrace(3) external library for kdebug
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 2167207adc)
5 years ago
Slávek Banko f5a0ae91d3 Merge translation files from master branch. 5 years ago
Slávek Banko c87d585089 Merge translation files from master branch. 5 years ago
Slávek Banko 1c08829a73
Fix FTBFS due to unnamed unused arguments in C sources in a recent commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1b2d3b15f4)
5 years ago
OBATA Akio 93c6d3795f
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>
(cherry picked from commit 7827038ab4)
5 years ago
OBATA Akio c136ff9700
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>
(cherry picked from commit 15116d8f64)
5 years ago
OBATA Akio 24a2027ee7
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>
(cherry picked from commit 12364c9cc3)
5 years ago
Michele Calgaro fe712166fb
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>
(cherry picked from commit ce064fcb01)
5 years ago
Michele Calgaro cafb5a55ba
Revert "Allow extraction of strings for rotations in tderandr"
This reverts commit 879b8a1c05

(cherry picked from commit 40d566dff5)
5 years ago
Slávek Banko 879b8a1c05
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>
(cherry picked from commit 99ddb86155)
5 years ago
gregory guy 4da21068f8
Add two missing icons in the menu bar:
- bug Report/Request Enhancement...
- Switch Application Language..

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 0c807f401b)
5 years ago
Michele Calgaro 4b9098ffae
Moved remaining tdehtml icons to crystal folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 078099f9b1)
5 years ago
Michele Calgaro b0e6ce5836
Moved common icons into crystal folder to avoid icon duplication in
tdehtml, tdevelop and ktechlab.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 50786910ff)
5 years ago
gregory guy 58a8336f9a
fix FTBFS, error: ‘dup’ was not declared in this scope
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 88428d3b51)
5 years ago
TDE Gitea c3cea587b9 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Slávek Banko 8dcea3f0ad Merge translation files from master branch. 5 years ago
Michele Calgaro 050589bc4f
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>
(cherry picked from commit ffe8e495d7)
5 years ago
TDE Gitea 1f77e1ff6e Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
Slávek Banko 3e4279ead3
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 42f3a62161)
5 years ago
TDE Gitea 6e58b61177 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 453ddb5708 Reset submodule main/tdelibs/admin to latest HEAD 5 years ago
aneejit1 81a6222928
Missing glib link directories
This resolves bug 3135

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 2c6417b8d6)
5 years ago
aneejit1 0eba7ab884
avahi-tqt include/link directories missing
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 86df09d798)
5 years ago
Slávek Banko 90aed94879
Prepare the complete ksgmltools2 in the binary directory
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 a94bf7ad14)
5 years ago
Slávek Banko 52d5b0c237
Use target names for commands instead of full paths.
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 98436f882d)
5 years ago