Dieser Digest wurde noch nicht auf Deutsch übersetzt. Könnte er aber sein!
Werden Sie aktiv, und übersetzten Sie ihn!

prev
29. Juli 2005
von Derek Kite
next


Diese Woche ...
DigiKam adds an image editor plugin to remove "Hot Pixels" on photographs. Krita adds an OpenEXR import filter. Krita adds support for working with high dynamic range images such as 32-bit floating point RGBA colourspace. KSpread gets a new function manager and repository (a Google SoC project). Allow setting the wallpaper via DnD, even when icons on desktop are disabled. Media kioslave implements the autostart of application after mount. KMail now has Online/Offline status. amaroK adds podcast support within the playlist browser.

Stephan Kulow moved the KDE4 development branch into trunk, and KDE 3.5 development into /branches/KDE/3.5. This is a major change for anyone building and running trunk, and anyone working on the 3.5 release. Please note that trunk is unstable, may not build and may be that way for a while yet. Here is the announcement:
I planned this to do a bit earlier, but was side tracked. So sorry for the delay and for the announcement on short notice: KDE 3.5 is no longer developed in /trunk, but in /branches/KDE/3.5, KDE 4 development will start soon in /trunk (and move out of work/kde4)

For translations, nothing changed as /trunk/l10n is generated from KDE 3.5 as planned.

If you want to continue with KDE 3.5 development, then you use once svn switch $PROT://svn.kde.org/home/kde/branches/KDE/3.5/$MODULE instead of svn update in $MODULE (no need to recheckout). After writing this mail I will switch some trunk modules to use Qt4, so don't be suprised if your trunk checkout will break heavily. This will be a tough time as we transition between KDE 3 and KDE 4 and I hope that tools like kdesvn-build will help you through it.

Please note though, that while KDE 3.5 is our next release, it's no longer the main target: KDE 4 aka /trunk is. So when you want to continue with KDE 3.5 development, make sure to also put your changes in /trunk.

Stephan Kulow updated the KDE 3.5 Release Plan. Please note that the feature list closes in 3 days. Here is the announcement:
Much of it is still open, but the current release schedule is the current consensus of the KDE core developers and I put it online under:
http://developer.kde.org/development-versions/kde-3.5-release-plan.html

Please note that next Monday (yes, in 3 days) the feature list closes, so if you still have pending ideas you better commit them soon. As KDE4 will take some more time and KDE 3.5 is definitely the latest feature release of the KDE3 series, everyone in the team will have to be a bit more flexible, but still we should try to follow the rules that assured the high quality of past releases.

A specialty in the KDE 3.5 release schedule is that the feature freeze is _before_ this year's akademy and the message freeze is _after_ it to avoid forseeable frustration from translators as I'm just too sure developers won't be able to stick to a message freeze during akademy (my hopes for a kept feature freeze are a bit higher though - as I will be around :):)


Statistiken
Commits: 2477 von 202 Entwicklern, 71673 Zeilen geändert, 1620 neue Dateien.
Offene Programmfehler: 8988
Offene Wünsche: 8402
Neue Programmfehler: 321 in den letzten sieben Tagen.
Behobene Programmfehler: 325 in den letzten sieben Tagen.

Commit-Zusammenfassung
Modul Commits
extragear
337
l10n
312
www
268
stable
253
kdepim
175
kdeedu
164
work
143
playground
92
kdenonbeta
80
kdebase
79
Zeilen Entwickler Commits
596
Gilles Caulier
75
292
Carsten Niehaus
67
439
Stephan Kulow
63
2051
Nikolas Zimmermann
60
545
Laurent Montel
53
760
Stephan Binner
46
1020
Thierry Vignaud
46
249
Seb Ruiz
41
1386
Dirk Mueller
40
464
Till Adam
39

Übersetzungsstatus (i18n)
Sprache Prozent vollständig
Estnisch
99.93%
Schwedisch
97.38%
Britisches Englisch
95.10%
Dänisch
91.60%
Holländisch
90.87%
Portugiesisch
90.81%
Italienisch
88.64%
Spanisch
88.23%
Französisch
87.88%
Serbisch
87.20%

Fehlerbeheber
Fehlerbeheber Anzahl der behobenen Fehler
Reinhold Kainhofer
44
Urs Wolfer
30
Tommi Tervo
23
Thiago Macieira
13
Aaron J. Seigo
9
Tomas Mecir
9
Maks Orlovich
8
Renchi Raju
8
Benjamin Meyer
8
Stephan Binner
8

Inhalte
  Fehlerbehebungen Funktionen Optimierungen Sicherheit Anderes
Behindertengerechtheit
Entwicklungs-Werkzeuge [*] [*] [*] [*]
Unterricht [*] [*]
Grafik [*] [*] [*]
KDE-Basis [*] [*] [*]
KDE-PIM [*] [*] [*]
Büro [*] [*] [*] [*]
Konqueror
Multimedia [*] [*] [*] [*]
Netzwerk-Werkzeuge [*] [*] [*]
Benutzerschnittstelle [*]
Hilfsmittel [*] [*] [*]
Spiele
Anderes

There are 131 selections this week.

Fehlerbehebungen
Entwicklungs-Werkzeuge
Oliver Kellogg machte Änderungen in /trunk/KDE/kdesdk/umbrello/umbrello:
overwritableName(): Patch by Paulo Sehn adds missing `extension' to `name'.
BUG:97162
Diffs: 1, 2 Revision 437910

Michael Pyne übertrug eine Änderung für /trunk/KDE/kdesdk/scripts/kdesvn-build:
Code cleanups. Which means, of course, that it's time to test any features you like to make sure they still work. ;)

Also, (finally) refactor kdesvn-build output into different categories. The
default is about as verbose as before, but there are several new options:
--quiet (-q short option). Be quieter.
--really-quiet, only show warnings and errors for the most part.
--verbose, be even more descriptive than normal.
--debug, show all kdesvn-build output. (WARNING, this can be super-verbose).

This implements wish 109501 (Quiet mode feature request), but since I haven't
added the documentation for it yet the bug will remain open.

CCBUG:109501
Diff Revision 438080

