Issue 244

15th July 2012

by KDE Commit-Digest Team
 

Contributors

Marta Rybczynska
Jaka Kranjc
Myriam Schweingruber
Thibaut Gridel

This Week...

Re-implemented dropping of files on folders in the Places Panel in kdebase. Improved CMake and auto-completion support in KDevelop. Line spacing can be now configured in Konsole. Better equation support in analitza. Image conversion to ppm stream in kipi-plugins. Improvements in LogViewer in Ktp. Akonadi now caches prepared queries and re-uses them whenever possible.

Statistics

Commits 2310 by 201 developers
Open Bugs 21389
Open Wishes 16860
Bugs Opened 340 in the last 7 days
Bugs Closed 420 in the last 7 days

Commit Summary

Module Commits
/trunk/l10n-kde4
 
260
/branches/stable
 
145
/trunk/l10n-support
 
38
/trunk/icecream
 
25
/trunk/www
 
22
/extragear/krecipes-rules
 
20
/branches/work
 
18
/krita/ui
 
16
/trunk/KDE
 
15
/trunk/kdesupport
 
12
Files Developer Commits
267
 
Laurent Montel
 
108
273
 
Roman Paholík
 
91
156
 
Gilles Caulier
 
58
141
 
Marco Martin
 
55
162
 
Khoem Sokhem
 
54
159
 
Albert Astals Cid
 
53
129
 
Aleix Pol Gonzalez
 
43
96
 
Friedrich Karl Tilman Pülz
 
33
84
 
Miha Čančula
 
29
78
 
Sayak Banerjee
 
29

Internationalization (i18n) Status

Language Percentage Complete
Estonian (et)
 
97%
Dutch (nl)
 
96%
German (de)
 
95%
French (fr)
 
95%
Italian (it)
 
91%
Danish (da)
 
88%
Chinese Traditional (zh_TW)
 
85%
Catalan (ca)
 
85%
Low Saxon (nds)
 
85%
British English (en_GB)
 
82%

Bug Killers

Person Bugs Closed
Jekyll Wu
 
103
Martin Gräßlin
 
29
agateau kde org
 
29
Laurent Montel
 
28
me vhanda in
 
19
Myriam Schweingruber
 
17
Harald Sitter
 
16
Julian Seward
 
14
Ben Cooksley
 
14
Sven Langkamp
 
14

Commit Countries

 
 
Click on the map regions to zoom in and zoom out... spacer
 
 
 
 
 
 
spacer
 
 
 
0%
 
0-1%
 
1-2%
 
2-10%
 
+10%
View as list... View as map...

Commit Demographics

Contents

  Bug Fixes Features Optimization Security Other
Accessibility     
Development Tools        
Educational          
Graphics        
KDE Base         
KDE-PIM         
Office         
Konqueror     
Multimedia        
Networking Tools        
User Interface     
Utilities         
Games       
Other       

There are 74 selections this week

Bug Fixes

Educational

Percy Camilo Triveño Aucahuasi committed changes in [analitza/aucahuasi/analitzaplot] /:

Fix behaviour when set the function interval: it should update the data (points/jumps), therefore the model should emit datachanged signal

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 618a510...

KDE Base

Frank Reininghaus committed changes in [kde-baseapps] dolphin/src/dolphincontextmenu.cpp:

Use the right name when adding a folder to Places with the context menu

Without this patch, the name of the parent folder was used for the entry
in the Places Panel. Will backport to the KDE/4.9 branch when the RC2
freeze is over.

Thanks to Daniel Kreuter for the patch!

Bug 303157: Adding selected Url to places shows the name of the parent directory instead of selected o...
 
2 days
Diffs: 1 Revision 9940244...
Frank Reininghaus committed changes in [kde-baseapps] /src:

Re-implement dropping of files on folders in the Places Panel.

This resolves a regression caused by the Places Panel rewrite. There is
a small glitch left when reordering items (dragging below the last or
above the first item only shows the drop indicator when first dragging
out of the item and then back), but I prefer not to fix this glitch
right now because this would require a more intrusive change, and I do
not want to risk regressions because is not much time left to fix them
before 4.9.0 is released.

Thanks to Peter Penz for providing some advice about this issue.

Bug 302557: dropping a file onto folder in the places toolbar creates an entry for that file instead m...
 
15 days
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision f4c9600...
Lukáš Tinkl committed changes in [kde-workspace] /generic/applets/batterymonitor/contents/ui:

