aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2007-03-22Remove cmake file which is already merge into cmake official packageLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=645382
2007-03-19-require CMake 2.4.5Alexander Neundorf
-minor cleanups Alex svn path=/trunk/KDE/kdelibs/; revision=644423
2007-03-19small cleanupDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=644386
2007-03-19shared-mime-info related macros by Pino Toscano (thanks!)David Faure
svn path=/trunk/KDE/kdelibs/; revision=644190
2007-03-19Move duplicate module here (duplicate between kdemultimedia/amarok)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=644071
2007-03-18Add KDE4_CREATE_PO_FILES and KDE4_INSTALL_PO_FILES macroLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=643694
2007-03-17Add a cmake macro to search msgfmt program (need to Laurent Montel
generate po file) svn path=/trunk/KDE/kdelibs/; revision=643591
2007-03-16Move it into kdelibs (need by kdebase and amarok)Laurent Montel
I will remove it from these two module next monday svn path=/trunk/KDE/kdelibs/; revision=643161
2007-03-15Better cmake message which tells the use to use a recent SVN version. Keep ↵Jos van den Oever
this message until the api stabilizes (halfway april). svn path=/trunk/KDE/kdelibs/; revision=642883
2007-03-15cmake variables should all be prefixed, so use STRIGI_ for all variables in ↵Dominik Haumann
FindStrigi.cmake CCMAIL: Jos van den Oever <jos@vandenoever.info> Alex@dhs box svn path=/trunk/KDE/kdelibs/; revision=642853
2007-03-15Follow refactory in strigi. (2+3/3)Thomas Zander
* Renamed library * (mostly) Renamed namespace from 'jstreams' to 'Strigi' svn path=/trunk/KDE/kdelibs/; revision=642663
2007-03-14Fix display messageLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=642545
2007-03-14Copy this module here. It's duplicate between koffice/kdeedu.Laurent Montel
I will remove koffice/kdeedu copy next monday svn path=/trunk/KDE/kdelibs/; revision=642495
2007-03-14need both strigi libs on win32Christian Ehrlicher
FIXME: don't search for libs when they're already in the cache svn path=/trunk/KDE/kdelibs/; revision=642355
2007-03-13Why should ICE be required when using FindQt4? breaks when using this file ↵David Faure
elsewhere, like in strigi. svn path=/trunk/KDE/kdelibs/; revision=642263
2007-03-13add -F for finding qt in a non-default locationBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=642253
2007-03-12strigi now compiles fine on win32. Will provide a binary package in the next ↵Christian Ehrlicher
few days CCMAIL kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=641914
2007-03-11add a variable for the new kdepimlibs/kimap library.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=641519
2007-03-05This patch fixes finding Qt4 when installed as a framework on OS X. The ↵Caleb Tennis
original code simply implied that if Qt4 was installed as a framework, all of the components would be there. However, this patch actually verifies the components are installed and sets the appropriate _FOUND variables if they are found or not. Patch was originally submitted to kde-buildsystem. However, I'm guessing most current users aren't on OS X and using the framework install, so the impact is probably minimal at the moment. svn path=/trunk/KDE/kdelibs/; revision=639611
2007-03-05Somehow FindStrigi.cmake did not get committed before, here it is.Jos van den Oever
svn path=/trunk/KDE/kdelibs/; revision=639518
2007-03-02trying to make the output easier to parse. is this any better?Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=638668
2007-03-02formatting fixupsAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=638627
2007-03-01QtScript is static, no -frameworkBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=638192
2007-02-28fix X11 detection again. Whats the point of not searchingDirk Mueller
X11 in /usr/include, when it is actually installed there for almost all newer distros? svn path=/trunk/KDE/kdelibs/; revision=638102
2007-02-28-some formatting in FindX11.cmakeAlexander Neundorf
-only use check_library_exists() if libICE hasn_t been found -check that ICE has been found in FindQt4.cmake Alex This should help against the problem, right ? CCMAIL: winter@kde.org svn path=/trunk/KDE/kdelibs/; revision=638084
2007-02-27-don't use "-L" and "-l" because I don't think this works with MSVC and it ↵Alexander Neundorf
might mess up the link dir ordering -don't use the cache for the modified QTUITOOLS_LIBRARY, because this will only work if it's not yet in the cache Does it work better this way ? Alex CCMAIL: thiago@kde.org svn path=/trunk/KDE/kdelibs/; revision=637801
2007-02-27some formattingAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=637796
2007-02-27Initial support for the IMHO "broken" way of compiling KDE in Qt 4.3:Thiago Macieira
if QtScript is detected, we assume that QtUiTools needs to link to it. This detects QtScript correctly. But this does not work. For whatever reason, the last block simply doesn't work: SET(QT_QTUITOOLS_LIBRARY ...) and nothing is exactly the same. I don't have time to investigate why SET doesn't set. If you're building KDE with Qt 4.3, for the moment you have to set QT_QTUITOOLS_LIBRARY manually to "-lQtUiTools -lQtScript". CCMAIL:kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=637764
2007-02-26There are a couple of places where we make "APPLE" assumptionsBenjamin Reed
when they really should be Q_WS_X11/Q_WS_MAC assumptions. These changes make it so that kdelibs (and probably the rest) build against qt4/x11 on Mac OS X safely. It should still work with qt4/mac as well. svn path=/trunk/KDE/kdelibs/; revision=637547
2007-02-26add kdewin32 include & lib to CMAKE_REQUIRED_INCLUDES/LIBRARIESChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=637512
2007-02-26- added more real library search on win32 Ralf Habacker
svn path=/trunk/KDE/kdelibs/; revision=637460
2007-02-25fix OSX build when DYLD_LIBRARY_PATH contains a directory with libjpeg.dylib ↵Benjamin Reed
in it (conflicts with libjpeg embedded in a system framework) svn path=/trunk/KDE/kdelibs/; revision=637176
2007-02-25find libeay32 on win32 with mingw tooChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=637067
2007-02-20use "kde4" as prefix for application .desktop filesStephan Binner
svn path=/trunk/KDE/kdelibs/; revision=635677
2007-02-15add OPENSSL_EAY_LIBRARIES because this lib is sometimes needed on win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=633896
2007-02-13Find XShmPhilip Falkner
svn path=/trunk/KDE/kdelibs/; revision=633385
2007-02-13don't include -finlines-visibility-hidden unless gcc is >= 4.2. just tooDirk Mueller
many bugs in older versions svn path=/trunk/KDE/kdelibs/; revision=633369
2007-02-07we don't want -ansi in C flags, we want c89 plus BSD 4.4 extensions.Dirk Mueller
Fixes snprintf not being available (which is a very very stupid thing to do) svn path=/trunk/KDE/kdelibs/; revision=631262
2007-02-07SVN_SILENT remove commented out lines (showed up in my grep)David Faure
svn path=/trunk/KDE/kdelibs/; revision=631180
2007-02-06* Added RUBY_SITE_LIB_DIR, RUBY_SITE_ARCH_DIRThomas Moenicke
svn path=/trunk/KDE/kdelibs/; revision=631022
2007-02-06Without DNSServiceRefDeallocate the dns_sd.h found on Mac OS 10.3.9 is ↵David Faure
completely useless. svn path=/trunk/KDE/kdelibs/; revision=630971
2007-02-05Needed for other modules to use kdefakes without hardcoding the lib dirDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=630595
2007-02-04Change filesystem icon category to places, complies with icon name spec, ↵Jonathan Riddell
compatible with gnome change icon name categories to match directory names, with backwards compatibilty for KDE 3 mime -> mimetypes device -> devices app -> apps filesys -> places places -> places add categories and emblems svn path=/trunk/KDE/kdelibs/; revision=630247 The following changes were in SVN, but were removed from git: M pics/crystalsvg/index.theme
2007-02-04make it possible to use KDE4_SOLID_LIBS KDE4_PHONONCORE_LIBSMatthias Kretz
KDE4_KAUDIODEVICELIST_LIBS in kdelibs svn path=/trunk/KDE/kdelibs/; revision=630080
2007-01-31-fix parsing of qrc files, the file tag can have attributesAlexander Neundorf
http://www.cmake.org/Bug/bug.php?op=show&bugid=4331 Alex svn path=/trunk/KDE/kdelibs/; revision=628882
2007-01-31QT4_ADD_RESOURCES from cmake 2.4.6 to fix kjscmd.qrc parsingChristian Ehrlicher
why does it work on linux? svn path=/trunk/KDE/kdelibs/; revision=628868
2007-01-30-sync with cmake cvs: better parsing of the rc filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=628695
2007-01-30-only look for the headers in the given install pathAlexander Neundorf
-the same for binaries, but afterwards also in the standard dirs, not sure whether this should be kept... -remove usage of KDEDIR -improve docs Alex svn path=/trunk/KDE/kdelibs/; revision=628657
2007-01-29Fix typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=628370
2007-01-29Search xmllint program (need to check doc generated file)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=628365