Dominik Haumann übertrug eine Änderung für /trunk/KDE/kdelibs/kate/data/glsl.xml:
add *.vert and *.frag to extensions, seems to be common for GLSL files.
BUG: 109592
Diff Revision 438582

Oliver Kellogg machte Änderungen in /trunk/KDE/kdesdk/umbrello:
UMLView::createAutoAttributeAssociations(): Make public.
UMLWidget::updateWidget(): Invoke UMLView::createAutoAttributeAssociations()
if the widget represents a class.
BUG:109591
Diffs: 1, 2, 3 Revision 438773

Grafik
Wilfried Huss übertrug eine Änderung für /trunk/KDE/kdegraphics/kviewshell/kviewpart.cpp:
Don't keep the zoom combobox focused.
BUG:109478
Diff Revision 437988

Wilfried Huss machte Änderungen in /trunk/KDE/kdegraphics/kviewshell:
Restore scrollbars when switching back from fullscreenmode.
BUG:109530
Diffs: 1, 2, 3 Revision 437997

Renchi Raju übertrug eine Änderung für /trunk/extragear/graphics/digikam/kioslave/exiforientation_p.h:
there was an infinite loop in the exif orientation scanning
code which prevented the thumbnail from being generated for
some images. the design of the load-on-demand thumbnail-generator
prevents the next thumbnails from being loaded before the
current one is finished.

BUGS: 107742
Diff Revision 439168

Renchi Raju übertrug eine Änderung für /trunk/extragear/graphics/digikam/digikam/datefolderview.cpp:
if the dateview becomes inactive, set the month filter view
to inactive as well. this will remove any date filtering
BUGS: 109705
Diff Revision 439571

Renchi Raju machte Änderungen in /trunk/extragear/graphics/digikam/digikam:
when an item is deleted, update the date-filter view
BUGS: 109703
Diffs: 1, 2 Revision 439595

KDE-Basis
Nicolas Goutte übertrug eine Änderung für /trunk/KDE/kdelibs/kioslave/file/file.cc:
Process all errors of a failed sendfile(2) in the case of a KIO copy.
CCBUG:109136
(This bug was found while trying to understand bug #109136. I do not know
if it might fix the bug.)
Diff Revision 437955

Nicolas Goutte machte Änderungen in /trunk/KDE/kdelibs/mimetypes/application:
Define application/xml-dtd (part of RFC 3023)
Note: RFC 3023 allows also *.mod as file name pattern, however these are
sound files too. (So there are skipped here.)
CCBUG:81450
(I leave the bug open, as I do not know if it completly fixes bug #81450.)
Diffs: 1, 2 Revision 437958

Szombathelyi György übertrug eine Änderung für /trunk/KDE/kdebase/kioslave/ldap/configure.in.in:
Seperate test for -llber. Patch by Jonathan Marten.

BUG: 81957
Diff Revision 438027

Nicolas Goutte übertrug eine Änderung für /trunk/KDE/kdelibs/Makefile.am.in:
Extract kdelibs/kdecore/kde-config.cpp.in too
(It did not work because of the non-standard extension.)
BUG:102922
Diff Revision 438149

Nicolas Goutte machte Änderungen in /trunk/KDE/kdelibs/mimetypes/application:
Be more careful about *.tbz and *.tbz2
(*.tbz seems to be bzip-ed, while *.tbz2 seems bzip2-ed)
CCBUG:99022
(This does not close the bug, it only allows the base for a fix for Ark.)
Diffs: 1, 2, 3 Revision 438159

Nicolas Goutte machte Änderungen in /trunk/KDE/kdelibs/mimetypes:
Add mimetypes for FITS (RFC 4047)
CCBUG:82368
(This does not close the bug, as both mime types share the same extension(s)
and splitting them by the magic file will not be easy either, even if the
header has fixed-length lines.)
Diffs: 1, 2, 3, 4 Revision 438190

KDE-PIM
Carsten Burghardt machte Änderungen in /trunk/KDE/kdepim/kmail:
Do not send empty searches to the imap server.
BUGS:109496
Diffs: 1, 2 Revision 437833

Reinhold Kainhofer übertrug eine Änderung für /trunk/KDE/kdepim/libkcal/resourcekabc.cpp:
Correctly use the spouses' names (or only one if the other is not available) in the bday resource.

BUG:102075
Diff Revision 437848

Carsten Burghardt übertrug eine Änderung für /trunk/KDE/kdepim/kmail/partNode.cpp:
Compare the IDs correctly with kasciistricmp.
BUGS:109003
Diff Revision 437867

Reinhold Kainhofer übertrug eine Änderung für /trunk/KDE/kdepim/korganizer/koagendaview.cpp:
In the agenda view, when only one cell (=15 minutes) is selected, use the default duration for a new event instead. The old way was particularly confusing when you double-clicked into the agenda and a 15-minutes event was generated instead of a 2-hour one.

BUG:93064
Diff Revision 438147

Reinhold Kainhofer übertrug eine Änderung für /trunk/KDE/kdepim/korganizer/actionmanager.cpp:
Which doofus can be stupid enough to forget to check for changes before telling the user that there are unsaved changes?

BUG:94537
Diff Revision 438155

Reinhold Kainhofer machte Änderungen in /trunk/KDE/kdepim/korganizer/printing:
-) Fix setting a different orientation than the printer's default (bug 92114)
-) Rename the "view style" to "print style" and in week print style use "Layout" instead of "view type" (mentioned in bug 100014)
-) Remove the label in the print dlg showing the printer and also remove the "Select" button, since the print dialog will be shown afterwards anyway (bug 100014)

BUG:92114
BUG:100014
Diffs: 1, 2 Revision 438228

Reinhold Kainhofer übertrug eine Änderung für /trunk/KDE/kdepim/korganizer/koagenda.cpp:
In the agenda view, when moving an event, show the red cursor marker in the timeline at the time when the event starts (wish 102847), and when resizing the bottom of an item, show it at the correct end position of the item (different roundings to grid cells are used in that case!) (bug 105116).

BUG:105116
BUG:102847
Diff Revision 438251

