aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2009-07-24-search also for SopranoAddOntology.cmake and include it automatically if foundAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1002028
2009-07-14add the standard KDE paths to the include/lib search paths, useful when KDE ↵Romain Pokrzywka
is built with emerge svn path=/trunk/KDE/kdelibs/; revision=996461
2009-07-14arf, this little bugger took me two hours to find :-oRomain Pokrzywka
svn path=/trunk/KDE/kdelibs/; revision=996456
2009-07-12Always define MAKE_FOO_LIB, not only on Windows. This is used in konqueror ↵David Faure
to know when to enable KDE_TESTS_EXPORT. What I don't understand, is why it worked before; konqprivate_export.h always relied on MAKE_KDEINIT_KONQUEROR_LIB... (and without this commit, konqviewmgrtest failed with undefined symbol KonqSettings::self(), which is logical [hidden symbol]) svn path=/trunk/KDE/kdelibs/; revision=995537
2009-07-09Add Qt Webkit framework support.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=993948
2009-07-09whoops - revert last change, this should not have gone inHarald Fernengel
svn path=/trunk/KDE/kdelibs/; revision=993915
2009-07-09enable QT_USE_FAST_OPERATOR_PLUS and QT_USE_FAST_CONCATENATIONHarald Fernengel
svn path=/trunk/KDE/kdelibs/; revision=993910
2009-07-07KDEWIN_INCLUDES and KDEWIN_LIBRARIES need to be set always, not only for the ↵Ralf Habacker
first time svn path=/trunk/KDE/kdelibs/; revision=992670
2009-07-05Show a fatal error if anyone tries to use FindKdepim.Christophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=991884
2009-07-05no need to be nice and to welcome people :) (thanks to krop for seeing that ;) )Cyrille Berger Skott
svn path=/trunk/KDE/kdelibs/; revision=991734
2009-07-05Find lcms version using a regexp, instead of compiling a program.Cyrille Berger Skott
svn path=/trunk/KDE/kdelibs/; revision=991725
2009-07-02the backslashes are definitely neededPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=990592
2009-07-02it can work without backslashes of course tooPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=990546
2009-07-02use this for spaces in the pathPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=990545
2009-07-02Force the prefix to "lib" so that the plugin name is sure to match the init_ ↵Ralf Habacker
symbol exactly - by cygwin ports maintainer svn path=/trunk/KDE/kdelibs/; revision=990265
2009-07-02could not change commit log after a commit, so revert the part of the patch ↵Ralf Habacker
for which is the comment was forgotten svn path=/trunk/KDE/kdelibs/; revision=990264
2009-07-02Python modules should be MODULE, not SHARED, so they are installed correctly ↵Ralf Habacker
and not create import libs on Win32/Cygwin - by cygwin ports maintainer svn path=/trunk/KDE/kdelibs/; revision=990262
2009-07-02Cygwin uses $PATH for runtime library resolution by cygwin ports maintainerRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=990261
2009-07-02Account for CMAKE_EXECUTABLE_SUFFIX in KDE4_*_EXECUTABLE .shell names, since ↵Ralf Habacker
that is how they are created. by cygwin ports maintainer svn path=/trunk/KDE/kdelibs/; revision=990260
2009-06-28unbreak (remove an underscore too much)Pino Toscano
svn path=/trunk/KDE/kdelibs/; revision=988553
2009-06-28-fix getting the correct location for the respective configuration, (the ↵Alexander Neundorf
resulting name was just "LOCATION_", which is unknown to cmake, so it returns just the information for any configuration it finds Thanks to Aleix for finding the issue Alex svn path=/trunk/KDE/kdelibs/; revision=988522
2009-06-25libsasl2 add, because the windows package of cyrus-sasl2 contains a libsasl2 ↵Ralf Habacker
also for msvc which is not standard conform svn path=/trunk/KDE/kdelibs/; revision=986838
2009-06-24add documentationBenoît Jacob
svn path=/trunk/KDE/kdelibs/; revision=986742
2009-06-24kill the variable EIGEN2_MIN_VERSION, instead use the native Eigen2_FIND_VERSIONBenoît Jacob
svn path=/trunk/KDE/kdelibs/; revision=986049
2009-06-23update FindEigen2 to allow checking versionsBenoît Jacob
svn path=/trunk/KDE/kdelibs/; revision=985774
2009-06-18applied suggest change from alex on kde-commitRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=983398
2009-06-17applied naming changeRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=982917
2009-06-17followed other module naming schemeRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=982916
2009-06-16renamed kdewin32 to kdewin to have a more generic name, approved by ↵Ralf Habacker
kde-buildsystem list svn path=/trunk/KDE/kdelibs/; revision=982530
2009-06-15minor fix for finding the kdewin packageRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=982307
2009-06-10Run chmod on compiled files, instead of files installed on system.Gökcen Eraslan
CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=979688
2009-06-10Do not show DESTDIR of target in CMake status message, according to r931922.Gökcen Eraslan
CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=979647
2009-06-10Fix project name control. Previously, condition was always true since there ↵Gökcen Eraslan
is no variable named printer-applet. CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=979601
2009-06-10uses new kdewin library first, only when not found the old kdewin32 libraryRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=979583
2009-06-02it helps to check in the right file when editing in 2 different places :PBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=976876
2009-06-02if PHONON_INCLUDE_DIR is a framework directory on Mac OS X, we need to ↵Benjamin Reed
include the Headers/ subdir to read the .h file directly svn path=/trunk/KDE/kdelibs/; revision=976874
2009-06-01Also serach for the QtHelp library when using frameworks.Andreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=976236
2009-05-29added commit policy linksRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=974525
2009-05-29fixed manifest adding when using OUTPUT_NAME target propertiesRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=974524
2009-05-29made cmake policy conform Ralf Habacker
svn path=/trunk/KDE/kdelibs/; revision=974523
2009-05-28Support and document QT_VERSION_(MAJOR|MINOR|PATCH) as does FindQt4.cmake fromAndreas Pakulat
cmake-upstream. svn path=/trunk/KDE/kdelibs/; revision=974307
2009-05-26fixed initialisation of uac manifest support for non kdelibs packagesRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=973045
2009-05-26space fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=973042
2009-05-26documented the real problem betterRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=973034
2009-05-26fixed double installRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=972977
2009-05-26added initial support for fixing windows vista uac problem by adding a ↵Ralf Habacker
specific manifest file to executables. Vista manifest support is disabled by default and could be enabled by setting the KDE4_ENABLE_UAC_MANIFEST variable. This support requires kdewin32 >= 0.3.9 The basic idea of this patch was announced at kde-buildsystem mailing list http://lists.kde.org/?l=kde-buildsystem&m=124220817129087&w=2 without any objections for about two weeks. svn path=/trunk/KDE/kdelibs/; revision=972974
2009-05-19Fix spellingChristoph Feck
svn path=/trunk/KDE/kdelibs/; revision=969968
2009-05-18-simplify itAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=969756
2009-05-13Forwardport r963449: Fix strcasestr detection for glibc-2.9David Faure
svn path=/trunk/KDE/kdelibs/; revision=967299
2009-05-13Make sure to always search the install path first - very important for ↵Sebastian Trueg
development with trunk version of Soprano svn path=/trunk/KDE/kdelibs/; revision=967293