fix Battery Monitor widget stops tracking charging state changes after suspend/resume cycle

also fix the description to correctly reflect charging/discharging state

Bug 287952: Battery Monitor widget stops tracking charging state changes after suspend/resume cycle
 
221 days
Diffs: 1, 2 Revision cbfaa51...
Sebastian Kügler committed changes in [kdeplasma-addons] dataengines/microblog/koauth.cpp:

fix authorization from twitter applet

user in authorize() can be empty when it's already set in d->user,
respect that and successfully authorize.

Thanks to phoenix_fbrd for finding this issue and the patch.

REVIEW:105498


Please reopen the bug report if you still encounter crashes.

Bug 302267: Plasma applet Microblogger doesn't work, crashes the plasma-desktop sometimes
 
19 days
Diffs: 1 Revision 28f6d7c...
Vishesh Handa committed changes in [kdelibs/KDE/4.9] /core:

Avoid automatic clearing of the ResourceManager cache

The current limit was hard coded and wasn't based on any real world
usage. With the new dolphin features and amarok being ported to Nepomuk,
it is very common to have more than 10k resources.

When one overcomes that number, then for each new Resource the entire
kickoff list is searched in an attempt to find ResourceData* which are
no longer being used.

Instead, now whenever a ResourceData* is no longer being used, it is
simply deleted.

REVIEW: 105516

Diffs: 1, 2, 3 Revision 3b0dc04...
Martin Gräßlin committed changes in [kde-workspace/KDE/4.9] /:

Delay closing of a window by one event cycle

This is an issue we already had in the past with Aurorae. When
closing a window the graphics scene crashes because the deco
gets destroyed before the code in the graphics scene finished
the execution.

With the port to QML this seemed to be fixed unless as it turns
out it throws an XIO error on closing:
fatal IO error 11 (Resource temporarily unavailable) on X server ":0"

This can be triggered using glxgears. Closing glxgears would
reliable crash Aurorae. To circumvent this issue we have to
delay the close by one event cycle using QMetaObject's
invokeMethod with a Qt::QueuedConnection.

This has also to be done in the useractions menu as the menu
is still open when the window closes causing the same problem
inside Aurorae.


FIXED-IN: 4.9.0
Reviewed-By: Thomas Lüking

Bug 303450: kwin glxgears crash
 
1 days
Diffs: 1, 2, 3 Revision 0fea532...
Lukáš Tinkl committed changes in [kdelibs/frameworks] tier1/solid/src/solid/backends/udisks/udisksstorageaccess.cpp:

prevent calling eject twice, resulting in the tray being retracted on some PCs

Diffs: 1 Revision 13e685b...
Martin Gräßlin committed changes in [kde-workspace/KDE/4.9] /effects:

Fix logout effect including port to OpenGL 2

The logout effect was rather broken. First of all it was
excluded from build if OpenGL ES is present at build time. The
reason for this is that the effect did not work with GLES.

In order to fix that the vignetting is ported over to OpenGL 2
by using a dedicated shader. As well the lod based blur is
added through a dedicated shader and uses framebuffer blit to
get the current rendered buffer before rendering the logout
window into a texture.

Last but not least the isActive method was broken and is fixed
by checking whether the logout window is around.


FIXED-IN: 4.9.0
REVIEW: 105459

Bug 303096: Logout effect completely broken
 
3 days
Diffs: 1, 2, 3, 4, 5, 6 Revision 2697a27...
Kurt Hindenburg committed changes in [konsole] src/TerminalCharacterDecoder.cpp:

prevent crashing when selecting invalid unicode character.

Konsole goes into an infinite loop and will eventually crash due to
memory. On an invalid unicode char the width is 0 so the for loop never
exits.
This should prevent the crashes; not sure if there is a better way.

Bug 303390: Konsole crashes when selecting invalid unicode character.
 
0 days
Diffs: 1 Revision 5ae5bc5...

KDE-PIM

Laurent Montel committed changes in [kdepimlibs/KDE/4.9] /contact:

Don't allow to create group with @ or . in groupname

Bug 247105: Sending messages to groups with special chars in the name fails
 
699 days
Diffs: 1, 2, 3 Revision 28b4791...
Laurent Montel committed changes in [kdepim/KDE/4.9] /:

Fix Bug 258926 - kmail2: Folders are not translated in main view

FIXED-IN: 4.9

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.