Reinhold Kainhofer übertrug eine Änderung für /trunk/KDE/kdepim/korganizer/actionmanager.cpp:
Remove the File->Close menu entry from korganizer. If you have two windows open, File->quit will only close the current window anyway, and you can get an empty calendar window by file->new in korganizer (standalone).

BUG:107700
Diff Revision 438265

Reinhold Kainhofer übertrug eine Änderung für /trunk/KDE/kdepim/korganizer/kotodoview.cpp:
Add missing accels to the rmb context menu in the to-do list.

BUG:107044
Diff Revision 438284

Reinhold Kainhofer machte Änderungen in /trunk/KDE/kdepim/korganizer:
The time line merge from KO/Pi introduceda nasty regression (more than 24 hours are shown in a day!). This is the first shot, which works in most cases, but still lots of things remain to be fixed.

CCBUG:108606
Diffs: 1, 2 Revision 438286

Will Stephenson übertrug eine Änderung für /trunk/KDE/kdepim/kresources/groupwise/soap/contactconverter.cpp:
Fix crash bug when contacts do not have a fullName structure
Diff Revision 438599

Matt Douhan übertrug eine Änderung für /trunk/KDE/kdepim/kmail/kmmainwidget.cpp:
Selecting online IMAP folders is not possible in offline mode
This means the last of Carstens list has been implemented
BUG:7765
Diff Revision 438714

Multimedia
Scott Wheeler machte Änderungen in /trunk/kdesupport/taglib:
Finally took Tommi's suggestion here and introduced a version of the ByteVectorList::split()
that takes a maximum number of values. This should probably be used more widely in
places where the max is known ahead of time for this to be a more useful fix than nailing
just this special case. Anyway, fixes the bug.

BUG:103622
Diffs: 1, 2, 3 Revision 438030

Scott Wheeler übertrug eine Änderung für /trunk/kdesupport/taglib/toolkit/tfile.cpp:
Make sure that buffer allocations for file reads aren't completely bogus.
Specifically make sure that we don't actually allocate a buffer for a read that
extends beyond the end of the file.

BUG:101401
Diff Revision 438035

Scott Wheeler übertrug eine Änderung für /trunk/kdesupport/taglib/toolkit/tstring.cpp:
Bug in UTF-8 rendering. Small change, but well, without the "break;" it was doing
the UTF-8 rendering and the UTF16-LE rendering to the same string, which was, well,
ungood.

