prev
28th August 2005
by Derek Kite
next


This Week...
KTuberling gets Serbian sounds. Configuring backgrounds per display in Xinerama implemented. SoC projects progress. Speech Recognition (for hot-keys) merges into KDE 3.5. Webcam support for MSN in Kopete. Kate adds syntax highlight support for /etc/fstab, /etc/mtab files... Rejoice!


Statistics
Commits: 2760 by 225 developers, 78331 lines modified, 2034 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
352
extragear
349
work
338
www
281
kdenonbeta
150
kdebase
150
playground
144
kdelibs
108
stable
104
koffice
86
Lines Developer Commits
10774
Harald Fernengel
159
372
Laurent Montel
67
446
Nikolas Zimmermann
59
236
Nicolas Goutte
55
116
Matthias Messmer
55
1823
Thierry Vignaud
54
117
Danny Allen
52
1136
Dirk Mueller
47
235
Aaron J. Seigo
45
546
Albert Astals Cid
45

Internationalisation (i18n) Status
Language Percentage Complete
Estonian
97.96%
Swedish
96.44%
British English
93.20%
Portuguese
93.14%
French
92.49%
Spanish
90.79%
Italian
91.04%
Dutch
89.59%
Danish
90.29%
Serbian
87.83%

Bug Killers
Bug Killer Number Of Bugs Closed
Olivier Goffart
36
Joris Guisson
21
Tommi Tervo
20
Inge Wallin
19
Thiago Macieira
13
Tim Beaulen
10
Matt Rogers
10
Maks Orlovich
9
Danny Allen
8
Alexandre Pereira de Oliveira
8

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 339 selections this week.

Bug Fixes
Games
Nicolas Hadacek committed changes in /trunk/KDE/kdegames/kmines:
forward fixes for bug #111304 and #100163
Diffs: 1, 2, 3, 4 Revision 453336

Dave Corrie committed a change to /trunk/KDE/kdegames/katomic/levels/level_19:
Correct name of molecule.
(Forward-porting fix for bug 94134 from KDE 3.5 branch)
Diff Revision 453360

Graphics
Andrew Walker committed changes in /trunk/extragear/graphics/kst/kst:
BUG:110732 Set page correctly when displaying plot edit dialog resulting from the user clicking somewhere on a plot.
Diffs: 1, 2 Revision 449469

Andrew Walker committed changes in /trunk/extragear/graphics/kst/kst:
BUG:110731 Remember the folder that was last used for loading or saving.
Diffs: 1, 2, 3 Revision 449479

Andrew Walker committed a change to /trunk/extragear/graphics/kst/kst/kstdoc.cpp:
BUG:110733 Properly purge by making a loop until no further objects are removed.
Diff Revision 449492

Laurent Montel committed a change to /trunk/KDE/kdegraphics/kpdf/xpdf/xpdf/JPXStream.cc:
Fix crash on x86_64
Diff Revision 449674

Albert Astals Cid committed changes in /trunk/KDE/kdegraphics/kpdf/xpdf/xpdf:
Disable zlib based decoder from poppler as it causes bugs
Diffs: 1, 2, 3 Revision 450336

Aurélien Gâteau committed changes in /trunk/extragear/graphics/gwenview:
Reverted 445310, the new behaviour is annoying to use.
CCBUG: 110503
Diffs: 1, 2, 3, 4 Revision 450429

Aurélien Gâteau committed changes in /trunk/extragear/graphics/gwenview:
Alternative fix to bug 110503: added a keyboard shortcut to toggle the
fullscreen bar: just press Enter to show or hide it.
CCBUG: 110503
Diffs: 1, 2, 3, 4, 5 Revision 450431

Andrew Walker committed changes in /trunk/extragear/graphics/kst/kst:
CCBUG:110070 First pass at saving EPS as vector graphics
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 450675

Renchi Raju committed a change to /trunk/extragear/graphics/digikam/digikam/main.cpp:
KInstance instance is not ready yet. use I18N_NOOP.
BUGS: 110984
Diff Revision 450795

Jörn Ahrens committed changes in /trunk/extragear/graphics/digikam:
Gilles reported a subtle bug, that the image editor size isn't
restored *sometimes* after starting image editor. The last days
I had this error almost everytime when I started IE. This patch
seems to correct it, since it is gone here now, but I'm not really
sure of it...
Diffs: 1, 2, 3 Revision 451394

