aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2008-01-11- libstreams is not enough, streamanalyzer is also needed (those two are ↵Josef Spillner
separate packages sometimes) svn path=/trunk/KDE/kdelibs/; revision=760011
2008-01-10make kde4_add_unit_test work properly on OSX together with non-NOGUI tests. ↵Marijn Kruisselbrink
I'm not entirely convinced this is the best way to fix it, but it seems to work fine (and it is at least better than the current situation). svn path=/trunk/KDE/kdelibs/; revision=759619
2008-01-09of course I notice the bug just after I committed it ;(Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=759070
2008-01-09fix installation of handbooks when DESTDIR installationDirk Mueller
is used svn path=/trunk/KDE/kdelibs/; revision=758943
2008-01-05SVN_SILENT: KDE4_ADD_WIN32_APP_ICON was renamed to KDE4_ADD_APP_ICONChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=757741
2008-01-04this one is already marked as ADVANCED aboveAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=757290
2008-01-04my first KDE 4.1 commit ;-)Alexander Neundorf
-add FREETYPE_INCLUDE_DIRS to make it compatible with the version in cmake cvs -everything lower case -FREETYPE_LIBRARIES doesn't need to be INTERNAL, STRING is better Alex svn path=/trunk/KDE/kdelibs/; revision=757150
2008-01-03Consistent naming for xf86misc - include and flag are xf86misc, lib is ↵Luboš Luňák
Xxf86misc. svn path=/trunk/KDE/kdelibs/; revision=756696
2008-01-02Add missing icon contexts to the kde4_install_icons() macro.Jakob Petsovits
In case you didn't know it (I didn't as of a few minutes ago): You can use the exact icon context names in the filenames of your installed icons. If you ever wondered where the "app" in ox22-app-mykdeapplication.png came from: that's just KDE 3 compatibility. Using the real name of the context, "apps", works just as well: ox22-apps-mykdeapplication.png (This also works with "actions", "status", "places" and whatever icon contexts the icon naming specification defines.) svn path=/trunk/KDE/kdelibs/; revision=756013
2007-12-31Change the KDE4_CREATE_HANDBOOK macro so that the current source directory ↵Ingo Klöcker
is used as working directory when running meinproc4. This way meinproc4 can find the *.docbook files referenced by index.docbook and sitting next to index.docbook in the source dir. This fixes handbook creation for index.docbook files with references to other *.docbook files. svn path=/trunk/KDE/kdelibs/; revision=755195
2007-12-31clean up - add 128px icon and remove _namePatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=755068
2007-12-30Use Ralf's approach - with a little change it also supports subdirs so we've ↵Patrick Spendrin
no point against it anymore :) CCMAIL: Ralf.Habacker@freenet.de svn path=/trunk/KDE/kdelibs/; revision=754837
2007-12-30change KDE4_ADD_APP_ICON to act exactly like KDE4_ADD_WIN32_APP_ICON as the ↵Patrick Spendrin
former did not work correct / was to unflexible CCMAIL: Ralf.Habacker@freenet.de svn path=/trunk/KDE/kdelibs/; revision=754803
2007-12-30- added new macro KDE4_ADD_APP_ICON, which is used for adding application ↵Ralf Habacker
icons on win32 and mac osx - marked KDE4_ADD_WIN32_APP_ICON as deprecated svn path=/trunk/KDE/kdelibs/; revision=754677
2007-12-29Needs by kaudiocreator and k3b (not necessary to have a FindKCDDB)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=754217
2007-12-26also search for X11R7Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=753207
2007-12-22Don't require FindKDEWIN to succeed, its just a convenience thing to not ↵Andreas Pakulat
have to set CMAKE_INCLUDE_PATH and CMAKE_LIB_PATH when installing gnuwin32 libs into a "known" place (like C:\Program Files\win32libs). But that breaks things like emerge which already set the two variables and thus don't set KDEWIN_DIR and don't need to set it. If the convenience thing isn't needed FindKDEWIN.cmake can be removed completely CCMAIL:kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=751844
2007-12-21CMAKE_LIBRARY_PATH is AFAIK an environment variable and thus contains native ↵Andreas Pakulat
paths, so convert them to cmake paths before handing them to find_library svn path=/trunk/KDE/kdelibs/; revision=751355
2007-12-21fix the required-logic in this fileAndreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=751346
2007-12-20turn-off all debugging messages in "Release Mode"Allen Winter
as discussed on the kde-buildsystem mailing list. svn path=/trunk/KDE/kdelibs/; revision=750964
2007-12-20SVN_SILENT: okular works now with freetype-support for dviPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=750771
2007-12-20small change for non-pkgconfig configurationsPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=750767
2007-12-19-fix RPATH change from yesterdayAlexander Neundorf
The libs and plugins were built with RPATH, but with the install RPATH, which means that if you run some executable during the build, it may get installed libs, since the RPATH in the libs points to the install dir. Now the libs are linked with the RPATH to the build dir, and when installing they are relinked. This unfortunately takes some time. There are two ways around it: -set KDE4_USE_ALWAYS_FULL_RPATH to FALSE, then you will have the old behaviour or -use cmake cvs and current kdesupport, then the RPATH will be changed not by linking again but by running chrpath on the installed binary, which takes basically no time Alex svn path=/trunk/KDE/kdelibs/; revision=750683
2007-12-19-better commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=750668
2007-12-19-synced partly with cmake cvs FindQt4.cmake: optional OPTIONS argument for ↵Alexander Neundorf
some of the macros Alex svn path=/trunk/KDE/kdelibs/; revision=750657
2007-12-18fix commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=750066
2007-12-18Fixup for the nodefault lib msvc stuff, it now uses the same method we use ↵Shane King
in FindQt4 for setting flags via a macro and forcing them to the cache. This should allow it to work with the .sln generator too. svn path=/trunk/KDE/kdelibs/; revision=749881
2007-12-17make the option KDE4_USE_ALWAYS_FULL_RPATH default to TRUE, so shared libs ↵Alexander Neundorf
will be built with RPATH this is correct, but make install will now take longer, since now also shared libs have to be relinked Alex svn path=/trunk/KDE/kdelibs/; revision=749796
2007-12-17switch order of arguments as suggestedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=749769
2007-12-17-mark more variables as advancedAlexander Neundorf
-some cosmetics (indentation etc.) Alex svn path=/trunk/KDE/kdelibs/; revision=749753
2007-12-17As discussed on kde-buildsystem, add --enable-new-dtags to the linker flags ↵David Faure
on linux+gcc. This makes ./kmyunittest.shell work as expected, i.e. it uses the locally built libs instead of the installed ones. svn path=/trunk/KDE/kdelibs/; revision=749514
2007-12-16use FindPkgConfig instead of UsePkgConfigAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=749197
2007-12-16complete rewrite.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=749189
2007-12-16new macro MACRO_APPEND_IF(var condition value1..valuen)Alexander Neundorf
can be used to simplify code: macro_append_if(mySrcs SOMELIB_FOUND file1.cpp file2.cpp) instead of if(SOMELIB_FOUND) set(mySrcs file1.cpp file2.cpp) endif(SOMELIB_FOUND) Alex svn path=/trunk/KDE/kdelibs/; revision=749077
2007-12-16no need to have different success messages for Windows and UNIXAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=749036
2007-12-16-remove macros QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE() and ↵Alexander Neundorf
QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE(), they were deprecated since september 24 and failed with MESSAGE(SEND_ERROR ...) since then some syncing with FindQt4.cmake from cmake cvs: -some whitespace syncing -under Windows: use the registry to get the default installed Qt4 version, and search qmake also there -support multiple directories in QMAKE_MKSPECS -fixes for finding the include directories for QtAssistant and QtDesigner under OSX Alex svn path=/trunk/KDE/kdelibs/; revision=749028
2007-12-14few fixes i had lying here:Pino Toscano
- fix the usb detrction once again - take into account the include dirs got from pkg-config when looking for usb.h - show the library (not the include path) when showing the "libsub found" message svn path=/trunk/KDE/kdelibs/; revision=748534
2007-12-14minor win32 msvc fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=748334
2007-12-14Move the wchar_t msvc fix local to phonon, including it for everything ↵Shane King
linked against qt causes link problems with other libraries. svn path=/trunk/KDE/kdelibs/; revision=748277
2007-12-13win32 msvc fix: CMAKE_EXE_LINKER_FLAGS_... seems not to be used, instead ↵Ralf Habacker
only CMAKE_EXE_LINKER_FLAGS is used regardless of build type svn path=/trunk/KDE/kdelibs/; revision=748113
2007-12-13win32 msvc fix: debug modes uses different library as releaseRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=748078
2007-12-13Fixed build for ds9 phonon backend with msvcShane King
svn path=/trunk/KDE/kdelibs/; revision=748071
2007-12-13fix libusb detectionPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=748049
2007-12-13fixed msvc problem indicated by "__thiscall type_info::type_info(class ↵Ralf Habacker
type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj) svn path=/trunk/KDE/kdelibs/; revision=748005
2007-12-12Update comment to more accurately reflect what's going on with qt linking ↵Shane King
and mingw svn path=/trunk/KDE/kdelibs/; revision=747507
2007-12-12Fix for mingw to ensure -DQT_NO_DEBUG is set so plugins may load correctly ↵Shane King
with QPluginLoader. svn path=/trunk/KDE/kdelibs/; revision=747449
2007-12-11apply patch to properly set QT_NO_DEBUG in release buildsChristian Ehrlicher
from FindQt4.cmake / cmake cvs svn path=/trunk/KDE/kdelibs/; revision=747359
2007-12-11do'h.Allen Winter
there sure is a FindBZip2.cmake in cmake 2.4 and cmake 2.5. svn path=/trunk/KDE/kdelibs/; revision=747304
2007-12-11we've been doing without a proper BZip2 development discovery.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=747297
2007-12-11Property set QT_NO_DEBUG for non-debug WIN32 builds, allowingt plugins to ↵Shane King
load correctly. svn path=/trunk/KDE/kdelibs/; revision=747171