aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2007-01-19-add a helper target "htmlhandbook" using add_custom_target() which dependsAlexander Neundorf
on the generated index.html one problem: if you enter multiple docbook files, the output file name for each of them is ${CMAKE_CURRENT_BINARY_DIR}/index.html I guess this is not intended. How should they actually be named ? Alex CCMAIL: winter@kde.org svn path=/trunk/KDE/kdelibs/; revision=625313
2007-01-18-add the dependency to meinproc when building kdelibs to the meinproc macro, ↵Alexander Neundorf
so meinproc gets created before the rule is executed -remove the unnecessary if() around the find_program() calls, they in any way do nothing if it was found already -add docs for the new meinproc macro to FindKDE4Internal.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=625047
2007-01-18A new macro for generating index.html from index.docbook using meinproc.Allen Winter
Doesn't seem to work yet, so I'm hoping a cmake guru will see this and help me. I tried putting kde4_create_html_handbook(index.docbook) in the kdepim/doc/akregator/CMakeLists.txt, but I don't see that an index.html is being created anywhere. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=625018
2007-01-16Fix a problem experienced by a few people, where the Brad Hards
QCA2 cmake module threw away the pkg-config output, and returned the path to the QtCrypto directory, instead of the path to the <QtCrypto> include (typically one level down). svn path=/trunk/KDE/kdelibs/; revision=624040
2007-01-15Fix parsing of found_version when it starts with letters, like "Flex 2.5.4a".David Faure
Otherwise it would set found_major_vers = "Flex 2" etc. Report, analysis, and fix by Marc.Schodermayr telemotive.de - thanks! svn path=/trunk/KDE/kdelibs/; revision=623718
2007-01-13Tidy up QCA2 checkWill Stephenson
svn path=/trunk/KDE/kdelibs/; revision=622942
2007-01-12- rename kalsadevicelist to kaudiodevicelist as it supports OSS devices just asMatthias Kretz
well now - adapt the KCM to the name change - make selections on the categoryTree work correctly (used the wrong signal) - added whatsThis and toolTips to the KCM - add unknown AudioCaptureDevices to the list - make the remove function use the standard removeRows function instead of replacing the whole model data - enable InternalMove on the deviceList svn path=/trunk/KDE/kdelibs/; revision=622681
2007-01-12add qtmain(d).lib when linking executables on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=622674
2007-01-12Fix the check for MySQL EmbeddedWill Stephenson
svn path=/trunk/KDE/kdelibs/; revision=622624
2007-01-11cosmetic fix, now the parameter for GUI apps is handled the same way both ↵Alexander Neundorf
under Windows and OSX Alex CCMAIL: kde-buildsystem@kde.org It does still work under windows, right ? svn path=/trunk/KDE/kdelibs/; revision=622373
2007-01-11make KDE apps that aren't console apps win32 appsStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=622313
2007-01-09also check FONTCONFIG_INCLUDE_DIRAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=621742
2007-01-09use FONTCONFIG_INCLUDE_DIR instead of FONTCONFIG_DEFINITIONSAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=621735
2007-01-09-/usr/include, /usr/local/include, /usr/lib and /usr/local/lib are not ↵Alexander Neundorf
required anymore since cmake 2.4.0 or so -some cosmetics -> all the same (lower) case Alex svn path=/trunk/KDE/kdelibs/; revision=621732
2007-01-09Since we only look there, tell the user where we looked.David Faure
svn path=/trunk/KDE/kdelibs/; revision=621698
2007-01-07use NO_DEFAULT_PATH so that the correct version of the pim libs is found beforeMatt Rogers
versions in /usr svn path=/trunk/KDE/kdelibs/; revision=620708
2007-01-06Add support for oxygen iconsJonathan Riddell
svn path=/trunk/KDE/kdelibs/; revision=620620
2007-01-06-add the new and advanced FindPkgConfig.cmake module from cmake cvs, can be ↵Alexander Neundorf
removed once we require cmake >= 2.4.6 Usage: find_package(PkgConfig) pkg_check_modules(GDK gdk) gives you: GDK_INCLUDE_DIRS GDK_LIBRARIES and more, see top of FindPkgConfig.cmake for details Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=620585
2007-01-05-no need to specify /usr/lib and /usr/local/libAlexander Neundorf
-why are the two vars set to empty if not found instead of leaving them on "NOTFOUND" ? Alex svn path=/trunk/KDE/kdelibs/; revision=620406
2007-01-05on osx the DNS-SD bits are in libSystemBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=620375
2007-01-05win32 fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=620095
2007-01-04-add QT_USE_QTDBUSAlexander Neundorf
we're now almost sync'ed with cmake cvs again, it's just the release/debug lib stuff, the framework stuff, and the extra conf checks done in cmake cvs Alex svn path=/trunk/KDE/kdelibs/; revision=619966
2007-01-04partly sync with cmake cvs: if "qmake" is found, check that it's a Qt4 ↵Alexander Neundorf
qmake, if not, search again for qmake4 and qmake-qt4 Alex svn path=/trunk/KDE/kdelibs/; revision=619956
2007-01-04lovely cmake featureStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=619738
2007-01-03-remove obsolete macroAlexander Neundorf
-minor doc fix Alex svn path=/trunk/KDE/kdelibs/; revision=619654
2007-01-03-add optional argument for the interface name to QT4_GENERATE_DBUS_INTERFACEAlexander Neundorf
-partly sync cmake cvs: with add dependency scanning for Qt rc files (#134340) Alex CCMAIL: faure@kde.org svn path=/trunk/KDE/kdelibs/; revision=619651
2007-01-03mark more variables as advancedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619649
2007-01-03partly sync with cmake cvs: search QtCore inc dir only in the dir qmake reportedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619645
2007-01-03partly sync with cmake cvs: use the QT_QUERY_QMAKE macroAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619637
2007-01-03partly sync with cmake cvs: cosmeticsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619616
2007-01-03partly sync with cmake cvs: add QT_PLUGIN_DIR and some commentsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619610
2007-01-03Start to organize a bit kdecore, in subdirrectoriesOlivier Goffart
For now i have done the following division. kdecore/kernel : stuff related to the old KApplication kdecore/config : every class that inherit from KConfigBase kdecore/io : class related to files or process (like in qtcore/io) kdecore/date : stuff related to the date or the time (calendar, timezone, ...) kdecore/strings : operation on strings and strings localisation kdecore/sycoca : KSyCoCa related files This division is not in the stone, and there is still many files that have not been sorted svn path=/trunk/KDE/kdelibs/; revision=619422
2007-01-02don't generate config-alsa.h implicitely when doing FindPackage(Alsa), since ↵Alexander Neundorf
this is quite against cmake conventions. Instead provide a macro ALSA_CONFIGURE_FILE(config-alsa.h) which does it explicitely and which will even be found when searching for configure_file() or config-alsa.h Alex svn path=/trunk/KDE/kdelibs/; revision=619132
2007-01-01find glib2 here as well (opensuse 10.2)Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=618546
2006-12-31find the right qmake on OpenBSD...Marc Espie
svn path=/trunk/KDE/kdelibs/; revision=618204
2006-12-27- add cmake variable for the new libMatthias Kretz
- change the cmake variable names for Phonon for consistency (from what I tested this doesn't break compilation) svn path=/trunk/KDE/kdelibs/; revision=617094
2006-12-27add small lib that lists ALSA devices to be used in Phonon backendsMatthias Kretz
now that I need FindAlsa in kdelibs should it be removed from kdemultimedia next monday? svn path=/trunk/KDE/kdelibs/; revision=617068
2006-12-23install dbus interfaces as discussed with Thiago and David.Laurent Montel
I will fix other modules tuesday for not breaking kde before christmas . svn path=/trunk/KDE/kdelibs/; revision=615920
2006-12-21lets try again.. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=615423
2006-12-21That part is fine.David Faure
svn path=/trunk/KDE/kdelibs/; revision=615408
2006-12-21Revert to the version before dirk's changes, to avoid the bug which prepends ↵David Faure
32 to all executables. Let's redo those changes one by one until we find the one that triggers this problem... svn path=/trunk/KDE/kdelibs/; revision=615404
2006-12-21enabling it without testing wasn't such a great ideaDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=615310
2006-12-20fix typo that made -fvisibility=hidden support to be always disabledDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=615282
2006-12-14Add KDE4_KTEXTEDITOR_LIBS variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=613684
2006-12-13I don't need the copyright twice ;-)Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=613313
2006-12-10-add option KDE4_USE_ALWAYS_FULL_RPATH (disabled by default): if enabled, ↵Alexander Neundorf
everything (also libs and plugins) will be linked with full RPATH Alex svn path=/trunk/KDE/kdelibs/; revision=612333
2006-12-04 win32 fix: place all executables in <build-root>/bin dir by default to ↵Ralf Habacker
avoid multiple pathes in PATH environment svn path=/trunk/KDE/kdelibs/; revision=610434
2006-11-30the logic which for dealing with ippDeleteAttribute was buggy:Alexander Neundorf
when invoked the second time, CUPS_FOUND became true even although ippDeleteAttribute didn't exist, since in this case only the include dir and the lib variables were checked additionally (in order to sync back to cmake cvs) don't always fail if ippDeleteAttribute doesn't exist, but make this optional (enabled in kdeprint/CMakeLists.txt by setting CUPS_REQUIRE_IPP_DELETE_ATTRIBUTE to TRUE) Alex svn path=/trunk/KDE/kdelibs/; revision=609455
2006-11-30-proper indentingAlexander Neundorf
-fix typo: USB_FIND_QUIETLY -remove now-unnecessary standard unix search paths Alex svn path=/trunk/KDE/kdelibs/; revision=609436
2006-11-29No objections after 2 days in the mailling list, commiting then.Michel Hermier
svn path=/trunk/KDE/kdelibs/; revision=609041