aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-14Add lzma/xz compression algorithm handling. Helio Castro
Original code by Per Øyvind Karlsen, <peroyvind@mandriva.org> Minor modifications bu Helio Castro <helio@kde.org> Reviewed by David Faure svn path=/trunk/KDE/kdelibs/; revision=954017
2009-04-14-search for phonon after KDELibsDependencies.cmake has been includedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=953958
2009-04-10another try at making a nice message when a required package cannot be found.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=952076
2009-04-10Fix the info message when REQUIRED packages are not found.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=952070
2009-04-01Honour request from Alex to use _FILE for files, by using _FILENAME for ↵David Faure
"just the filename". svn path=/trunk/KDE/kdelibs/; revision=947898
2009-03-27-don't require Perl for building any KDE4 app, this is not necessary ↵Alexander Neundorf
(documented on techbase) -add a better message if Phonon could not be found Alex svn path=/trunk/KDE/kdelibs/; revision=945641
2009-03-25forward-port various Mac OS X fixes from the 4.2 branch to trunkBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=944123
2009-03-25don't want to do app-bundle stuff on OSX if we're using Qt/X11Benjamin Reed
svn path=/branches/KDE/4.2/kdelibs/; revision=944114
2009-03-21although we do support w2k, define win32_winnt to 0x0501 (winxp) to be able ↵Christian Ehrlicher
to use IPV6 defines (in k3socket*). svn path=/trunk/KDE/kdelibs/; revision=942460
2009-03-20SVN_SILENT fix typo in commentDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=941576
2009-03-19-add modified versions of CheckCXXSourceRuns/Compiles.cmake, which can ↵Alexander Neundorf
handle imported library targets (see http://lists.kde.org/?t=123686453500002&r=1&w=2 ) Alex svn path=/trunk/KDE/kdelibs/; revision=941177
2009-03-19-mark more variables as advancedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=941175
2009-03-19SOPRANO_PLUGIN_DIR should be advanced as the other SOPRANO_* variablesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=941174
2009-03-17-make documentation more exactAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=940658
2009-03-17Add a cmake variable DISABLE_ALL_OPTIONAL_SUBDIRECTORIES which can be set to ↵Alexander Neundorf
TRUE to disable all subdirectories by default This should make building project in a modular way easier. Alex svn path=/trunk/KDE/kdelibs/; revision=940644
2009-03-11Suppress 'not found' messages from pkgconfig when the module subsequentlyDavid Jarvie
attempts to locate the package by other means. svn path=/trunk/KDE/kdelibs/; revision=938476
2009-03-11Add a variant of the standard cmake FindPkgConfig.cmake, which provides a QUIETDavid Jarvie
option to pkg_check_modules() to suppress error messages if pkgconfig has not found the package. svn path=/trunk/KDE/kdelibs/; revision=938016
2009-03-09Improve the sentenceDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=937330
2009-03-08cmake check for finding IOKit on Mac OS XHarald Fernengel
svn path=/trunk/KDE/kdelibs/; revision=937040
2009-03-08we need to define _WIN32_IE too (for mingw)Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=936949
2009-03-07define UNICODE also for mingwChristian Ehrlicher
make w2k the lowest win version we support svn path=/trunk/KDE/kdelibs/; revision=936493
2009-03-04Support for .kcfg files being generated using configure_file like tmcguireDavid Faure
wants to do in kmail. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=935251
2009-03-01fix a typo where OPTIONAL could be printed for missing *required* features.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=933810
2009-02-28Add SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUNDLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=933219
2009-02-27typo fix, found by Robby StephensonAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=933023
2009-02-27backport poppler detection fixDirk Mueller
svn path=/branches/KDE/4.2/kdelibs/; revision=932964
2009-02-27fix poppler detection for openSUSEDirk Mueller
(https://bugzilla.novell.com/show_bug.cgi?id=480485) svn path=/trunk/KDE/kdelibs/; revision=932963
2009-02-25symlinking DESTDIR in the source of the symlinkDirk Mueller
is wrong, as it will be a stale link in the case where DESTDIR is already used. svn path=/trunk/KDE/kdelibs/; revision=931922
2009-02-24Add KDEPIMLIBS_INCLUDE_DIRSChristophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=931131
2009-02-23New layout for the cmake summary as discussed on kde-buildsystem. Will ↵Sebastian Trueg
backport to 4.2 soon. svn path=/trunk/KDE/kdelibs/; revision=930559
2009-02-234.2 -> 4.3 in some messagesAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=930512
2009-02-23Increase the shared library versioning from .2 to .3Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=930511
2009-02-19actually check also the version of the found pulseaudio (by getting its ↵Pino Toscano
version from the version.h) against the minimum version required svn path=/trunk/KDE/kdelibs/; revision=928423
2009-02-16Reflect new reality -- kdelibs trunk requires Qt 4.5 (rc1 passes this check)David Faure
svn path=/trunk/KDE/kdelibs/; revision=927156
2009-02-13Fix linking in kdelibs/kate/plugins/David Faure
svn path=/trunk/KDE/kdelibs/; revision=925451
2009-02-09explicitely set CMP0011 to OLD, so we don't get the warning printed out with ↵Alexander Neundorf
cmake >= 2.6.3 (but the behaviour is not changed by this) Alex svn path=/branches/KDE/4.2/kdelibs/; revision=924047
2009-02-09explicitely set CMP0011 to OLD, so we don't get the warning with cmake >= 2.6.3Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=924046
2009-02-09find our new slef-compiled openssl 0.9.8jChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=923916
2009-01-30Optimiced CodeMarcus Hufgard
svn path=/trunk/KDE/kdelibs/; revision=918830
2009-01-28FindKdepim isn't (and shouldn't) be used anymore.Christophe Giboudeaux
Removing this cmake module. Ack. by Allen. svn path=/trunk/KDE/kdelibs/; revision=917950
2009-01-28minor doc update.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=917924
2009-01-28GLOB_RECURSE in KDE4_ADD_WIN32_APP_ICON is wrong - GLOB should be enoughChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=917903
2009-01-25it's libgmp on windowsChristian Ehrlicher
svn path=/branches/KDE/4.2/kdelibs/; revision=916641
2009-01-25it's libgmp on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=916638
2009-01-24- define NDEBUG and QT_NO_DEBUG in relwithebinfo build mode - that is how itAndreas Hartmetz
already is in release build mode. this disables assert() and Q_ASSERT() in all release modes. - only soft disable kDebug() at runtime depending on QT_NO_DEBUG, instead of making it a no-op by #definition. svn path=/trunk/KDE/kdelibs/; revision=916186
2009-01-22backport fix for bug 178229Andreas Hartmetz
svn path=/branches/KDE/4.2/kdelibs/; revision=914922
2009-01-21Backport HTTP authentication changes from trunk; they seem to fix more ↵Andreas Hartmetz
problems than they cause (none known at the moment). Revisions 910563, 913039, 914385 from trunk. svn path=/branches/KDE/4.2/kdelibs/; revision=914548
2009-01-17Fix create symlinkLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=912335
2009-01-14we need the PulseAudio Mainloop Library in kdemultimedia.Marcus Hufgard
Please have a look over it and expand it to win32 libs. Thanks svn path=/trunk/KDE/kdelibs/; revision=910978
2009-01-13Revert the required version number here and put it in kdelibs/CMakeLists.txt.Jos van den Oever
This is a request by Alexander Neundorf for improving the generality of FindStrigi.cmake. Individual project should set the required version themselves by using: set(STRIGI_MIN_VERSION 0.6.3) use_package(Strigi REQUIRED) CCMAIL:neundorf@kde.org svn path=/branches/KDE/4.2/kdelibs/; revision=910348