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

prev
15. Juli 2005
von Derek Kite
next


Diese Woche ...
KNode adds SMTP authentication. Juk implements drag and drop of covers. Adding support for Sky Commander controller in KStars. Add a real ACL editing gui in KFile. amaroK adds a configuration dialog for the helix engine. Kopete supports setting your own personal message in the MSN plugin.

Joris Guisson announced the release of KTorrent version 1.0:
Like the subject says, KTorrent 1.0 has been released. You can find it at http://ktorrent.pwsp.net.

I would like to thank the following people, who contributed in some way or another to KTorrent 1.0 :
  • Adam Treat
  • Danny Allen
  • The-Error
  • The KDE i18n team
  • Sander van Loon and all the other bug reporters / feature requesters
  • The guys from http://www.pwsp.net/ (free webhosting for KDE projects)

Stefan Kebekus wrote a note about what he and Wilfried Huss have been doing with the kviewshell application.
During the last few months, the KViewShell application has been greatly renovated and improved. While KViewShell was originally designed as a multi-purpose document viewer, it was so far only used as a basis for KDVI. Following popular demand, Wilfried Huss and Stefan Kebekus have started to write KViewShell plugins for other document formats. The current SVN version of the kdegraphics package contains plugins for DVI and FAX files, and for the increasingly important DJVU format (www.djvuzone.org), which offers full-text search, extremely high performance and unbelievably good compression rates for scanned documents. Since DJVU is the format of choice for scanned documents and is used by more and more academic institutions and digitalization projects worldwide, we considered a decent DJVU-viewer a "must have" for KDE.

Current features for KViewShell include:
  • various view modes, including continuous page view and facing page view
  • thumbnail and bookmark support (bookmarks are fully supported by the current DVI plugin)
  • a fullscreen-mode that is particularly useful for users with small displays
  • full text search and copy-text-from-document functionality, currently supported by the DVI and DJVU plugins
  • a good looking GUI that adapts on-the-fly to support the features of the file format of the document that is currently loaded
For the programmer, KViewShell has a well-documented plugin API with the FAX plugin as a reference documentation. At present, we are working on the performance of the DJVU plugin. Basic file editing functionality, similar to what Adobe Acrobat offers for PDF files, is already partially implemented in the DJVU plugin. An interface to OCR applications is also on our agenda.

We expect that kpdf, kghostview, KViewShell and the DVI, FAX, and DJVU plugins will eventually merge at some point in the future with a new document viewing application. This could be the programm oKular, which Piotr Szymanski is working on as a "Google Summer of Coding" project.


Statistiken
Commits: 2093 von 229 Entwicklern, 48400 Zeilen geändert, 3319 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
stable
265
l10n
238
work
228
extragear
212
www
175
kdepim
166
playground
120
koffice
105
kdebase
101
kdelibs
88
Zeilen Entwickler Commits
3530
Thiago Macieira
66
230
Adriaan de Groot
60
886
David Faure
54
409
Gilles Caulier
46
360
Till Adam
46
75
Heinrich Wendel
40
342
Gorkem Cetin
40
642
Dirk Mueller
37
420
Aaron J. Seigo
37
266
Laurent Montel
35

Übersetzungsstatus (i18n)
Sprache Prozent vollständig
Estnisch
99.88%
Schwedisch
98.96%
Britisches Englisch
98.79%
Dänisch
96.23%
Portugiesisch
95.02%
Französisch
92.01%
Italienisch
91.81%
Serbisch
91.71%
Holländisch
91.56%
Spanisch
91.54%

Fehlerbeheber
Fehlerbeheber Anzahl der behobenen Fehler
Thiago Macieira
45
Aaron J. Seigo
22
Inge Wallin
14
Christian Esken
11
Allan Sandfeld Jensen
11
Kevin Ottens
11
Fred Schättgen
10
Oswald Buddenhagen
9
Alexandre Pereira de Oliveira
9
Maks Orlovich
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 128 selections this week.

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

* When a Qt method returned a QString value type, such as:
QString QSocket::readLine()
A temporary QString was being created that wasn't deleted and caused a
memory leak. Fixes problem reported by Caleb Tennis.

CCBUGS:108650
Diffs: 1, 2 Revision 433005

Christian Loose machte Änderungen in /trunk/KDE/kdesdk/cervisia/:
fix bug #104852:

enable/disable buttons in log dialog based on the number of selected versions.
BUG: 104852
Diffs: 1, 2 Revision 433744

Michael Pyne übertrug eine Änderung für /trunk/KDE/kdesdk/scripts/:
Be more permissive regarding the lockfile. In the end it's there to try to
help the user, not prevent them from running kdesvn-build. Thanks to advice
from Thiago, kdesvn-build will now more accurately detect if it is still
running.

If kdesvn-build is relatively sure it is still running it will prompt the user
to confirm their decision to run concurrently, otherwise it will warn about a
stale lockfile and proceed without further intervention required.

This fixes bug 108968

BUG:108968
Diff Revision 434133

Michael Pyne übertrug eine Änderung für /trunk/KDE/kdesdk/scripts/:
Forgot to include the bit about writing the PID into the lockfile.

CCBUG:108968
Diff Revision 434137

Oliver Kellogg machte Änderungen in /trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/:
Patch by Paulo Sehn fixes BUG:97188 . Many thanks.
Diffs: 1, 2, 3, 4 Revision 434174

Oliver Kellogg machte Änderungen in /trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/:
m_bNeedPass: New flag controls emission of a final "pass" statement.
BUG:75454
Diffs: 1, 2 Revision 434449

Richard Dale machte Änderungen in /trunk/KDE/kdebindings/qtruby/rubylib/examples/network/:
* Added example programs for client/server programming with Qt::Socket
and associated classes. client.rb illustrates current bugs in QtRuby
* Qt::Socket.canReadLine() always returns true
* Qt::readLine() seg faults when called a second time
* A memory leak and seg faulting problems like the above were reported
by Caleb Tennis