(Sorry Dan, that's bad news for those files -- but this bug was only introduced 4
days ago, so it just hadn't been caught yet.)

BUG:109604
Diff Revision 438731

Benjamin Meyer übertrug eine Änderung für /trunk/KDE/kdemultimedia/kioslave/audiocd/plugins/lame/encoderlame.cpp:
Progress dialog jumps to 4GB after completing copying one file,
because after encoding a file the progress isn't reset back to 0.

BUG: 108735
Diff Revision 438877

Jean-Remy Falleri machte Änderungen in /trunk/KDE/kdebase/kioslave/media/kcmodulecpp:
Replaced Set string by the configure icon.
CCBUG: 109465
Diffs: 1, 2, 3 Revision 438878
Sichtbare Änderungen ansehen (nach 1 Datei)

Benjamin Meyer übertrug eine Änderung für /trunk/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp:
Reworked the error messages to be more usefull. Put the file exists check last and added custom messages for read/write permission errors.

BUG: 108736
Diff Revision 438897

Benjamin Meyer übertrug eine Änderung für /trunk/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp:
My appologies for all the pain/annoyance this bug has caused. It is also being backported to the 3.4 branch

BUG: 95676
Diff Revision 438910

Gábor Lehel übertrug eine Änderung für /trunk/extragear/multimedia/amarok/src/enginecontroller.h:
fix: when a track is added to the playlist, restoreCurrentTrack() is called (for when you remove the current track
and then re-add it), which checks whether it's the same URL as EngineController::playingURL(); however, after you
stopped playback, it still returned the URL of the most recently played track, meaning if you added a track to the
playlist after you stopped playing, the last track would get set as the current one again.

BUG:107284
Diff Revision 438953

John Tapsell machte Änderungen in /trunk/KDE/kdebase/ksysguard:
Some fixes for ksysguard - this is a really great program and I want it to be beautiful for 3.5

This patch fixes:

* The slow startup for the process lister and for the 'table' (for listing file partitions etc). That was basically a mistake with the code assuming the commands were
processed in LIFO instead of FIFO

* The kill dialog now tells you the process name, following the screenshot provided by reporter "Peter" - Thanks!

* A searchline is added so that you can filter out particular processes. There's an accelerated conflict (&edit and s&earch) but I want to rework the menus so I'll
leave it for later.

* Before, if you press ctrl+esc and its already running, it moves it to the current desktop, but doesn't always focus it due to focus stealing prevention. This is now
fixed.

BUG:61245
BUG:77434
BUG:105337
BUG:39320
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 439030

Seb Ruiz übertrug eine Änderung für /trunk/extragear/multimedia/amarok/src/contextbrowser.cpp:
Compilations showed incorrect number of tracks
BUG:109651
Diff Revision 439062

Benjamin Meyer machte Änderungen in /trunk/KDE/kdemultimedia/kaudiocreator:
Connect button to actually encode the file. Nasty regression error.

BUG: 96534
Diffs: 1, 2 Revision 439271
Sichtbare Änderungen ansehen (nach 1 Datei)

Koos Vriezen übertrug eine Änderung für /trunk/extragear/multimedia/kmplayer/src/kmplayerapp.cpp:
Recent files clearURLList only clear the menu, not its item list

Please tell me I'm sleep walking ..

BUG: 109728
Diff Revision 439341

Kevin Ottens machte Änderungen in /trunk/KDE/kdebase/kioslave/media/medianotifier:
We don't use exec() anymore on dialogs (was my worst idea ever), and I
stop using NetAccess for stat() too (maybe this one was even worse...).

It's now using async style, it's far better this way, no more stupid
blocking.

(Forward porting fixes for BR:109770 and BR:109738)
Diffs: 1, 2, 3, 4 Revision 439643

Alexandre Pereira de Oliveira machte Änderungen in /trunk/extragear/multimedia/amarok/srcp:
We were sorting child items as well, and it was not intended, as we want tracks to be shown ordered by track number, not alphabeticaly.
BUG: 109550
Diffs: 1, 2 Revision 439867

Netzwerk-Werkzeuge
Urs Wolfer machte Änderungen in /trunk/KDE/kdenetwork/kget:
* Remaining time: replace function KIO::calculateRemaining() with KIO::calculateRemainingSeconds() and KIO::convertSeconds(). So the time can be more than "23:59:59" (now for example "2 days 12:12:12").

BUG: 105770
CCBUG: 85190
* Better formatted systray tooltip.
Diffs: 1, 2, 3, 4, 5 Revision 437888

Urs Wolfer übertrug eine Änderung für /trunk/KDE/kdenetwork/kget/dlgIndividual.cpp:
Single windows resized. Now the windows aren't too wide.
BUG: 99112
Diff Revision 437892

Urs Wolfer übertrug eine Änderung für /trunk/KDE/kdenetwork/kgetii:
Add information in config dialog tab folder that user can set default folder for all files with *. (#5 wish #89379)
CCBUG: 89379
Diff Revision 438642

Urs Wolfer übertrug eine Änderung für /trunk/KDE/kdenetwork/kget/dlgIndividual.cpp:
Individual download windows cannot be resized vertically now. It made no sense and they were looking bad resized.
BUG: 88545
Diff Revision 438758

Urs Wolfer übertrug eine Änderung für /trunk/KDE/kdenetwork/kget/kmainwidget.cpp:
Size of statusbar fields (time, speed, ...) are updated now after each change. So the text cannot be cut off.
BUG: 102421
Diff Revision 438991

Petter Stokke übertrug eine Änderung für /trunk/extragear/network/kmldonkey/kmldonkey/tools/imageloader.h:
GCC4 compilation/developer stupidity issue.

BUG: 109677
Diff Revision 439022

Michel Hermier übertrug eine Änderung für /trunk/KDE/kdenetwork/kopete/libkopete/kopetemessage.cpp:
Fix some heuristicContentMatch miss use. BUGS:100148
Diff Revision 439109

Joris Guisson machte Änderungen in /trunk/extragear/network/ktorrent:
Changes :
- Bug 109691 : "Finished" -> "Search finished" to avoid confusion
- Bug 109692 : stopped using deprecated KStdAction::showToolbar function
- Added TorrentFile class

BUG: 109691
BUG: 109692
Diffs: 1, 2, 3, 4, 5, 6 Revision 439179

Urs Wolfer übertrug eine Änderung für /trunk/KDE/kdenetwork/kget/transfer.cpp:
BUG: 88820Confirmation dialog for delete files from individual window.
Diff Revision 439190

Büro
Boudewijn Rempt übertrug eine Änderung für /trunk/koffice/krita/core/resources/kis_profile.cc:
FIX: 109611
Diff Revision 438797

Tomas Mecir machte Änderungen in /trunk/koffice/kspreadatis:
Functions AVERAGE and AVERAGEA now ignore empty cells.
Hence, they are both exactly the same.
Not sure if I should make it so that the A versions if functions ignore
blank cells, whereas non-A versions do not. As of now, most A-funcs
are simply the same as non-A. But COUNT counts all cells, COUNTA non-empty.
Further research may be needed.

BUG: 78642
Diffs: 1, 2 Revision 439482

Tomas Mecir machte Änderungen in /trunk/koffice/kspread:
Most range functions no longer enforce number formatting, but can adapt
to other ones such as date/time or similar.
Calculation functions in ValueCalc have been adapted accordingly.

BUG: 81454
Diffs: 1, 2, 3, 4 Revision 439494

Thorsten Zachmann machte Änderungen in /trunk/koffice/kpresenter:
Forward port from SVN commit 438067 by zachmann:

Fix bug 109357: KPresents export to html produces static links for "next
slide"

o now relative links are written.
Diffs: 1, 2 Revision 439566

Hilfsmittel
Jaison Lee machte Änderungen in /trunk/KDE/kdeutils/kjots:
BUG: 109371
Refactored the actions system. Should be faster, and is a little easier to
handle in the program. Added export submenus to the subject list context
menu. Reexamined what options are disabled and when.
Diffs: 1, 2 Revision 438008

Jaison Lee übertrug eine Änderung für /trunk/KDE/kdeutils/kjots/KJotsMain.cpp:
BUG: 109372
Disable renaming and moving during invalid page moves.
Diff Revision 438012

Jaison Lee machte Änderungen in /trunk/KDE/kdeutils/kjots:
BUG: 109573
Fixed a problem with the editor pointing to a page that has
been deleted.
Diffs: 1, 2 Revision 438336

Jaison Lee übertrug eine Änderung für /trunk/KDE/kdeutils/kjots/KJotsMain.cpp:
BUG: 109580
The next/prev book/page functions will no longer loop forever.
Also the edit window will no longer stay active if the only page
in the library has been deleted.
Diff Revision 438345

Jaison Lee übertrug eine Änderung für /trunk/KDE/kdeutils/kjots/KJotsMain.cpp:
BUG: 109583
Fixed a minor regression that was causing the Edit->Cut menu option
to display incorrectly.
Diff Revision 438760

Funktionen
Entwicklungs-Werkzeuge
Michael Pyne machte Änderungen in /trunk/KDE/kdesdk:
Fix a little bug with build-status I introduced last night.

Implement wish 109443 (E-mail report on compile failure).

This adds two configuration file options:

email-address: kdesvn-build uses this address to send email from. You don't
have to set it, but it's probably better if you do if you use any features
kdesvn-build will send email for (like the one I'm committing).

email-on-compile-error: This should be set to the email address to send email
to whenever a build error occurs.

The email isn't sent until kdesvn-build is done trying to build/install modules
so that kdesvn-build can collate the results first. kdesvn-build will also
include excerpts from the error log so that you won't necessarily have to pull
up the log to see what happened. If you didn't set an email address to send
from, kdesvn-build will use the send-to address as the send-from address.
Diffs: 1, 2 Revision 438049

Christian Loose übertrug eine Änderung für /trunk/KDE/kdesdk/cervisia/repositorydlg.cpp:
Implement wish #98833:

Added login/logout support for sspi protocol (cvsnt) to the repository dialog.
FEATURE: 98833
Diff Revision 438989

Unterricht
Jason Harris übertrug eine Änderung für /trunk/KDE/kdeedu/kstars/kstars/data/Cities.dat:
Adding Russian cities contributed by Andrey Cherepanov
thanks, Andrey!
Diff Revision 437896

Carsten Niehaus übertrug eine Änderung für /trunk/KDE/kdeedu/kalzium/src/data/data.xml:
* adding Spectrum-information from Sulfur to Vanadium
Diff Revision 438235

Grafik
Jörn Ahrens machte Änderungen in /trunk/extragear/graphics/digikam/digikam:

Digikam 0.8 is now able to reconstruct its view state
after starting a new session.

When digikam is closed, it stores
- the last visited albums
- the open folders of every view
- the selected folder of every view
- the last selected view in the sidebar
- if the sidebar is hidden/shown
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 437929

Nikolas Zimmermann machte Änderungen in /trunk/kdenonbeta/kdom/bindings:
Provide tight automake integration. That was one of the hardest parts here :-)

Now it will automatically generate the cpp/h pairs using the
kdombinder.sh helper script invoked from Makefile.am

We're really gettin' there...
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 437939

Gilles Caulier machte Änderungen in /trunk/extragear/graphics/digikam:
digiKam image plugin and control pannel widget :

- Performs update preview optimizations with QPixmap.
- 2 new options to seperate view in duplicate mode (vertically or horizontally) like with PowerRetouche photoshop plugins. These modes will be used especially with future Hot Pixel Removal plugin from Unai Garro.

In some words, the target image region is duplicated from original to compare exactly the same pixels. There is a screnshoot of Gaussian Blur image editor plugin here:

http://digikam3rdparty.free.fr/SeparateView-DuplicateMode.png
Diffs: 1, 2, 3, 4, 5, 6 Revision 438838
Sichtbare Änderungen ansehen (nach 2 Dateien)

Gilles Caulier machte Änderungen in /trunk/extragear/graphics/digikam:
New digiKam image editor plugin to remove Hot Pixels' on Photograph by Unai Garro.

This plugin is in Alpha stage. Need to plolish source code. Auto detection of hot pixels work fine using a 'black frame' image taken with the deficient camera.

TODO :
- Need to implement manual hot pixels settings (Unai) - Later 0.8.0 issue.
- Need to display a preview of hot pixels in panel widget (me).
- Need to save default settings in konfig file (me).
- Need to polish Black Frame settings interface (me).
- Need to write handbook (me, gerhard, and Unai).

There is a screenshot of current implementation here :

http://digikam3rdparty.free.fr/HotPixelRemovalTool-Alpha.png
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 20 mehr) Revision 438909
Sichtbare Änderungen ansehen (nach 1 Datei)

Urs Wolfer machte Änderungen in /trunk/KDE/kdegraphics/kuickshow/src:
Apply patch that gets Kuickshow ability to delete pictures from viewer. (author: alan chandlerfamily.org.uk)
Thanks for this patch!
FEATURE: 101848
Diffs: 1, 2, 3, 4 Revision 438958

Gilles Caulier machte Änderungen in /trunk/extragear/graphics/digikam:
digiKam Hot Pixels Tool :

Second stage : display the hot pixels on pan icon widget.

A screenshot :

http://digikam3rdparty.free.fr/HotPixelRemovalTool-Alpha.png
Diffs: 1, 2, 3, 4, 5 Revision 439184

Gilles Caulier machte Änderungen in /trunk/extragear/graphics/digikam:
digiKam Hot Pixels Tool - third stage :

- display the hot pixels on image region widget !!!
- Remove unecessary source files.
- Finalize for beta.

A screenshot :

http://digikam3rdparty.free.fr/HotPixelRemovalTool-Alpha.png
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 439217

KDE-Basis
Kevin Ottens machte Änderungen in /trunk/KDE/kdebase/kioslave/media:
Modify mediamanager and medianotifier to have a better notification handling.

- mediamanager now indicates (through its DCOP signals) if a modification
can result in a notification or not.
- medianotifier now listen to the mediamanager directly (no more media:/ listing)
and notify only if it's allowed.

All the mediamanager backends have been modified to take care of this extension.
They are the only ones to know if it's appropriate to notify or not.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 4 mehr) Revision 438199

Kevin Ottens machte Änderungen in /trunk/KDE/kdebase/kioslave/media:
Implements the autostart of application after mount.
It's based on the upcoming freedesktop specification.

BUG:105604
Diffs: 1, 2, 3, 4 Revision 438330
Sichtbare Änderungen ansehen (nach 1 Datei)

Pascal Létourneau machte Änderungen in /trunk/KDE/kdebase/kdesktop:
Allow setting the wallpaper via DnD, even when icons on desktop are disabled

FEATURE:63852
Diffs: 1, 2 Revision 438985

KDE-PIM
Matt Douhan machte Änderungen in /trunk/KDE/kdepim/kmail:
Online/Offline status for KMail

Add menuentry for going online or offline and when in offline
mode, stop network activity such as mailchecks, at this stage recieving mail
is stopped and in the future sending mail will be queued and other
network activity will be on halt.

This can also be controlled by dcop

dcop kmail KMailIface stopNetworkJobs
dcop kmail KMailIface resumeNetworkJobs
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 438202

Multimedia
Stephan Binner machte Änderungen in /trunk/KDE/kdemultimedia:
replaced Yes/No dialog buttons
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 7 mehr) Revision 437894

