date | project | content | link |
|---|
| 02:38 Wednesday | KDE | Commit by mpyne :: r1104231 kdeui/trunk/KDE/kdelibs/kdeui/util/kpixmapcache.cpp: Commit possible stopgap fix for bug 182026 (the oh-so-famous KPixmapCache-hates-me bug) to trunk to rather more proactively encourage testing.
It shouldn't resemble a Monday kdelibs patch, but I can't make guarantees since I can't really reproduce this one at will anyways.
CCBUG:182026 | # |
| 23:07 on Feb 20 | KDE | Commit by mpyne :: r1093457 scripts/trunk/KDE/kdesdk/scripts/kdesvn-buildrc-sample: Update phonon to reflect move to git, and remove any mention of QCA while I'm at it, I'll let distributions play with crypto. | # |
| 01:49 on Feb 20 | KDE | Commit by mpyne :: r1093044 /trunk/www/areas/docs/ (2 files): Apply the new documentation style to the local docs.kde.org stylesheets. | # |
| 00:25 on Feb 20 | KDE | Commit by mpyne :: r1093022 kdoctools/branches/KDE/4.4/kdelibs/kdoctools/customization/ (2 files): Backport docs.kde.org stylesheet changes to 4.4 since 4.4 also includes new style docs. | # |
| 00:22 on Feb 20 | KDE | Commit by mpyne :: r1093021 /trunk/www/areas/docs/generator: Remove KDE 3 docs generation Pass KDE common includes path to xsltproc when generating docs.kde.org docs Don't use local docs.kde.org stylesheet for now. All as discussed with toma | # |
| 00:17 on Feb 20 | KDE | Commit by mpyne :: r1093019 kdoctools/trunk/KDE/kdelibs/kdoctools/customization/ (2 files): Make docs.kde.org generate new-style documentation, as discussed with toma. | # |
| 01:18 on Feb 16 | KDE | Commit by mpyne :: r1090790 kdeui/trunk/KDE/kdelibs/kdeui/util/ (kpixmapcache.cpp kpixmapcache.h): Drastically improve the KPixmapCache API documentation. In addition re-enable a Krazy check and fix it at the same time. | # |
| 13:03 on Feb 15 | KDE | Commit by mpyne :: r1089757 scripts/trunk/KDE/kdesdk/scripts/kdesvn-buildrc-sample: Add a note clarifying some Amarok build req's | # |
| 10:41 on Feb 15 | KDE | Commit by mpyne :: r1089771 juk/branches/KDE/4.4/kdemultimedia/juk/main.cpp: Backport fix for bug 226587 (JuK crash on exit in certain configurations) to KDE 4.4.1.
BUG:226587 | # |
| 10:41 on Feb 15 | KDE | Commit by mpyne :: r1089770 juk/trunk/KDE/kdemultimedia/juk/main.cpp: Hopefully fix bug 226587 (juk produces a crash on exit if not in dock-in-systray mode).
Valgrind gave me the hint that the address in question was on the stack, and changing the main window to be on the heap instead seemed to work just fine.
Probably I missed or forgot some elementary rule of Qt programming or something, but seems to work now. Will backport to 4.4.1
CCBUG:226587 | # |
| 04:12 on Feb 13 | KDE | Commit by mpyne :: r1089384 scripts/trunk/KDE/kdesdk/ (2 files in 2 dirs): Add a feature to kdesvn-build contributed by Tom Albers, --resume-after. It's just like --resume-from, except that if you've already verified that your fix allows the module to build and install there's no reason to run kdesvn-build through the same process again. Using --resume-after tells kdesvn-build to pick up with the module after the one you've supplied (which would normally be the module that failed). CCMAIL: toma at kde dot org | # |
| 21:22 on Jan 31 | KDE | Commit by mpyne :: r1083225 plasma/trunk/KDE/kdelibs/plasma/runnercontext.cpp: Forwardport KDE 4.4 bugfix for KRunner (bug 224204, ftp/http URLs don't open web browser) to KDE 4.5. Patch reviewed by Marco Martin.
BUG:224204 | # |
| 21:21 on Jan 31 | KDE | Commit by mpyne :: r1083222 plasma/branches/KDE/4.4/kdelibs/plasma/runnercontext.cpp: Fix a regression introduced in one of the 4.4 RCs in KDE 4.4, bug 224204 (http / ftp URLs do not open web browser in KRunner). Pretty sure I'd tested it, but not thouroughly enough it appears. I will forwardport shortly.
Patch reviewed by Marco Martin.
CCBUG:224204 | # |
| 05:27 on Jan 31 | KDE | Commit by mpyne :: r1082663 scripts/trunk/KDE/kdesdk/scripts/kdesvn-build: Add a sanity check to the rc file processing code to make sure new module sections are complained about if they are wrong.
BUG:187841 | # |
| 04:05 on Jan 31 | KDE | Commit by mpyne :: r1082654 scripts/trunk/KDE/kdesdk/scripts/kdesvn-build: Make sure that module-specific options that alter the calculated module URL all have a chance to take effect before looking at global fallbacks. This allows e.g. module-base-path for a module to still override a global branch (previously only module-specific branch options would do so) BUG:223341 CCMAIL: faure at kde dot org | # |
| 02:04 on Jan 31 | KDE | Commit by mpyne :: r1082647 scripts/trunk/KDE/kdesdk/ (2 files in 2 dirs): Add support for automatically using the ionice tool supported in Linux since 2.6.13 (or so) using CFQ, in kdesvn-build. Also update the documentation at the same time for once.
To enable, set use-idle-io-priority to true in your .kdesvn-buildrc (it is disabled by default for now).
BUG:194635 | # |
| 02:53 on Jan 27 | KDE | Commit by mpyne :: r1080847 scripts/trunk/KDE/kdesdk/scripts/kdesvn-build: Bump version number for kdesvn-build to a prerelease since I'm about to mention kdesvn-build trunk on my blog... | # |
| 00:27 on Jan 26 | KDE | Commit by mpyne :: r1080282 scripts/trunk/KDE/kdesdk/scripts/kdesvn-build: Finally implement a workaround for the git-clone error. People will just have to deal with the checkout messages. (Many might prefer it anyways). | # |
| 22:56 on Jan 24 | KDE | Commit by mpyne :: r1079758 kdeui/trunk/KDE/kdelibs/kdeui/util/kpixmapcache.cpp: Apparently this is the preferred usage of QPixmapCache now (presumably to allow for checking whether a pixmap is present without needing to create a pixmap first), so skip the middleman. | # |
| 02:37 on Jan 24 | KDE | Commit by mpyne :: r1079318 kdeui/branches/KDE/4.4/kdelibs/kdeui/util/ (kpixmapcache.cpp kpixmapcache.h): Backport fix for bug 223983 (KPixmapCache instances share a common QPixmapCache) to KDE SC 4.4. The fix is not 100% complete, but allowing discard to clear the entire shared cache is not incorrect, merely slow in the worst case so I'm closing the bug.
BUG:223983 | # |