aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-18Fix detection of Qt's phonon, patch by Pavel Volkovitskiy, approved by Thiago.David Faure
This needs Qt-4.5.3 when it's out or kde-qt (which has the fix backported). For older versions of Qt, it didn't work before, and it still won't work; we used standalone phonon instead (and most people still do). svn path=/trunk/KDE/kdelibs/; revision=1013127
2009-08-17Use -o rather than > so that we don't get an empty file on error (e.g. ↵David Faure
"qdbuscpp2xml: could not execute moc") (empty file which itself will lead to a different error message next time) Can this be merged into cmake's FindQt4.cmake? Thanks. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1012421
2009-08-17increase the .so versioningAllen Winter
also replace a couple 4.3 -> 4.4 messages svn path=/trunk/KDE/kdelibs/; revision=1012303
2009-08-16Merge pkgconfig vs cmake fix from trunkAllan Sandfeld Jensen
svn path=/branches/KDE/4.3/kdelibs/; revision=1012108
2009-08-11Use HINTS, not PATHS for pkg-config discovered pathsAllan Sandfeld Jensen
svn path=/trunk/KDE/kdelibs/; revision=1009923
2009-08-11Use HINTS not PATHS for paths discovered by PkgConfigAllan Sandfeld Jensen
svn path=/trunk/KDE/kdelibs/; revision=1009922
2009-08-11Use HINTS not PATHS to suggest paths to be searchedAllan Sandfeld Jensen
svn path=/branches/KDE/4.3/kdelibs/; revision=1009919
2009-08-09backport r1009414Carlo Segato
add CMAKE_C_COMPILER_ARG1 as argument when executing the compiler, this way cmake doesn't fail if we set CC to something like 'distcc /path/to/gcc' svn path=/branches/KDE/4.3/kdelibs/; revision=1009415
2009-08-09add CMAKE_C_COMPILER_ARG1 as argument when executing the compiler, this way ↵Carlo Segato
cmake doesn't fail if we set CC to something like 'distcc /path/to/gcc' svn path=/trunk/KDE/kdelibs/; revision=1009414
2009-08-09backport r1009407Carlo Segato
don't use visibility on windows with gcc 4.4 svn path=/branches/KDE/4.3/kdelibs/; revision=1009408
2009-08-09don't use visibility on windows with gcc 4.4Carlo Segato
svn path=/trunk/KDE/kdelibs/; revision=1009407
2009-08-02Fix OSX compilation with Nokia Qt SDK.Mike Arthur
svn path=/branches/KDE/4.3/kdelibs/; revision=1005875
2009-07-31Backport r1004456 by tilladam from trunk to the 4.3 branch:Allen Winter
Implementation of a timezone backend for Windows. It queries the registry for all available and the current timezone and allows setting the system timezone as well. Reviewed by David Jarvie. svn path=/branches/KDE/4.3/kdelibs/; revision=1005236
2009-07-29Forwardport: also include the path to the soprano cmake macro into the cmake ↵Sebastian Trueg
module path. This way the macro can be used without being included manually but also by including it. svn path=/trunk/KDE/kdelibs/; revision=1004264
2009-07-29Make sure the Soprano cmake macros are found.Sebastian Trueg
svn path=/branches/KDE/4.3/kdelibs/; revision=1004260
2009-07-26First step to implement hunspell pluginsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=1002571
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-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) CCMAIL: kde-buildsystem@kde.org svn path=/branches/KDE/4.3/kdelibs/; revision=995533
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-05Move FindKdepim in the correct directory.Christophe Giboudeaux
svn path=/branches/KDE/4.3/kdelibs/; revision=991888
2009-07-05Backport r991884: Show a fatal error if anyone tries to use FindKdepim.Christophe Giboudeaux
svn path=/branches/KDE/4.3/kdelibs/; revision=991886
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-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