aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-08-09disable one more warning for msvcChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=571475
2006-08-08don't remove the la-files on make clean (#131172)Alexander Neundorf
it would be better to generate them as part of the build, but since the plan is to get rid of them anyway, I don't ewant to put the extra work in it now Alex svn path=/trunk/KDE/kdelibs/; revision=571165
2006-08-05Now we have "LIB_SUFFIX" to define lib suffix as into old bug system.Laurent Montel
it's a string 64/32 etc. svn path=/trunk/KDE/kdelibs/; revision=570072
2006-08-05if appending the old content to the paths it needs to be prefixed with the ↵Friedrich W. H. Kossebau
separator : of course svn path=/trunk/KDE/kdelibs/; revision=569946
2006-07-31Fix pb when we relauch ccmake -D... ../ Laurent Montel
LIB_* variable was not changed svn path=/trunk/KDE/kdelibs/; revision=568125
2006-07-30Fix jasper detectionPascal Létourneau
svn path=/trunk/KDE/kdelibs/; revision=567768
2006-07-27typo--Urs Wolfer
svn path=/trunk/KDE/kdelibs/; revision=567081
2006-07-27disable a msvc warningChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=566976
2006-07-27Scalable hicolor svgz existsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=566879
2006-07-26Improve icon macro:Laurent Montel
Install just icon which is into good theme. But For me it will better to not specify theme name and use prefix of icon to add into good theme dir. I will wait Alexx to discute about it. I comment debug to see errors about icons Now all icons are installed into good directory Becarefull if we uncommente it it returns false true. svn path=/trunk/KDE/kdelibs/; revision=566519
2006-07-24add a variable for /share/autostartAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=565954
2006-07-24change the tag file because we hope emailfunctions goes away sometime soon.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=565921
2006-07-24KDE4_KRESOURCES_LIBS is used but not defined anywhere.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=565911
2006-07-23add a variable for libkabc.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=565487
2006-07-21Remove bad charLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=564750
2006-07-21We have some mng iconsLaurent Montel
(kopete has some mng icons which must be installed as png icons) svn path=/trunk/KDE/kdelibs/; revision=564747
2006-07-20Now into kdelibs as kdebase and koffice use themLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=564569
2006-07-20Finally commit my change to kde4_add_kcfg_files.Michaël Larouche
Added GENERATE_MOC option to kde4_add_kcfg_files. Since only 1%(and I would even say 0.1%) of kcfg files need moc, I added that keyword to generate_moc explictly. Should speed up a little bit the build for kcfg which doesn't need moc. svn path=/trunk/KDE/kdelibs/; revision=564385
2006-07-17fix for win32 - why it's only me who needs this?Christian Ehrlicher
CCMAIL: syntheticpp@gmx.net svn path=/trunk/KDE/kdelibs/; revision=563490
2006-07-16don't check for openssl lib on every cmake run (win32)Christian Ehrlicher
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=562905
2006-07-15fix for OpenSSL 0.9.8b with msvcChristian Ehrlicher
hope it will work with < 0.9.8b too svn path=/trunk/KDE/kdelibs/; revision=562569
2006-07-13the configure process needs the include pathPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=561854
2006-07-13handle win32 support in FindKDE4Internal.cmakePeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=561849
2006-07-12-KDE4_AUTOMOC: give a better error message if the header which should exist ↵Alexander Neundorf
for creating the moc file doesn't exist This means that cmake will now abort if there is the header file which is required for KDE4_AUTOMOC is missing at cmake time. I think this shouldn't break anything, but I don't have enough computing power here to check all modules. CCMAIL: kde-buildsystem@kde.org CCMAIL: kde-core-devel@kde.org Alex svn path=/trunk/KDE/kdelibs/; revision=561632
2006-07-11Allow to specify classname.Laurent Montel
It's necessary to fix karm compile it uses same xml file but two different class and use the same lib =>it defined same object => we can't link. (it's very specific case) svn path=/trunk/KDE/kdelibs/; revision=560969
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