|
| This Week... |
|
ACL editing support for FreeBSD added, and ACL editing merged into trunk. IDN issues handled in KDECORE networking code. Javascript improvements from JSCore merged.
|
This digest covers only kdelibs and kdebase in trunk and the 3.5 branch.
|
|
| Statistics |
|
Commits: |
2626
by 195
developers, 54729
lines modified, 1035
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
|
|
l10n |
|
|
www |
|
|
kdelibs |
|
|
stable |
|
|
koffice |
|
|
kdepim |
|
|
extragear |
|
|
kdebase |
|
|
kdesdk |
|
|
work |
|
|
|
Lines
|
Developer
|
Commits
|
|
|
Laurent Montel
|
|
|
|
Nicolas Goutte
|
|
|
|
Stephan Kulow
|
|
|
|
David Faure
|
|
|
|
Rinse de Vries
|
|
|
|
Pino Toscano
|
|
|
|
Ingo Klöcker
|
|
|
|
Anne-Marie Mahfouf
|
|
|
|
Jose Nuno Coelho Pires
|
|
|
|
Krzysztof Lichota
|
|
|
|
|
Internationalisation (i18n) Status
|
|
|
Bug Killers |
|
Bug Killer
|
Number Of Bugs Closed
|
|
Jeroen Wijnhout
|
|
|
Thiago Macieira
|
|
|
Christoph Cullmann
|
|
|
Seb Ruiz
|
|
|
Aaron J. Seigo
|
|
|
Andras Mantia
|
|
|
Volker Krause
|
|
|
Germain Garand
|
|
|
Mark Kretschmann
|
|
|
Julian Seward
|
|
|
|
|
| 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 70 selections this week.
|
|
Bug Fixes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
George Staikos committed changes in /trunk/KDE/kdelibs/kjs:
|
jscore fix: store ms as a double. fixes regressions in mozilla suite. also fix a regression from a jscore merge that makes dates with trailing garbage fail. (compatibility issue) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Features |
|
|
|
Till Adam committed changes in /branches/KDE/3.5/kdelibs:
|
Add support for acl editing on non-linux systems, namely FreeBSD. This is largely the work of Markus Brueffer <>, I've merely adapted and integrated it. All bugs are mine, all nice features his. Thanks a lot, dude. |
|
|
|
|
|
|
David Faure committed changes in /trunk/KDE/kdelibs:
|
New KIO::UDSEntry API: it's now a QHash (with convenience methods stringValue() and numberValue()) instead of a list-of-structs. Note how it makes code shorter (see diff on job.cpp for instance). |
|
|
|
|
|
|
Hamish Rodda committed changes in /trunk/KDE/kdelibs:
|
The feature years in the promising has finally landed... arbitrary syntax highlighting is available from the ktexteditor interface + now hooked up all the way to rendering.
Needs testing, however.
Also run into a problem with QTextLayout: selection decorations which i've been abusing to do interesting stuff with doesn't seem to use some decorations such as bold (i guess this is so the layout is not affected). This will mean more thinking will need to be done as to whether relayouting has to occur for dynamic stuff, etc, or whether bold will just not be available to dynamic highlighting while Qt doesn't support it. |
|
|
|
|
|
|
Konqueror |
|
George Staikos committed a change to /trunk/KDE/kdelibs/kjs/date_object.cpp:
|
merge NAN support from jscore. Have not run regression on this yet, but I'm pretty sure it's safe since it's fine in jscore and looks sane. Harri: safe to backport to 3.5 and 3.4? |
|
|
|
|
|
|
Other |
|
Development Tools |
|
Christoph Cullmann committed changes in /branches/KDE/3.5/kdebase/kate:
|
cu kscript, doesn't work here and for some users, beside, use external tools, this stuff will die for KDE 4 anyways, better than plain not working and confusing menu
BUG: 113067 |
|
|
|
|
|
|
|
|
|
|
|