CCBUGS: 108650
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 434490

Richard Dale machte Änderungen in /trunk/KDE/kdebindings/qtruby/:
* Qt::Socket started working correctly when I and regenerated and rebuilt
my Smoke library. Before then it was calling the wrong version of
QSocket::at() for some reason, and wasn't discarding bytes that had
already been read.
* Removed comment from the client.rb example about Qt::Socket.canReadLine
always returning true now it works.

CCBUGS: 108650
Diffs: 1, 2 Revision 434751

Grafik
Renchi Raju übertrug eine Änderung für /trunk/extragear/libs/kipi-plugins/jpeglossless/:
preserve timestamp of image when rotating/flipping
BUG: 108537
Diff Revision 433539

Albert Astals Cid übertrug eine Änderung für /trunk/KDE/kdegraphics/kpdf/xpdf/xpdf/:
Same fix for bug 109015
Diff Revision 434395

Fred Schättgen übertrug eine Änderung für /trunk/KDE/kdegraphics/kooka/:
Respect the user´s choice to use gocr.
I assume that the fix suggested in the bug report was
silently accepted by the kooka maintainers.
BUG:90082
Diff Revision 434828

KDE-Basis
Oswald Buddenhagen übertrug eine Änderung für /trunk/KDE/kdebase/:
attempt at fixing bug #104795: x-session-manager executes random binaries:
replace /bin*/, not only /bin/.
there is still be possibility that "kde-config --path exe" returns a path
without /bin*/ at all - if this would be true, a more sophisticated solution
would be necessary.

will backport soon if nobody objects.
Diff Revision 433143

Nicolas Goutte übertrug eine Änderung für /trunk/KDE/kdebase/kioslave/tar/:
Process entries for empty files without an out-of-memory error
CCBUG:108733
(Not closing the bug, as the change is not tested.)
Diff Revision 433341

Kevin Krammer übertrug eine Änderung für /trunk/KDE/kdelibs/kabc/plugins/file/:
Fix bug 108289 by checking the file's write permission before trying to open ReadWrite.

BUG: 108289
Diff Revision 433352

Nicolas Goutte übertrug eine Änderung für /trunk/KDE/kdebase/kioslave/tar/:
Fix progress bar dialog when getting a file
CCBUG:108734
(Not closing the bug, as for me it is still "stalled".)
Diff Revision 433405

Nicolas Goutte übertrug eine Änderung für /trunk/KDE/kdebase/kioslave/tar/:
Set the "tital size" later, as setting the "total size" resets the timer.

Now "Stalled" is not displayed anymore (but no "download speed" either,
as a file < 1MB is porcessed in one turn.)
BUG:108734
Diff Revision 433435

Aaron J. Seigo machte Änderungen in /trunk/KDE/kdebase/ksystraycmd/:
patch to add --ownicon, --ontop and fix a few odd bugs
patch courtesy of Cédric Brégardis
BUG:89354
Diffs: 1, 2, 3 Revision 433748

David Faure übertrug eine Änderung für /trunk/KDE/kdelibs/kio/kio/:
No progress dialog for the subjob
BUG: 95641
Diff Revision 433773

Kevin Ottens machte Änderungen in /trunk/KDE/kdelibs/kio/kio/:
Allow to avoid Job instances to display warning messages coming for the
ioslave themselves. In particular, it introduces a new warning() message
emitted by Job instances.

Moreover, forwarding ioslave are modified to forward the warning() signal
coming from Job instances.

BUG:105369
Diffs: 1, 2, 3, 4 Revision 434476

Kevin Ottens übertrug eine Änderung für /trunk/KDE/kdebase/kioslave/media/mounthelper/:
Ok, always unmount before ejecting now. It can't hurt anyway. ;-)

BUG:109121
Diff Revision 434766

KDE-PIM
Andreas Gungl übertrug eine Änderung für /trunk/KDE/kdepim/kmail/:
Show the folder icon for the button which opens the folder
selection dialog.
BUGS: 108643
Diff Revision 433116

Andreas Gungl übertrug eine Änderung für /trunk/KDE/kdepim/kmail/:
If the address can't get parsed correctly from the From: header,
we don't abort the filter creation, but we use the From: header
of the message directly in the filter.

BUGS: 105405
Diff Revision 433367

Till Adam übertrug eine Änderung für /trunk/KDE/kdepim/kmail/:
Improve the logic for mixed type (xml/icalvcard) folders to:
if the foldertype in the config differs from what the message in KMail
contains, convert on write to the set format.
This is necessary as the resource has no way of knowing what the
old format of the incidence was, since only KMail has access to the
actual mail in the folder. That means that the resource has to
assume the folder's format is the incidences, when writing,
while the kmail end can recitify things in the mail when it sees
that mail contents and storage format do not align. In effect this will
result in incidences of one type in folders configured to use the other
one being converted if they are edited. As long as they are not edited,
nothing changes, reading is transparent.

This also fixes the problem of ical incidences in xml folders suddenly
losing their payload on change and being replaced with a crippled
xml-style mail.
Diff Revision 434018

Tobias Koenig übertrug eine Änderung für /trunk/KDE/kdepim/kaddressbook/:
Return the correct item position (we have 'unfiled' as additional entry now).

BUGS:108684
Diff Revision 434288

Tobias Koenig übertrug eine Änderung für /trunk/KDE/kdepim/kaddressbook/:
Enable the paste action only when contacts are on the clipboard.

BUGS:108583
Diff Revision 434302

Juergen Nagel übertrug eine Änderung für /trunk/KDE/kdepim/doc/korganizer/:
fix for bug #108550

the organizer is the attendee and the three penguins are two persons,
understood? ;)
Diff Revision 434355

