aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2007-10-04Remove not necessary pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=720967
2007-10-03fixes for KDE4_ADD_WIN32_APP_ICONRalf Habacker
- merged dir/pattern parameter into one parameter - implemented regular expression search for application icons - excluded icons with size 22x22, they are not allowed on windows - added a workaround for non working add_custom_command svn path=/trunk/KDE/kdelibs/; revision=720773
2007-10-03sopranoindex and sopranoclient also have a debug postfix on win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=720734
2007-10-03we need Strigi 0.5.5 nowDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=720685
2007-10-02extract kpty* into an own libOswald Buddenhagen
svn path=/trunk/KDE/kdelibs/; revision=720322
2007-10-02When looking for local libs in extragear, allow extragear to be configured ↵David Faure
as a whole instead of per-subdir. svn path=/trunk/KDE/kdelibs/; revision=720306
2007-10-02Find libraries in $STRIGI_HOME instead of system ones, as discussed with Vir ↵Anders Lund
on irc svn path=/trunk/KDE/kdelibs/; revision=720053
2007-10-02kdefx is dead. Long live... something that is not kdefx :-).Matthew Woehlke
Here's to hoping I found all the users first. I sure tried. svn path=/trunk/KDE/kdelibs/; revision=719903
2007-10-01There is no reason to export KDE4_APPLNK_INSTALL_DIR to the outside; define ↵David Faure
it only within kdelibs (so that KStandardDirs can look there for compatibility), but don't tempt people into installing new stuff into that dir. svn path=/trunk/KDE/kdelibs/; revision=719613
2007-09-30FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUGChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=719224
2007-09-30don't prefer /usr/include over /includeMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=719138
2007-09-27renamed KDE4_ADD_APP_ICON to KDE4_ADD_WIN32_APP_ICON based on alex requestRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=717545
2007-09-26update the documentation for KDE4_CREATE_HANDBOOK() and KDE4_CREATE_MANPAGE().Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=717432
2007-09-26Sometimes we name our manpage docbook files as "man-foo.docbook",Allen Winter
but the contents of that same file will say to generate a manpage called foo.1. (see <refentrytitle> in the docbook). So, we change the kde4_create_manpage() macro to do a s+/man-+/+ when creating the output file from the input file, i.e., man-foo.docbook becomes foo.1. The safer way would be to parse the docbook file, looking for the <refentrytitle> value. Then create the output file from that. Rather not, unless required later. svn path=/trunk/KDE/kdelibs/; revision=717431
2007-09-26Changes to the KDE4_CREATE_MANPAGE() macro:Allen Winter
- the section argument is now required - the output roff file goes into the builddir - now provides optional INSTALL_DESTINATION arguments, just like KDE4_CREATE_HANDBOOK() svn path=/trunk/KDE/kdelibs/; revision=717306
2007-09-26install manpages and infopages into destdir/shareAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=717270
2007-09-26add an optional "section" argument to the KDE4_CREATE_MANPAGE() macroAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=717265
2007-09-25soprano needs client and index libraries now, so search for themDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=716815
2007-09-25Add search strigiqtdbusclientLaurent Montel
necessary for new kick-off svn path=/trunk/KDE/kdelibs/; revision=716763
2007-09-24Not necessaryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=716482
2007-09-24some more needed libraries for the KUser portBernhard Loos
svn path=/trunk/KDE/kdelibs/; revision=716430
2007-09-24pass var_name correctlyAlbert Astals Cid
svn path=/trunk/KDE/kdelibs/; revision=716313
2007-09-24Use the proper dbus service name for the repository.Sebastian Trueg
New FindSoprano cmake module to find Soprano2. svn path=/trunk/KDE/kdelibs/; revision=716289
2007-09-24Allow to put TEST arg as second argumentLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=716277
2007-09-24also create moc files for _p.h files that contain a Q_OBJECT macroMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=716270
2007-09-24another name for the tiff lib -> libtiff3Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=716257
2007-09-24switch to new macro FIND_LIBRARY_EX() to avoid code duplicationChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=716254
2007-09-24new macro FIND_LIBRARY_EX() for win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=716251
2007-09-24typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=716194
2007-09-24Adapt CMakeLists.txt as discussed with Alex.Laurent Montel
KDE4_ADD_TEST_EXECUTABLE is deprecated now use KDE4_ADD_EXECUTABLE(<target> TEST <files>) instead QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE and QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE are deprecated too used SET_SOURCE_FILES_PROPERTIES(<files> PROPERTIES NO_NAMESPACE TRUE) QT4_ADD_DBUS_INTERFACES(<srcList> <files>) set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) is put in each CMakeLists.txt where KDE4_ADD_EXECUTABLE(<target> TEST <files>) and KDE4_ADD_UNIT_TEST were used. svn path=/trunk/KDE/kdelibs/; revision=716146
2007-09-21SANE_LIBRARIES doesn't exist, find it when I debug it with blackieLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=715204
2007-09-20fix html handbook creation ?Alexander Neundorf
Alex CCMAIL: winter@kde.org svn path=/trunk/KDE/kdelibs/; revision=714925
2007-09-19unbreakAlex Merry
svn path=/trunk/KDE/kdelibs/; revision=714451
2007-09-19-make QT4_ADD_DBUS_INTERFACES work not-by-accident and remove some ↵Alexander Neundorf
unnecessary code Alex svn path=/trunk/KDE/kdelibs/; revision=714423
2007-09-19partly sync with cmake cvs: handle relative/absolute paths in Qt rc files ↵Alexander Neundorf
better, handle qmake errors better Alex svn path=/trunk/KDE/kdelibs/; revision=714403
2007-09-18don't require tablib-config on windowsPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=713994
2007-09-17fix for win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=713533
2007-09-17Use by kdegraphics and extragear/libs/libksaneLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=713339
2007-09-16UpdateLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=713109
2007-09-15Fix find for msvc.Adrian Page
svn path=/trunk/KDE/kdelibs/; revision=712967
2007-09-15adopt them to the new win32 library namesChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=712919
2007-09-14Find KopeteCharles Connell
First use is in extragear/kopete-plugins svn path=/trunk/KDE/kdelibs/; revision=712561
2007-09-14fix confusing typo, it's kconfig_compilerFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=712346
2007-09-12Commit Thibault's and Andreas' patch that allows XML output for QTestLibAllen Winter
unit tests. To use, one must run cmake with the -DKDE4_TEST_OUTPUT=xml option. Else, the output format is typical plain text. CCMAIL: thibault.normand@gmail.com,apaku@gmx.de,ervin@kde.org svn path=/trunk/KDE/kdelibs/; revision=711631
2007-09-11added macro for win32 application icon named KDE4_ADD_APP_ICONRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711195
2007-09-11compile fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711194
2007-09-11all variables starts with QT_, we should too Ralf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711193
2007-09-11some minor win32 fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711192
2007-09-11fixed spelling errorRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711185
2007-09-11setup LIBEXSLT_LIBRARIES it is required by some packagesRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711184