Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdelibs/; revision=1027171
|
|
Major fixes to SVG CSS parsing + attribute/CSS mapping.
Also cleanup some compat layer bloat (I think I really
should do it wholesale at some point, though, since
even small tweaks tend to flow up)
This still needs RenderStyle computation fixes
(and a few more parsing fixes) to really take effect, though.
svn path=/trunk/KDE/kdelibs/; revision=1025788
|
|
svn path=/trunk/KDE/kdelibs/; revision=1023245
|
|
svn path=/trunk/KDE/kdelibs/; revision=1023242
|
|
I wonder why I didn't catch this in my tests.
Having both conditions within the same if-clause doesn't work as CMake
apparently always evaluates the or-part.
svn path=/trunk/KDE/kdelibs/; revision=1023047
|
|
particular patchlevel version to get bugfixes.
svn path=/trunk/KDE/kdelibs/; revision=1023024
|
|
svn path=/trunk/KDE/kdelibs/; revision=1021102
|
|
svn path=/trunk/KDE/kdelibs/; revision=1020983
|
|
CCMAIL:mueller@kde.org
CCMAIL:neundorf@kde.org
Commit coming after a long discussion with Alexander. Changing and moving KAuth macros,
updating documentation, fixing stuff that already used KAuth. Also, bumping up KDE revision,
KDE4WORKSPACE revision and make kdebase/workspace depend on the new 4.3.68 snapshot.
Mail me if you find anything strange, it's my first KDE version bump, so you know ;)
A big thank you to Alexander for all the help he gave on the cmake side of life.
svn path=/trunk/KDE/kdelibs/; revision=1020835
|
|
since KDE 4.2 (since then
executables have the RPATH always pointing into the buildtree before being installed)
Alex
svn path=/trunk/KDE/kdelibs/; revision=1020582
|
|
svn path=/trunk/KDE/kdelibs/; revision=1020438
|
|
Thanks for the tip aleXXX.
CCMAIL: neundorf@kde.og
svn path=/trunk/KDE/kdelibs/; revision=1019492
|
|
svn path=/trunk/KDE/kdelibs/; revision=1019111
|
|
prefix than POLKITQT_PREFIX. I will also add warnings when installing files
svn path=/trunk/KDE/kdelibs/; revision=1019066
|
|
svn path=/trunk/KDE/kdelibs/; revision=1019060
|
|
svn path=/trunk/KDE/kdelibs/; revision=1018860
|
|
svn path=/trunk/KDE/kdelibs/; revision=1018489
|
|
svn path=/trunk/KDE/kdelibs/; revision=1018468
|
|
svn path=/trunk/KDE/kdelibs/; revision=1018464
|
|
svn path=/trunk/KDE/kdelibs/; revision=1018389
|
|
svn path=/trunk/KDE/kdelibs/; revision=1018365
|
|
svn path=/trunk/KDE/kdelibs/; revision=1018181
|
|
configuration files".
Please review extensively :)
CCMAIL: kde-buildsystem@kde.org
CCMAIL: drf@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1017870
|
|
svn path=/trunk/KDE/kdelibs/; revision=1017860
|
|
svn path=/trunk/KDE/kdelibs/; revision=1017843
|
|
Merging the KAuth framework, part of Nicola's GSoC project, into KDELibs
svn path=/trunk/KDE/kdelibs/; revision=1017607
|
|
CCMAIL: kde-windows@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1017394
|
|
old file in many more cases. So activating the new behavior only if the
USE_RELATIVE_PATH option is given.
(Still, I think we might want to investigate a this trick for files
generated from ui files, and moc files ;-))
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1015825
|
|
If the passed arguments have a relative path, the generated files end up
with the same relative path in the build dir, otherwise the old behavior
is applied (generated files end up in the current build dir).
(Actually we might want to investigate a similar trick for files
generated from ui files, and moc files as I seem to remember having a
similar issue with moc files in solid a while ago, workarounded by
changing lots of filenames...)
Should work fine with existing code, I only had to make a small
adjustment in plasma desktop shell (committed a minute ago).
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1015454
|
|
Remove the hack that fixed some bugs in Qt, since those bugs are now fixed, and
now this hack introduces its own bugs...
Add unit test to verify that it works.
CCBUG: 180612
svn path=/branches/KDE/4.3/kdelibs/; revision=1013326
|
|
for those two buggy checks - fixed.
svn path=/trunk/KDE/kdelibs/; revision=1013192
|
|
approved by Thiago.
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=/branches/KDE/4.3/kdelibs/; revision=1013128
|
|
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
|
|
"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
|
|
also replace a couple 4.3 -> 4.4 messages
svn path=/trunk/KDE/kdelibs/; revision=1012303
|
|
svn path=/branches/KDE/4.3/kdelibs/; revision=1012108
|
|
svn path=/trunk/KDE/kdelibs/; revision=1009923
|
|
svn path=/trunk/KDE/kdelibs/; revision=1009922
|
|
svn path=/branches/KDE/4.3/kdelibs/; revision=1009919
|
|
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
|
|
cmake doesn't fail if we set CC to something like 'distcc /path/to/gcc'
svn path=/trunk/KDE/kdelibs/; revision=1009414
|
|
don't use visibility on windows with gcc 4.4
svn path=/branches/KDE/4.3/kdelibs/; revision=1009408
|
|
svn path=/trunk/KDE/kdelibs/; revision=1009407
|
|
svn path=/branches/KDE/4.3/kdelibs/; revision=1005875
|
|
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
|
|
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
|
|
svn path=/branches/KDE/4.3/kdelibs/; revision=1004260
|
|
svn path=/trunk/KDE/kdelibs/; revision=1002571
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1002028
|
|
is built with emerge
svn path=/trunk/KDE/kdelibs/; revision=996461
|