prev
10th September 2005
by Derek Kite
next


This Week...
Juk gets basic support for MusicBrainz. KStars adds the solar system. An Avahi-based reimplementation of libkdnssd for distributions that don't like APSL-licensed mdnsd daemon. Outline of a brush is now drawn when moving it over the canvas in Krita. A spiffy, new, improved Konqueror throbber rolls into action. Refactoring: Scons/bksys build system, new layout for modules, Kat merging into part of Tenor.

Adds: Knoware, SoC project aiming for interactive bughunting and problem-solving; EWOK, QEmu front end; Kurriculum, a port of the authors CheExp-application from Windows ; kiriki, a clone of gtali (which itself is a Gnomeified Yahtzee)

Moves: KTranslator, kdenonbeta -> kdereview; Kanagram, kdereview -> kdeedu.

Stephan Kulow annouced on kde-cvs-announce:
Hi!

After all this talking and work on KDE4 I would like to remind everyone that we're still in process of releasing KDE 3.5.

Since yesterday night, the message freeze on the KDE 3.5 is active. To cite from the release schedule:
After this date the same message freeze applies as for released versions (i.e. only previously untranslated strings or clear errors in strings can be fixed - no new strings)

Please remember the next date:

September 10th, 2005: tags/KDE/3_5_beta1 created
The 3.5 branch is tagged as Beta 1 and is frozen for nonurgent commits till 14th.

This means over the weekend please don't commit new code that doesn't fix grave bugs (crashes, broken compilation). It's a nice timing to fix --enable-final support in your code, btw. Please update versions numbers as applying to your application _before_ saturday.

Thanks, Stephan

The amaroK team announces version 1.3.1 of the amaroK audio player
This is the first service release in the amaroK Airborne series. Version 1.3.1 improves on stability, introduces a more polished user interface and provides several new features.

Highlights of amaroK 1.3.1:
  • Support for the iPod Shuffle device
  • Advanced search filter for the Collection
  • Helix engine with many bugfixes
  • Improved equalizer dialog
  • GStreamer engine has been rewritten for better performance
  • Enhanced artwork in the user interface
  • Many bugfixes and optimizations
Release notes:

The "alsasink" output plugin for GStreamer has currently been disabled for stability reasons. For the time being we recommend using "osssink" instead.

ChangeLog since 1.3:

FEATURES:
  • Added 'Set as Playlist (Crop)' and 'Save as Playlist' options in the playlist context menu. (BR 99932)
  • Support for iPod shuffle devices. Patch by Guenter Schwann .
  • Media Device browser now has a connect button for connecting your iPod after amaroK has already been started. Also includes configurable mounting/unmounting options.
  • Holding down the stop button (as opposed to just clicking it) pops up a menu letting you stop either now, after the current track, or after the end of the queue.
  • Collection browser filter now fully supports the same Google-esque syntax as the playlist filter, plus one extra: lyrics:"stuff to search for" to search in cached lyrics.
  • Pressing Shift+Enter after filtering the playlist will now queue the first track. (BR 111054)
  • Display short statistics in the collection browser depending on the categorisation method.
  • New DCOP call "collection: totalTracks". Returns the total number of tracks in the collection.
  • New DCOP call "collection: totalGenres". Returns the total number of genres in the collection.
  • New DCOP call "collection: totalCompilations". Returns the total number of compilations in the collection.
  • New DCOP call "collection: totalArtists". Returns the total number of artists in the collection.
  • New DCOP call "collection: totalAlbums". Returns the total number of tracks in the collection.
  • New DCOP call "collection: similarArtists(int artists)". Returns the similar artists of the current track, results are limited by 'artists'.
  • New DCOP call "playlist: repopulate". Repopulates the playlist with tracks from dynamic mode.
  • New DCOP call "player: showBrowser". Allows for showing of playlist window browser, see the handbook for useage.
  • New DCOP call "player: setLyricsByPath". Allows adding custom lyrics for tracks.
  • Add an icon in the statusbar displaying the number of queued tracks; click on it to pop up a menu letting you jump to their locations in the playlist.
CHANGES:
  • New "Blue Danna" splash screen. Created by Nenad Grujicic, modified by Nathan Adolph.
  • 'Stop after track' is now saved (and so remembered across amaroK restarts).
  • Ported playlist + filter-lineedit behaviour to collection browser as well: you can move between the view and the filter with the up/down buttons, and just typing into the view will set the filter. (BR 108656)
  • Wiki Tab links use the color set for links, instead of "Selected Background". Style Authors can use "AMAROK_LINKCOLOR" if they want that color. (BR 111228)
  • The Equalizer widget has been pimped.
  • Pressing 'up' in the playlist filter will now take you to the end of the playlist, in addition to down going to the beginning, as before.
  • When jumping to the current track, it now gets centered instead of only barely showing.
  • GStreamer-engine was rewritten. The crossfading feature was removed for now (it didn't work right with recent GStreamer versions). Improvements: 1) Reduced CPU usage 2) Reduced latency 3) Increased stability
  • No need to restart amaroK to use your iPod!
  • Improved Konqueror Sidebar.
  • The bundled "Shouter" AmarokScript (for radio stream serving) has been updated and improved.
BUGFIXES:
  • amaroK wouldn't remember current track when restarting. (BR 110282)
  • Some memory leaks found and fixed.
  • Fix buzz and subsequent clicking when equalizer enabled in Helix and GStreamer engines compiled with GCC 4.0.1.
  • Burn option wouldn't show up for "Year - Album" items on Collection Browser.
  • Tray's tooltip would show things like 69:40 of 1:12:01.
  • Wiki Tab wouldn't work for names that contained "/". (BR 111634)
  • With KDE 3.4, the proper context menu wouldn't be shown for File Browser. Patch by Christian Baumgart . (BR 103305)
  • Playcounter and Access Date wouldn't be updated properly for PostgreSQL. Patch by Tonton . (BR 111519)
  • Clicking twice on the uninstall button for the same script, would make amaroK crash.
  • Fixed an obscure crash when you emptied the playlist, had the focus on it, and pressed up.
  • No longer show dynamic info popup on application startup. Patch by Christian Baumgart .
  • Sometimes the system tray tooltip did not update on song change.
  • Polishing for the collection browser and expanded item states. Patch by Christian Baumgart .
  • With xine-engine amaroK always treated remote media like radio streams.
  • Selecting Classical equalizer preset prompted for name.
  • Fixed konqueror sidebar compilation with kde <= 3.3 and gcc patched for visibility.
  • Konqueror sidebar can switch again between tabs.
  • Fixed playing of oggs in helix engine.
  • Fixed crash in helix engine when switching engines if helix/realplayer not installed.
  • Undo/Redo for the playlist was broken in some cases.
  • On Collection Browser, when grouping by Genre/Artist/Year-Album it wouldn't show the tracks. (BR 110890)
  • SmartPlaylist Editor would reset "Match Any" to "Match All" when editing. Patch by Kevin Henderson (BR 110918).
  • Podcasts and playlist tracks would be sorted lexicographically (BR 97297).
  • Saved dynamic playlists were not removable.
  • xine-engine: amaroK would get stuck on exit if the Equalizer was enabled and the engine playing. (BR 110791)
  • Dequeued items sometimes weren't being repainted properly.
- The amaroK team


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

Bug Fixes
Educational
Jason Harris committed changes in /trunk/KDE/kdeedu/kstars/kstars:
forward-porting refraction-related fixes from 3.5 branch
Diffs: 1, 2, 3, 4, 5 Revision 457625

Jason Harris committed a change to /trunk/KDE/kdeedu/kstars/kstars/skypoint.cpp:
Forward-port from 3.5: fix error condition in SkyPoint::EquatorialToHorizontal() when Dec==90.0
Diff Revision 457937

Jason Harris committed a change to /trunk/KDE/kdeedu/kstars/kstars/tools/observinglist.cpp:
Forward-port: Do not allow the user to add an object to the observing list more than once
Diff Revision 457939

Jason Harris committed changes in /trunk/KDE/kdeedu/kstars/kstars:
Two fixes: report that a script is running in the statusBar, and store
the initial focus coordinates in the Options object so that they don't
get reset by applyConfig()
Diffs: 1, 2 Revision 457952

Jason Harris committed a change to /trunk/KDE/kdeedu/kstars/kstars/ksnewstuff.cpp:
Forward-port fix from 3.5: do a full time update after installing new
comet/asteroid ephemerides
Diff Revision 457955

Games
Anders Widell committed a change to /trunk/KDE/kdegames/ksokoban/PlayField.cpp:
Fix for Bug 111258: exiting with q does not remember last solved puzzle
(Foreward port of revision 455967)
Diff Revision 455979

Nicolas Hadacek committed changes in /trunk/KDE/kdegames:
(forwrd port)
- fix dependencies
- "fix" bug #65488 by disabling network games
Diffs: 1, 2, 3, 4, 5 Revision 456007

Graphics
Gilles Caulier committed a change to /trunk/extragear/graphics/digikam/showfoto/showfoto.cpp:
BugFix : Hide properly ToolBar in FullScreen mode.CCBUG: 111876
Diff Revision 455800

Albert Astals Cid committed changes in /trunk/KDE/kdegraphics/kpdf:
Fordwardport
If somebody from the upper spheres (like Konqui for example) gives us the
mimetype use it instead trying to guess the mimetype ourselves for the file we
are opening, fixes problem in opening a pdf file generated by php code
Diffs: 1, 2, 3 Revision 455836

Nicolas Goutte committed a change to /trunk/KDE/kdegraphics/kcoloredit/kcolorchooser.cpp:
Use QColor::name to get the name of the color
(Backport of revision 455946; might not compile)
CCBUG:111896
Diff Revision 455949

Gilles Caulier committed a change to /trunk/extragear/graphics/digikam/libs/thumbbar/thumbbar.cpp:
Don't using KFilePreview thumbnails cache to display properly the image modifications on showfoto thumbbar. Please, give me a feedback...

Nota: using KIO:KfilePreview isn't the better way to render thumbnails. This method don't work properly with any
TIFF and PNG files generated with imlib2 (especially for example with hight PNG compression level).
Perhaps the better way is to use the digikamthumbnails kioslave when it's available (for example in a both
installation of showfoto and digikam in the same computer).

CCBUG: 111873
Diff Revision 456411

