aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-02-05update to cmake 2.3-kde version, remove laterPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=505830
2006-02-04more fixes for windows from Peter KuemmelAlexander Neundorf
two functional changes: kdemacros.h: -# elif defined(_MSC_VER) && (_MSC_VER >= 1300) +# elif defined(_MSC_VER) && (_MSC_VER >= 1300) && (_MSC_VER < 1400) dcopidl.bat: since yesterday the unix dcopidl supports the -o <outputfile> parameter to specify the outputfile this change is to make dcopidl.bat compatible with this behaviour, so now both can be called with the same command line: dcopidl --srcdir <somedir> -o ksycoca.kidl ksycoca.h I think it might be a good idea to use the same call scheme also in the other buildsystems Alex CCMAIL: Ch.Ehrlicher@gmx.de CCMAIL: kuemmel@coffeelogic.de CCMAIL: ralf.habacker@freenet.de svn path=/trunk/KDE/kdelibs/; revision=505607
2006-02-04-renamed optional_find_package() to macro_optional_find_package(), to make ↵Alexander Neundorf
it clear it is a macro and not a builtin command -kjsembed compiles -CheckCXXSourceCompiles now support multiple include paths -compile fix in kjsembed/value_binding.cpp: prefer the local global.h, otherwise it might end up with the global.h from kio/kio/, depending on the order of include directories -use the new "-o" switch for dcopidl -add a (temporary) workaround for David's uic problem Alex svn path=/trunk/KDE/kdelibs/; revision=505580 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-02-04Now icons installed correctly Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505535
2006-02-04Fix install icon in good directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505485 The following changes were in SVN, but were removed from git: M pics/crystalsvg/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-02-03more fixes for windows... Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=505471
2006-02-03for now the kdeinit stuff is also required on windows, make compiling easier ↵Alexander Neundorf
for now fix typo in mingw section Alex svn path=/trunk/KDE/kdelibs/; revision=505460
2006-02-03-major overhaul of the windows stuff: kdelibs/win/ is now built as a regular ↵Alexander Neundorf
part of the build process -an improved version of CheckIncludeFiles.cmake has been added, which takes additional include directories as argument -the check for the KDE4_LIB_DIR was wrong, it returned libkxmlcore.so instead of the directory -fix the header install commands for the win/include/ stuff Alex svn path=/trunk/KDE/kdelibs/; revision=505455
2006-02-03Install scalable iconsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505212
2006-02-03Add specific directory for kconf_updateLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505157
2006-02-03Fix install into servicetypes directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505117
2006-02-02-use the expected -DMAKE_<libname>_LIB when compiling libraries under windowsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504990
2006-02-02correct path also in the la fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504940
2006-02-02install the fake libtool la files also to KDE4_LIB_INSTALL_DIRAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504937
2006-02-02Allow to compile java directoryLaurent Montel
(install doesn't work for the moment ) svn path=/trunk/KDE/kdelibs/; revision=504910
2006-02-02Add "KDE4_LIB_INSTALL_DIR" as discussed with alexander toLaurent Montel
fix install lib on x86_64 svn path=/trunk/KDE/kdelibs/; revision=504772
2006-02-01fix kdewin32 detectionAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504706
2006-02-01output Qt versionAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504703
2006-02-01hmm, include/Qt/ seems to be different an every platformAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504701
2006-02-01there's no Qt.framework on OS XAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504699
2006-02-01fix typo, thanks to peterAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504698
2006-02-01-FindQt4.cmake now checks first for include/QtCore, and only optionally for ↵Alexander Neundorf
include/Qt/ -some tweaks for windows ... quite hard to do if you neither can test it nor know how it should work... Alex svn path=/trunk/KDE/kdelibs/; revision=504695
2006-02-01Fix to use KDE4_* and CACHE STRING to define what isLaurent Montel
the usefull of macro svn path=/trunk/KDE/kdelibs/; revision=504665
2006-02-01Alexander is right, cmake have a png moduleLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504660
2006-02-01Now we can define pos of mandir/infodirLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504656
2006-02-01Define "KDE4_SYSCONF_DIR" which is '/etc' by defaultLaurent Montel
but now we can redefine it svn path=/trunk/KDE/kdelibs/; revision=504653
2006-02-01Fix typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504651
2006-02-01Add module to find png libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504646
2006-01-31-DLEAN_AND_MEAN for windowsAlexander Neundorf
-search for kdewin32 library on windows Alex svn path=/trunk/KDE/kdelibs/; revision=504372
2006-01-31new cmake macro OptionalFindPackage.cmake featuring the new command ↵Alexander Neundorf
optional_find_package(<name>) e.g. optional_find_package( ZLIB) is the same as option(WITH_ZLIB "Search for ZLIB package" ON) if (WITH_ZLIB) find_package(ZLIB) endif (WITH_ZLIB) This has the effect that all packages which are searched using this new command can be manually disabled using "cmake <dir> -DWITH_<name>=OFF" (or using the cmake GUI) This can be used to disable a package although it exists on the system. The result <name>_FOUND can be used as usual with find_package() for further testing in the CMakeLists.txt Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=504336 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-01-31fix source_dir != build_dir: Christian Loose
call kconfig_compiler for .kcfg file in source_dir svn path=/trunk/KDE/kdelibs/; revision=504325
2006-01-31Add test for dnssd libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504066
2006-01-30-generate the xml kate files on demand during the build, not during cmake timeAlexander Neundorf
-add a CMakeLists.txt for windows -check for another agg header Alex svn path=/trunk/KDE/kdelibs/; revision=503989
2006-01-30fix ENDIFChristian Loose
svn path=/trunk/KDE/kdelibs/; revision=503889
2006-01-29prepare support for the windows portAlexander Neundorf
update the kde3 cmake files Alex svn path=/trunk/KDE/kdelibs/; revision=503684
2006-01-29aspell/hspell support by Laurent MontelAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503634
2006-01-29-install dcopidl (dcopidl.bat on windows)Alexander Neundorf
-use the correct Qt do dir Alex svn path=/trunk/KDE/kdelibs/; revision=503606
2006-01-29mess with the path only or QtTestBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503588
2006-01-29dont use /opt/kde4 hardcoded as KDE4DIRAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503508
2006-01-28work around some kjs stuff that assumes __APPLE__ == WEBKIT, also fix ↵Benjamin Reed
definitions for QT_AND_KDECORE_LIBS to get -L and -F svn path=/trunk/KDE/kdelibs/; revision=503366
2006-01-28stupid non-framework QtTestBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503363
2006-01-28look for libgif or libungifBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503362
2006-01-28-support QtSvg and QtTestAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503277
2006-01-28-new module to find agg (I don't have it installed here, so I couldn't ↵Alexander Neundorf
really test it) -some cosmetic changes -FindQt4 should now also work if only the debug libraries are present, less LOC -preparation for windows developers Alex svn path=/trunk/KDE/kdelibs/; revision=503263
2006-01-28this wan't intended to be commitedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503146
2006-01-28-prefer the Qt binaries in the "special" (like QTDIR) directories over the ↵Alexander Neundorf
Qt binaries in the normal system paths Alex svn path=/trunk/KDE/kdelibs/; revision=503140
2006-01-27d'oh! forgot to add thisBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503034
2006-01-27-lQtTest is not a framework on osx qt 4.1.0, need -L stillBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503032
2006-01-27-first *complete* build of *complete* kdelibs, with no undefined symbols leftAlexander Neundorf
-compile fix in interfaces/ktexteditor/codecompletion2.h, gcc 3.3.6 didn't compile it: In file included from /home/alex/src/kde4-svn/kdelibs/kate/part/kateview.h:31, from /home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp:27: /home/alex/src/kde4-svn/kdelibs/interfaces/ktexteditor/codecompletion2.h:89: error: duplicate field enum KTextEditor::CodeCompletionModel::HighlightMethod' (as enum and non-enum) /home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp: In constructor KateReplacePrompt::KateRep lacePrompt(QWidget*)': /home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp:628: warning: __base_ctor' is deprecated (declared at /home/alex/src/kde4-svn/kdelibs/kdeui/kdialogbase.h:194) -compile fix in kdeui/ktip.cpp, gcc 3.3.6 didn't compile it Alex CCMAIL: kwrite-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=503028
2006-01-27mac os x fixes for the cmake buildBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503025