Commit Graph

52 Commits (a9b850f25dce0f90a0c456cf18121e9b67bb5b81)

Author SHA1 Message Date
Michele Calgaro 7740e825a6
kjs: use libpcre2 instead of libpcre
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro 0535c10ec2
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Denis Kozadaev e5acdb1b39
Add SunOS specific patches
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
Slávek Banko e9571392f6
Fix `#ifdef __cplusplus` for blocks `extern "C"` in config.h.cmake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
OBATA Akio ad41084b8d Fix feature detections with CMake
* implement missing checks with CMake
* fixes and improve some detections
* remove missing but unused checks

Signed-off-by: OBATA Akio <obache@wizdas.com>
3 years ago
Michele Calgaro 60ef8289ae
Drop weird macro and use memcpy/memset instead.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 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
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
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 2167207adc Allow to use backtrace(3) external library for kdebug
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Matías Fonzo 8ae17a5d9d 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>
5 years ago
Slávek Banko 281e2da7f1
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>
5 years ago
Slávek Banko 8a859540c3
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>
6 years ago
OBATA Akio 6716d0dfb9 Convert GETMNTINFO_USES_STATVFS check to CMake
Fix to build on such platforms, it is used but not checked with CMake.
6 years ago
Michele Calgaro 50087701ab
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko a14adb9ab9 Add search for utempter helper
This resolves Bug 2841

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 7cc97cb187 Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson 69a43103d9 Attempt to fix cryptsetup version detection yet again
The library authors would have done well to include a version number #define in the header...
10 years ago
Timothy Pearson ffa54887ce Add additional cryptographic card functions to tdehwlib
Fix FTBFS on old distributions
10 years ago
Timothy Pearson 897752b61a Fix FTBFS when cryptsetup support disabled 10 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 11 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