Albert Astals Cid committed a change to /trunk/KDE/kdegraphics/kpdf/uipppp:
Fordwardport fix for 105361
Diff Revision 456599

Barth Netterfield committed a change to /trunk/extragear/graphics/kst/kst/kst2dplot.cpp:
BUG: 111326
Make X zooming work again.
Diff Revision 456839

Wilfried Huss committed changes in /trunk/KDE/kdegraphics/kviewshell:
Port of commit 457059

Don't duplicate the Go-Menu when embedded in Konqueror.
CCBUG:79479
Diffs: 1, 2 Revision 457060

Wilfried Huss committed changes in /trunk/KDE/kdegraphics/kviewshell:
Port of commit 457346
Fix some page layout regressions.
Diffs: 1, 2 Revision 457347

Gilles Caulier committed changes in /trunk/extragear/graphics/digikam:
showfoto BugFix :

- Refresh the right item to save/saveas properly in showfoto thumbbar. Using a new method in thumbbar.cpp to find item by url.
- Don't prompt user about to save image after to do SaveAs operation.CCBUG: 111873
Diffs: 1, 2, 3 Revision 458078

KDE-Base
Dirk Mueller committed changes in /trunk/KDE/kdebase/kcheckpass:
kcheckpass fixes
Diffs: 1, 2 Revision 457649

Dirk Mueller committed a change to /trunk/KDE/kdelibs/kio/misc/kwalletd/kwalletwizard.ui:
fixes "kwallet being 5000 pixels big" problem in certain locales
Diff Revision 458295

KDE-PIM
Ingo Klöcker committed a change to /trunk/KDE/kdepim/kmail/kmmsgbase.cpp:
Forward port of 455948.
Diff Revision 455951

Bram Schoenmakers committed a change to /branches/KDE/3.5/kdepim/libkcalcppcpp:
When the user specifies an empty URL for the calendar resource, autogenerate one and notify the user about that.

BUG:72529
Diff Revision 456340

Allen Winter committed a change to /trunk/KDE/kdepim/kornpppp:
forward port:
Date parsing fix from Jose Prieto.
Approved by Mart Kelder.
Diff Revision 456794

David Jarvie committed changes in /trunk/KDE/kdepim/kalarm:
Bug 101877: Prevent session restoration from showing main window which should be hidden
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 458283

Konqueror
Dirk Mueller committed a change to /trunk/KDE/kdebase/kioslave/smb/kio_smb_auth.cpp:
fix kerberos authentication (the working patch)
Diff Revision 457729

Frank Osterfeld committed a change to /trunk/KDE/kdeaddons/konq-plugins/akregator/feeddetector.cpp:
forward port of 112146: resolve entities in feed titles
CCBUG: 112146
Diff Revision 458302

Multimedia
Seb Ruiz committed a change to /trunk/extragear/multimedia/amarok/srccppcpp:
Podcast items which did not have title's would not be add. How naive of me to think podcast publishers would release content with no information.
BUG:111870
Diff Revision 456118

Alexandre Pereira de Oliveira committed a change to /trunk/extragear/multimedia/amarok/src/playlist.cpp:
Don't forget current track when restarting.
BUG: 110282
Diff Revision 456480

Sebastian Trueg committed changes in /branches/stable/extragear/multimedia/k3b:
Fixed DVD-RW restricted overwrite handling.
Fixed a crash in the audioencoder.
Fixed a problem in the volume id editor in the data project view which caused the cursor to jump to the end of the line after inserting a character.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 457135

Alexandre Pereira de Oliveira committed a change to /trunk/extragear/multimedia/amarok/src/tagdialog.cpp:
When using next and previous on Tagdialog, after passing by a stream, fields would be always disabled.
BUG: 112060
Diff Revision 457223

Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok:
Podcast subfolders are correctly restored on application load
BUG: 112162
Diffs: 1, 2, 3 Revision 458209

Sebastian Trueg committed a change to /trunk/extragear/multimedia/k3b/src/misclog.log.:
Cancel the md5job in the destructor.

BUG: 110345
Diff Revision 458226

Office
Fredrik Edemar committed a change to /trunk/koffice/kword/kwtextframeset.cc:
Recalculate the header or footer frame size when a table needs more/less space.

BUG: 111188
Diff Revision 455852

Jan Hambrecht committed changes in /trunk/koffice/karbon:
Improved the shadow effect plugin.

* removed degree sign suffix from options dialog
* added a visitVObject function to VVisitor to allow visiting basic VOjects (i.e. the shadow decorator)
* fixed selection and drawing of shadow objects
* fixed setting fill and stroke of shadow objects
* fixed redoing the shadow command

BUG: 92982
Diffs: 1, 2, 3, 4, 5, 6 Revision 456407

Tim Beaulen committed changes in /trunk/koffice/karbon:
Change the "plugins" menu to "effects" menu.

"Plugins is a slightly technical term and not one that is often used for top level menus."

For more information: http://bugs.kde.org/show_bug.cgi?id=111618

BUG:111618
Diffs: 1, 2, 3, 4, 5, 6 Revision 456699

Tomas Mecir committed a change to /trunk/koffice/kspread/kspread_editors.cc:
When typing into a cell (not editing with F2), left/right arrows move to
other cells, just like up/down cells do.

I know that some people find it unnatural, but for me, lack of this was
ultra-annoying when trying to write data into cells.

Plus, excel behaves like this too, and so does gnumeric/oo, I think.

BUG: 97308
Diff Revision 457120

Inge Wallin committed changes in /trunk/koffice:
Fix bug 106011: KoUnitDoubleSpinBox has a design flaw

This fix:
- removes KoBuggyUnitDoubleSpinBox
- renames KoUnitDoubleSpinBox2 into KoUnitDoubleSpinBox.
- makes all of koffice use KoUnitDoubleSpinBox as it was originally designed.

I will backport it into the 1.4 branch.

BUG: 106011
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 33 more) Revision 457470

Boudewijn Rempt committed a change to /trunk/koffice/krita/tools/kis_tool_brush.cc:
* Don't crash if there's no brush -- it's bad if there's no brush, but we still shouldn't crash.
Diff Revision 457691

Utilities
Stephan Kulow committed a change to /trunk/KDE/kdeadmin/kuser/kgroupfiles.cpp:
forwardport gshadow fix
Diff Revision 457630

Frans Englich committed changes in /trunk/playground/utils/defense:
* Had editorial fixes of design.xml lying around
* Build system fixes for unsermake and the SVN conversion
* Misc fixes. Libxml2 have improved a lot on the Schema front, so this could need some adaption.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 21 more) Revision 458240

Features
Accessibility
Gunnar Schmidt committed changes in /trunk/KDE/kdeaccessibility/kbstateapplet:
Foreward ported my keyboard status applet changes from 3.5 branch
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 49 more) Revision 456248
View Visual Changes (to 54 files)

Development Tools
Grzegorz Jaskiewicz committed a change to /trunk/kdenonbeta/icecream/icecream/daemon/main.cpp:
-N allows you to change name _on the_ network
Diff Revision 456253

Grzegorz Jaskiewicz committed a change to /trunk/kdenonbeta/icecream/icecream/client/main.cpp:
export ICECC=no will switch on local job.
I got coloo's blessing
Diff Revision 456267

Educational
Carsten Niehaus committed changes in /trunk/playground/edu/kuriculum:
New application: Port of the CheExp-application I wrote last year for windows
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 456371

Carsten Niehaus committed changes in /trunk/playground/edu/kuriculum/src:
* first versino of Kurriculum
Diffs: 1, 2, 3, 4 Revision 456616

Joshua Keel committed changes in /trunk/kdereview/kanagram/src:
Add the vocabulary save dialog (almost bug-free, one tiny issue remaining). stripWhiteSpace() on
the input per aacid's suggestion.
Diffs: 1, 2, 3, 4 Revision 456806

Thomas Kabelmann committed changes in /trunk/KDE/kdeedu/kstars/kstars:
This update adds the solar system. Currently asteroids, jupiter moons and the moon are included. Planets/Sun have to implemented now, but they are very similar to the moon and only Pluto and Sun have to become own classes beside a planet class. Jupiter needs an own composite to manage jupiter + it's moons.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 4 more) Revision 457859

Games
Albert Astals Cid committed changes in /branches/work/kde4/playground/games:
First try of importing kiriki, a clone of gtali for kde4/qt4
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 40 more) Revision 457664
View Visual Changes (to 20 files)

Graphics
Barth Netterfield committed changes in /trunk/extragear/graphics/kst/ksti.cp:
BUG: 111405

Change pts dialog now remembers what vectors are selected.
Diffs: 1, 2 Revision 456904

Gilles Caulier committed changes in /trunk/extragear/graphics/digikam:
Use digikamthumbnail protocol with showfoto thumbar when its available, for exemple in a both digikam/showfoto installation. This way :
- always update properly thumbnails after image save/saveas.
- improve thumnails computation speed, especially with PNG and JPEG files.
- digikamthumbnail protocol will render properly PNG, TIFF, and JPEG files preview in all case (KIO::filePreview can't do it).

If showfoto is installed without digikam (digikamthumbnail protocol unavialable), showfoto thumbar use KIO::filePreview protocol instead to rendering thumbnails.
CCBUG: 111873
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 457252

Gilles Caulier committed a change to /trunk/extragear/libs/kipi-plugins/cdarchiving/cdarchiving.cpp:
Accordinly with Tom Albers, restoring temporally ' -nofork ' K3b invocation for next RC release. This is a temp issue. A better way will be to use the new (and complete) dcop interface available on k3b.

IMPORTANT : A new tool to ARCHIVE/RESTORE digikam database is planed by me and Tom for digiKam 0.8.1. It will be embeded on digiKam to support all database features. kipi CDArchiving tool will be obsolete for digikam in the future. We need a maintenor from kimdaba, gwenview or showimg project for this tool.
Diff Revision 457637

KDE-Base
Stephan Binner committed a change to /trunk/KDE/kdebase/workspace/kcontrol/knotify/knotify.cpp:
Default to most important events for new users
Diff Revision 456572

Caleb Tennis committed changes in /trunk/KDE/kdebase/workspace:
Take advantage of the new KKeyNative functions per my commit #457838.
Diffs: 1, 2, 3, 4, 5 Revision 457839

KDE-PIM
Bram Schoenmakers committed a change to /branches/KDE/3.5/kdepim/libkholidays/holidays/holiday_dk:
Update Danish holiday file, as suggested in bug #101998

BUG:101998
Diff Revision 456040

Bram Schoenmakers committed a change to /branches/KDE/3.5/kdepim/korganizer/printing/calprinthelper.cpp:
o Always align text on top. The argument for hand-written comments in 89317 does make much sense to me.
o Rename some variables, which makes more sense now.
Diff Revision 456366

Bram Schoenmakers committed changes in /branches/KDE/3.5/kdepim/korganizer:
Handle recording completed todos in the calendar view, not in the todo list. Users can mark tasks as complete with the incidence editor.
Also, set a summary for the journal (110025).

BUG:110025
Diffs: 1, 2 Revision 456710

Konqueror
David Faure committed a change to /trunk/KDE/kdebase/libkonqcccc:
Allow to move icons in system:/ - the code which disallowed dropping new files
also disallowed moving icons.
Diff Revision 456341

Maks Orlovich committed changes in /trunk/tests/khtmltests/regression:
Add a more exhaustive testcase for table.rows behavior
Diffs: 1, 2, 3, 4 Revision 458344
View Visual Changes (to 1 file)

Multimedia
Richard Lärkäng committed changes in /trunk/KDE/kdemultimedia/libkcddb:
Added basic support for MusicBrainz

Just loads the first CD, and only supports blocking
mode for now.

I had to copy the code that converts a TOC to a discid from
libmusicbrainz since I couldn't figure out how to do it from
the API
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 4 more) Revision 455860