Seb Ruiz machte Änderungen in /trunk/extragear/multimedia/amarok/src:
FEATURE: podcast support within the playlist browser. Have amaroK watch your favourite podcasts for new episodes at regular intervals, and inform you when they are ready!

Todo: saving & watching the podcasts :-)
Diffs: 1, 2, 3, 4 Revision 437919

Koos Vriezen übertrug eine Änderung für /trunk/extragear/multimedia/kmplayer/src/kmplayer_part.cpp:
Add missing DoPlayPause() as reported on kde-apps, although this doesn't make
http://www.raaga.com/channels/hindi/movie/G0000234.html work because of
script errors elsewhere ..
Diff Revision 438725

Kevin Ottens übertrug eine Änderung für /trunk/KDE/kdebase/kioslave/media/mediamanager/halbackend.cpp:
Use the newly available icon for portable audio players.

BUG:97064
Diff Revision 438815

Reigo Reinmets machte Änderungen in /trunk/extragear/multimedia/amarok/src/amarokcorep:
New DCOP call: "lyrics". Will return the internal lyrics result.
Diffs: 1, 2, 3 Revision 439313

Allan Sandfeld Jensen übertrug eine Änderung für /trunk/kdesupport/akode/akodeplay/akodeplay.cpp:
Completely new akodeplay util that uses the Player object, can auto-detect decoder and play multiple files.
Diff Revision 439615

