|
| 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dominik Haumann committed a change to /branches/KDE/3.5/kdelibs/kate/part/katedocument.cpp:
|
if auto bracket option is on - try to complete "" and '' as well - if there is a selection, enclose the selection - try to guess when a corresponding completion character is not wanted
This is pretty close what was suggested in bug 101213. As it seems very few users use auto brackets (we all don't) it is hard to get feedback. So let's see how users react to this...
Patch from Mathieu Robin, thanks. BUG: 101213 |
|
|
|
|
|
|
|
|
Christoph Cullmann committed a change to /branches/KDE/3.5/kdebase/kate/appcppcpp:
|
ha, got it ;) simple race, if not all stuff is selected at all, never all stuff get's cleared, never the while loop exits, now sane fix: loop once over the list, collect all items we can remove, remove them in a extra loop if some files couldn't be saved or weren't selected, the dialog will stay up with exactly them remaining
BUG: 104129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Konqueror |
|
David Faure committed changes in /branches/KDE/3.5/kdebase/libkonq:
|
Fixed "Cant move files with accents in their name from trash", thanks to the investigation by "LuRan ".
Added unit test to check the fix, and to ensure this doesn't break again in the future.
BUG: 98541 |
|
|
|
|
|
|
|
|
|
|
Germain Garand committed changes in /branches/KDE/3.5/kdelibs/khtml:
|
let the initial containing block be the Canvas, as mandated by latest draft of CSS 2.1 10.1.1 Fix issues where percentage height positioned elements would be sized upon the Root instead of the Canvas.
BUG: 110684 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Germain Garand committed changes in /branches/KDE/3.5/kdelibs/khtml:
|
integrate all positioned inlines in the lineboxes to get a correct static position in initial whitespace. Use some midpoints voodoo to take care of whitespace.
BUG: 113527 |
|
|
|
|
|
|
|
|
Germain Garand committed changes in /branches/KDE/3.5/kdelibs/khtml:
|
Follow Mozilla/Opera in considering the Window object as an implementation of the AbstractView/ViewCSS DOM2 interfaces. Return the Window object when available ; an AbstractView if not.
BUG: 101029 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Andras Mantia committed a change to /branches/KDE/3.5/kdebase/kwin/workspace.cpp:
|
Be consistent and don't use animation in any case when a bunch of minimized windows (with Show Desktop) are restored. But I don't really understand why they should be restored when you invoke Configure Desktop...
CCBUG: 110794CCBUG: 113552 |
|
|
|
|
|
|
|
|
|
|
|
|
Luboš Luňák committed changes in /branches/KDE/3.5/kdebase/kwin:
|
Fix a lockup between kwin and klauncher. Quite strange not many people have noticed. KWin grabs X server, and may have knotify events during the grab. Which may result in knotify daemon starting, and klauncher may do X operations during that. So it hangs up waiting for X and KWin keeps X grabbed waiting for knotifyclient call to return. BUG: 102046 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Security |
|
|
|
|
|
|