Mark Kretschmann committed changes in /trunk/extragear/multimedia/amarok/src:
Beginnings of pretty popup menu.
Diffs: 1, 2, 3, 4 Revision 456337
View Visual Changes (to 1 file)

Mark Kretschmann committed changes in /trunk/extragear/multimedia/amarok/src:
* Toolbar: Replace default play & pause buttons with play/pause, as discussed on IRC. Idea is to save space and reduce clutter.
* PrettyPopupMenu is now half way working.
Diffs: 1, 2, 3 Revision 456443

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/src:
Add support for iPod shuffle thanks to Guenter Schwann . I trust you will keep up with
any bugs you make.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 456815

Mark Kretschmann committed a change to /trunk/extragear/multimedia/amarok/src/actionclasses.h:
Use PrettyPopupMenu for the amaroK main menu too. Problem: Now the pixmap needs to be taller. Harald, could you do this? :)
Diff Revision 456998

Mike Diehl committed a change to /trunk/extragear/multimedia/amarok/src/playlistbrowser.cpp:
Allow adding downloaded podcasts to the media device transfer queue.
Diff Revision 457891

Alexandre Pereira de Oliveira committed changes in /trunk/extragear/multimedia/amarok/srcp:
Improving sorting on Collection Browser.
* Years sorted descending (ie: newest ones on the top);
* Various Artists is always the Last entry;
* Uknown is always the first entry;
Diffs: 1, 2 Revision 457933

Mike Diehl committed a change to /trunk/extragear/multimedia/amarok/src/contextbrowser.cpp:
Add to Media Device transfer queue from context browser entries.
Diff Revision 458397

Networking Tools
Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
Changes :
- Average speed of download stops after download complete (Ivan)
- Fixed saving of last chunk in multifile torrents
- Take into account excluded bytes when calculating downloaded in constructor of Downloader
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 455792

Jakub Stachowski committed changes in /trunk/playground/network:
Add Avahi-based reimplementation of libkdnssd from kdelibs (KDE wrapper for zeroconf).
Needed for Debian-based distributions that don't like APSL-licensed mdnsd daemon.
It has limited functionality - only LAN.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 3 more) Revision 455811

Jakub Stachowski committed changes in /trunk/playground/network/kdnssd-avahi:
Small fixes to match avahi semantics. Discovery and resolving should work
except for sync mode.
Diffs: 1, 2, 3, 4 Revision 455831

Jakub Stachowski committed a change to /trunk/playground/network/kdnssd-avahi/query.cpp:
Make sync resolve() work
Diff Revision 455954

Sebastian Sauer committed changes in /trunk/extragear/network/kmldonkey/kmldonkey:
Added stable sorting patch from Aron Fischer. Thanks a lot Aron :-)

CC_MAIL: 65250-done@bugs.kde.org
Diffs: 1, 2 Revision 456486

Jakub Stachowski committed changes in /trunk/playground/network/kdnssd-avahi:
Publishing works.
Less messy way of parsing text properties
Diffs: 1, 2, 3, 4 Revision 456733

Urs Wolfer committed changes in /trunk/KDE/kdenetwork/kget:
Forwardport from 3.5 branch:
* Simplified maintoolbar
* Fix delete confirmation (question was shown twice when using delete button from maintoolbar or rightclickmenu)
* Add Konqueror icon in systemtray rightclick menu ("Enable / Disable KGet as Konqueror Download Manager")
* Increase version to v0.8.5
* Small change in about dialog: Remove website link. Instead add the KGet mailinglist email address.
BTW: KGet trunk isn't compiling yet.
Diffs: 1, 2, 3, 4, 5 Revision 458275

Percy Leonhardt committed a change to /trunk/extragear/network/knemo/kcm/Makefile.am:
Support the new freedesktop.org standard. Thanks to Michael Biebl who pointed this out to me.
Diff Revision 458306

Office
Adam Treat committed a change to /trunk/koffice/kugar/kudesigner/kudesigner_view.cpp:
* Add two dockwindows. One each for the po editor and structure widget.
Diff Revision 455909

Fredrik Edemar committed a change to /trunk/koffice/lib/kofficeuicccc:
Add an option for using the new template when the program starts next time.

FEATURE: 111914
Diff Revision 456043

Sebastian Sauer committed changes in /trunk/koffice/kexi:
- Introduced python import hook to handle kross modules like krosskexidb as dynamic loadable python modules.
- Load such kross modules/libs on demand.
- Yeah, using kexidb within in kexi embedded scripting code works now :)
See http://www.kexi-project.org/wiki/wikiview/index.php?ScriptEditor#KexiDB

FEATURE
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 3 more) Revision 456269

Peter Simonsson committed changes in /trunk/koffice/kivio/kiviopart:
* Add saving of rounded rectangle objects
* Fix crash when droping object on canvas
Diffs: 1, 2, 3, 4 Revision 456950

Bart Coppens committed changes in /trunk/koffice/krita:
Tried something fun and small: the outline of a brush is now drawn when you move your brush over the canvas. (If I recall correctly our inability to do this was mentioned by Boudewijn in his Krita talk at aKademy 2005, so it's very nice to add this little feature now, I think :-)
There are some smallish issues with it, and it should probably be configurable, and be done in the toolfreehand instead of toolbrush, etc., but those things are not really showstoppers for this.FEATURE:
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 457324

Fredrik Edemar committed changes in /trunk/koffice/kpresenter:
Support for printing several slides on one paper (known as "Handouts" in OO but this is only printing, not editing). Added an option for printing borders around the frames too.
Diffs: 1, 2, 3, 4, 5, 6 Revision 458235

Jaroslaw Staniek committed changes in /trunk/koffice/kexi:
Forms
- data-aware image box widget
(partial implementation started during flight back from Girona to Warsaw :)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 458289

Jaroslaw Staniek committed changes in /trunk/koffice/kexi:
Kexi Hacks from Malaga:

Relations view
- fixed redrawing (in an unoptimized way)
Property Editor
- updating combobox items after change of list data
TableView
- combo box popup behaves more like a normal combo (highlighting, selecting)
- added "what's this" support for table columns
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 8 more) Revision 458336

User Interface
Benjamin Meyer committed changes in /trunk/KDE/kdebase:
Move kwin into workspace (got maintainer permission first)
Diffs: 1, 2, 3, 4, 5 Revision 455859

Benjamin Meyer committed changes in /trunk/KDE/kdebase/applnk:
Remove "peripherals", begin migrating to "hardware"
Diffs: 1, 2, 3 Revision 456605

Utilities
Rob Buis committed changes in /trunk/kdenonbeta:
- add functionality for . It is disabled because mousemove event handling has to be reconsidered, but qt4 will
show a nice colorful cursor image.
- disable qt4 double buffering for now, to get rid of misrenderings.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 8 more) Revision 455837

Brian Beck committed changes in /trunk/playground/utils/knoware/trunk/server:
Server
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 19 more) Revision 456073

Brian Beck committed changes in /trunk/playground/utils/knoware/trunk/client:
Client
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 67 more) Revision 456074

Brian Beck committed changes in /trunk/playground/utils/knoware/trunk/client/knoware/debug:
Debug
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 31 more) Revision 456075

Brian Beck committed changes in /trunk/playground/utils/knoware/trunk/client/knoware/not-admin:
Admin
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 20 more) Revision 456076

Brian Beck committed changes in /trunk/playground/utils/knoware/trunk/client/knoware/debug/src:
Dots
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 9 more) Revision 456077

Fred Emmott committed changes in /trunk/playground/utils/ewok:
Initial import of EWOK, QEmu front end - if I'm not supposed to just add stuff to playground, sorry, poke me on irc
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 more) Revision 457000
View Visual Changes (to 2 files)

Raul Fernandes committed changes in /trunk:
Move KTranslator from kdenonbeta to kdereview
Diffs: 1, 2 Revision 457213

Peter Rockai committed changes in /trunk/playground:
Implemented APT sources.list editor (well, part of it). Still needs
some work for beta. After doing that, i start preparing packages :).
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 457258
View Visual Changes (to 1 file)

Roberto Cappuccio committed a change to /trunk/playground/base/kat/src/katclient/kat.cpp:
Search mode is enabled by default and Splashscreen removed.
Diff Revision 457757

Egon Willighagen committed changes in /trunk/playground/base/kat:
Added docbook plugin (needs to be tested)
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 457774

Egon Willighagen committed a change to /trunk/playground/base/kat/src/fulltext_docbookktopktop:
Added MIME for non-XML docbook files
Diff Revision 457777

Egon Willighagen committed changes in /trunk/playground/base/kat:
Added BibTex and BibTeXML fulltext search plugins
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 458123