Alexandre Pereira de Oliveira machte Änderungen in /trunk/extragear/multimedia/amarok:
New "is not in the last" option for Smart Plylists
hey hydrogen, that was easy! :-)
BUG: 107725
Diffs: 1, 2 Revision 439765

Netzwerk-Werkzeuge
Urs Wolfer machte Änderungen in /trunk/KDE/kdenetwork/kget:
Changes on KGet Konqueror integration:

* User can easily enable / disable KGet as download manager for Konqueror with right-click on KGet systrayicon (right-click-menu).
FEATURE: 70900

* Reformulated question at first KGet startup and settings about KGet integration in Konqueror.BUG: 63628
Diffs: 1, 2, 3, 4, 5 Revision 438125

Urs Wolfer machte Änderungen in /trunk/KDE/kdenetwork/kget:
Now the systrayicon change it's color when a download is in progress. I simply changed the arrow color to green (I'm not an artist... ;) ).

FEATURE: 50071FEATURE: 59380
Diffs: 1, 2, 3, 4 Revision 438157
Sichtbare Änderungen ansehen (nach 1 Datei)

Joris Guisson machte Änderungen in /trunk/extragear/network/ktorrent:
Changes :
- Peers which have choked longer then a tracker update interval will get killed when the number of connections is limited. (right before we do an announce)
- Upload slots now increased to 10
- Feature: 109511 : Amount uploaded now gets saved in a stats file
- File view in info widget, now is a tree and uses the standard KDE icons for each file type

FEATURE: 109511
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 3 mehr) Revision 438570

Malte Böhme machte Änderungen in /branches/work/kcall-tng:
very big patch...
changed almost everything to support calls now.
tested call through sipgate.de with my cellphone.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 mehr) Revision 439764
Sichtbare Änderungen ansehen (nach 1 Datei)

Jan Ritzerfeld machte Änderungen in /trunk/KDE/kdenetwork/kopete:
Added 6 options to "Configure Kopete..."->"Behavior"->"General":
[Notifications]
[Show a bubble on new message]
Button "Ignore" closes chat view

[Flash the system tray on new messages]
Flash on unread messages
Flash only on highlighted unread messages in group chats
Flash only on unread messages in chat windows on another desktop
Left mouse click on system tray opens message
Opening message sets current desktop to chat view's

FEATURE: 65019
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 439827
Sichtbare Änderungen ansehen (nach 1 Datei)

Malte Böhme machte Änderungen in /branches/work/kcall-tng:
added outgoing calls
added videocalls
fixed call-termination/state-changing
added more debug-output
added combobox for changing video-display/widget
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 4 mehr) Revision 439866
Sichtbare Änderungen ansehen (nach 1 Datei)

Büro
Rob Buis machte Änderungen in /trunk/koffice/karbon:
Usability improvements from Alan Horkan.

BUG: 109520
Diffs: 1, 2 Revision 437927

Adrian Page machte Änderungen in /trunk/koffice/krita:
Add initial support for working with high dynamic range images.

- Add a 32-bit floating point RGBA colourspace. This allows use of colour values greater than 1, though the current implementation is copied from one of the integer colourspaces so doesn't always permit this.
- Add an exposure slider to the Overview docker. This controls how the hdr image is rendered in convertToQImage, it does nothing to the actual pixel data.
- Swap the slider and spinbox positions for KisDoubleWidget to be consistent with all the other slider/spinboxes we have.
- Split some of the colourspace plugins into a library for the actual colourspace, and the plugin itself, which links to the library. This allows import/export filters to link against specific colourspaces portably, i.e. not against the plugin directly.
- Add colourspace-specific setPixel/getPixel methods to the colourspaces so that import/export filters do not have to access pixel data directly.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 45 mehr) Revision 438247

Adrian Page machte Änderungen in /trunk/koffice/filters/krita:
Add a basic OpenEXR krita import filter (export is currently just a stub).
Krita can now load the OpenEXR sample images.

This loads into the 32-bit float colourspace, but the option to use a 16-bit float (half) will come, along with support for maintaining annotations, greyscale mode etc.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 mehr) Revision 438282

Jaroslaw Staniek machte Änderungen in /trunk/koffice/kexi:
Form Designer

- better support for Auto Fields, including drag&drop
- DesignTimeDynamicChildWidgetHandler added - interface for adding
dynamically created (at design time) widget to event eater
- editor inside KexiDBFieldEdit is visible at design time
- KexiDataItemInterface::field() changed to columnInfo()
-> more information can be now reused for visual field (i.e. query alias)
- dbwidgets moved to libformutils as we're reusing many
of them outside of dbwidgets factory
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 12 mehr) Revision 439045

Tomas Mecir machte Änderungen in /trunk/koffice/kspread:

This is a part of my Google SoC project.

- completed the new function manager and repository
- new function repository can load function descriptions
- all functions were converted to support the new parser and everything
- almost all functions also make use of the ValueCalc object, meaning that
adding new datatypes (complex numbers, GnuMP, ...) will be fully
transparent to them
- the parser also supports array formulas (not tested at all)
- most array-based functions were rewritten to use a common API (arrayWalker)
to reduce code duplication
- the new parser doesn't support passing of range information yet. As a result,
some functions are temporarily disabled. This includes:
- Database functions
- Reference functions
- ISREF
- SUBTOTAL
- functions now support automated conversion of datatypes (e.g., =sin("0"))
- functions can return ranges - GUI doesn't support this yet, first entry shown
- big arrays may behave wierdly - large array transparent flattening is not
implemented yet
- and more ...

