| Age | Commit message (Expand) | Author |
| 2006-03-06 | Search Xkb | Laurent Montel |
| 2006-03-05 | Search Xss extension (not perfect) | Laurent Montel |
| 2006-03-04 | disable warning 4661 for msvc (A member of the template class is not defined) | Christian Ehrlicher |
| 2006-03-03 | Search dpms extension | Laurent Montel |
| 2006-03-03 | Detect Xscreensaver extension | Laurent Montel |
| 2006-03-02 | -prepare the KDE3 files for moving to cmake cvs | Alexander Neundorf |
| 2006-03-02 | Search libXt | Laurent Montel |
| 2006-03-01 | -when installing, remove cmake files which may have been installed before, bu... | Alexander Neundorf |
| 2006-03-01 | -renamed FindKDE4.cmake to FindKDE4Internal.cmake, so the name FindKDE4.cmake... | Alexander Neundorf |
| 2006-03-01 | -changes in preparation of the renaming to FindKDE4Internal.cmake | Alexander Neundorf |
| 2006-03-01 | -remove the manual definition of "MSVC", this is now done in cmake | Alexander Neundorf |
| 2006-03-01 | Mark as advanced | Laurent Montel |
| 2006-02-28 | -set CMAKE_DEBUG_POSTFIX to "_debug", this has the effect that when doing a d... | Alexander Neundorf |
| 2006-02-27 | Use "TRUE" as for other check module | Laurent Montel |
| 2006-02-27 | Fix LIBRARY_OUTPUT_PATH when we build other module as kdelibs | Laurent Montel |
| 2006-02-25 | Add other X11 test (Xcursor/XTest) | Laurent Montel |
| 2006-02-23 | Search xinerama extension | Laurent Montel |
| 2006-02-23 | Fix search xkb extension | Laurent Montel |
| 2006-02-23 | Again other X11 extension (need for future) | Laurent Montel |
| 2006-02-23 | Search other x11 extension | Laurent Montel |
| 2006-02-23 | Search X11 extension module | Laurent Montel |
| 2006-02-19 | -add basic support for different buildtypes with gcc, see FindKDE4.cmake (sea... | Alexander Neundorf |
| 2006-02-18 | -renamed the KDE4_something_DIR to something_INSTALL_DIR | Alexander Neundorf |
| 2006-02-18 | -apply patch from Andreas Beckermann | Alexander Neundorf |
| 2006-02-17 | after discussion with David: | Alexander Neundorf |
| 2006-02-17 | -give kdelibs a project name ("kdelibs") | Alexander Neundorf |
| 2006-02-17 | For the future (in kdebase don't duplicate search directory) | Laurent Montel |
| 2006-02-16 | -replace -fexceptions with ${KDE4_ENABLE_EXCEPTIONS} (I'm not sure this is a... | Alexander Neundorf |
| 2006-02-16 | using GNUWIN32_DIR requires detecting of gnuwin32 package dir before | Ralf Habacker |
| 2006-02-15 | find libraries in previously detected gnuwin32 package location | Ralf Habacker |
| 2006-02-15 | set LD_LIBRARY_PATH to make sure we use the just compiled libraries, not | Dirk Mueller |
| 2006-02-15 | on windows the plugins also need the MAKE_X_LIB macro | Peter Kümmel |
| 2006-02-15 | add two defines for msvc2005 | Christian Ehrlicher |
| 2006-02-15 | Reverting - generating moc files in subdirs worked, but this broke compilatio... | David Faure |
| 2006-02-15 | When creating a moc file for foo/bar.h, create it as foo/bar.moc | David Faure |
| 2006-02-15 | not my day | David Faure |
| 2006-02-15 | Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of... | David Faure |
| 2006-02-15 | Lowercase some common keywords to improve readability | David Faure |
| 2006-02-15 | tiff import lib is named 'libtiff' on windows/msvc | Christian Ehrlicher |
| 2006-02-15 | Fix typo. | Laurent Montel |
| 2006-02-14 | add CMAKE_REQUIRED_INCLUDES to the original check_type_size | Peter Kümmel |
| 2006-02-14 | prepare to use patched check_type_size macro, this is the original cmake ver... | Peter Kümmel |
| 2006-02-14 | Restore FATAL_ERROR when KDEWIN32 is not found but is required. | Brad King |
| 2006-02-14 | Add -DQT3_SUPPORT_WARNINGS | Laurent Montel |
| 2006-02-14 | Now exr plugins compiles fine | Laurent Montel |
| 2006-02-14 | Fix detect openexr | Laurent Montel |
| 2006-02-14 | Use cflags and libs | Laurent Montel |
| 2006-02-13 | it seems that for jasper jpeg is also required | Alexander Neundorf |
| 2006-02-13 | fix some typos | Alexander Neundorf |
| 2006-02-13 | -added project(name-of_project) commands, so now when using the KDevelop3 gen... | Alexander Neundorf |