|
| This Week... |
|
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.
|
|
|
| Statistics |
|
Commits: |
2093
by 229
developers, 48400
lines modified, 3319
new files. |
|
Open Bugs:
|
8988
|
|
Open Wishes:
|
8402
|
|
Bugs Opened:
|
321 in the last 7 days. |
|
Bugs Closed:
|
325 in the last 7 days. |
|
|
Commit Summary |
|
Module
|
Commits
|
|
stable |
|
|
l10n |
|
|
work |
|
|
extragear |
|
|
www |
|
|
kdepim |
|
|
playground |
|
|
koffice |
|
|
kdebase |
|
|
kdelibs |
|
|
|
Lines
|
Developer
|
Commits
|
|
|
Thiago Macieira
|
|
|
|
Adriaan de Groot
|
|
|
|
David Faure
|
|
|
|
Gilles Caulier
|
|
|
|
Till Adam
|
|
|
|
Heinrich Wendel
|
|
|
|
Gorkem Cetin
|
|
|
|
Dirk Mueller
|
|
|
|
Aaron J. Seigo
|
|
|
|
Laurent Montel
|
|
|
|
|
Internationalisation (i18n) Status
|
|
|
Bug Killers |
|
Bug Killer
|
Number Of Bugs Closed
|
|
Thiago Macieira
|
|
|
Aaron J. Seigo
|
|
|
Inge Wallin
|
|
|
Christian Esken
|
|
|
Allan Sandfeld Jensen
|
|
|
Kevin Ottens
|
|
|
Fred Schättgen
|
|
|
Oswald Buddenhagen
|
|
|
Alexandre Pereira de Oliveira
|
|
|
Maks Orlovich
|
|
|
|
|
| Contents |
|
|
Bug Fixes |
Features |
Optimise |
Security |
Other |
|
Accessibility |
|
|
|
|
|
|
Development Tools |
|
|
|
|
|
|
Educational |
|
|
|
|
|
|
Graphics |
|
|
|
|
|
|
KDE-Base |
|
|
|
|
|
|
KDE-PIM |
|
|
|
|
|
|
Office |
|
|
|
|
|
|
Konqueror |
|
|
|
|
|
|
Multimedia |
|
|
|
|
|
|
Networking Tools |
|
|
|
|
|
|
User Interface |
|
|
|
|
|
|
Utilities |
|
|
|
|
|
|
Games |
|
|
|
|
|
|
Other |
|
|
|
|
|
|
There are 128 selections this week.
|
|
Bug Fixes |
|
Development Tools |
|
Richard Dale committed changes 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 |
|
|
|
|
|
|
|
|
Michael Pyne committed a change to /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 |
|
|
|
|
|
|
|
|
|
|
|
|
Richard Dale committed changes 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 |
|
|
|
|
|
|
Richard Dale committed changes 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 |
|
|
|
|
|
|
|
|
|
|
|
|
KDE-Base |
|
Oswald Buddenhagen committed a change to /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. |
|
|
|
|
|
|
|
|
|
|
|
|
Nicolas Goutte committed a change to /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 |
|
|
|
|
|
|
|
|
|
|
Kevin Ottens committed changes 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 |
|
|
|
|
|
|
|
|
|
|
Andreas Gungl committed a change to /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 |
|
|
|
|
|
|
Till Adam committed a change to /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. |
|
|
|
|
|
|
|