Konqueror
Maks Orlovich übertrug eine Änderung für /trunk/KDE/kdelibs/khtml/html/:
Fix at least one of the reasons for this:
konqueror: /home/maksim/kde3/kdelibs/khtml/misc/loader.cpp:1307: static void khtml::Cache::clear(): Assertion `it.current()->canDelete()' failed.
And actually, quite a bit of other potential leaks or worse in the parser.
Unlike in WC, khtml's parser's element stack ref's and deref's elements. So it's not right
to merely change the pointer in the stack without updating the refcounts. Testcase upcoming.
Thanks to Ismail for the test page.

May or may not help #85057
CCBUG:85057
Diff Revision 433186

Allan Sandfeld Jensen machte Änderungen in /trunk/KDE/kdelibs/khtml/css/:
PRE should not start its own alignment, and TH should only CENTER if not inheriting.
BUG: 79498
BUG: 42906
Diffs: 1, 2 Revision 433700

Allan Sandfeld Jensen übertrug eine Änderung für /trunk/KDE/kdelibs/khtml/html/:
Restrict SGML comment parsing to strict mode, as "XHTML Strict" delivered as "text/html"
is parsed using transitional HTML mode.
BUG: 108985
Diff Revision 434193

Allan Sandfeld Jensen machte Änderungen in /trunk/KDE/kdelibs/khtml/html/:
Allow TABLE in P elements, but not in strict parsing mode.
BUG: 94674
"But mooom, all the other browsers are doing it.."
Diffs: 1, 2, 3 Revision 434377

Dawit Alemayehu übertrug eine Änderung für /trunk/KDE/kdelibs/khtml/ecma/:
- Use the charset provided by the remote host through the HTTP headers.

BUG: 108400@bugs.kde.org
Diff Revision 434817

Multimedia
Michael Pyne machte Änderungen in /trunk/KDE/kdemultimedia/juk/:
Fix bug 108297 (JuK crashes when getting cover for an album with quotes)

I was actually able to reproduce this crash for album without a quotation mark.
In fact, I was able to reproduce this for each and every single track I tried.
Apparently Google changed the output slightly on their image search, which the
current code was quite unable to cope with.

I fixed the crash issue by enabling exceptions and catching the KHTML-sent
exceptions.

I think I've fixed the underlying issue by changing the code to adapt a
little better to upcoming changes in the Google layout. For example there
should no longer be hardcoded node position checks.

wheels: The change is non-trivial but it looks like JuK's Google Cover Art
Downloader is now completely broken without it. So I will backport this to
branch.

CCBUG:108297
Diffs: 1, 2, 3 Revision 433198

Kevin Ottens machte Änderungen in /trunk/KDE/kdebase/kioslave/media/mediamanager/:
We now periodically force the refresh on FreeBSD platform since mtab
is not available to notify us about changes.
Moreover the name generation method is more robust (sometimes what we
consider as device nodes could have a special syntax, like nfs shares).
And finally we're a bit more aggressive on the proc-like detection.

Let's hope we'll have more happy FreeBSD users now. ;-)

BUG:108761
Diffs: 1, 2 Revision 433750

Paul Cifarelli machte Änderungen in /trunk/extragear/multimedia/amarok/src/engine/helix/:
Fixed the playing of radio streams, which I apparently broke some time ago.
Primarily this was caused by failing to set the streaming plugin property to
'NoStreaming'. It seems counterintuitive, but apparently this means
"This engine plays streams directly on it's own, so dont help us".

In addition, now properly emits meta data when a track in a live
stream changes, so OSD, etc all work now.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 433878

Mark Kretschmann machte Änderungen in /trunk/extragear/multimedia/amarok/:
* Playlist-Browser saves its state after each change, so that no data
is lost when amaroK crashes.
* More const-correctness for the Playlist-Browser code.

BUG: 108814
Diffs: 1, 2, 3 Revision 434020

Mark Kretschmann übertrug eine Änderung für /trunk/extragear/multimedia/amarok/src/:
Also save state after removing items.

CCBUG: 108814
Diff Revision 434037

Mark Kretschmann machte Änderungen in /trunk/extragear/multimedia/amarok/:
Current playlist is now being remembered when amaroK crashes.

The cool thing is that I managed to do this with with virtually no performance penalty. Works like this: We save the current playlist after each modification (Items added, removed..). Then we use the same file for the Undo mechanism, by simply copying it. This way the expensive XML construction only needs to be done once.

Watch out for regressions.

BUG: 98689
Diffs: 1, 2, 3 Revision 434213

Scott Wheeler übertrug eine Änderung für /trunk/kdesupport/taglib/mpeg/id3v1/:
Misspelling.

BUG:107847
Diff Revision 434245

Kevin Ottens machte Änderungen in /trunk/KDE/kdebase/kioslave/media/mediamanager/:
Since HAL doesn't take care of network shares, introduce a "Network Shares
Only" mode in the fstab backend, and load it with HAL.

BUG:101731
Diffs: 1, 2, 3 Revision 434569

Netzwerk-Werkzeuge
Matt Rogers machte Änderungen in /trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/:
Fix bug 103300 by making sure we parse the WWP and EmailExpress
messages correctly.

Also (inadvertently) fix bug 103249 by making sure I always use
the right variable.

BUG: 103300
BUG: 103249
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 432923

Jan Ritzerfeld übertrug eine Änderung für /trunk/KDE/kdenetwork/kopete/protocols/oscar/icq/:
presenceOf should not return an illegal Presence in case of an out of
range internal status parameter.

BUG: 108658
Diff Revision 433090

Thiago Macieira machte Änderungen in /trunk/KDE/kdenetwork/kopete/protocols/irc/libkirc/:
Adding patches by Tommi Rantala, slightly modified.
Fixes bugs by properly safeguarding the use of the KSSL object.

BUG:104036, 103811
Diffs: 1, 2 Revision 433192

Duncan Mac-Vicar Prett machte Änderungen in /trunk/KDE/kdenetwork/kopete/kopete/:

Fix removing the account from metacontact -> add sub contact action menu
after the account is removed.

Also refactor the insertion of the action as it was where it did not belong.
There are more mess to fix there anyways. As the action being public *sigh*

BUG:108260
Diffs: 1, 2, 3 Revision 433521

Joris Guisson übertrug eine Änderung für /trunk/extragear/network/ktorrent/src/:
- Implemented BUG 108928

BUG: 108928
Diff Revision 433734

Jernej Kos machte Änderungen in /trunk/extragear/network/kftpgrabber/src/ftp/:
Increase response buffer size to prevent crashes on long filenames.
BUG: 109014
Diffs: 1, 2 Revision 434462

Büro
Boudewijn Rempt übertrug eine Änderung für /trunk/koffice/lib/kofficeui/:
Fix bug 108843.
The state of a tristate checkbox shouldn't be read out with isChecked() but with state().
Diff Revision 433775

Thorsten Zachmann übertrug eine Änderung für /trunk/koffice/kpresenter/:
forward port of SVN commit 434492 by zachmann:

o Fix for Bug 105878: copy-page has a little offset for embedded objects.
Diff Revision 434521

Jaroslaw Staniek übertrug eine Änderung für /trunk/koffice/kexi/kexidb/:
CCBUG: 109025

forwardport for using KStaticDeleter
Diff Revision 434895

Benutzerschnittstelle
Aaron J. Seigo übertrug eine Änderung für /trunk/KDE/kdeaddons/kicker-applets/ktimemon/:
use the background colour, luke!
BUG:69536
Diff Revision 433517

Aaron J. Seigo übertrug eine Änderung für /trunk/KDE/kdebase/kicker/libkicker/:
i'd noticed this before and had taken a stab at it once, but someone actually
eporting a bug made me fix it for sure. damn bug reports. ;)
BUG:108901
Diff Revision 433548

Aaron J. Seigo übertrug eine Änderung für /trunk/KDE/kdebase/kicker/kicker/core/:
don't resize the contents in resizeContents since we do that when the
viewport changes size (via the panner), and in resizeContents we have
bogus sizes
BUG:96064
Diff Revision 433814

Daniel Teske machte Änderungen in /trunk/KDE/kdelibs/kdeui/:
KListViewSearchLine didn't unhide the right items.
Fix that with a new algorithm.
Thanks to Richard Smith for his help. He reviewed a earlier patch and
ensured that the algorithm is alot more readable.

BUG: 91476

Diffs: 1, 2 Revision 433828

Stephan Binner machte Änderungen in /trunk/KDE/kdelibs/kdeui/:
Configure Toolbars dialog needs revert to default button (#71289)
Diffs: 1, 2 Revision 434383

Aaron J. Seigo übertrug eine Änderung für /trunk/KDE/kdebase/kicker/libkicker/:
*sigh* sometimes it's the freaking obvious thing isn't it?
and this occurred to me while working on something completely different,
not even kicker.
BUG:108901
Diff Revision 434641

Hilfsmittel
Rick Chern machte Änderungen in /trunk/extragear/graphics/kst/kst/:
- use KST::matrixList instead of old matrix dataobject in some other places
- write unlock after write locking
Diffs: 1, 2, 3, 4 Revision 434028

Funktionen
Entwicklungs-Werkzeuge
Vladimir Prus machte Änderungen in /trunk/KDE/kdevelop/languages/cpp/debugger/:
Properly resize first column of variables view.

The existing code tries to set var name column width to be half the total
width, but does not succeed. The width is set in VariableWidget::setEnabled,
which is called in thise context.

#0 GDBDebugger::VariableWidget::setEnabled (this=0x817a5a8, bEnabled=true) at variablewidget.cpp:127
...
#3 0xb742013d in KDockWidget::setWidget () from /usr/lib/libkdeui.so.4
#4 0xb7dbdff5 in KMdiToolViewAccessor::KMdiToolViewAccessor () from /usr/lib/libkmdi.so.1
#5 0xb7dabe47 in KMdiMainFrm::addToolWindow () from /usr/lib/libkmdi.so.1

Here, the width of variable view is still the same as was at creation time
(640 for me) and after KMDI sets the the real width of the vartree, the column
width becomes was too large.

This commit resizes the column on the first showEvent.

CC: kdevelop-devel@kdevelop.org


Diffs: 1, 2 Revision 433549

Tobias Erbsland machte Änderungen in /trunk/KDE/kdevelop/languages/cpp/:
* Added new class QtBuildConfig. This class stores the configuration
about the used Qt library. Is Qt used, which major version and
where the Qt library path (QTDIR) for this project is.
In a later step, it's possible to use different qt installations
for each project. E.g. you develop on a KDE4.x programm under KDE3.x.
* Added a new tab in the C++ options dialog (CCConfigWidget).
The user can edit the configuration QtBuildConfig in this tab.
* New class wizard:
- Qt checkboxes are disabled (hide them?) on non-qt projects.
- Different code is generated for Qt3.x and Qt4.x projects.
- Includes of classes that starting with "Q" bypasses the
normal template settings. In Qt3.x the include file has always
a lowercase include name with a ".h" suffix, and Qt4.x has
a mixed case include name without any suffix.
- Added the email address to the author's name if it exists.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 433663

Michael Pyne übertrug eine Änderung für /trunk/KDE/kdesdk/scripts/:
OK guys, if you use kdesvn-build you might want to test this change. I've
changed kdesvn-build to abstract away the various checks for modules that don't
support srcdir != builddir natively (at this point, kdebindings, valgrind, and
qt-copy). This is so that all modules which don't natively support
builddir != srcdir will use the same mechanism to fake it, in addition to
good coding practice.

This should also make the script more portable, it might even work on BSD now.
=D
Diff Revision 434428

Andras Mantia machte Änderungen in /branches/work/kdevquanta/quantacore/:
More progress on kdevquanta. What comes to my mind is:
- projectview moved to kdevelop filelist plugin
- user toolbars can execute text and tag action
- create a tagdialog plugin to show the tag editing dialogs
- add more features to the structure tree (groups are still missing)
- port the files tree into a new plugin
- create a templatestree plugin
- start to rewrite the autocompletion. Now we will have a separate class for each completion type. XML completions (tag, attribute, attribute values, entities) are mostly done.
- fixes in the node tree handling, parsing.

There are still old, commented out codes that need a review before removal or they need some other functionality (like groups) before they can be ported.
Hopefully I committed everything. ;-)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 97 mehr) Revision 434625
Sichtbare Änderungen ansehen (nach 8 Dateien)

Michael Pyne machte Änderungen in /trunk/KDE/kdesdk/doc/scripts/kdesvn-build/:
Add remove-after-install option to add wish 109044. This can be used to remove
the builddir and/or source dir after a successful module install, for people
with limited disk space.

Supports the following values:
none - Don't delete anything. Obviously this is the default.
builddir - Delete the build directory after install.

This isn't a command line option though, it needs to be set in your
~/.kdesvn-buildrc (it is possible to set it via the command line though by
doing --remove-after-install=builddir).

BUG:109044
Diffs: 1, 2 Revision 434684

Unterricht
Jasem Mutlaq machte Änderungen in /trunk/KDE/kdeedu/kstars/kstars/indi/:
Adding support for Sky Commander controller. Various API and std
property updates.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 19 mehr) Revision 434073

Carsten Niehaus machte Änderungen in /trunk/KDE/kdeedu/kalzium/src/:
Wow, very nice patch from Eloy Cuadra. The table looks now much better
Diffs: 1, 2 Revision 434631

Spiele
Bram Schoenmakers machte Änderungen in /trunk/playground/games/kboggle/src/:
Initial import of KBoggle.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 26 mehr) Revision 434326

Grafik
Gilles Caulier machte Änderungen in /branches/digikam/0.8-experimental/digikam/imageplugins/:
Aspect Ratio Crop & Composition Guide digiKam tool : Changing dialog layout "à la PowerRetouche" !!! A screenshot :

http://digikam3rdparty.free.fr/aspectratiocroptoolresizable.png
Diffs: 1, 2 Revision 433014

Wilfried Huss machte Änderungen in /trunk/KDE/kdegraphics/kviewshell/plugins/djvu/:
Improve layout of the printing options.
Diffs: 1, 2, 3 Revision 433249
Sichtbare Änderungen ansehen (nach 1 Datei)

Aurélien Gâteau machte Änderungen in /trunk/extragear/graphics/gwenview/app/:
- Moved caption formatting code into its own class: CaptionFormatter.
- Created a small interface for it: CaptionFormatterBase, so that
ScrollPixmapView does not depends on FileViewStack.
- Added new formatting options (this was the goal of this change): %n for
current image position, %N for image count.
BUG: 107825
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 433480
Sichtbare Änderungen ansehen (nach 1 Datei)

Renchi Raju übertrug eine Änderung für /trunk/extragear/graphics/digikam/digikam/:
save only the encoding part of the locale instead of the entire
locale name. this allows users to switch languages without change
of locale.

current svn users:
if you see a warning message about locale being changed, since you
are already running the svn version, you can safely ignore the
warning and say yes (provided you haven't changed your locale
recently)
Diff Revision 434397

Piotr Szymanski machte Änderungen in /trunk/playground/graphics/oKular/kpdf/xpdf/xpdf/:
- enable TEXTWORDOUTLIST, we need functioncs from it to populate abstract KPDFTextPage
- add several functions to xpdf's TextWord:
* int getRotation() - returns the rotation of the word
* double getEdge(int x) - returns the edge of char nr. x
* double getBaseline() - returns the baseline of the word
* GBool hasSpaceAfter() - returns the spaceafter property (is the word followed a space)
* TextWord* nextWord() - returns the pointer to the next word in the current textline
- undefine HAVE_MKSTEMPS, my libkdefakes doesnt seem to have it
Diffs: 1, 2, 3 Revision 434858

KDE-Basis
Kevin Ottens machte Änderungen in /trunk/KDE/kdebase/kioslave/media/libmediacommon/:
Ok, this time we have it! The media ioslave stack is complete, we notify the
user when a new medium is detected and we propose a set of actions.

It even introduces a new kcontrol module to configure this feature. It'll
soon be extended in order to tune a bit the media ioslave behavior.

Of course, further testing is needed to find bugs in this new code.

Thanks a lot to Jean-Remy Falleri who provided the initial base code. It's
now integrated inside kdebase after some refactoring.

We're now only lacking more konqueror services for media/* mimetypes.


BUG:59833
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 31 mehr) Revision 433356
Sichtbare Änderungen ansehen (nach 3 Dateien)

Thiago Macieira machte Änderungen in /trunk/KDE/kdelibs/kdecore/network/:
Commiting to trunk the waitForConnect feature.
Diffs: 1, 2, 3, 4 Revision 433834

Caleb Tennis machte Änderungen in /trunk/KDE/kdeutils/kmilo/:
Major patches for KDE autoconf scripts.

These patches provide the KDE configure scripts (generated by the configure.in.in files spread all
over the KDE modules) with --with-
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 25 mehr) Revision 433982

Till Adam machte Änderungen in /branches/work/posix-acl-support/kdelibs/kio/kfile/:
Add a real ACL editing gui based on a listview taken from the acl edit
tool in playground by Sean Harmer. I've basically gutted it, though, to
make it work with the new KACL class, so while the cool UI remains, the
internals are quite different and not completed adjusted yet. Basic ACL
editing from the file properties dialog is now possible.
Sean Harmer <>
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 434266

Kevin Ottens machte Änderungen in /trunk/KDE/kdebase/kioslave/media/libmediacommon/:
Add some settings to the mediamanager and the GUI counterpart in the KCM.
You can now turn off selectively the HAL backend if you dislike its behavior
and the CD polling backend which generate activity on the IDE bus, and might
fails burning on some hardware.

BUG:103082
BUG:103073
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 mehr) Revision 434563
Sichtbare Änderungen ansehen (nach 1 Datei)

David Faure übertrug eine Änderung für /trunk/KDE/kdelibs/kio/kpasswdserver/:
Better implementation of "store HTTP passwords according to their realm", so that
the wallet doesn't need to be opened in the non-protected parts of the website.
CCBUG: 76422
BUG: 104948

Note that this change uses a new key format for http-auth-with-realm, so you'll
need to erase the old key from the wallet if you don't want to be prompted in the
non-protected section of the website, and you'll have to enter the password once
more to store it into the wallet with the new format. Alternatively, use kwalletmanager
to add "-realm" to each key, where "realm" is the realm sent by the HTTP server :)
Diff Revision 434795

KDE-PIM
Volker Krause übertrug eine Änderung für /trunk/KDE/kdepim/knode/:
Add SMTP authentication, again no GUI yet.
Diff Revision 433091

Chris Howells machte Änderungen in /trunk/KDE/kdepim/korganizer/:
Add Cut & Copy to the context menu when right clicking on an incidence in KOrganizer and add Paste to the context menu when clicking on a blank space. This makes it easier to Cut/Copy/Paste events and therefore should make it more obvious how to transfer events between calendars

Approved by Reinhold.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 433358

Volker Krause machte Änderungen in /trunk/KDE/kdepim/knode/:
Add config GUI for SMTP encryption.

FEATURE: 73732
Diffs: 1, 2 Revision 433381
Sichtbare Änderungen ansehen (nach 1 Datei)

Allen Winter übertrug eine Änderung für /trunk/KDE/kdepim/libkholidays/holidays/:
added Lithuanian holiday file
Diff Revision 434013

machte Änderungen in /trunk/kdesupport/indexlib/:
Upload indexlib
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 122 mehr) Revision 434685

Reinhold Kainhofer machte Änderungen in /trunk/KDE/kdepim/libkholidays/holidays/:
Uruguyan Holiday file, submitted long ago by Pablo R Hoffman
Diffs: 1, 2 Revision 434797

David Faure machte Änderungen in /trunk/KDE/kdepim/certmanager/lib/backends/:
Forwardported from proko2 branch (most code by Marc Mutz, some stuff by Till and myself) :
- Support for special jobs in kleo
- Support for more protocols than opengpg and smime in kleo
- Removing old code from cryptplug*
- Improved GUI design in dynamic crypto dialog
- Chiasmus support (german-government crypto)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 43 mehr) Revision 434915

Multimedia
Paul Cifarelli machte Änderungen in /trunk/extragear/multimedia/amarok/src/engine/helix/:
A working, useful configuration dialog for the helix engine.

Allow a user to specify the path where to find the Helix or Realplayer
installation. Care was taken to allow the user to change the paths, even if
it fails to initialize at first. Direct the user to the Engine dialog to
fix the paths if the Helix or Realplayer libs cant be found.

The paths are saved in amarokrc, so that they will be remembered for the next
invocation. No need to create links in the filesystem anymore. And there was
great rejoicing in the land...

Look for and load the Helix or Real logo, if found in the Helixplayer or
Realplayer installation.

If engine successfully loads, the Helix/Realplayer engine is queried for it's
list of plugins, their copyright info, and more info url. A tab is added to
the config dialog that allows the user to see which plugins are available.
No sophistication here; just because the plugin is shown doesnt mean we can
use it for anything. For example, what would we do with the Macromedia Flash
plugin?

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 433340

Michael Pyne machte Änderungen in /trunk/KDE/kdemultimedia/juk/:
Big huge update.

Make random play work better. Before only the old style unused random list was
being updated when a playlist changed. In addition, there are a lot of
improvements to the new cover support.
* You can drag-and-drop covers onto playlist items. Right now only selected
items are altered even if you drag onto a
different item, so I'll have to change that.
* Clearing a cover from a track no longer removes it from every track using
that cover.
* Replacing a track's cover works again as well.

I'm sure that both features could use more work so I guess it's back to the
grindstone for me, I just wish I had more time. :(
CCBUG: 94866
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 5 mehr) Revision 433499
Sichtbare Änderungen ansehen (nach 1 Datei)

Michael Pyne machte Änderungen in /trunk/KDE/kdemultimedia/juk/:
* Now you can drag covers to and from the little cover area on the "Now
Playing" bar.
* When dragging a cover from the CoverManager or the Now Playing bar an image
of the cover is attached to the cursor (it looks like you're literally
dragging the cover. :)
Diffs: 1, 2, 3, 4 Revision 433515

Netzwerk-Werkzeuge
Jernej Kos machte Änderungen in /trunk/extragear/network/kftpgrabber/src/ftp/:
Added "on file exists actions" for FXP transfers and fixed action saving.
FEATURE: 107863
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 mehr) Revision 433084

Jernej Kos machte Änderungen in /trunk/extragear/network/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/:
Implemented the password "decryption" method from GFTP when importing its bookmarks.
BUG: 108697
Diffs: 1, 2 Revision 433291

Jernej Kos machte Änderungen in /trunk/extragear/network/kftpgrabber/src/widgets/bookmarks/:
Added support for STAT command (when enabled per-site) for directory listings via the control channel.
Diffs: 1, 2, 3, 4 Revision 433384
Sichtbare Änderungen ansehen (nach 1 Datei)

Michaël Larouche machte Änderungen in /branches/work/kopete/msnp11_porting/:
FEATURE:

Setting your own personal message in MSN plugin. (The main reason of MSNP11 porting ;)

Thanks to Renaud Lepage for the patch !
Diffs: 1, 2, 3, 4 Revision 433520

Michaël Larouche machte Änderungen in /trunk/KDE/kdenetwork/kopete/protocols/msn/:
Merge the MSNP11 porting branch in trunk.
Please report any bugs or regression left to the mailing-list.

See http://wiki.kde.org/tiki-index.php?page=Kopete+Development+MSN for the MSNP11 porting plan.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 8 mehr) Revision 433884
Sichtbare Änderungen ansehen (nach 1 Datei)

Jernej Kos machte Änderungen in /trunk/extragear/network/kftpgrabber/src/ui/:
Added an option to disable disconnect confirmations.
FEATURE: 108963
Diffs: 1, 2, 3, 4 Revision 433926
Sichtbare Änderungen ansehen (nach 1 Datei)

Malte Böhme machte Änderungen in /branches/work/kcall-tng/kcalldaemon/src/rtp/:
added new kcalldaemon
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 99 mehr) Revision 433980

Michaël Larouche machte Änderungen in /trunk/KDE/kdenetwork/kopete/protocols/msn/:
Code improvement in MSN plugin code:
remove the QString::copy things, check for existing pointer when using static_cast.

FEATURE:
Basic receiving of MSNP11 nudge. It display a simple action in chat window for now.
MSNProtocol build a clientId based on features that Kopete MSN support. (using enums and binary OR).
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 434388

Büro
David Faure machte Änderungen in /branches/koffice/1.4/koffice/kword/:
OASIS: fixed loading of headers and footers
Implemented saving of headers and footers (with the small caveat that first/odd/even
can have different content but not different style, like borders or margins).
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 mehr) Revision 434102

David Faure machte Änderungen in /trunk/koffice/kword/:
OASIS: fixed loading of headers and footers
Implemented saving of headers and footers (with the small caveat that first/odd/even
can have different content but not different style, like borders or margins).
BUG: 107424
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 mehr) Revision 434105

Casper Boemann machte Änderungen in /trunk/koffice/krita/core/:
Success

It now now possible to complete page 3 of the
photoshop quick tour with krita.

In other words: The transform tool is now capable
of doing rotations.

This is (if I recall Boudewijn's statement
correctly) not even possible with the GIMP

There is still room for lots of improvements
though.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 434827

Benutzerschnittstelle
Michal Mecinski machte Änderungen in /trunk/kdereview/fraqtive/:
Added Fraqtive to kdereview
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 44 mehr) Revision 434317

Hilfsmittel
Reuben Sutton machte Änderungen in /trunk/playground/utils/ksim2/:
Initial import of largely rewritten KSim
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 276 mehr) Revision 433644

Rick Chern machte Änderungen in /trunk/extragear/graphics/kst/kst/:
- KstRMatrix implementation, including skipping frames and boxcar filtering
- KstDataSource uses struct for parameters returned
- changes to test implementation of readMatrix for AsciiSource
- users can no longer specify xmin, ymin, and step sizes for matrices - I think this should be (and is) provided by the datasource
- fix constructors/destructors so they work properly
- fix loading/saving of matrices
- minor changes to matrix dialog
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 434401

Optimierungen
KDE-Basis
Joseph Wenninger machte Änderungen in /branches/work/kde4/extragear/office/kile/kile/:
beginning of a kile -> qt4 port. no codecompletion yet, still parts which need porting, a lot of failing assertions within qt, some failing assertions within katepart. (It's definitly more than a simple qt3to4 run), (I hope I did get the branching right, somebody else please do the admin magic)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 124 mehr) Revision 433042
Sichtbare Änderungen ansehen (nach 11 Dateien)

Netzwerk-Werkzeuge
Michaël Larouche machte Änderungen in /trunk/KDE/kdenetwork/kopete/protocols/msn/:
REFACTOR:

Code to send/receive personal message. It's now use QDomDocument (because the personal message is in XML). Fix the encoding problems.
Diffs: 1, 2, 3 Revision 434688

Hilfsmittel
Jason Kivlighn übertrug eine Änderung für /trunk/extragear/utils/krecipes/src/widgets/:
Merge from 0.8beta branch (434610:434611). Boost search filter performance.
Diff Revision 434612

Anderes
Entwicklungs-Werkzeuge
Oliver Kellogg machte Änderungen in /branches/KDE/3.4/kdesdk/umbrello/umbrello/codegenerators/:
BUG:97188 - updateContent(): Backport fix by Paulo Sehn.
Diffs: 1, 2, 3, 4 Revision 434368

Unterricht
Adriaan de Groot machte Änderungen in /trunk/KDE/kdeedu/kstars/kstars/:
Dox fixes - typo's and case-sensitivity.

Take a look at http://www.englishbreakfastnetwork.org/apidocs/kdeedu.log
to see what the remaining kstars dox problems are (not too many) and
http://www.englishbreakfastnetwork.org/apidocs/kdeedu-apidocs/kstars/html/index.html
for the actual api dox in kstars. The INDI dox end up set as the mainpage,
I'm not sure why -- I'll take care of that one.
Diffs: 1, 2 Revision 433150

Carsten Niehaus übertrug eine Änderung für /trunk/KDE/kdeedu/kalzium/src/data/:
this is the reference for my spectrum
Diff Revision 434009

Anne-Marie Mahfouf machte Änderungen in /trunk/playground/edu/kard/src/sounds/intruments/:
ignore and add sounds, thanks to uga :)
these sounds will be used to play with the associated intrument pic and also alone as sounds, without any visual support
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 434390

Anne-Marie Mahfouf machte Änderungen in /trunk/KDE/kdeedu/doc/kalzium/:
improve doc, describe sidebar tabs, add screenshots
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 mehr) Revision 434636
Sichtbare Änderungen ansehen (nach 11 Dateien)

Anne-Marie Mahfouf machte Änderungen in /trunk/KDE/kdeedu/doc/khangman/:
update settings screenshots
Diffs: 1, 2, 3, 4, 5, 6 Revision 434804
Sichtbare Änderungen ansehen (nach 3 Dateien)

Grafik
Gilles Caulier übertrug eine Änderung für /trunk/extragear/graphics/digikam/showfoto/:
unoficial ShowFoto 0.3.0 splash.
We need to start a contest later summer about digiKam 0.8.0 and ShowFoto 0.3.0 splashscreens.

Any help welcome to start this constest on Kde-look.org. Please contact me if you want more informations about.
Diff Revision 433664

Albert Astals Cid übertrug eine Änderung für /branches/KDE/3.4/kdegraphics/kpdf/xpdf/xpdf/:
"Easy" fix for crash #109015
Better solutions are accepted
BUGS: 109015
Diff Revision 434394

KDE-Basis
Thiago Macieira machte Änderungen in /branches/KDE/3.4/kdebase/kioslave/sftp/:
Backporting the fix for kio_sftp. No one complained of it being broken
in two weeks, so I hope it's safe.

BACKPORT:428891:428892
CCBUG:66411
Diffs: 1, 2, 3 Revision 433353

David Faure übertrug eine Änderung für /branches/KDE/3.4/kdelibs/kio/kio/:
No progress dialog for the subjob
BUG: 95641
Diff Revision 433774

KDE-PIM
Eva Brucherseifer machte Änderungen in /trunk/playground/pim/kcall/applet/icons/:
added the correct size of icons for the applet
(22x22)
Diffs: 1, 2, 3 Revision 433163
Sichtbare Änderungen ansehen (nach 3 Dateien)

Tobias Koenig übertrug eine Änderung für /branches/KDE/3.4/kdepim/kaddressbook/:
Backport of BugFix #108684
Diff Revision 434291

Multimedia
Michael Pyne machte Änderungen in /branches/KDE/3.4/kdemultimedia/juk/:
Backport fix for bug 108297 (JuK crashes when getting cover for album with
quotes) to KDE 3.4.

The patch itself is non-trivial, but the code itself is markedly less brittle
now so I feel pretty good about this. Also the feature in question is quite
seriously broken without this fix due to a slight change in the Google results
output.
Diffs: 1, 2, 3 Revision 433206

Richard Lärkäng übertrug eine Änderung für /branches/KDE/3.4/kdemultimedia/kscd/:
Make sure the discid is always 8 characters

BUG: 108572
Diff Revision 433360

Christian Esken machte Änderungen in /branches/KDE/3.4/kdemultimedia/kmix/:
Backport of the trunk version. It fixes several bugs and fulfills some
wishes as noted below:

BUGS:90930
BUGS:96821
BUGS:100173
BUGS:101742
BUGS:105476
BUGS:105650
BUGS:87778
BUGS:98818
BUGS:101870
BUGS:108043
FEATURE:42643
FEATURE:55078
FEATURE:105241
GUI:The change of orientation will be adopted on the next start of KMix.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 35 mehr) Revision 433489

Netzwerk-Werkzeuge
Matt Rogers machte Änderungen in /branches/KDE/3.4/kdenetwork/kopete/protocols/oscar/icq/:
Backport the fixes for bugs 103300 and 103249
Should be in KDE 3.4.2 (Kopete 0.10.3)

CCBUGS: 103300, 103249
Diffs: 1, 2, 3, 4 Revision 432926

Jonathan Riddell machte Änderungen in /trunk/KDE/kdenetwork/wifi/:
New artwork by Marco Martin
http://kde-look.org/content/show.php?content=25474
LGPL
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 10 mehr) Revision 433477
Sichtbare Änderungen ansehen (nach 20 Dateien)

Büro
Boudewijn Rempt übertrug eine Änderung für /branches/koffice/1.4/koffice/lib/kofficeui/:
Fix for bug 108843
Diff Revision 433778

Anne-Marie Mahfouf machte Änderungen in /trunk/koffice/doc/kformula/:
refresh screenshots and update KControl font installer chapter
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 4 mehr) Revision 434259
Sichtbare Änderungen ansehen (nach 11 Dateien)

Thorsten Zachmann übertrug eine Änderung für /branches/koffice/1.4/koffice/kpresenter/:
o Fix for Bug 105878: copy-page has a little offset for embedded objects.

Thanks for reporting the bug.
Diff Revision 434492

Benutzerschnittstelle
Jonathan Riddell machte Änderungen in /trunk/KDE/kdebase/kcontrol/pics/:
Add laptop icon from Marco Martin
http://kdelook.org/content/show.php?content=25474
Used by kmilo thinkpad and sony control modules
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 433740

Aaron J. Seigo machte Änderungen in /branches/KDE/3.4/kdebase/kicker/ui/:
don't crash on exit due to both the kmenu and klibloader trying to
delete menuexts
BUG:106922
Diffs: 1, 2 Revision 433960

Florian Roth machte Änderungen in /trunk/kdereview/metabar/src/:
New icon by bennid
Diffs: 1, 2, 3, 4, 5, 6 Revision 434595

Hilfsmittel
Jeff Snyder machte Änderungen in /branches/kompare3/kompare3_branch/kdesdk/kompare/komparepart/:
- merge 432543 (Remove misuse of KURL(const QString&))
- don't call kapp->processEvents when it's not neccessary
CCBUG:97473
Diffs: 1, 2 Revision 433464

Sicherheit
Entwicklungs-Werkzeuge
Dirk Mueller übertrug eine Änderung für /branches/KDE/3.3/kdelibs/kate/part/:
backport security fix from #103331
Diff Revision 433696

Dirk Mueller übertrug eine Änderung für /branches/KDE/3.2/kdelibs/kate/part/:
backport security fix for #103331
Diff Revision 433697

KDE-Basis
Dirk Mueller machte Änderungen in /trunk/KDE/kdelibs/kinit/:
use $TMPDIR for the KDE related /tmp files if available.
Diffs: 1, 2, 3 Revision 433757

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