Optimise
Development Tools
Frerich Raabe committed changes in /trunk/KDE/kdelibs/kdoctools:
- A little tool which generates DocBook entities which expand to the proper
key combination for each of the standard KStdAccel accelerators. A
kde-standards-accels.entities file will be generated when 'unsermake install'
is run, and will get copied to ksgmltools2/customization/entities - the
entities can then be used in KDE manuals to reference shortcuts of standard
menu items.
insert_entities will automatically pick this up, too. :-)
Diffs: 1, 2, 3 Revision 455878

Graphics
Tom Albers committed a change to /trunk/extragear/libs/kipi-plugins/sendimages/sendimages.cpp:
Thunderbird does not return the dot in this error message, so thunderbird was not started and the composer can not be started in that case.
Also replaced the 'contains' with a 'find' which is faster, I learned that from Ingo, which is pretty funny in this case ;-)

BUGS: 108227
Diff Revision 456755

KDE-Base
Simon Hausmann committed changes in /trunk/KDE/kdelibs:
- added the bksys files from bksys-1.5.1/admin
from http://freehackers.org/~tnagy/bksys-1.5.1.tar.bz2
along with a SConstruct scripts as a start that right
now does ... nothing :)
Diffs: 1, 2, 3, 4, 5 Revision 455849

Benjamin Meyer committed a change to /trunk/KDE/kdelibs/kdecore/kurl.h:
Been waiting two years to remove this one :)
Diff Revision 455874

Thomas Nagy committed changes in /trunk/KDE/kdelibs/bksys:
This is the very latest very bksys distribution

The qt4 module contains only qt stuff - we could perhaps use pkg-config ?
The kde3 module is the one used with kdissert, qt4.py is derived from it,
and a kde4 module will have to be added (once i know how kde4 works :)
The module parser.py is used by kdissert with kde3 in particular
Diffs: 1, 2, 3, 4, 5 Revision 455933

Thomas Nagy committed changes in /trunk/KDE/kdelibs/bksys:
Addition of sample modules and of miniscons (based on 0.96.1)
note: scons 0.96.9 has a bug with file 'progname' under 'progname/'


* scons-mini.tar.bz2 : a minimum scons with comments removed
it has been changed for running faster and symlink handling
on Unix platforms was added (necessary for versioned libraries)

* Some modules are probably broken but it may give a good start point

libxml.py : useful for kde4
libkdegames.py : kdegames libraries
sound.py : detection of common sound libraries like alsa, jack
cg.py : nvidia libraries (provided as example)
gtk2.py : in case if (probably broken at the moment but provided as example)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 455938

David Faure committed a change to /trunk/KDE/kdelibs/kdecore/kdebug.cpp:
Another patch by Thomas Braxton: the implementation of operator<< for most classes
should modify d->output directly instead of calling operator<<(QString).
But not when we might be outputting a newline, says coolo.Thomas Braxton <>
Diff Revision 456354

David Faure committed changes in /trunk/KDE/kdelibs/kdecore:
"this patch cleans up the implementation of KGlobal by removing all Qt3
dependencies from kglobal.cpp. It also cleans up KDE4 comments in kglobal.h."
-- Thomas Braxton
Diffs: 1, 2 Revision 456356

Christoph Cullmann committed changes in /trunk/KDE/kdelibs/interfaces:
here we go
asked Ian and he agreed that this won't be needed in KDE 4 if we have real scripting available,
beside this, it executes shellscripts, which is security wise not that nice
Kate already dropped it for 3.5 since some months, kdevelop won't need it either
kde3support makes no sense for this, not used that often (Kate, KDevelop)
Diffs: 1, 2 Revision 456385

David Faure committed a change to /trunk/KDE/kdelibs/kio/kio/kfileitem.cpp:
Fixed slow directory update in KFileDialog and Konqueror: the KFileItem comparison
was determining the mimetype of both kfileitems, which is a very slow operation
when they have no known extension: reading the contents is then necessary.

There's no reason to compare the mimetypes, in fact: it's pretty common that the view
(kfiledialog or konq) has determined the mimetype after the listing, and that the ioslave
doesn't provide a mimetype during listing. Also it's pretty hard to change
the mimetype of a file without changing either its name, size, or modification
time.
Diff Revision 456564

Benjamin Meyer committed changes in /trunk/KDE/kdebase:
Move modules that don't belong in KControl out of workspace/kcontrol and
into the applications directories
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 120 more) Revision 456703

David Faure committed changes in /trunk/KDE/kdelibs/kdecore/tests:
ported to QtTestLib
Diffs: 1, 2, 3 Revision 457166

David Faure committed changes in /trunk/KDE/kdelibs/kdecore:
Fixed many tests after recent API changes.
Everyone, please run make check after making changes to kdelibs.

Ported KURL API additions (QMimeData-related) to the KURL4 fork.
Ported KURLTest4 and KStdAccelTest to qttestlib
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 16 more) Revision 457875

David Faure committed changes in /trunk/KDE/kdelibs:
kdelibs doesn't use kunittest anymore -> moved to kde3support
Diffs: 1, 2 Revision 458120

Wilco Greven committed changes in /trunk/KDE/kdelibs/kdecore/tests:
Ported to QtTest.
Diffs: 1, 2, 3 Revision 458233

KDE-PIM
Daniel Molkentin committed changes in /trunk/KDE/kdepim/libkcal:
Commit the work of the last couple of hours.
Initial porting to Qt4 for:

- libkgpg (links)
- libkpimidentities (links)
- libkdepim (ported, party adjusted)
- libkcal (ported, not adjusted)

Happy hacking!
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 52 more) Revision 456280

Laurent Montel committed changes in /trunk/KDE/kdepim/kode:
Port to qt4/kde4 (launch my script on this directory)
I must fix again test program
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 36 more) Revision 456567

Laurent Montel committed changes in /trunk/KDE/kdepim/kmailcvt:
Start to port it to qt4/kde4
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 7 more) Revision 456578

Konqueror
Nikolas Zimmermann committed changes in /trunk/KDE/kdebase/libkonq:
Adapt to new KIOSK API (s/kapp/KAuthorized::self()/) and add some missing includes
Diffs: 1, 2, 3, 4 Revision 456749

David Faure committed changes in /trunk/KDE/kdelibs/khtml:
ported to QDrag+QMimeDrag, simplifies the code a lot :)
Diffs: 1, 2 Revision 457168

Maks Orlovich committed changes in /branches/KDE/3.5/kdelibs/khtml/xml:
Make use of the iteration cache when going backwards as well. fixes
horrid performance on tweakers.net forums.
BUG:102622
Diffs: 1, 2 Revision 458348

Multimedia
Richard Lärkäng committed changes in /trunk/KDE/kdemultimedia/juk:
Change from MusicBrainz to TunePimp in the configure and ifdefs
since that's what it's looking for, and I'm about to add a check
for just MusicBrainz in libkcddb
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 455853

Laurent Montel committed changes in /trunk/KDE/kdemultimedia/kaudiocreator:
Port to qt4/kde4
but KCDDB::CDInfo was changed => it can't compile for the moment
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 455919

Richard Lärkäng committed changes in /trunk/KDE/kdemultimedia/kaudiocreator:
Adapt to new libkcddb api
Diffs: 1, 2 Revision 455982

Networking Tools
John Tapsell committed changes in /trunk/extragear/network/konversation/src:
Colors now use an enum, and moved to kconfigxt.
Diffs: 1, 2 Revision 455940

Heiko Schaefer committed changes in /branches/KDE/3.5/kdenetwork/kopete/plugins/smpppdcs:
Refactoring of the smppdcs plugin
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 5 more) Revision 457834

Office
Boudewijn Rempt committed changes in /trunk/koffice:
* Move the kopalette library to koffice libs and port Kivio to use it.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 18 more) Revision 458102

Bart Coppens committed changes in /trunk/koffice/krita/core/resources:
The boundaries of the brushes are now cached: they are generated once for each brush, and then do not need to be recalculated again.This fixes the 'flickering' of pipe brushes, and hopefully minimalizes the lagging Cyrille experienced.
Diffs: 1, 2, 3, 4 Revision 458213

User Interface
Michael Brade committed changes in /trunk/KDE/kdelibs/kdeui:
Alright, kdelibs needs to compile (damnit), but I have to leave now. Interface of KTextEdit
is ported to the new QTextEdit already, context menu stuff missing, spellchecking will be done
by Zack, and the adaption of kdelibs to the new KTextEdit I'll try to do tomorrow evening.
Diffs: 1, 2 Revision 456289

Aaron J. Seigo committed changes in /trunk/KDE/kdebase/workspace/plasma:
first class into plasma from kicker: applet info. includes unit testing.
may not currently even build, however, as my kdelibs is currently messed
up and svn is not cooperating. and by "may not" i mean "probably won't"
but i don't want to lose this work.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 457909

Aaron J. Seigo committed a change to /trunk/KDE/kdebase/workspace/plasma/lib/tests/Makefile.am:
hey, i said coolo was the build master, not me. how much more proof do
we need? ;)
Diff Revision 458371

Utilities
Ryan Nickell committed changes in /trunk/KDE/kdeutils/superkaramba/src:
Make karamba into a KarambaWidget.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 36 more) Revision 457893

Praveen Kandikuppa committed changes in /trunk/playground/base/kat/src:
Stage 1 of big refactoring of kat code. Too many changes to list, will put them in
ChangeLog once they are fully done.

WARNING - this commit will break compilation, only commiting it in the
present state on advice from cappuccio.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 21 more) Revision 458254

Benjamin Meyer committed changes in /trunk/KDE/kdebase/workspace/kcontrol:
A MUCH better name for that this file contains
Diffs: 1, 2 Revision 458334

Other
Accessibility
Danny Allen committed changes in /trunk/KDE/kdeaccessibility/IconThemes/mono/scalable/actions:
quanta icons
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 more) Revision 455797
View Visual Changes (to 21 files)

Danny Allen committed changes in /trunk/KDE/kdeaccessibility/IconThemes/mono/scalable/actions:
mono kmail icons
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 455918
View Visual Changes (to 12 files)

Olaf Schmidt committed changes in /branches/KDE/3.5/kdeaccessibility/kmag:
Fix screen edge mode and remove obsolete whole screen mode
Diffs: 1, 2, 3, 4, 5, 6 Revision 456769

