| Age | Commit message (Expand) | Author |
| 2007-03-11 | add a variable for the new kdepimlibs/kimap library. | Allen Winter |
| 2007-03-05 | This patch fixes finding Qt4 when installed as a framework on OS X. The orig... | Caleb Tennis |
| 2007-03-05 | Somehow FindStrigi.cmake did not get committed before, here it is. | Jos van den Oever |
| 2007-03-02 | trying to make the output easier to parse. is this any better? | Allen Winter |
| 2007-03-02 | formatting fixups | Allen Winter |
| 2007-03-01 | QtScript is static, no -framework | Benjamin Reed |
| 2007-02-28 | fix X11 detection again. Whats the point of not searching | Dirk Mueller |
| 2007-02-28 | -some formatting in FindX11.cmake | Alexander Neundorf |
| 2007-02-27 | -don't use "-L" and "-l" because I don't think this works with MSVC and it mi... | Alexander Neundorf |
| 2007-02-27 | some formatting | Alexander Neundorf |
| 2007-02-27 | Initial support for the IMHO "broken" way of compiling KDE in Qt 4.3: | Thiago Macieira |
| 2007-02-26 | There are a couple of places where we make "APPLE" assumptions | Benjamin Reed |
| 2007-02-26 | add kdewin32 include & lib to CMAKE_REQUIRED_INCLUDES/LIBRARIES | Christian Ehrlicher |
| 2007-02-26 | - added more real library search on win32 | Ralf Habacker |
| 2007-02-25 | fix OSX build when DYLD_LIBRARY_PATH contains a directory with libjpeg.dylib ... | Benjamin Reed |
| 2007-02-25 | find libeay32 on win32 with mingw too | Christian Ehrlicher |
| 2007-02-20 | use "kde4" as prefix for application .desktop files | Stephan Binner |
| 2007-02-15 | add OPENSSL_EAY_LIBRARIES because this lib is sometimes needed on win32 | Christian Ehrlicher |
| 2007-02-13 | Find XShm | Philip Falkner |
| 2007-02-13 | don't include -finlines-visibility-hidden unless gcc is >= 4.2. just too | Dirk Mueller |
| 2007-02-07 | we don't want -ansi in C flags, we want c89 plus BSD 4.4 extensions. | Dirk Mueller |
| 2007-02-07 | SVN_SILENT remove commented out lines (showed up in my grep) | David Faure |
| 2007-02-06 | * Added RUBY_SITE_LIB_DIR, RUBY_SITE_ARCH_DIR | Thomas Moenicke |
| 2007-02-06 | Without DNSServiceRefDeallocate the dns_sd.h found on Mac OS 10.3.9 is comple... | David Faure |
| 2007-02-05 | Needed for other modules to use kdefakes without hardcoding the lib dir | David Faure |
| 2007-02-04 | Change filesystem icon category to places, complies with icon name spec, comp... | Jonathan Riddell |
| 2007-02-04 | make it possible to use KDE4_SOLID_LIBS KDE4_PHONONCORE_LIBS | Matthias Kretz |
| 2007-01-31 | -fix parsing of qrc files, the file tag can have attributes | Alexander Neundorf |
| 2007-01-31 | QT4_ADD_RESOURCES from cmake 2.4.6 to fix kjscmd.qrc parsing | Christian Ehrlicher |
| 2007-01-30 | -sync with cmake cvs: better parsing of the rc files | Alexander Neundorf |
| 2007-01-30 | -only look for the headers in the given install path | Alexander Neundorf |
| 2007-01-29 | Fix typo | Laurent Montel |
| 2007-01-29 | Search xmllint program (need to check doc generated file) | Laurent Montel |
| 2007-01-29 | -hack to get it cmake 2.4.3 compatible: use ADD_CUSTOM_TARGET() instead of AD... | Alexander Neundorf |
| 2007-01-28 | -temporarily build all tests unconditionally, otherwise the build breaks for ... | Alexander Neundorf |
| 2007-01-28 | -revert commit from Laurent, we have to discuss requiring cmake 2.4.5 (or 2.4... | Alexander Neundorf |
| 2007-01-28 | don't look in default paths first, else it'll find KDE 3 libs for me | Matthias Kretz |
| 2007-01-28 | fix case when install dir of current module is != kdelibs4 install dir | Frank Osterfeld |
| 2007-01-27 | Remove module which are now into cmake-2.4.5 | Laurent Montel |
| 2007-01-27 | as a lot of guy report problem to compile after changes which requires | Laurent Montel |
| 2007-01-26 | use install(CODE ...) instead of file(WRITE ... ) followed by install(SCRIPT ... | Alexander Neundorf |
| 2007-01-26 | -remove old commented code | Alexander Neundorf |
| 2007-01-26 | -finally remove the dcop macros | Alexander Neundorf |
| 2007-01-26 | -introduce new internal variable _kdeBootStrapping, so that we don't have | Alexander Neundorf |
| 2007-01-26 | Add boostrap into cmake macro which create doc | Laurent Montel |
| 2007-01-23 | Add macro KDE4_ADD_TEST for unit test usage. This way, if you have | Thiago Macieira |
| 2007-01-23 | add a macro KDE4_CREATE_EXPORTS_HEADER(fileName libName) | Alexander Neundorf |
| 2007-01-23 | Ah bah the vars were not set when compiling kdelibs itself. Now it links. | David Faure |
| 2007-01-23 | Fix inline-visibility detection | Thomas Zander |
| 2007-01-23 | add -fno-threadsafe-statics to the CXXFLAGS if supported: as we can't rely on | Matthias Kretz |