aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29Backport commits 986786 987038 989030 989068 989076 989133:David Faure
Rework the handling of settings (icon size and tool-button-style (e.g. text under icons)) in KToolBar, in order to obey the following priority order at all times: KDE-Global config < App-XML attributes < user settings. The fix will be in KDE-4.3.0. CCBUG: 169067 svn path=/branches/KDE/4.3/kdelibs/; revision=989134
2009-06-28unbreak (remove an underscore too much)Pino Toscano
svn path=/trunk/KDE/kdelibs/; revision=988553
2009-06-28-same fix as in trunk: the name of the variable is _firstConfig, not ↵Alexander Neundorf
firstConfig, thanks to Aleix Alex svn path=/branches/KDE/4.3/kdelibs/; revision=988525
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-25Fix KDebug bug: it wasn't possible to deactivate area 0.David Faure
svn path=/trunk/KDE/kdelibs/; revision=972843
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
2009-05-11Fix typo preventing 1.37 to be found.Andreas Pakulat
Re-Add my copyright and a notice regarding license svn path=/trunk/KDE/kdelibs/; revision=966579
2009-05-10Reduce this file to a minimal version, CMake 2.6.2 ships with a quite good andAndreas Pakulat
improved (compared to this version) FindBoost.cmake. For backward compatibility we're adding 1.37 to Boost_ADDITIONAL_VERSIONS, that should stay the only version in this file, so once we update our cmake requirement this file can go completely. CCMAIL:kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=966265
2009-05-09this patch honors -DPYTHON_SITE_PACKAGES_DIR. if not set, then checks for ↵Marcos David Dione
-DPYTHON_LIBS_WITH_KDE_LIBS. if set, it installs python modules in kde's lib dir; if not, it installs them in python's dir, which is the default. svn path=/trunk/KDE/kdelibs/; revision=965738
2009-05-07we need 0.9.88 nowDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=964858
2009-05-07fix in-place location of libkdcraw, making use of an existing header in the ↵Pino Toscano
source dir headers in the build dir will not work, as they will be generated in the compiling phrase, not at the cmake phase CCMAIL: caulier.gilles@gmail.com svn path=/trunk/KDE/kdelibs/; revision=964721
2009-05-06make it easier to bump the min versionDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=964198
2009-05-04Fix strcasestr detection for glibc-2.9David Faure
svn path=/branches/KDE/4.2/kdelibs/; revision=963449
2009-05-02Forwardport -- hopefully with all the pieces:Maks Orlovich
Split dom tree versionning into multiple counters, so we can do less needless collection cache flushing -- and fix not doing it when needed for getElementsByClassName. Also, ClassNodeList doesn't justify having its own file, but I think the entire NodeListImpl family is now large enough... (And this should be compile-time neutral). svn path=/trunk/KDE/kdelibs/; revision=962490
2009-04-30- We are using the new XZ codebase instead of old codebase. Can be found in ↵Helio Castro
http://tukaani.org/xz/ svn path=/trunk/KDE/kdelibs/; revision=961856
2009-04-29-fix FindLibLZMA.cmake, so it sets the variables according to our ↵Alexander Neundorf
conventions (http://techbase.kde.org/Policies/CMake_Coding_Style) and works also without pkg-config -fix kdecore/CMakeLists.txt accordingly Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=961236