Development Tools
Asgeir Frimannsson committed changes in /branches/work/kbabel-soc/kbabel:
added new xliff data model, views and test app
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 54 more) Revision 455782
View Visual Changes (to 13 files)

Andras Mantia committed changes in /branches/KDE/3.5/kdewebdev/kommander:
Add icon.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 456364
View Visual Changes (to 5 files)

Paulo Moura Guedes committed a change to /branches/KDE/3.5/kdewebdev/klinkstatus/src/ui/treeview.cpp:
Display correctly link labels with HTML entities.
Thanks to David Faure for pointing out KCharsets::resolveEntities.
David Faure <>BUG: 111694
Diff Revision 456711

Jens Herden committed changes in /branches/KDE/3.5/kdewebdev/quanta/data/dtep:
Bugfix for #112006
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 456999

Jens Herden committed changes in /branches/KDE/3.4/kdewebdev/quanta/data/dtep:
backport of fix for bug #112006
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 457006

Michael Pyne committed a change to /branches/KDE/3.5/kdesdk/scripts/kdesvn-build:
Backport fix to ignore lockfiles when in pretend mode to KDE 3.5.
Diff Revision 457212

André Wöbbeking committed changes in /branches/cervisia/subversion_support/kdesdk/cervisia/plugins:
use a parent widget again (for window manager, ...)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 7 more) Revision 457253

Roberto Raggi committed changes in /branches/work/kdevelop4-parser:
initial implementation of the win-decl-specifier
added the kate mode-line to the preprocessor source code
Diffs: 1, 2, 3, 4, 5, 6 Revision 457329

Stephan Binner committed changes in /branches/KDE/3.4/konstruct/kde/kdebase:
newest security patch
Diffs: 1, 2, 3 Revision 457387

Carlos Leonhard Woelz committed changes in /branches/KDE/3.5/kdesdk/doc/cervisia:
Update screenshots for KDE 3.5
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 3 more) Revision 457498
View Visual Changes (to 13 files)

Michael Pyne committed changes in /branches/KDE/3.5/kdesdk/scripts:
Further improvify support for kdesvn-build by adding a syntax highlighting / region
detecting file for Kate/KWrite.
Diffs: 1, 2 Revision 457918

Vladimir Prus committed a change to /branches/KDE/3.5/kdevelop/languages/cpp/debugger/gdbcontroller.cpp:
Prevent debugger from becoming unusable if gdb crashes.

When debugger issues any command, it wraps it in two markers, say:

set prompt \032V
set variable foo = bar

causes gdb to reply with
\032V \032V

This allows the debugger to find output that correspond to any given command.
In the above example, if "set variable" command crashes the debugger, the
internal buffer for gdb output will contains just "\032V". That buffer was not
cleared, so after restart KDevelop would try to find the second \032V,
and never succeed. It looked like debugger is running, but user could not
enter any commands and all debugger actions did not work.

CCBUG: 97795
Diff Revision 458143

Vladimir Prus committed changes in /branches/KDE/3.5/kdevelop/languages/cpp/debugger:
When explicitly breaking into program as result of "pause" button in
gdb window, suppress "Program received SIGINT" message.

BUG: 111504
Diffs: 1, 2 Revision 458155

Vladimir Prus committed a change to /branches/KDE/3.5/kdevelop/languages/cpp/debugger/gdboutputwidget.cpp:
Scroll gdb output window to the bottom when new text is added.

BUG: 111486
Diff Revision 458160

Roberto Raggi committed changes in /branches/work/kdevelop4-parser:
a lot of things here
1) introduced the model_dynamic_cast<> by harald
2) fixed the Binder::visitNamespace() now it reuse the namespace (the namespace is open)
3) introduced the TypeInfo structure (working in progress) done with gunnar
4) a lot of bug fixes :-)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 5 more) Revision 458230

Robert Gruber committed a change to /branches/KDE/3.5/kdevelop/languages/cpp/debugger/gdbparser.cpp:
Fixed problem that no further struct members get showen in
variable-widget when gdb prints something like ,''
for one of the struct's members
Diff Revision 458232

Educational
Carsten Niehaus committed changes in /branches/KDE/3.5/kdeedu/kalzium/src:
gray out the elements instead of hiding them
Diffs: 1, 2, 3 Revision 455925

Carsten Niehaus committed a change to /branches/KDE/3.5/kdeedu/kalzium/src/spectrumwidget.cpp:
disbaling the tooltip of the widget as there are to many problems with it. Perhaps pino and me will come up with a nice solution tomorrow. Furthermore, RMB is now zooming out by 10%
Diff Revision 456010

Andreas Nicolai committed changes in /branches/KDE/3.5/kdeedu/ktouch:
KTouch : Added hungarian training lecture
Diffs: 1, 2, 3 Revision 456300

Pino Toscano committed changes in /branches/KDE/3.5/kdeedu/kalzium/src:
Make the zooming in the nuclide board working, finally. Yay!
Diffs: 1, 2 Revision 456580

Danny Allen committed changes in /trunk/KDE/kdeedu/kalzium/src/lattice:
initial import of lattice animation sequences
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 more) Revision 456615

Danny Allen committed changes in /trunk/KDE/kdeedu/kalzium/src/lattice/fcc:
more sequence images
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 456715

Danny Allen committed changes in /trunk/kdereview/doc/kanagram:
update doc
Diffs: 1, 2 Revision 456960

Inge Wallin committed changes in /branches/KDE/3.5/kdeedu/kalzium/src:
Fix bug 111884: Parsererror in the molcalculator

This patch rewrites the whole calculation of the contents of a
molecule. It turned out to be a lot more complicated than expected.
Now it works flawlessly, though.

BUG: 111884
Diffs: 1, 2, 3, 4 Revision 457090

Joshua Keel committed changes in /:
Move Kanagram into kdeedu
Diffs: 1, 2 Revision 457197

Albert Astals Cid committed changes in /branches/KDE/3.5/kdeedu/kanagram/src:
Ensure the chalk font is used properly on download, that should fix the problem Jason has reported
Diffs: 1, 2, 3 Revision 457393

Jason Harris committed a change to /branches/KDE/3.5/kdeedu/kstars/kstars/kstarsinit.cpp:
If startup position is below the horizon, do not ask the user twice if
they want to reset the position. (note this is only applicable to the
3.5 branch; my overhaul of the startup procedure in trunk a few weeks
ago already fixed this issue there)
Diff Revision 457473

Jason Harris committed changes in /branches/KDE/3.5/kdeedu/kstars/kstars:
Fix some refraction-related inconsistincies:

Display the "apparent" altitude (i.e., including refraction) in the
statusbar and focus infobox.

The displayed RA/Dec coords in the infobox were not correct when
refraction was active.

When switching between Equatorial and Horizontal coordinates, the
focus position would be slightly offset because it was not properly
accounting for refraction.

TODO: the refract(dms*, bool) function determines the apparent altitude
from the true altitude when invoked as refract(dms*, true), and
determines the true altitude from apparent altitude when invoked as
refract(dms, false). However, there seems to be a slight
inconsistency:

dms a( 45.0 );
dms b = refract( &a, true );
dms c = refract( &b, false );
//c should be equal to a, but it is slightly smaller
Diffs: 1, 2, 3, 4, 5 Revision 457604

Albert Astals Cid committed changes in /:
moving kurriculum to kdeplayground4-edu as Carstenn requested
Diffs: 1, 2 Revision 457693

Andreas Nicolai committed changes in /branches/KDE/3.5/kdeedu/ktouch/training:
KTouch : New training file added.
Diffs: 1, 2, 3 Revision 457794

Jason Harris committed a change to /branches/KDE/3.5/kdeedu/kstars/kstars/skypoint.cpp:
Fix error condition in SkyPoint::EquatorialToHorizontal() when Dec==90.0
Diff Revision 457936

Jason Harris committed a change to /branches/KDE/3.5/kdeedu/kstars/kstars/ksnewstuff.cpp:
Do a full update after installing new comet/asteroids ephemerides so
their horizontal coords get computed
Diff Revision 457954

Games
Anders Widell committed a change to /branches/KDE/3.5/kdegames/ksokoban/PlayField.cpp:
Fix for Bug 111258: exiting with q does not remember last solved puzzle
Diff Revision 455967

Nicolas Hadacek committed changes in /branches/KDE/3.4/kdegames:
- fix dependencies
- "fix" bug #65488 by disabling network games
Diffs: 1, 2, 3 Revision 455994

Nicolas Hadacek committed changes in /branches/KDE/3.5/kdegames:
- fix compilation dependencies
- "fix" bug #65488 by disabling network games
Diffs: 1, 2, 3, 4, 5, 6 Revision 456005

Graphics
Gerhard Kulzer committed a change to /trunk/extragear/graphics/doc/digikamimagepluginspngpng:
CMAIL:caulier.gilles@free.fr
Adaptation to new widget, English polish
Diff Revision 455649
View Visual Changes (to 1 file)

Gerhard Kulzer committed a change to /trunk/extragear/graphics/doc/digikamimageplugins2.pn2.pn:
Integrated in new widget
Diff Revision 455651

Gerhard Kulzer committed a change to /trunk/extragear/graphics/doc/digikamimagepluginsngng:
Updated to widget arrangement
Diff Revision 455652
View Visual Changes (to 1 file)

Albert Astals Cid committed changes in /branches/KDE/3.5/kdegraphics/kpdf:
If somebody from the upper spheres (like Konqui for example) gives us the mimetype use it instead trying to guess the mimetype ourselves for the file we are opening, fixes problem in opening a pdf file generated by php code
Diffs: 1, 2, 3 Revision 455826

Albert Astals Cid committed changes in /branches/KDE/3.4/kdegraphics/kpdf:
Backport
If somebody from the upper spheres (like Konqui for example) gives us the
mimetype use it instead trying to guess the mimetype ourselves for the file we
are opening, fixes problem in opening a pdf file generated by php code
Diffs: 1, 2, 3 Revision 455833

Nicolas Goutte committed a change to /branches/KDE/3.5/kdegraphics/kcoloredit/kcolorchooser.cpp:
Use QColor::name to get the name of a color
BUG:111896
Diff Revision 455946

Albert Astals Cid committed a change to /branches/KDE/3.5/kdegraphics/kpdf/uipppp:
"Usability" fixes
Show the overlay when the user is last or first page and tries to advance or go back
BUGS: 105351
Diff Revision 456593