Basic features seem to work well, but more advanced ones were not tested yet.
Hence, expect lots of weird problems when using functions.

Please don't report function-related bugs yet, or use koffice-devel - I *know*
that there are lots of problems.
Automated testers are not written yet.

FEATURE: completed and activated new function system

This also fixes numerous bugs, I'll close them one-by-one when I have time :D
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 23 mehr) Revision 439248

Rob Buis machte Änderungen in /trunk/koffice/filters/karbon/svg:
Add some pretty printing to the svg export.

BUG: 108126
Diffs: 1, 2 Revision 439318

Michael Thaler machte Änderungen in /trunk/koffice/krita/plugins:
Initial checkin of a new filter that creates an image by compositing tiles with small versions of the original image. It just hangs for now, so don't use it.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 439345

Michael Thaler übertrug eine Änderung für /trunk/koffice/krita/plugins/smalltilesfilterer.cer.c:
On more filter for Krita! This filter composes an image from scaled down versions of the original image. The results look nice but unfortunately there still is a bug somewhere which sometimes crashes Krita if you do more then 4-5 tiles per row.
Diff Revision 439587

Michael Thaler machte Änderungen in /trunk/koffice/krita/plugins:
Port of the sobel filter from gimp. It works nicely, but the option dialog is still missing and also since we always have an alpha channel the result does look weird. Gimp does not have an alpha channel by default and without alpha channel the result looks o.k. With alpha channel the result in gimp looks the same. I will add an option to fill the alpha channel, so that the result looks the same as without alpha channel.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 439948

Hilfsmittel
Raul Fernandes machte Änderungen in /trunk/kdenonbeta/ktranslator:
Add the OCR UI Plugin (based in klicklack - http://klicklack.sourceforge.net/ - Thanks to Marcel Wiesweg)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 5 mehr) Revision 438230

Optimierungen
Entwicklungs-Werkzeuge
Richard Dale machte Änderungen in /trunk/KDE/kdebindings/qtruby:
2005-07-28 Richard Dale

* Qt4 port, initial checkin
* Very little works yet, just hello world
Diffs: 1, 2, 3, 4 Revision 439602

KDE-Basis
Stephan Kulow machte Änderungen in /trunk/KDE/kdelibs:
merging kde4 branch into trunk - will have to double check
if this worked perfectly
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2098 mehr) Revision 439322
Sichtbare Änderungen ansehen (nach 6 Dateien)

Multimedia
Max Howell machte Änderungen in /trunk/extragear/multimedia/amarok/src:
First commit to SVN, so I hope I'm doing this right.

This cuts 0.5 seconds off startup for me. But the time still must be accounted for, as the playlist browser is now lazy initialised. So all the time consuming stuff happens in polish(). I reckon there's some highly inefficient segment that causes the delay, maybe we can find that some day. There's some more stuff like this I can do, but this one was easiest with the least chance for regression, so I did this first.
There's a few places where it has to check polish() has been called before executing code, I hope I caught them all.
Diffs: 1, 2 Revision 438316

Büro
Boudewijn Rempt machte Änderungen in /trunk/koffice/krita:
* Really, really optimized rendering images with heteregenous layers
* Use the tooltip, not the action name as a tooltip in the toolbox
* Marked some todo's for tomorrow
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 8 mehr) Revision 439748

Hilfsmittel
Raul Fernandes machte Änderungen in /trunk/kdenonbeta/ktranslator:
Optmizations in Freedict plugin
Remove option "NeedControl" from config dialog
Add some words to english.idx
Diffs: 1, 2, 3, 4, 5 Revision 438156

Anderes
Entwicklungs-Werkzeuge
Michael Pyne machte Änderungen in /trunk/KDE/kdesdk:
Add documentation for the recently added --quiet option.

Also, make --dry-run an alias for --pretend since --dry-run seems to be a
common name for that type of option.

BUG:109501
Diffs: 1, 2 Revision 438341

Andras Mantia machte Änderungen in /branches/work/kdevquanta:
Add some more documentation about this module, fix an rc file and add icons for the application.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 4 mehr) Revision 438661
Sichtbare Änderungen ansehen (nach 4 Dateien)

Oliver Kellogg übertrug eine Änderung für /branches/KDE/3.5/kdesdk/umbrello/umbrellopp:
Backport commit #439013 from trunk:
> loadFromXMI(): use setUMLObject() so that the attributeRemoved signal gets connected.
Diff Revision 439023

Christian Loose übertrug eine Änderung für /branches/KDE/3.5/kdesdk/cervisia/repositorydlg.cpp:
(merge changes from trunk)

Implement wish #98833:

Added login/logout support for sspi protocol (cvsnt) to the repository dialog.
Diff Revision 439186

Robert Gruber machte Änderungen in /branches/KDE/3.5/kdevelop:
Added toolbar button to set the instruction pointer to a different
location using gdb's jump command
BUGS:82956
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 439210
Sichtbare Änderungen ansehen (nach 1 Datei)

Unterricht
Carsten Niehaus übertrug eine Änderung für /trunk/KDE/kdeedu/doc/kalzium/index.docbook:
Ok, updated a big chunk of the content. Jess: Please proofread
Diff Revision 438609

Danny Allen machte Änderungen in /trunk/playground/edu/doc/kanagram:
initial commit of kanagram handbook - I am still working on it :)
Diffs: 1, 2, 3 Revision 439681

Grafik
Wilfried Huss übertrug eine Änderung für /branches/KDE/3.4/kdegraphics/kviewshell/kviewpart.cpp:
Backport fix for bug #109478.
Don't keep the zoom combobox focused.
Diff Revision 437990

Wilfried Huss machte Änderungen in /branches/KDE/3.4/kdegraphics/kviewshellcpp:
Backport fix for bug #109530.
Restore scrollbars when switching back from fullscreenmode.
Diffs: 1, 2, 3 Revision 437998