Renchi Raju committed a change to /trunk/extragear/graphics/digikam/configure.in.in:
do not enable visibility if kdelibs has not been
compiled with visbility enabled, otherwise plugins
won't load. ported from 0.7.4 tarball
Diff Revision 451556

Tom Albers committed changes in /trunk/extragear/graphics/digikam/showfoto:
The state of the menu's was checked while loading the images, but that is not sufficient. At the end of the constructor we now check if all menu items are active which should be active.
BUGS: 109271
Diffs: 1, 2 Revision 451822

Tom Albers committed a change to /trunk/extragear/graphics/digikam/showfoto/showfoto.cpp:
when changing an image and pressing next, the method next and the methos openURL are trying to save the changed images. So that results in two dialogs. With this little patch I disable the save menu entry after the first time a users indicates he wants to discard the image changes, so it will not popup in the next method.
BUG: 104890
Diff Revision 451827

Tom Albers committed a change to /trunk/extragear/graphics/digikam/digikam/albumfolderview.cpp:
This fix makes it possible to delete folders with subfolders in it. Which is broken in beta1. The routines which ask for confirmation if it is ok to delete a folder which has subfolder is a warningYesNo and the routine without subfolders is a warningContinueCancel. Both are handled by an if statement wich check for Continue. Obviously this breaks deletion of a folder with subfolder. For now I'll revert Stephan Binners style change here. Stephan, what is the best way for both dialogs? yes/no or continue/cancel as they have to be equal?
Diff Revision 452930

Albert Astals Cid committed a change to /trunk/KDE/kdegraphics/kpdf/ui/minibar.cpp:
Fordward port fix for bug 110171
Diff Revision 453552

KDE-Base
Nicolas Goutte committed a change to /trunk/KDE/kdebase/kioslave/info/info.cc:
Re-direct if the URL has a trailing / character
(Foreward port of revision 452119; might not compile)
BUG:104728
Diff Revision 452121

Konqueror
Michel Hermier committed changes in /trunk/KDE/kdelibs/khtml:
Compile fix for commit #452222. Not much tested. (binner I want my drink ;)
Diffs: 1, 2, 3 Revision 452231

Multimedia
Alexandre Pereira de Oliveira committed a change to /trunk/extragear/multimedia/amarok/srchh:
Don't sort playlist and podcasts items.
Hey, it was easy!
BUG: 97297
Diff Revision 449581

Mark Kretschmann committed changes in /trunk/extragear/multimedia/amarok:
BUGFIX:
* xine-engine: amaroK would get stuck on exit if the Equalizer was enabled
and the engine playing.

Now we skip the fadeout if the EQ is active.

BUG: 110791
Diffs: 1, 2 Revision 449647

Alexandre Pereira de Oliveira committed changes in /trunk/extragear/multimedia/amarok:
SmartPlaylist Editor would reset "Match Any" to "Match All' on editing.
Patch by Kevin Henderson .
Also, I removed a debug message that's not necessary anymore.
BUG: 110918
Diffs: 1, 2 Revision 449845

Alexandre Pereira de Oliveira committed changes in /trunk/extragear/multimedia/amarok:
On Collection Browser, when grouping by Genre/Artist/Year-Album it wouldn't show the tracks.
BUG: 110890
Diffs: 1, 2, 3 Revision 449863

Seb Ruiz committed a change to /trunk/extragear/multimedia/amarok/src/playlist.cpp:
Don't repopulate the playlist when clearing the playlist in dynamic mode
BUG: 110965
Diff Revision 450198

Paul Cifarelli committed a change to /trunk/extragear/multimedia/amarok/src/engine/helix/helix-sp/helix-sp.cpp:
ok, solve this bt (no bug reported in bugs.ke.org)

problem was caused by users explicitly building the helix engine
(--with-helix) without having helix/real player installed, then
selecting the helix engine. helix engine doesnt return error
to the engine controller so that user has opportunity to change
dirs in the helix engine config (does report an error though).

user tries to select different engine and down we go.

this finally fixes it.
Diff Revision 450259

Alexandre Pereira de Oliveira committed a change to /trunk/extragear/multimedia/amarok/src/tagdialog.cpp: