aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-07-11Allow to manually set the LIB_INSTALL_DIR (needed to install into lib64).Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=560859
2006-07-11Add kdefx variablLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=560781
2006-07-07Not necessary to keep debugLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=559391
2006-07-06-fix gcc version detection on MacAlexander Neundorf
CCMAIL: rangerrick@gmail.com Can you please check that this works now for you ? svn path=/trunk/KDE/kdelibs/; revision=559236
2006-07-05merge the settings from FindKDEPIMLibs.cmake, which I will be removing ASAP.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=558658
2006-07-05don't install into share/share/applnk (and so far there still are kcmodules ↵Matthias Kretz
that install there at least - to be changed to install into services, though) svn path=/trunk/KDE/kdelibs/; revision=558506
2006-07-05now we have a uninstall target in every toplevel module, so you can do "make ↵Alexander Neundorf
uninstall" e.g. in build/kdelibs/ Alex CCMAIL:kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=558348
2006-07-05if a wrong qmake has been found, mark it as invalid in the cache, so that it ↵Alexander Neundorf
is searched again the next time cmake runs Alex svn path=/trunk/KDE/kdelibs/; revision=558318
2006-07-04kompmgr is soon goneLuboš Luňák
svn path=/trunk/KDE/kdelibs/; revision=558238
2006-07-04delete previously installed FindQtDBus.cmake and QtDBUSMacros.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=558217
2006-07-04-link kdeinit modules with empty rpathAlexander Neundorf
-don't require a space after the gcc versiuon number Alex svn path=/trunk/KDE/kdelibs/; revision=558204
2006-07-04make the last three options of macro_log_feature() optional, so kdenetwork ↵Alexander Neundorf
configures Alex svn path=/trunk/KDE/kdelibs/; revision=558140
2006-07-04set X11_Xdamage_FOUNDLuboš Luňák
svn path=/trunk/KDE/kdelibs/; revision=558139
2006-07-04make the optional parameter ofr qt4_add_dbus_adaptor() actually workAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=558130
2006-07-04That's in FindQt4.cmake now.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=558025
2006-07-04-support an additional optional basename parameter for QT4_ADD_DBUS_ADAPTER()Alexander Neundorf
-support new and improved RPATH handling in cmake 2.4.3 -minor cleanups in kdelibs/CMakeLists.txt -use ${BIN_INSTALL_DIR} instead of bin as install target Alex svn path=/trunk/KDE/kdelibs/; revision=558004 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-07-04Fix install/remove macroLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=557966
2006-07-04Replace all '/include' by ${INSTALL_INCLUDE_DIR} and convert again some ↵Laurent Montel
install_files to install(...) macro svn path=/trunk/KDE/kdelibs/; revision=557961
2006-07-04-adjust the LD_LIBRARY_PATH for the new contents of LIB_INSTALL_DIR (now the ↵Alexander Neundorf
complete absolute path) Alex svn path=/trunk/KDE/kdelibs/; revision=557909
2006-07-04Commit big work on build system with Alex:Laurent Montel
install_* -> install Summary: we can install everything everywhere. svn path=/trunk/KDE/kdelibs/; revision=557905 The following changes were in SVN, but were removed from git: M pics/crystalsvg/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-07-04Let's stop generating adaptors that completely fail at runtime ↵David Faure
(qinvokemethod -> no compile-time checking). QT4_ADD_DBUS_ADAPTORS is deprecated, use QT4_ADD_DBUS_ADAPTOR() instead, which now takes in its arguments the header file and the classname of the parent object being adapted. The methods in the adaptor simply call the methods in the parent object, which means we know at compile-time that the xml and the C++ match. This also shows that we can't generate adaptors at compile-time when the slots need the additional QDBusMessage argument; but that's probably a rare case. CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=557871
2006-07-03-use positive logic for macro_ensure_version(MIN found RESULT) -> result is ↵Alexander Neundorf
true, if the vesion is ok -first try at creating batch files under windows -prepare a libexec install dir -better check for visibility support: only for gcc >= 4.1 if not compiled with the mt allocator Alex svn path=/trunk/KDE/kdelibs/; revision=557782
2006-07-03-error out if dbusxml2cpp wasn't found (because Qt didn't install it)Alexander Neundorf
-prepare new and better installation dir variables -remove KDE4_USE_QT_EMB, because it's not used anywhere Alex svn path=/trunk/KDE/kdelibs/; revision=557531
2006-07-03- variable overriding doesn't seem to work, according to AlexSimon Hausmann
svn path=/trunk/KDE/kdelibs/; revision=557470
2006-07-03Make the DCOP porting warnings more usefulWill Stephenson
svn path=/trunk/KDE/kdelibs/; revision=557455
2006-07-03Copy it into kdelibs because it will require by several Laurent Montel
module (kdebase/kdepim now) When we will create new snapshot I will add check into kdebase (kdebase requires it for kabc) svn path=/trunk/KDE/kdelibs/; revision=557445
2006-07-02adding Enchant plugin and adjust the others to the new namingZack Rusin
svn path=/trunk/KDE/kdelibs/; revision=557286
2006-07-02-fix dependencies for cmake < 2.4.3Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=557241
2006-07-02fix typoThorsten Roeder
SVN_SILENT svn path=/trunk/KDE/kdelibs/; revision=557153
2006-07-02Make it work, thanks to Alex!Tobias Koenig
svn path=/trunk/KDE/kdelibs/; revision=557147
2006-07-02-add macros for dealing with dbus stuff: Alexander Neundorf
QT_ADD_DBUS_INTERFACES( sources xmlfile1 ... xmlfileN) QT_ADD_DBUS_ADAPTORS( sources xmlfile1 ... xmlfileN) Alex svn path=/trunk/KDE/kdelibs/; revision=557126
2006-07-02-new option: KDE4_IGNORE_DONTPORT , which if enabled ignores the "don't port ↵Alexander Neundorf
against kdelibs HEAD" error Alex svn path=/trunk/KDE/kdelibs/; revision=557041
2006-07-02-add KDE4_ADD_DCOP_SKELS/STUBS again, but make them simply bail out with ↵Alexander Neundorf
FATAL_ERROR, this should avoid some frustration about not even the buildsystem working due to the switch to dbus Alex svn path=/trunk/KDE/kdelibs/; revision=557037
2006-07-02-remove dcop support from the build systemAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=557034
2006-07-02-remove the old makefile.am contents from the cmake files in kdelibsAlexander Neundorf
-add MacroLogFeature.cmake to the MacroLibrary Alex svn path=/trunk/KDE/kdelibs/; revision=557030 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt M pics/crystalsvg/CMakeLists.txt M pics/emoticons/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-07-01Fix typo.Kevin Ottens
SVN_SILENT svn path=/trunk/KDE/kdelibs/; revision=556920
2006-07-01Make kdecore link against QtDBus, thanks to Alex for his help on debugging!Tobias Koenig
svn path=/trunk/KDE/kdelibs/; revision=556914
2006-07-01Make kdelibs compile with current qt4.2 snapshotTobias Koenig
You have to update qt-copy to get compiled current trunk/kdelibs compiled successfully. CCMAIL:kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=556896
2006-07-01- re-apply Thiago's patch, now that qt-copy is up-to-date with a Qt 4.2 snapshotSimon Hausmann
svn path=/trunk/KDE/kdelibs/; revision=556890
2006-06-30Revert thiago's merge to kdelibs /trunk that broke lotsa stuff for now.Michael Pyne
svn path=/trunk/KDE/kdelibs/; revision=556588
2006-06-30Port to the new QtDBus API, including regeneration of the interfaceThiago Macieira
and adaptor files. I'm sorry that this breaks the compilation with qt-copy and kdesupport, but I need to commit this since I'm turning off this computer. svn path=/trunk/KDE/kdelibs/; revision=556512
2006-06-30This is safe to add.Thiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=556460
2006-06-24port to new MacroLogFeature()Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=554599
2006-06-24now handles required packages. also supports minimum_version and comments ↵Allen Winter
fields. approved by aleXXX. svn path=/trunk/KDE/kdelibs/; revision=554598
2006-06-24Define KDELIBSUFF Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=554531
2006-06-20Fix compilation on OSX: QtUiTools also doesn't come as a framework.Marijn Kruisselbrink
svn path=/trunk/KDE/kdelibs/; revision=553216
2006-06-20Fix probable copy/paste error.Paulo Moura Guedes
svn path=/trunk/KDE/kdelibs/; revision=553182
2006-06-18Don't look for X11 again, FindQt4 did it already (if Q_WS_X11)David Faure
svn path=/trunk/KDE/kdelibs/; revision=552723
2006-06-18-macro_push_required_vars() and macro_pop_required_vars() for guarding ↵Alexander Neundorf
cmake's check_something_exists() macros Alex svn path=/trunk/KDE/kdelibs/; revision=552675
2006-06-17Handle org.foo.Bar.xml correctly, ie. generate barinterface.h/.cpp.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=552266