Enrico Ros übertrug eine Änderung für /branches/kpdf/annotations/kdegraphics/kpdf/core/generator_pdf/generator_pdf.cpp:
Removed the only 2 (wrong) assumptions in the code, regarding the
maximum number of rects per highlight and the points in a polyline :-)

Albert: this fixes completely the 109516, but only in _annotations, of
course.
Ben Smith: I'm going to attach a screenshot showing the redendering we
have now.

Diff Revision 438936

KDE-PIM
Till Adam machte Änderungen in /trunk/KDE/kdepim/doc/kmail:
Merge chiasmus documentation as well.
Diffs: 1, 2 Revision 438502

Danny Kukawka machte Änderungen in /branches/KDE/3.4/kdepim/kmailcvt:
- backport from trunk to prevent failure with older gcc (< gcc 3.3)

BUG: 106274
Diffs: 1, 2, 3, 4, 5 Revision 438561

Danny Kukawka übertrug eine Änderung für /branches/KDE/3.4/kdepim/kmailcvt/filter_mbox.cxx:
- backport from thrunk:
- fixed problem with corrupted mbox, which contains binary data
between mails (BUG: 106796).
Diff Revision 438566

Multimedia
Benjamin Meyer übertrug eine Änderung für /branches/KDE/3.4/kdemultimedia/kioslave/audiocd/plugins/lame/encoderlame.cpp:
In KDE 3.5 audiocd will no longer use (manually open) the lame library, but will call the lame executable.
If there is a 3.4.2 (or any packagers want to incorperate this change) lame manually searches and so I added lib64.

BUG: 108345
Diff Revision 438886

Benjamin Meyer übertrug eine Änderung für /branches/KDE/3.4/kdemultimedia/kioslave/audiocd/audiocd.cpp:
3.4 branch backport

BUG: 95676
Diff Revision 438911

Kevin Ottens machte Änderungen in /branches/KDE/3.5/kdebase/kioslave/media/medianotifier:
Ok, I generally fix on bug per commit... but this time one helped me to
find how to reproduce the other, so I'll commit them together. =)

We don't use exec() anymore on dialogs (was my worst idea ever), and I
stop using NetAccess for stat() too (maybe this one was even worse...).

It's now using async style, it's far better this way, no more stupid
blocking.

BUG: 109770
BUG: 109738
Diffs: 1, 2, 3, 4 Revision 439642

Netzwerk-Werkzeuge
Pino Toscano übertrug eine Änderung für /branches/KDE/3.4/kdenetwork/kget/dlgIndividual.cpp:
Backport commit 437892 by uwolfer:

Single windows resized. Now the windows aren't too wide.

Fixing bug #99112 in the 3.4 branch too.
Diff Revision 437926

Urs Wolfer übertrug eine Änderung für /branches/KDE/3.5/kdenetwork/kget/kmainwidget.cpp:
Backporting SVN commit 438991 by uwolfer:
Size of statusbar fields (time, speed, ...) are updated now after each change. So the text cannot be cut off.
#102421
Diff Revision 439001

Michel Hermier übertrug eine Änderung für /branches/KDE/3.4/kdenetwork/kopete/libkopete/kopetemessage.cpp:
BACKPORT: Fix some heuristicContentMatch miss use. BUGS:100148
Diff Revision 439125

Michel Hermier übertrug eine Änderung für /branches/KDE/3.5/kdenetwork/kopete/libkopete/kopetemessage.cpp:
BACKPORT: Fix some heuristicContentMatch miss use. BUGS:100148
Diff Revision 439126

Urs Wolfer übertrug eine Änderung für /branches/KDE/3.5/kdenetwork/kget/transfer.cpp:
Backport: Bugfix #88820: Confirmation dialog for delete files from individual window.
Diff Revision 439193

Jan Ritzerfeld machte Änderungen in /branches/KDE/3.5/kdenetwork/kopete:
Backward port:
Added 6 options to "Configure Kopete..."->"Behavior"->"General":
[Notifications]
[Show a bubble on new message]
Button "Ignore" closes chat view

[Flash the system tray on new messages]
Flash on unread messages
Flash only on highlighted unread messages in group chats
Flash only on unread messages in chat windows on another desktop
Left mouse click on system tray opens message
Opening message sets current desktop to chat view's

CCBUG: 65019
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 439828
Sichtbare Änderungen ansehen (nach 1 Datei)

Büro
Thorsten Zachmann machte Änderungen in /branches/koffice/1.4/koffice/kpresenter:
Fix bug 109357: KPresents export to html produces static links for "next slide.o now relative links are written.
Diffs: 1, 2 Revision 438067

Peter Simonsson machte Änderungen in /branches/koffice/1.4/koffice/kivio:
* Fix copy/paste of polyline connector
* Fix focus problem on paste
BUG:109194
Diffs: 1, 2, 3, 4, 5 Revision 438988

Boudewijn Rempt machte Änderungen in /trunk/koffice/krita/data/images:
Added for Casper to play with.
Diffs: 1, 2, 3, 4, 5 Revision 439464
Sichtbare Änderungen ansehen (nach 5 Dateien)

Boudewijn Rempt machte Änderungen in /trunk/koffice/krita/plugins/selectiontoolsctioctio:
Made a nicer and cleared icon; no svg, I'm afraid -- because
I am not capable of doing svg.
Diffs: 1, 2 Revision 439575

Benutzerschnittstelle
Rob Cosgrove machte Änderungen in /trunk/KDE/kdeartwork/IconThemes/slick/22x22:
New Icons
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 31 mehr) Revision 437779
Sichtbare Änderungen ansehen (nach 40 Dateien)

Rob Cosgrove machte Änderungen in /trunk/KDE/kdeartwork/IconThemes/slick:
new icons
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 9 mehr) Revision 437786
Sichtbare Änderungen ansehen (nach 19 Dateien)

Aaron J. Seigo übertrug eine Änderung für /branches/KDE/3.5/kdebase/kicker/libkicker/kickertip.cpp:
up the frame rate; see if this helps any? i can't seen anything else
that should have an effect since r421769
CCBUG:109640
Diff Revision 439080

Danke für das Lesen des Digests!
KDE "Commit-Digest" von Danny Allen, 2006-2009
Alle Ausgaben im Archiv von Derek Kite