aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-14lowercasingAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=785773
2008-03-14-revert the last commit, it can be better changed in cmakes FindKDE4.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=785426
2008-03-13split into strigila and strigita prefixDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=785375
2008-03-13-under Windows, find the install location relative to the installed ↵Alexander Neundorf
FindKDE4Internal.cmake instead of the installed kde4-config.exe, this makes things easier for cross compiling (...let's wait until somebody cross compiles it to ARM or something like this) Alex svn path=/trunk/KDE/kdelibs/; revision=785297
2008-03-13configure the strigi analyzer prefix in a central place instead of ↵Dirk Mueller
spreading it all over KDE svn path=/trunk/KDE/kdelibs/; revision=785225
2008-03-13Also use pkgconfig to find QImageBlitz, since it installs a .pc file.David Faure
svn path=/branches/KDE/4.0/kdelibs/; revision=785148
2008-03-13Also use pkgconfig to find QImageBlitz, since it installs a .pc file.David Faure
svn path=/trunk/KDE/kdelibs/; revision=785147
2008-03-12Adjust variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=784788
2008-03-11Fix the cmake test so that QT_QTWEBKIT_FOUND is set when QtWebKit is found.Alex Merry
svn path=/trunk/KDE/kdelibs/; revision=784463
2008-03-04-prefer all-lower-case commands and indent using spacesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=782343
2008-03-04-add note that all-lower-case and indent-using-spaces is preferedAlexander Neundorf
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=782342
2008-03-04-add the cmake styleguide also in the stable branchAlexander Neundorf
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=782340
2008-03-04also install the style guideAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=782337
2008-03-04-add the cmake style guide for writing modules to KDE svn, so it is easier ↵Alexander Neundorf
to find for KDE developers svn path=/trunk/KDE/kdelibs/; revision=782336
2008-03-04SVN_SILENT: lowercase commands in KDE4_ADD_APP_ICONChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=782268
2008-03-03much better way to determine icon size - the last fix was not correct in ↵Christian Ehrlicher
some cases svn path=/trunk/KDE/kdelibs/; revision=781786
2008-03-02fix KDE4_ADD_APP_ICON when the path contains '64' or any other needed icon sizeChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=781336
2008-03-01search for the real symbolAlbert Astals Cid
svn path=/trunk/KDE/kdelibs/; revision=780921
2008-02-29FindSamba - also check for smbc_option_set, used by the smb kioslave, and ↵Matthew Woehlke
not in my libsamba svn path=/trunk/KDE/kdelibs/; revision=780766
2008-02-28Backporting r779354+779356David Faure
Support for XDG spec mimeapps.list instead of old ugly profilerc file, for configuring the mime/app associations. svn path=/branches/KDE/4.0/kdelibs/; revision=780189
2008-02-27fix Samba discovery and usageAllen Winter
thanks for the patch Christopher. BUGS: 158335 svn path=/trunk/KDE/kdelibs/; revision=780025
2008-02-26The Intel C++ compiler option -Ob is deprecated.Allen Winter
Simply use -fno-inline instead, just like with gcc. svn path=/trunk/KDE/kdelibs/; revision=779719
2008-02-24give each handbook and manpage custom target a unique, recognizable name.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=778813
2008-02-20-don't put LINK_DIRECTORIES() into the installed KDELibsDependencies.cmake file,Alexander Neundorf
instead enable the compatibility option CMAKE_LINK_OLD_PATHS, which should catch all problems (and not only the expected ones) -give an error message if an old cmake cvs without SET_PROPERTY() is used -remove check for installed dbusxml2cpp, this was still from the KDE4 core meeting in Trysil when dbus was very new in Qt Alex svn path=/trunk/KDE/kdelibs/; revision=777570
2008-02-20-give useful error message if a cmake cvs without set_property() is usedAlexander Neundorf
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=777553
2008-02-20-give a useful error message if somebody is using an old cmake cvs, which ↵Alexander Neundorf
doesn't have set_property() yet Alex svn path=/trunk/KDE/kdelibs/; revision=777542
2008-02-20-add INSTALL_TARGETS_DEFAULT_ARGS so e.g. kdepim trunk can work with kdelibs ↵Alexander Neundorf
from the 4.0 branch while still being able to install correctly also on windows -allow duplicated targets, used e.g. for buildtests (for cmake 2.6 compatibility) -set CMAKE_LINK_OLD_PATHS to TRUE, so make sure linking works even if libs without full path are used (also cmake 2.6 compatiblity) Alex svn path=/branches/KDE/4.0/kdelibs/; revision=777511
2008-02-20cmake 2.6 is stricter, it checks whether there are targets with multiple names. Alexander Neundorf
This breaks buildtests target, since this is created multiple times. Disable the check in cmake so it works again. Alex svn path=/trunk/KDE/kdelibs/; revision=777214
2008-02-19Try to search XINE_XCB_FOUND if we have xine installedLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=776982
2008-02-18fix documentation formattingAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=776880
2008-02-18LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGSChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=776825
2008-02-18some improvements to the docs:Alexander Neundorf
-some modules were not at all documented, only few are left now -the copyright message doesn't have to be printed for every module in the docs -fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND) Alex (will commit modified FindKDE4Internal.cmake after Christians commit) svn path=/trunk/KDE/kdelibs/; revision=776742
2008-02-17Bump minimum required version of Qt to 4.4.0.Matt Rogers
BUG: 157888 Please note that compilation bugs for subversion checkouts do NOT belong bugzilla! Report them to the appropriate mailing list instead. svn path=/trunk/KDE/kdelibs/; revision=776226
2008-02-15Avoid a cmake warning by terminating the IF properly.Till Adam
svn path=/trunk/KDE/kdelibs/; revision=775366
2008-02-15QtClucene doesn't have public APILaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=775229
2008-02-15Add new variable for new libLaurent Montel
But qt-copy doesn't install QtClucene include Thiago ? CCMAIL: thiago@kde.org svn path=/trunk/KDE/kdelibs/; revision=775219
2008-02-12Fix cmake file.Andras Mantia
svn path=/trunk/KDE/kdelibs/; revision=774091
2008-02-12- win32 compile fix: kdecore's CMakeLists.txt says that kdefakes is only ↵Ralf Habacker
build on unix which implies that the library should only be searched on unix svn path=/trunk/KDE/kdelibs/; revision=774067
2008-02-11Make it possible to get the result from the nepomuk code gen callSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=773741
2008-02-10Copy over the current stable KJS...Maks Orlovich
svn path=/branches/work/kjs-frostbyte/kjs/; revision=773278
2008-02-09microoptimizationAlbert Astals Cid
const & in foreach svn path=/trunk/KDE/kdelibs/; revision=772931
2008-02-05Add more library to the GStreamer library search.Thiago Macieira
Note: the gstreamer 0.10 package comes with 5 libraries and we only check for one. In addition, we check for a library that comes from the gstreamer-plugins-base 0.10 package. I suggest this be cleaned up. The extra library can go into FindGStreamerPlugins.cmake file. svn path=/trunk/KDE/kdelibs/; revision=771265
2008-02-02Reverted to version without --quiet parameter to be backwards compatibleSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=770138
2008-02-02Place Qt includes before platform/X11 includesDavid Johnson
svn path=/branches/KDE/4.0/kdelibs/; revision=770128
2008-02-02Place Qt includes before platform/X11 includesDavid Johnson
svn path=/trunk/KDE/kdelibs/; revision=770126
2008-02-02Use the new --quiet parameter to suppress useless outputSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=770030
2008-02-02Even two jobs is problematic on FreeBSD - confirmed with Alex a month ago or so.Adriaan de Groot
svn path=/trunk/KDE/kdelibs/; revision=769986
2008-01-31Fix problem when pcre is installed after a first configureLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=769201
2008-01-29adjust order of includesDavid Johnson
svn path=/trunk/KDE/kdelibs/; revision=768283
2008-01-29adjust order of includesDavid Johnson
svn path=/branches/KDE/4.0/kdelibs/; revision=768282