|
| This Week... |
|
Umbrello adds a Ruby code generator. Kalzium now has a chemical equations solver. New recurrence code for libkcal. Kopete adds support for receiving AIM buddy icons. Kopete supports Richtext formatting in Yahoo! Messages.
|
A note from Stephan Kulow about a Subversion upgrade:
|
Most of you will (hopefully) not noticed, but Dirk and me updated our svn server to subversion 1.2.1 including a complete transcoding using the new subversion 1.2 features that allow for faster svn blame.
In my testing, svn blame on khtml/Changelog went down from 20s to 5s. BTW: there were several fixes in the subversion client too, so I suggest to everyone to update, but it's far from a requirement.
|
|
Dirk Mueller changed a number of Makefile.am files to support the -fpie/pie compiler flag. He was asked why the change. His comments:
|
it creates position independent executables (similiar to pic for libraries), which allows the kernel to randomize the loading address of the application, with the hope of being more resistant against possible code execution vulnerabilities.
Its certainly just a minor dent, but distributors race for the advertising advantage of being "more secure" by default.
|
|
Thiago Macieira added:
|
A position-independent executable is also pure: there are no relocations on the text segment. That also means the text is fully shared, and even cached.
Not that those few programs in KDE occupy a lot of RAM -- much less kcheckpass being run twice, for long periods -- but that's still reduction in memory footprint.
|
|
|
| Statistics |
|
Commits: |
2461
by 230
developers, 46811
lines modified, 2285
new files. |
|
Open Bugs:
|
8988
|
|
Open Wishes:
|
8402
|
|
Bugs Opened:
|
321 in the last 7 days. |
|
Bugs Closed:
|
325 in the last 7 days. |
|
|
Commit Summary |
|
Module
|
Commits
|
|
extragear |
|
|
l10n |
|
|
work |
|
|
stable |
|
|
www |
|
|
kdepim |
|
|
kdeedu |
|
|
playground |
|
|
kdenonbeta |
|
|
koffice |
|
|
|
Lines
|
Developer
|
Commits
|
|
|
Dirk Mueller
|
|
|
|
David Faure
|
|
|
|
Clarence Dang
|
|
|
|
Laurent Montel
|
|
|
|
Stephan Binner
|
|
|
|
Carsten Niehaus
|
|
|
|
Gorkem Cetin
|
|
|
|
Thiago Macieira
|
|
|
|
Nikolas Zimmermann
|
|
|
|
Till Adam
|
|
|
|
|
Internationalisation (i18n) Status
|
|
|
Bug Killers |
|
Bug Killer
|
Number Of Bugs Closed
|
|
Tom Hughes
|
|
|
Oswald Buddenhagen
|
|
|
Thiago Macieira
|
|
|
Olivier Goffart
|
|
|
Scott Wheeler
|
|
|
Nicholas Nethercote
|
|
|
Andrew Walker
|
|
|
Matt Rogers
|
|
|
Aaron J. Seigo
|
|
|
Andreas Gungl
|
|
|
|
|
| Contents |
|
|
Bug Fixes |
Features |
Optimise |
Security |
Other |
|
Accessibility |
|
|
|
|
|
|
Development Tools |
|
|
|
|
|
|
Educational |
|
|
|
|
|
|
Graphics |
|
|
|
|
|
|
KDE-Base |
|
|
|
|
|
|
KDE-PIM |
|
|
|
|
|
|
Office |
|
|
|
|
|
|
Konqueror |
|
|
|
|
|
|
Multimedia |
|
|
|
|
|
|
Networking Tools |
|
|
|
|
|
|
User Interface |
|
|
|
|
|
|
Utilities |
|
|
|
|
|
|
Games |
|
|
|
|
|
|
Other |
|
|
|
|
|
|
There are 179 selections this week.
|
|
Bug Fixes |
|
|
|
Andras Mantia committed changes in /trunk/KDE/kdewebdev/quanta:
|
Treat "<" as the end of a tag name. Fixes autoreplacement of opening/closing tags in cases when a PHP area starts directly after a tag name. BUG: 106911 |
|
|
|
|
|
|
|
|
|
|
Tom Hughes committed changes in /trunk/valgrind:
|
Backport fixes for bugs #103509, #106293, #104797, #101881 from the valgrind 3.0 tree. |
|
|
|
|
|
|
|
|
Educational |
|
Michael Pyne committed a change to /trunk/KDE/kdeedu/kalzium/src/data/data.xml:
|
Fix obviously wrong neutron counts in Kalzium.
I noticed that some percentages were in US decimal notation even though the XML file appears to use European-style, so I converted the percentages and weights to all be European style as well.
BUG:108146 |
|
|
|
|
|
|
|
|
Jason Harris committed a change to /trunk/KDE/kdeedu/kstars/kstars/tools/observinglistui.ui:
|
Fix the incredible shrinking dialog. I found out on kde-devel that when you have a QLabel with any richtext markup, it somehow confuses the layouts, and makes the dialog window ignore its proper minimum size. There are other dialogs suffering from this problem; I'll get to them soon. |
|
|
|
|
|
|
Graphics |
|
Albert Astals Cid committed changes in /trunk/KDE/kdegraphics/kpdf:
|
Rename Settings to KpdfSettings to avoid #101155 Henrique you should rename ark class also so that this doesn't happen again with other kparts BUGS: 101155 |
|
|
|
|
|
|
|
|
Renchi Raju committed changes in /trunk/extragear/graphics/digikam/digikam:
|
subtle bug. iconitem used update instead of repaint, this would cause the repaints to be not immediate and as a result an iconitem might still be marked as dirty even though a thumbnail has been generated for it. so when pixmapmanager asked for next item for thumbnailing, the same item was returned again. but there is already a pixmap for it in the cache and so the thumbnailing process stopped. thanks to tom for reporting this. |
|
|
|
|
|
|
Tom Albers committed a change to /trunk/extragear/graphics/digikam/digikam/albumdb.cpp:
|
This is a nasty bug. The problem is that QString("%1, %2").arg("ab%2").arg("cd"); results in "abcd, %2", so this patch changes it in QString("%1, %2").arg("ab%2", "cd") which should fix this problem. Please check your konsole for errors and better save then sorry: backup your digikam3.db.
BUG: 109355 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|