Gerhard Kulzer committed changes in /trunk/extragear/graphics/doc/digikam:
Adaptation to new widget, English polish
Diffs: 1, 2, 3 Revision 456810
View Visual Changes (to 1 file)

Danny Allen committed changes in /branches/KDE/3.5/kdebase/ksplashml/pics/themes/default:
3.5 beta splash - greetings from malaga
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 456884
View Visual Changes (to 10 files)

Danny Allen committed changes in /trunk/KDE/kdelibs/pics/crystalsvg:
new, improved konqueror throbber (by James Richard Tyrer)
Diffs: 1, 2, 3, 4 Revision 456926
View Visual Changes (to 4 files)

Clarence Dang committed a change to /branches/KDE/3.5/kdegraphics/kolourpaint/kpmainwindow.cpp:
* Text drops to the empty part of the scrollview will not be placed
outside the document
Diff Revision 456975

Clarence Dang committed a change to /branches/KDE/3.4/kdegraphics/kolourpaint/kpmainwindow.cpp:
* Text drops to the empty part of the scrollview will not be placed
outside the document
[also in branches/KDE/3.5/]
Diff Revision 456976

Clarence Dang committed a change to /branches/KDE/3.3/kdegraphics/kolourpaint/kpmainwindow.cpp:
* Text drops to the empty part of the scrollview will not be placed
outside the document
[also in branches/KDE/3.[45]/]
Diff Revision 456977

Clarence Dang committed a change to /branches/kolourpaint/1.2_kde3/kdegraphics/kolourpaint/kpmainwindow.cpp:
* Text drops to the empty part of the scrollview will not be placed
outside the document
[also in branches/KDE/3.[345]/]
Diff Revision 456978

Clarence Dang committed changes in /branches/KDE/3.5/kdegraphics/kolourpaint/widgets:
* Prevent accidental drags in the Colour Palette from pasting text
containing the colour code

* Cells in the bottom row and cells in the rightmost column of the Colour
Palette are now the same size as the other cells
Diffs: 1, 2 Revision 456979

Clarence Dang committed changes in /branches/KDE/3.4/kdegraphics/kolourpaint/widgets:
* Prevent accidental drags in the Colour Palette from pasting text
containing the colour code

* Cells in the bottom row and cells in the rightmost column of the Colour
Palette are now the same size as the other cells

[also in branches/KDE/3.5/]
Diffs: 1, 2 Revision 456981

Clarence Dang committed changes in /branches/KDE/3.3/kdegraphics/kolourpaint/widgets:
* Prevent accidental drags in the Colour Palette from pasting text
containing the colour code

* Cells in the bottom row and cells in the rightmost column of the Colour
Palette are now the same size as the other cells

[also in branches/KDE/3.[45]/]
Diffs: 1, 2 Revision 456982

Clarence Dang committed changes in /branches/kolourpaint/1.2_kde3/kdegraphics/kolourpaint/widgets:
* Prevent accidental drags in the Colour Palette from pasting text
containing the colour code

* Cells in the bottom row and cells in the rightmost column of the Colour
Palette are now the same size as the other cells

[also in branches/KDE/3.[345]/]
Diffs: 1, 2 Revision 456983

Wilfried Huss committed changes in /branches/KDE/3.5/kdegraphics/kviewshell:
Don't duplicate the Go-Menu when embedded in Konqueror.
BUG:79479
Diffs: 1, 2 Revision 457059

Gerhard Kulzer committed changes in /trunk/extragear/graphics/doc/digikamimageplugins:
Adaptation to new widget.
Diffs: 1, 2 Revision 457114
View Visual Changes (to 1 file)

Gerhard Kulzer committed a change to /trunk/extragear/graphics/doc/digikamimageplugins/refocusdialog.png:
Decrease screenshot filesize
Diff Revision 457116
View Visual Changes (to 1 file)

Gerhard Kulzer committed a change to /trunk/extragear/graphics/doc/digikamimageplugins/unsharpdialog.png:
Adaptation to new widget layout
Diff Revision 457125
View Visual Changes (to 1 file)

Gerhard Kulzer committed changes in /trunk/extragear/graphics/doc/digikamimageplugins:
Adaptation to new widget, English
Diffs: 1, 2 Revision 457160
View Visual Changes (to 1 file)

Wilfried Huss committed changes in /branches/KDE/3.5/kdegraphics/kviewshell:
Fix some page layout regressions.
Diffs: 1, 2 Revision 457346

Gilles Caulier committed changes in /trunk/extragear/libs/doc/kipi-pluginspng:
New FlickrExport kipi plugin handbook, based on Vardhman Jain explainations.
Diffs: 1, 2, 3, 4 Revision 457662

Dirk Mueller committed a change to /branches/KDE/3.5/kdelibs/kimgio/jp2.cpp:
- fix jp2 support with libjasper >= 1.500
- fix writing of jp2 files
Diff Revision 457827

KDE-Base
Till Adam committed changes in /branches/KDE/3.5/kdelibs:
Finally merge the acl editing from the working branch. Please test, I'll
polish it over the coming days, now that I finally have some time for
it. Yes, binner, I know there are style guide violations, I will fix
them. The other pending issue is making the icons themeable.

Coordinated with coolo.

BUG: 6976
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 10 more) Revision 455966

Kevin Ottens committed changes in /branches/work/kdehw:
First attempt at creating a hardware discovery layer for KDE.
Currently it's just an experiment with HAL, using directly the DBUS
binding. The plan is to have this as a backend only, and to build a
higher level API on top of it.

It's of course very rough currently, but it works, the provided test
acts like a smallish "lshal" clone.

It now needs to grow up. ;-)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 6 more) Revision 456305

Nicolas Goutte committed changes in /branches/KDE/3.5/kdebase/kcontrol/locale:
Add added/modifed timezones of newer glibc versions
(Made from zone.tab version 1.31 (glibc CVS revision 1.22))
BUG:111972
Diffs: 1, 2 Revision 456551

David Faure committed a change to /branches/KDE/3.5/kdelibs/kio/kio/kfileitem.cpp:
Fixed slow directory update in KFileDialog and Konqueror: the KFileItem comparison
was determining the mimetype of both kfileitems, which is a very slow operation
when they have no known extension: reading the contents is then necessary.

There's no reason to compare the mimetypes, in fact: it's pretty common that the view
(kfiledialog or konq) has determined the mimetype after the listing, and that the ioslave
doesn't provide a mimetype during listing. Also it's pretty hard to change
the mimetype of a file without changing either its name, size, or modification
time.
Diff Revision 456562

Helio Chissini de Castro committed changes in /branches/KDE/3.5/kdelibs/kio/kio:
- Add new helper functions setFilemode and setMimetype
Diffs: 1, 2 Revision 456645

David Faure committed a change to /branches/KDE/3.5/kdelibs/kio/kio/job.cpp:
Don't delete this from a slot or a method that can be called from a slot.
Does this help for #85575?85575
Diff Revision 456969

Frans Englich committed changes in /trunk/tests/kxpathtests:
Move KXPath's tests into the tests/ module since it was getting too big, and shouldn't end up in kdelibs. A future plan is to convert the current 800 tests in the custom format into the W3C XQuery Test Suite format, and submit it to the task force. By doing that, one should also be able to use the same runner for the custom tests as well as the test suite.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 457002

Szombathelyi György committed a change to /branches/KDE/3.4/kdelibs/kio/misc/kntlm/kntlm.cpp:
Disable (NT)LMv2, until the issues are solved.

CCBUG: 93454
Diff Revision 457394

Szombathelyi György committed a change to /branches/KDE/3.5/kdelibs/kio/misc/kntlm/kntlm.cpp:
Disable (NT)LMv2 until the issues are solved (forward port).

CCBUG: 93454
Diff Revision 457395

Dirk Mueller committed a change to /branches/KDE/3.4/kdebase/kioslave/smb/kio_smb_auth.cpp:
enable Kerberos authentication (the working version)
Diff Revision 457727

Dirk Mueller committed a change to /branches/KDE/3.5/kdebase/kioslave/smb/kio_smb_auth.cpp:
enable kerberos authentication (the working version)
Diff Revision 457728

KDE-PIM
Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync/src:
Now that the irmc plugin for opensync compiles, i enable the
config gui for irmc and add a nice mobile phone icon.

BTW could we move this icon (shamelessly stolen from Kopete) to
kdelibs icons/devices? We have no (mobile) phone icon there so far.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 455799
View Visual Changes (to 5 files)

Thorsten Staerk committed changes in /branches/KDE/3.4/kdepim/karm:
Avoid race condition that causes a crash when deleting a task. Make
code shorter and clearer.
Diffs: 1, 2 Revision 455875

Danny Allen committed changes in /branches/KDE/3.5/kdepim/kmail/pics/iconsstat:
(temporary?) icon for missing kmail menu entry
Diffs: 1, 2, 3, 4, 5, 6 Revision 455898
View Visual Changes (to 6 files)

Ingo Klöcker committed a change to /branches/KDE/3.5/kdepim/kmail/kmmsgbase.cpp:
'Be liberal in what you accept.' Following this spirit I remove the nonsensical and completely arbitrary maximal length of encoded words. This fixesBUG:109826
Diff Revision 455948

Bram Schoenmakers committed a change to /branches/KDE/3.5/kdepim/libkholidays/holidays/holiday_dk:
Update Danish holiday file, as suggested in bug #101998

BUG:101998
Diff Revision 456040

Thomas Zander committed a change to /branches/KDE/3.5/kdepimew.tew.t:
Add this file to make it easilly available for Till :)
A set of quick notes about usability issues I found over the last weeks.
Diff Revision 456242

Bram Schoenmakers committed a change to /branches/KDE/3.5/kdepim/libkcalcppcpp:
When the user specifies an empty URL for the calendar resource, autogenerate one and notify the user about that.

BUG:72529
Diff Revision 456340

Bram Schoenmakers committed a change to /branches/KDE/3.5/kdepim/korganizer/printing/calprinthelper.cpp:
o Always align text on top. The argument for hand-written comments in 89317 does make much sense to me.
o Rename some variables, which makes more sense now.
Diff Revision 456366

David Jarvie committed a change to /branches/KDE/3.5/kdepim/kalarm/traywindow.cpp:
Fix bug 109595: Remove warning message 'KAccel object already contains an action name "file_quit"'
Diff Revision 456478

