Commit Graph

42 Commits (dc9adc1b0ffb44ddfcd1d27ccbee0c94280580ed)

Author SHA1 Message Date
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 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
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
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 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
Matías Fonzo 53d42e2472
Use the correct macros isnan, isinf for libc compatibility
Changes related to this commit:

- Clean up #if mess.

- Use unconditionally the correct macros isnan, isinf.

- Remove redudant macros from the build system.

Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit 8ae17a5d9d)
5 years ago
Slávek Banko 4304997180
Fix building with avahi support
+ Avahi detection was not performed at all
+ Added missing avahi-client detection
+ Fixed FTBFS in avahi related code

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 281e2da7f1)
5 years ago
Slávek Banko 33c3818ac5
Use system libdir when searching for dynamically loaded libraries.
This prevents finding an incorrect architecture on multi-arch systems.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3)
6 years ago
OBATA Akio 22e5099290
Convert GETMNTINFO_USES_STATVFS check to CMake
Fix to build on such platforms, it is used but not checked with CMake.

(cherry picked from commit 6716d0dfb9)
6 years ago
Slávek Banko 1e22a0ce39 Add search for utempter helper
This resolves Bug 2841

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a14adb9ab9)
7 years ago
Slávek Banko b9d5e48086 Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7cc97cb187)
8 years ago
Slávek Banko 03a61295af Fix FTBFS on missing magic_getpath 11 years ago
François Andriot 223f0c7578 Enable previously disabled build options in config.h 11 years ago
Slávek Banko 208d93bf75 Add new build option WITH_TDEICONLOADER_DEBUG 12 years ago
Alexander Golubev a5ba7ad712 Improved creation backtraces 12 years ago
Darrell Anderson 365f030613 Add compilation support to enable/disable
[KDE4] suffix in KDE4 menu items.
This resolves bug report 1563.
12 years ago
Alexander Golubev 35748811a4 Added check the conditions for building backtrace handler 12 years ago
Alexander Golubev 1297639788 Fix tdeioslaves FTBFS when compiled in standalone.
This resolves bug report 1617.

Cmake doesn't define HAVE_BACKTRACE.
This resolves bug report 1614.
12 years ago
Francois Andriot 7f328ba699 Add XZ tdeioslave
Based on KDE GIT commit bbe9e8f5
12 years ago
Darrell Anderson 274dd3ccb3 Fix XDG ShowOnlyIn/NotShowIn conflicts with KDE4. Add cmake
WITH_OLD_XDG_STD configure support to retain old style support
for potential problematic distros. This resolves bug report 1364.
12 years ago
Timothy Pearson 30b0af1f01 Fix URL handling of media/builtin-* mimetypes
This partially resolves Bug 976
Add missing ACL support to CMake build files
12 years ago
Timothy Pearson cfbdd55bb3 Add very preliminary network-manager backend support 13 years ago
Timothy Pearson 9bc0d2cd9d Update to new CUPS 1.6 API 13 years ago
Darrell Anderson 691a814834 Rename straggling environment variables KDE->TDE. 13 years ago
Timothy Pearson 2b035349c3 Add fam/gamin support to tdelibs CMake 13 years ago
Timothy Pearson 24f144faf9 Add inotify CMake support to tdelibs 13 years ago
Timothy Pearson 7508eafbec Add gcc visibility option to tdelibs 13 years ago
Timothy Pearson b911168351 Add pcre detection to tdelibs CMake files
This closes Bug 569
13 years ago
Timothy Pearson 40a38a2f9b Add initial support for ELF embedded icons in Konqueror
This feature still needs quite a bit of work to add embedding support to other
parts of TDE such as the minicli, as well as bringing konqueror behaviour
more in line with the minicli previews, but it is a start at least!
13 years ago
Timothy Pearson 99cc033990 Rename KDEHOME and KDEDIR 13 years ago
Timothy Pearson 46850422d6 Rename additional instances of KDE to TDE 13 years ago
Timothy Pearson 0ae5679aa1 Additional kde to tde renaming 13 years ago
tpearson 47ee068d2c Add composition manager detection and support to Trinity
This adds the methods required to make transparent widgets via alpha blending a reality
An additional widget class may be coming shortly


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246265 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
samelian dfe8053a72 [kdelibs] remove some useless checks (HAVE_X11_EXTENSIONS_XRANDR_H, HAVE_X11_EXTENSIONS_XSHM_H, HAVE_X11_ICE_ICELIB_H, HAVE__ICETRANSNOLISTEN)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225395 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 10308be19e Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 560378aaca Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
samelian 42c7fad6ee [kdelibs] more system checks
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1201140 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
samelian 7ffba8afee [kdelibs] added initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago