| Age | Commit message (Expand) | Author |
| 2008-05-27 | require Phonon: better error messages | Matthias Kretz |
| 2008-05-26 | now it should be fully compatible again | Matthias Kretz |
| 2008-05-26 | find and use installed Phonon | Matthias Kretz |
| 2008-05-23 | -use BUNDLE DESTINATION on all cmake versions starting with 2.6, i.e. also 2.7 | Alexander Neundorf |
| 2008-05-10 | -use automoc4 from kdesupport if available, otherwise fallback to the one fro... | Alexander Neundorf |
| 2008-04-22 | Fix compile error | Eckhart Wörner |
| 2008-04-21 | -add BUNDLE_INSTALL_DIR for OSX, location where application bundles will be i... | Alexander Neundorf |
| 2008-04-15 | Provide variables for detection & use of public KJS API. | Harri Porten |
| 2008-04-14 | revert the BUNDLE thing for now, apparently it is not backwards-compatible wi... | Benjamin Reed |
| 2008-04-14 | work around a cmake 2.6 issue when building on OSX | Benjamin Reed |
| 2008-04-13 | gcc 4.3 has the no-threadsafe-statics bug fixed | Dirk Mueller |
| 2008-04-02 | -cmake 2.5 is not supported anymore | Alexander Neundorf |
| 2008-03-27 | print a warning for those using cmake 2.5, next monday this will become an error | Alexander Neundorf |
| 2008-03-27 | never skip cmake_minimum_required(), otherwise cmake 2.6 generates warnings | Alexander Neundorf |
| 2008-03-22 | add a DEMO_INSTALL_DIR variable, as a place to install demos. | Allen Winter |
| 2008-03-14 | -revert the last commit, it can be better changed in cmakes FindKDE4.cmake | Alexander Neundorf |
| 2008-03-13 | -under Windows, find the install location relative to the installed FindKDE4I... | Alexander Neundorf |
| 2008-02-26 | The Intel C++ compiler option -Ob is deprecated. | Allen Winter |
| 2008-02-20 | -don't put LINK_DIRECTORIES() into the installed KDELibsDependencies.cmake file, | Alexander Neundorf |
| 2008-02-20 | -give a useful error message if somebody is using an old cmake cvs, which doe... | Alexander Neundorf |
| 2008-02-20 | cmake 2.6 is stricter, it checks whether there are targets with multiple names. | Alexander Neundorf |
| 2008-02-18 | fix documentation formatting | Alexander Neundorf |
| 2008-02-18 | LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS | Christian Ehrlicher |
| 2008-02-17 | Bump minimum required version of Qt to 4.4.0. | Matt Rogers |
| 2008-02-12 | Fix cmake file. | Andras Mantia |
| 2008-02-12 | - win32 compile fix: kdecore's CMakeLists.txt says that kdefakes is only buil... | Ralf Habacker |
| 2008-02-02 | Place Qt includes before platform/X11 includes | David Johnson |
| 2008-01-29 | adjust order of includes | David Johnson |
| 2008-01-15 | say "4.1" when finding the internal include or lib. | Allen Winter |
| 2008-01-15 | fix it | Alexander Neundorf |
| 2008-01-14 | change find include dir message to be less specific about the KDE 4 minor ver... | Allen Winter |
| 2008-01-13 | set USE_FULL_RPATH to OFF for APPLE since anything else leaves us with bad in... | Benjamin Reed |
| 2008-01-12 | turn off Intel C/C++ compiler remarks. they are a nuisance. | Allen Winter |
| 2008-01-12 | add -Wall to the Intel C/C++ compiler options | Allen Winter |
| 2007-12-20 | turn-off all debugging messages in "Release Mode" | Allen Winter |
| 2007-12-19 | -better comment | Alexander Neundorf |
| 2007-12-18 | fix comment | Alexander Neundorf |
| 2007-12-18 | Fixup for the nodefault lib msvc stuff, it now uses the same method we use in... | Shane King |
| 2007-12-17 | make the option KDE4_USE_ALWAYS_FULL_RPATH default to TRUE, so shared libs wi... | Alexander Neundorf |
| 2007-12-17 | As discussed on kde-buildsystem, add --enable-new-dtags to the linker flags o... | David Faure |
| 2007-12-14 | minor win32 msvc fix | Ralf Habacker |
| 2007-12-13 | win32 msvc fix: CMAKE_EXE_LINKER_FLAGS_... seems not to be used, instead only... | Ralf Habacker |
| 2007-12-13 | win32 msvc fix: debug modes uses different library as release | Ralf Habacker |
| 2007-12-13 | fixed msvc problem indicated by "__thiscall type_info::type_info(class type_i... | Ralf Habacker |
| 2007-12-12 | Update comment to more accurately reflect what's going on with qt linking and... | Shane King |
| 2007-12-12 | Fix for mingw to ensure -DQT_NO_DEBUG is set so plugins may load correctly wi... | Shane King |
| 2007-12-11 | apply patch to properly set QT_NO_DEBUG in release builds | Christian Ehrlicher |
| 2007-12-11 | Property set QT_NO_DEBUG for non-debug WIN32 builds, allowingt plugins to loa... | Shane King |
| 2007-11-19 | reverting the change -> problem lies in kdebase (use of DBUS_INTERFACES_INSTA... | Patrick Spendrin |
| 2007-11-18 | not sure whether I should change it here or in the qt4_add_dbus_* macros; bre... | Patrick Spendrin |