Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-14 | revert the BUNDLE thing for now, apparently it is not backwards-compatible ↵ | Benjamin Reed | |
with cmake 2.4 svn path=/trunk/KDE/kdelibs/; revision=797071 | |||
2008-04-14 | work around a cmake 2.6 issue when building on OSX | Benjamin Reed | |
svn path=/trunk/KDE/kdelibs/; revision=797065 | |||
2008-04-14 | remove CACHE STRING here too | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=797051 | |||
2008-04-14 | remove CACHE STRING, which can cause problems. | Allen Winter | |
per Brad King. svn path=/trunk/KDE/kdelibs/; revision=797050 | |||
2008-04-13 | gcc 4.3 has the no-threadsafe-statics bug fixed | Dirk Mueller | |
svn path=/trunk/KDE/kdelibs/; revision=796352 | |||
2008-04-13 | it seems like this is the culprit for breaking all | Dirk Mueller | |
KDE modules if using cmake 2.6 svn path=/trunk/KDE/kdelibs/; revision=796351 | |||
2008-04-12 | Fall back to also asking pkg-config for PCRE. | Harri Porten | |
svn path=/trunk/KDE/kdelibs/; revision=796136 | |||
2008-04-11 | Find Qt also on OSX when compiled without frameworks, but with debugging. | Till Adam | |
svn path=/trunk/KDE/kdelibs/; revision=795721 | |||
2008-04-04 | Fixed an strange behaviour on the plasma finder. | Aleix Pol Gonzalez | |
svn path=/trunk/KDE/kdelibs/; revision=793596 | |||
2008-04-04 | don't break if ASOUND_LIBRARY_DIR is empty | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=793576 | |||
2008-04-03 | -mark some variables as advanced, so they don't appear in the not-advanced ↵ | Alexander Neundorf | |
view of cmake-gui and ccmake -some minor cosmetics (casing and spaces vs. tabs) Alex svn path=/trunk/KDE/kdelibs/; revision=793410 | |||
2008-04-03 | coding style | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=793392 | |||
2008-04-03 | patch by pusling to fix finding libasound, I wonder why it never broke for me | Matthias Kretz | |
BUG: 157258 svn path=/trunk/KDE/kdelibs/; revision=793381 | |||
2008-04-02 | -cmake 2.5 is not supported anymore | Alexander Neundorf | |
-adapt to policy stuff in current cmake cvs HEAD and 2.6 branch, so it builds again without cmake warnings Alex svn path=/trunk/KDE/kdelibs/; revision=792751 | |||
2008-03-27 | print a warning for those using cmake 2.5, next monday this will become an error | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=790915 | |||
2008-03-27 | never skip cmake_minimum_required(), otherwise cmake 2.6 generates warnings | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=790890 | |||
2008-03-27 | the akonadi library name is "akonadi-kde" | Allen Winter | |
also add new variables for the akonadi-kmime library svn path=/trunk/KDE/kdelibs/; revision=790859 | |||
2008-03-24 | Postgress can be installed in /usr/include/postgresql/ | Laurent Montel | |
svn path=/trunk/KDE/kdelibs/; revision=789583 | |||
2008-03-22 | add a DEMO_INSTALL_DIR variable, as a place to install demos. | Allen Winter | |
needed by Decibel. svn path=/trunk/KDE/kdelibs/; revision=788951 | |||
2008-03-21 | add variables for the Akonadi library. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=788469 | |||
2008-03-21 | Add TAGLIB_MIN_VERSION | Laurent Montel | |
svn path=/trunk/KDE/kdelibs/; revision=788446 | |||
2008-03-18 | fix the documentation for Qt4 again | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=787262 | |||
2008-03-18 | fix documentation, QT_LIBRARIES doesn't exist | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=787251 | |||
2008-03-18 | -help cross compiling, search the krb5-config executable only in the target | Alexander Neundorf | |
environment, the one from the build host isn't the right one Alex svn path=/trunk/KDE/kdelibs/; revision=787239 | |||
2008-03-14 | Merged revision 785783: | Harri Porten | |
Feature of HTML 5: getElementsByClassName(). Tried to introduce a bit of the WebCore style to make code better comparable but in some parts the differences were to great so I wrote them the khtml way. svn path=/trunk/KDE/kdelibs/; revision=785784 | |||
2008-03-14 | lowercasing | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=785773 | |||
2008-03-14 | -revert the last commit, it can be better changed in cmakes FindKDE4.cmake | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=785426 | |||
2008-03-13 | split into strigila and strigita prefix | Dirk 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-13 | configure 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-13 | Also use pkgconfig to find QImageBlitz, since it installs a .pc file. | David Faure | |
svn path=/branches/KDE/4.0/kdelibs/; revision=785148 | |||
2008-03-13 | Also use pkgconfig to find QImageBlitz, since it installs a .pc file. | David Faure | |
svn path=/trunk/KDE/kdelibs/; revision=785147 | |||
2008-03-12 | Adjust variable | Laurent Montel | |
svn path=/trunk/KDE/kdelibs/; revision=784788 | |||
2008-03-11 | Fix 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 spaces | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=782343 | |||
2008-03-04 | -add note that all-lower-case and indent-using-spaces is prefered | Alexander Neundorf | |
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=782342 | |||
2008-03-04 | -add the cmake styleguide also in the stable branch | Alexander Neundorf | |
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=782340 | |||
2008-03-04 | also install the style guide | Alexander 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-04 | SVN_SILENT: lowercase commands in KDE4_ADD_APP_ICON | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=782268 | |||
2008-03-03 | much 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-02 | fix KDE4_ADD_APP_ICON when the path contains '64' or any other needed icon size | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=781336 | |||
2008-03-01 | search for the real symbol | Albert Astals Cid | |
svn path=/trunk/KDE/kdelibs/; revision=780921 | |||
2008-02-29 | FindSamba - 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-28 | Backporting r779354+779356 | David 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-27 | fix Samba discovery and usage | Allen Winter | |
thanks for the patch Christopher. BUGS: 158335 svn path=/trunk/KDE/kdelibs/; revision=780025 | |||
2008-02-26 | The 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-24 | give 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 used | Alexander Neundorf | |
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=777553 |