Carlos Leonhard Woelz committed a change to /branches/KDE/3.5/kdepim/doc/korganizer/index.docbook:
Comment out MS Exchange info.
Even more fixes from the docbook check scripts.
Diff Revision 456510

Frank Osterfeld committed changes in /branches/KDE/3.5/kdepim/akregator/srcp:
feature cutdown: Hide tagging GUI elements, as the tagging implementation is unfinished and not ready for the
masses (sorry folks, I had no time for Akregator lately). However there is a config option to enable it, so for
those who used SVN and already tagged articles, it can be enabled by editing config/akregatorrc:

-----
[Advanced]

Show Tagging GUI=true
-----
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 456540

Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync/src:
Implemented load/save functions of the sub widgets and add the
very cool 'scan for available bluetooth units' feature
Diffs: 1, 2 Revision 456695

Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync/src:
- Implemented 'Test connection' functionality
- Moved the splash widget into its own class, should go to kdelibs IMHO
Diffs: 1, 2, 3, 4, 5, 6 Revision 456786

Thomas Zander committed a change to /branches/KDE/3.5/kdepimew.tew.t:
Clarifications and added stuff I talked to Will about offline
Diff Revision 456993

Carsten Burghardt committed a change to /branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp:
Safety: when the imapPath is empty delete the folder only locally and not on the server.
Diff Revision 457145

David Jarvie committed changes in /branches/KDE/3.5/kdepim/kalarm:
Bug 101877: Prevent session restoration from showing main window which should be hidden
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 457200

David Jarvie committed changes in /branches/KDE/3.4/kdepim/kalarm:
Bug 101877: Prevent session restoration from showing main window which should be hidden
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 457201

Michael Brade committed changes in /branches/KDE/3.5/kdepim/knotes:
Shit, I only regained internet access today.. about half a day too late regarding
the message freeze I guess. But I hope the translaters will forgive me this one.

Fixed #106724: don't overwrite files without confirmation.
BUG: 106724

Thanks for the patch! I haven't applied the removal of the checkbox yet, I'll do
it for KDE 4.

BTW, isn't there a possibility to reuse the string from kdelibs?
Diffs: 1, 2 Revision 457768

Carlos Leonhard Woelz committed changes in /trunk/KDE/kdepim/doc/kontactents:
Kontact docs update

patch and screenshots from Antonio Salazar, plus nitpicks by me

Changelog (from Antonio):

* I've tried to keep lines to 80 characters. This is a
recently-developed preference of mine, if you want me to get rid of
it, I'll do it.
* I got rid of the akregator and kitchensync entity declarations; I
think I should have done this last time (I remember that was when we
added these two to the general entities list), but I guess it slipped
my mind. Anyway, they're gone now.
* Updated the date and releaseinfo (correct me if 1.1.1 is not the
Kontact release, that's what Kontact said it was).
* Added KArm to the list of keywords and applications included.
* Changes the list of applications included from a bunch of sect1s
that generated their own pages to a variablelist (thanks Carlos).
* Updated several screenshots that were still Keramik style to the new
Plastik style.
* Added in several screenshots, including the Navigator toolbar, the
shortcuts configuration dialog, and the Special Dates Summary plugin
(this last one was referenced in the manual already but for some
reason I hadn't taken the screenshot, so that fixes a disgusting
little mistake there).
* Replaced all instances of todo with to-do (again, something I should
have done last time).
* Added a section on the Navigator toolbar (although it was mentioned,
how to activate it wasn't, and nowhere did it say that drag & drop
operations did NOT work with it).
* Replaced > with the &gt; entity (I've been coding in HTML more
recently, so this hurt to see; I'm not sure if it's as big of an issue
in Docbook, but it probably is).
* Added a section on keyboard shortcuts, including a list of default
shortcuts and a blurb on where to find their configuration. This
includes the Ctrl+# shortcuts for switching between sections and the
Ctrl+Shif+ for creating new messages, notes, etc.
* Added a note about the new Refresh button on the Summary View.
* Added a note on the fact that the Contacts Summary plugin has gone
bye-bye and the Special Dates plugin should be used instead.
* Got rid of the section on the Contacts Summary plugin.
* Added a note mentioning that the NewsTicker plugin requires
kdenetwork (or, if distros package programs separately, just the
KNewsTicker application).
* Added a section on startup-related command-line arguments in order
to mention the new -iconify argument (on second look, it isn't new,
I'd just missed it last time).
* Updated the program copyright to 2004-2005, correct me if this is wrong.
* Added Allen Winter to the list of contributors.

Changelog (By me)

* s/text/entities
* s/menu bar/menubar
* use
* s/e-mail/email
Diffs: 1, 2, 3, 4, 5, 6 Revision 458303
View Visual Changes (to 5 files)

Carlos Leonhard Woelz committed changes in /branches/KDE/3.5/kdepim/doc/kontactents:
Update screenshots.

pngs provided by Antonio Salazar
Diffs: 1, 2, 3, 4, 5 Revision 458305
View Visual Changes (to 5 files)

Konqueror
Till Adam committed changes in /branches/KDE/3.4/kdebase/konqueror/listviewm.cc:
Show the presence of extended ACL information in the file manager
listviews. Do we need something a bit more obvious, and/or something for
the icon views? Maybe in 4.0 we can do nice icon decorations ...
Diffs: 1, 2, 3, 4 Revision 455981

Till Adam committed changes in /branches/KDE/3.5/kdebase/konqueror/listviewm.cc:
Once more, with feeling (and in the right branch):

Show the presence of extended ACL information in the file manager
listviews. Do we need something a bit more obvious, and/or something for
the icon views? Maybe in 4.0 we can do nice icon decorations ...
Diffs: 1, 2, 3, 4 Revision 456018

David Faure committed a change to /branches/KDE/3.5/kdebase/libkonqcccc:
Allow to move icons in system:/ - the code which disallowed dropping new files
also disallowed moving icons.
Diff Revision 456339

Frank Osterfeld committed a change to /branches/KDE/3.5/kdeaddons/konq-plugins/akregator/konqfeedicon.cpp:
"Subscribe to site updates" -> "Monitor this site for updates"
I think that makes it more clear that you don't have to sign up or something to get notified (for the
privacy-concerned users who don't know about RSS yet)
Diff Revision 456956

Ivor Hewitt committed a change to /branches/KDE/3.5/kdebase/kcontrol/konqhtml/filteropts.cpp:
Tiny usability change suggested by Julien Morot, clear edit field on insert/delete action.
Diff Revision 457420

Frank Osterfeld committed a change to /branches/KDE/3.5/kdeaddons/konq-plugins/akregator/feeddetector.cpp:
resolve entities in feed titles
BUG: 112146
Diff Revision 458298

Frank Osterfeld committed a change to /branches/KDE/3.4/kdeaddons/konq-plugins/akregator/feeddetector.cpp:
backport of 112146: resolve entities in feed titles

CCBUG: 112146
Diff Revision 458301

Maks Orlovich committed changes in /branches/KDE/3.5/kdelibs/khtml/html:
Fix the table.rows collection to be in the logical order, not the document order.
Diffs: 1, 2 Revision 458324

Multimedia
Scott Wheeler committed changes in /branches/KDE/3.5/kdemultimedia/juk:
New splash screen from Pascal Klein.
Pascal Klein <>
Diffs: 1, 2, 3, 4, 5 Revision 456026
View Visual Changes (to 1 file)

Mark Kretschmann committed a change to /trunk/extragear/multimedia/amarok/src/images/menu_sidepixmap.png:
New menu pixmap by Apachelogger. NOTE: This is not final, just work in progress. Pixmap needs to be be less wide, for sure.
Diff Revision 456462
View Visual Changes (to 1 file)

Michael Pyne committed changes in /branches/KDE/3.5/kdemultimedia/juk:
Fix bug 111614 (JuK doesn't support media:/ ioslave). There's a catch though, you still
won't be able to add files from media:/ from within JuK, until they fix the KFileDialog to
either return media:/ URLs or convert them to local files when in LocalFileOnly mode.

You can drag them in from Konqueror though, although Konq already converts the filenames so
I don't see how that was an issue.

So in short, I fixed a bug that you shouldn't be able to reproduce... weird. But this helps
to future-proof JuK a little.

BUG:111614
Diffs: 1, 2, 3 Revision 456471

Harald Sitter committed a change to /trunk/extragear/multimedia/amarok/src/images/menu_sidepixmap.png:
new version, don't forget the feedback
Diff Revision 456472
View Visual Changes (to 1 file)

Harald Sitter committed a change to /trunk/extragear/multimedia/amarok/src/images/menu_sidepixmap.png:
'Airborne' got a smaller font and the free zone between 'amaroK' and '1.3' has been reduced
Diff Revision 456765
View Visual Changes (to 1 file)

Mark Kretschmann committed a change to /trunk/extragear/multimedia/amarok/src/images/splash_screen.png:
New splash: Blue Danna
Diff Revision 456845
View Visual Changes (to 1 file)

Stephan Binner committed changes in /branches/KDE/3.5/kdemultimedia/kmix:
Fix worst kmix usability problem: make it easy and obvious how to
configure global shortcuts to control the master channel volume
Diffs: 1, 2, 3 Revision 457033

Harald Sitter committed changes in /trunk/extragear/multimedia/amarok/src/images:
50px more .. we are now at 450 :D
Diffs: 1, 2 Revision 457073
View Visual Changes (to 1 file)

Michael Pyne committed a change to /branches/KDE/3.5/kdemultimedia/juk/coverinfo.cpp:
Improvify treatment of JuK 3.4 style covers. Now when a cover is being
converted, all matching tracks will be updated at once, and the old cover will
be removed. Otherwise a user would never actually be able to unset a cover for
a track that had an old style one.
Diff Revision 457468

Harald Sitter committed a change to /trunk/extragear/multimedia/amarok/src/images/amarok_icon.svg:
Yup, that's the one and only icon of amaroK 1.3 licenced under the GPL|Artistic-2.0 (http://dev.perl.org/perl6/rfc/346.html).
Please notifiy the author if you want to change and/or distribute this file (http://kde-look.org/content/show.php?content=24708).
And keep in mind: this file is a icon of the awesome amaroK, so take care of it.
Diff Revision 457889
View Visual Changes (to 1 file)

Michael Pyne committed a change to /branches/KDE/3.4/kdemultimedia/juk/googlefetcher.cpp:
Backport fix for bug 112118 (JuK Google cover search doesn't work anymore) to KDE 3.4.

Sorry about forgetting to do so earlier.

BUG:112118
Diff Revision 457901

Vladimir Prus committed a change to /branches/KDE/3.5/kdevelop/parts/outputviews/makewidget.cpp:
When clicking on error in make output widget, don't hide the widget,
because that hiding behaviour is highly irritating.
Diff Revision 458073

Networking Tools
Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/libkopetepp:
Hack to workaround Bug 95444: ICQ message title to tall for laptop window decoration
BUG: 95444
Diff Revision 456266

Marc Cramdal committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/jabberpp:
Now you can Send a message to a group containing jabber contacts. I think the real problem is that the window is destroyed before we can use the view() but I don't want to make too huge modifications from fear to introduce new bug as we are hunting them.

BUG:108389
Diff Revision 456296

Andre Duffeck committed changes in /branches/work/kopete/yahoo_rewrite:
login, eat cookies, parse buddies
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 7 more) Revision 456392

Roman Jarosz committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/groupwise/ui/gwaddcontactpage.cpp:
Fix crash when adding GroupWise contact when we are offline.
BUG: 107382
Diff Revision 456421

Urs Wolfer committed changes in /branches/work/make_kget_cool/kget:
* Replace the old droptarget icon with the nuvola one
* Some code cleanup (remove unused includes, replace some q3* classes, ...)
Diffs: 1, 2, 3, 4, 5, 6 Revision 456433
View Visual Changes (to 2 files)

Matt Rogers committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/oscare.ui:
add three new files which make up a dialog that will
inform the user of those contacts not on his server side list
and allow him to add them to the server side list.

not integrated into the build system on purpose, i'm getting ready to
switch branches and there seems to be a nice problem with applying
patches that create files
Diffs: 1, 2, 3 Revision 456723
View Visual Changes (to 1 file)

Matt Rogers committed changes in /branches/work/kopete/dev-0.12/kopete/protocols/oscar:
lots of work today:

- dump the spin box idea. nice for gaim, i'll use a combo box instead
since it's simpler for me, thanks
- the join chat room packet is sent now. we need to handle room info
and actually join the room now

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

Andre Duffeck committed changes in /branches/work/kopete/yahoo_rewrite:
- send/receive messages
- send/receive typing notifications
- receive Buzzes
- notify about mails
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 more) Revision 457012

Andre Duffeck committed changes in /branches/work/kopete/yahoo_rewrite:
Send Buzzes
Diffs: 1, 2, 3 Revision 457016

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
Changes :
- Switched version to 1.1rc1
- PeerID's prefix is now -KT11R1-
- Add new icons (still need svg icon)

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

Joris Guisson committed a change to /trunk/extragear/network/ktorrent/srcgzgz:
Added new svg icon
Diff Revision 457272

Joris Guisson committed a change to /tags/ktorrent/1.1rc1/srcgzgz:
Added new svg icon
Diff Revision 457273
View Visual Changes (to 1 file)

Matt Rogers committed changes in /branches/KDE/3.5/kdenetwork/kopete:
remove ugly toolbar drop down from the chat window. Instead, for ICQ,
add per contact encoding of messages, which can be accessed via the right
click menu for the contact. I will also be hooking up a default encoding
setting for the account as well, in an effort to minimize the number
of per contact encoding settings needed if a user spends most of his
time communicating in a certain encoding.

CCBUG: 101797
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 18 more) Revision 457359
View Visual Changes (to 3 files)

Matt Rogers committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/sendmessagetask.cpp:
fix bug 90365. split large messages into smaller chunks so they
can be sent w/o going over the limit.

BUG: 90365
Diff Revision 457377

Matt Rogers committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/oscar:
Tell users that they don't have certain contacts on their server side
contact list and give them the option to add them. Fixes bug 102399. Please
make sure it works for you.

BUG: 102399.
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 457416

Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/msn/ui.cpp.cpp:
Fix Bug 112018: Validating MSN account with global identity photo activated triggers error message
BUG: 112018
Diff Revision 457644

Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/libkopetepp:
Try to fix the Bug 111956: Bug when migrating config files from kopete of kde 3.4

I've not tested since i don't have anymore KDE 3.4
BUG: 111956
Diff Revision 457656

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/libkopetep:
Fix Bug 109687: Click View in knotify passive window for MSN chat opens new chat window
BUG: 109687
Diffs: 1, 2, 3 Revision 457663

Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/msn/msnaccount.cpp:
Check if the group is in the QMap before using the operator[] or empty item will be inserted to the map.
This may fix Bug 110408: crash on network disconnect (or reconnect?)
BUG: 110408
Diff Revision 457681

Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/jabberpppp:
Fix Bug 111960: Jabber groupchat plays sound notifications for own messages
BUG: 111960
Diff Revision 457699

Ivor Hewitt committed a change to /branches/KDE/3.5/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:
Add pwc (and other YUV pixformat) webcam support using simple conversion algorithm.
Diff Revision 458103

Urs Wolfer committed a change to /branches/KDE/3.5/kdenetwork/kget/main.cpp:
Small change in about dialog: Remove website link. http://kget.sourceforge.net/ is not updated for more than three years. So the users are confused and think that the KGet project isn't developed anymore. The website administrator (Patrick Charbonnier) isn't contactable (bouncing email addresses).Instead add the KGet mailinglist email address.
Diff Revision 458194

Ivor Hewitt committed a change to /branches/KDE/3.5/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:
Fix "blue-window" problem, caused by not unmapping memory mapped file.

BUG: 111933
Diff Revision 458342

Office
Inge Wallin committed changes in /branches/koffice/1.4/koffice:
Backport fix of bug 106011: KoUnitDoubleSpinBox has a design flaw
This fix:
- removes KoBuggyUnitDoubleSpinBox
- renames KoUnitDoubleSpinBox2 into KoUnitDoubleSpinBox.
- makes all of koffice use KoUnitDoubleSpinBox as it was originally
designed.

BUG: 106011
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 25 more) Revision 457716

User Interface
Josef Spillner committed changes in /branches/KDE/3.5/kdelibs/knewstuff:
- merging the changes from the kns-features branch
(which is now obsolete)
- plus support for author email address

GUI: introduces one new string in the description
Diffs: 1, 2, 3, 4, 5, 6 Revision 456584

Josef Spillner committed changes in /branches/KDE/3.5/kdelibs/knewstuff:
- support for tagged provider download feeds, as offered by kde-look now
- improved selection/deselection of items and synchronised display of install status
Diffs: 1, 2, 3, 4 Revision 456713

Philip Rodrigues committed a change to /branches/KDE/3.5/kdebase/doc/userguide/kcalc-systray.png:
Add this screenshot which is referenced in the docbook
Diff Revision 456740
View Visual Changes (to 1 file)

Stephan Binner committed changes in /branches/KDE/3.5/kdebase:
add/improve descriptions
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 456948

Stephan Binner committed changes in /trunk/KDE/kdebase:
add/improve descriptions
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 456949

Martin Koller committed changes in /branches/KDE/3.5/kdebase/kdesktop:
BUG: 112020

minicli is now resizeable with the mouse and keeps the size during one session, but does not enlarge to the max combobox content.
Diffs: 1, 2, 3 Revision 457371
View Visual Changes (to 1 file)

Utilities
Philip Rodrigues committed a change to /branches/KDE/3.5/kdeutils/doc/KRegExpEditor/index.docbook:
Move images out of <title>s because it breaks PDF generation. If you're unhappy with the result of this, get in touch and we can find a situation that works
Diff Revision 455840

Milan Mitrovic committed changes in /trunk/playground/sysadmin/kamion/src/images:
Eyecandy images added.
Diffs: 1, 2, 3 Revision 455843
View Visual Changes (to 3 files)

Ryan Nickell committed a change to /branches/KDE/3.5/kdeutils/superkaramba/src/sknewstuff.cpp:
Bugfix for installable mimetypes when downloading packages via knewstuff.
Diff Revision 456502

Klaus Niederkrüger committed changes in /branches/KDE/3.5/kdeutils/kcalc:
GUI: Configure the number of digits displayed in the kcalc-display,
before using scientific notation. (Thanks to Andreas Pietzowski)
Diffs: 1, 2, 3 Revision 456746
View Visual Changes (to 1 file)

Kurt Hindenburg committed a change to /branches/KDE/3.5/kdebase/konsole/konsole/konsole.cpp:
Temporary fix to handle crash when closing Konsole after detaching a session.

CCBUG: 106464
Diff Revision 456831

Henrique Pinto committed changes in /branches/KDE/3.5/kdeutils/ark:
Start fixing things for ZIP files: show folder icons for folder entries.
Diffs: 1, 2 Revision 457058

Stephan Kulow committed a change to /branches/KDE/3.5/kdeadmin/kuser/kgroupfiles.cpp:
just because there is shadow support doesn't mean there is also
a gshadow file.
Diff Revision 457629

Ivor Hewitt committed changes in /branches/KDE/3.5/kdeutils/klaptopdaemon:
Fix to add support for /sys/power/state interface.
Diffs: 1, 2 Revision 457925

Peter Rockai committed changes in /trunk/playground:
Add nuvola icons for the extender open/closed state indicator/switch.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 458248
View Visual Changes (to 8 files)

Security
KDE-Base
Dirk Mueller committed changes in /branches/KDE/3.4/kdebase/kcheckpass:
add kcheckpass fixes
Diffs: 1, 2 Revision 457647

Dirk Mueller committed changes in /branches/KDE/3.5/kdebase/kcheckpass:
kcheckpass fixes
Diffs: 1, 2 Revision 457648

Dirk Mueller committed changes in /branches/KDE/3.3/kdebase/kcheckpass:
kcheckpass fixes
Diffs: 1, 2 Revision 457660

Dirk Mueller committed changes in /branches/KDE/3.2/kdebase/kcheckpass:
kcheckpass fixes
Diffs: 1, 2 Revision 457719

Thanks for reading the KDE Commit-Digest!
KDE Commit-Digest by Danny Allen, 2006-2009
All issues in archive by Derek Kite