prev
28th August 2005
by Derek Kite
next


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


Statistics
Commits: 2760 by 225 developers, 78331 lines modified, 2034 new files.
Open Bugs: 8988
Open Wishes: 8402
Bugs Opened: 321 in the last 7 days.
Bugs Closed: 325 in the last 7 days.

Commit Summary
Module Commits
l10n
352
extragear
349
work
338
www
281
kdenonbeta
150
kdebase
150
playground
144
kdelibs
108
stable
104
koffice
86
Lines Developer Commits
10774
Harald Fernengel
159
372
Laurent Montel
67
446
Nikolas Zimmermann
59
236
Nicolas Goutte
55
116
Matthias Messmer
55
1823
Thierry Vignaud
54
117
Danny Allen
52
1136
Dirk Mueller
47
235
Aaron J. Seigo
45
546
Albert Astals Cid
45

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

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

Contents
  Bug Fixes Features Optimise Security Other
Accessibility [*] [*]
Development Tools [*] [*]
Educational [*] [*]
Graphics [*] [*] [*] [*]
KDE-Base [*] [*] [*]
KDE-PIM [*] [*]
Office [*] [*] [*] [*]
Konqueror [*] [*] [*] [*]
Multimedia [*] [*] [*] [*]
Networking Tools [*] [*] [*]
User Interface [*] [*] [*]
Utilities [*] [*]
Games [*] [*] [*]
Other

There are 339 selections this week.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Now we skip the fadeout if the EQ is active.

BUG: 110791
Diffs: 1, 2 Revision 449647

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

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

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

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

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

user tries to select different engine and down we go.

this finally fixes it.
Diff Revision 450259

Alexandre Pereira de Oliveira committed a change to /trunk/extragear/multimedia/amarok/src/tagdialog.cpp:
After we started trying to change the tags only when necessary, Collection Browser wouldn't be updated in some cases, confusing users.
BUG: 110836
Diff Revision 450775

Mark Kretschmann committed changes in /trunk/extragear/multimedia/amarok/src/engine:
Use proper mimetype detection for remote media with all engines. Now xine-engine doensn't treat remote files as radio streams any longer. This led to annoying side effects, like the title getting replaced with "Radio Stream".
Diffs: 1, 2 Revision 450956

Mark Kretschmann committed a change to /trunk/extragear/multimedia/amarok/src/amarokcore/amarok.kcfg:
Don't allow crossfading duration < 1500 ms. This change was necessary because xine skips tracks with smaller values.

Guys, can you please test if 1500 ms works OK for you?

BUG: 110814
Diff Revision 451292

Alexandre Pereira de Oliveira committed changes in /trunk/extragear/multimedia/amarok/srcp:
On Collection Browser:
* Remember all expended items;
* Don't scroll up or down to the selected item, instead try keeping it in its current position;
* Don't close opened items when filtering.
Patch by Christian Baumgart

To finish with 106792, we still need to make it have a good behaviour when changing the tracks (even for multiple tracks).

CCBUG: 106792
Diffs: 1, 2 Revision 451545

Koos Vriezen committed changes in /trunk/extragear/multimedia/kmplayer/src:
Restore opening the ao/vo driver once, because it didn't help clearing the
widget between movies (as it's the initialization of the movie that seems
to paint this garbage) and we benefit from added config keys for these
drivers. Eg. the alsa driver has some useful setting. Tried loading all
drivers and unloading them too, but that slows down too much ..

Heh heh, finally figured out why I always get B&W on the second movie with a
playlist. According to
http://xinehq.de/index.php/faq#CONTRASTBRIGHTNESSSATURATION
I need to play w/ the color settings a bit, and that was always auto done
for the first movie by the dcop link, but not for 1+ items. Code was there
but at the wrong side of the stream creation call :-)

Clean away the KXinePlayerPrivate class.
Diffs: 1, 2 Revision 452125

Alexandre Pereira de Oliveira committed changes in /trunk/extragear/multimedia/amarok/src:
Make wiki tab links use the color set for links, instead of "Selected Background". Let's see how it looks.
BUG: 111228
Diffs: 1, 2 Revision 452667

Gábor Lehel committed a change to /trunk/extragear/multimedia/amarok/src/party.cpp:
fix regression, random mode was being set to off on every startup
BUG: 111557
Diff Revision 453653

Networking Tools
Shintaro Matsuoka committed changes in /trunk/extragear/network/konversation/src:
Don't show messages on the OSD widget when the desktop is locked

BUG: 110840
I took the code to know if KDesktopLock is running from KPilot. Thank you, the kpilot team :)
Diffs: 1, 2 Revision 450606

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
Changes :
- Added warning message when removing incomplete or unsaved downloads
- Fixed BUG 111123
- Changed some strings on statusbar
- Fixed IP parsing bug in UDPTracker

BUG: 111123
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 451303

Peter Simonsson committed changes in /trunk/extragear/network/konversation/src:
* Make /list open the channel list panel
* Fix notice to handle IDENTIFY-MSG correctly

BUG:111234
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 451824

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
Changes :
- Display torrent errors in status column of KTorrentView
- Fixed crash in ChunkDownload::sendCancels
- BytesToString : if numbers are small, show in KB or Bytes if necesarry
- Fixed Bug 111124 (Peer* thing in previous commit)

BUG: 111124
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 452465

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
3 down, lots more to go :
- Fixed Bug 111367 (thanks to Frank Osterfeld for reporting and providing the solution)
- Fixed Bug 111396 by increasing the size of the seeders and leechers boxers
- FEATURE 111400 : show IP address in PeerView

BUG: 111367
BUG: 111396
FEATURE: 111400

GUI
Diffs: 1, 2, 3, 4, 5, 6 Revision 452722

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
Changes :
- Fixed Bug 111437 : make sure toolbar buttons are properly disabled/enabled
- Made sure ktorrent can handle > 4 GB files
- Added Ivan's small error patch
- Fixed huge bug which caused uploading to fail

BUG: 111437
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 24 more) Revision 453446

Joris Guisson committed changes in /trunk/extragear/network/ktorrent/libtorrent:
Changes :
- Fixing of all speed issues (Bug 111050,Bug 109343)
- Bug 111427 (was actually fixed by previous commit, thanks to Ivan)

BUG: 111050
BUG: 109343
BUG: 111427
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 7 more) Revision 453499

Grzegorz Jaskiewicz committed a change to /trunk/KDE/kdenetwork/kopete/libkopete/uiidgeidge:
backport
BUG: 110896
Diff Revision 453836

Office
Adriaan de Groot committed a change to /trunk/koffice/krita/core/color_strategytry.try.:
Bad Krita developer, no cookie: when adding, removing or otherwise totally changing method parameters, remember to update the dox.
Diff Revision 449848

Thorsten Zachmann committed changes in /trunk/koffice/kpresenterc:
forward port of SVN commit 450515 by zachmann:

o Fix add arrows to arc

GUI:
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 450565

Peter Simonsson committed changes in /trunk/koffice/kpresenter:
Fix focus after ending edit of newly added embedded object

BUG:105883
Diffs: 1, 2 Revision 450607

Peter Simonsson committed a change to /trunk/koffice/kpresenter/kpresenter_view.cc:
Always show the embedded part in the correct place

BUG:105881
Diff Revision 450889

Peter Simonsson committed changes in /trunk/koffice/kpresenter:
Don't show a drag line in the outline bar when trying to move objects

BUG:105880
Diffs: 1, 2 Revision 450940

Tim Beaulen committed changes in /trunk/koffice/karbon:
Add a basic Karbon template.

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

BUG:108755

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

Tim Beaulen committed a change to /trunk/koffice/karbon/karbon_view.cc:
Fix a crash when changing the color of more than one object using the strokefillpreview widget in the toolbar.

More information:
http://bugs.kde.org/show_bug.cgi?id=111147

BUG:111147
Diff Revision 451457

Tim Beaulen committed a change to /trunk/koffice/karbon/core/vlayer.cc:
When a layer was deleted, it still got saved, when saving as a Karbon file.

info: http://bugs.kde.org/show_bug.cgi?id=111148

BUG:111148
Diff Revision 451603

Tim Beaulen committed a change to /trunk/koffice/filters/karbon/png/pngexport.cc:
Make it possible for the png export filter to save all visible layers, and not only the first layer.

More information: http://bugs.kde.org/show_bug.cgi?id=111144

BUG:111144
Diff Revision 451629

Tim Beaulen committed a change to /trunk/koffice/karbon/core/vtext.cc:
Fix bug where object names of text objects don't get loaded.
They did get saved though.

More info: http://bugs.kde.org/show_bug.cgi?id=111269

BUG:111269
Diff Revision 452938

Tim Beaulen committed a change to /trunk/koffice/karbon/core/vtext.cc:
Fix the bug where the stroke of a text object doesn't get loaded.
The stroke is the element at position 0 (in the case there's no base path I guess), so starting at 1 will skip the
stroke.

Bug info: http://bugs.kde.org/show_bug.cgi?id=111268

BUG:111268
Diff Revision 453276

User Interface
Nikolas Zimmermann committed a change to /trunk/kdenonbeta/kcanvas/device/Makefile.am:
Amazing for 1,5 years device/agg hasn't been entered because of this subtle problem! Finally fixed...
Diff Revision 449496

Aaron J. Seigo committed changes in /trunk/KDE/kdebase/kicker/applets/minipager:
make tooltip also show which window you are hovered over
forward port of fix for #60162
Diffs: 1, 2, 3, 4 Revision 452536

Features
Development Tools
Alexander Dymo committed changes in /trunk/playground/devtools/eclipse/org.kde.autotools.core:
This large commit contains all changes I made to KDE-Eclipse project
since last commit. The list of changes can be found at the website
http://kde-eclipse.pwsp.net (under Features section ;))
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 26 more) Revision 449903

Alexander Dymo committed changes in /trunk/playground/devtools/eclipse/org.kde.autotools.ui:
This is KDE-Eclipse UI (automake manager and project wizards)
functionality I've implemented last two weeks. Changelog at the website:
http://kde-eclipse.pwsp.net/
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 31 more) Revision 449904
View Visual Changes (to 1 file)

Dominik Haumann committed changes in /trunk/KDE/kdeaddons/kate/tabbarextension:
* current work for kde4 kate tabbar plugin (just to have the code in svn)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 3 more) Revision 451414

Dominik Haumann committed changes in /trunk/KDE/kdeaddons/kate/tabbarextension:
* support for context menu
* support for highlighted tabs
* load/save support
* more eye-candy appearance
* code cleanups
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 452241

Dominik Haumann committed changes in /trunk/KDE/kdebase/kate/app:
* make it possible to hide the sidebars. If the users hides the sidebars
a message box informs him how to get them back (don't ask again included).
If the sidebars are hidden the user cannot access the tool views with the
mouse anymore (only via the menu) - this is also the reason for the
message box. The shortcuts still work (which is pretty cool imho:
if you set shortcuts, just hide the sidebars and save space).
* load/save supported (ie session restore)
* shortcut CTRL+ALT+SHIFT+Key_F assigned (is there a better one?)
* related bug #75431. This does not fix the problem in KMDI though -
only KateMDI.

Important note for KDE4-porters:
In qt3 QWidget::setShown() and QWidget::setHidden() called QWidget::show()
and QWidget::hide();
In qt4 this is reversed: QWidget::hide() and QWidget::show() call
QWidget::setVisible(). So if you reimplemented ::show() in qt3, you have to
reimplement ::setVisible() in qt4 to make sure you get the show-call.
Diffs: 1, 2 Revision 452639

Dominik Haumann committed changes in /trunk/KDE/kdeaddons/kate/tabbarextension:
* implement close request
* minor optimizations
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 452872

Paulo Moura Guedes committed changes in /trunk/KDE/kdewebdev/klinkstatus/src/ui:
Forward port:

- Allow the user to choose the URL to check with a file dialog- Set a minimum size to the list view
Diffs: 1, 2, 3 Revision 452895
View Visual Changes (to 1 file)

Educational
Joshua Keel committed changes in /trunk:
Move Kanagram to kdereview
Diffs: 1, 2 Revision 452055

Graphics
Piotr Szymanski committed changes in /trunk/playground/graphics/oKular/kpdf/generators/chm:
- my wrapper around both KHTMLPart and KCHMView's chmlib wrapper so that we get a rendered page.
- What works:
+ viewing documents
+ thumbnail generation
+ calculating page sizes based on the size of their KHTMLView
+ table of contents

- What is pending:
+ using internal index, will code it once I comeback, wasted too much time on textpage generation

- What probably will not work:
+ printing the entire document, no CHM viewer provides it now
it would need some kind of being able to print multiple HTML files
at once or sth similar (maybe anyone else has an idea?)

- About generating the textpage:
I went a long way, with enormous, and I do mean enormous help from SadEagle explaining to me how
to use the KHTML API to generate the text page in a usable way (actually getCaretPos is depreciated
and not document, and if you try to read the code, you'll notice it delegate the important stuff
further and further into the KHTML core. Understanding KHTML's core is a bit too much to require
at the moment.

Well finally I had something close to working, some words are matched properly - the rectangles are ok,
most are matched with a one/one and a half offshot to the right, finally some are not matched because
getCaretPost returns -1 as the left X border, I have no idea why, when I am asking for a

This is why I am ccing to kfm-devel, if anyone of you guys, has a while to spare and would be kind
enough, I would like to ask you to look at generator_t.cpp and the
void TGenerator::recursiveExploreNodes(DOM::Node node,KPDFTextPage *tp)
function, and tell me what seems wrong there? Also if you knwo a better way to get per character
coordinates for every character in the text inside a HTML Page, please let me know.
Diffs: 1, 2, 3, 4 Revision 450785

Gilles Caulier committed changes in /trunk/extragear/libs/kipi-plugins/cdarchiving:
CDArchiving kipi plugin : patch from Owen Hirst
CCBUGS: 98269 89394 91651 100877 106568
Diffs: 1, 2, 3 Revision 450825

Aurélien Gâteau committed changes in /trunk/extragear/graphics/gwenview:
Added support for symlinks.
BUG: 96850
Diffs: 1, 2 Revision 451520

Ramakrishna R. committed a change to /trunk/playground/base/klabelbrowser/klbkioslave/kio_klb.cpp:
implemented kioslave for urls like klb:/labelname gives an html page with clickable links to files
Diff Revision 451903

Tom Albers committed a change to /trunk/extragear/graphics/digikam/libs/thumbbar/thumbbar.cpp:
Keep the thumbnail completely visible and the next one as well. I heard from the bugreporter that he is extremely happy and will buy a pizza for me.
BUG: 104031
Diff Revision 452180

Gilles Caulier committed changes in /trunk/extragear/graphics/digikam/libs/widgetscpp:
New color gradient widget with no marging and support to toogle in disable state. Look better than old KColorGradient based implementation and is more adapted to Histogram Widget.
Diffs: 1, 2 Revision 453297

Gilles Caulier committed a change to /trunk/extragear/graphics/digikam/digikamgramgram:
Using new color gradient widget
Diff Revision 453302

Gilles Caulier committed changes in /trunk/extragear/graphics/digikamimageplugins/whitebalanceanceance:
digikam WhiteBalance tool : Polish GUI using new layout in user settings area

Gerhard, please can you update handbook screenshots.Gerhard Kulzer <>
Diffs: 1, 2 Revision 453567

KDE-Base
Jaroslaw Staniek committed changes in /trunk/KDE/kdelibs:

(from kde3.5)
More and more apps using SQLite:
-SQLite2, SQLite 3 mime types and magic data added
(already defined in may)
Diffs: 1, 2, 3, 4 Revision 453180

KDE-PIM
Adrian Schroeter committed changes in /trunk/playground/pim/kcall:
Eva said I can commit anything regarding to the GUI .... ;)
- Kontact part, we need a ReadOnly part for this
- disable toolbar, the single button had no functionality
- minor crash fixes
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 449640

Konqueror
Nikolas Zimmermann committed a change to /trunk/kdenonbeta/kdom/bindingsmm:
Working on the ksvg2 js bindings generation. Prepend KDOM:: where necessary.
Diff Revision 450925

Nicolas Goutte committed a change to /trunk/KDE/kdelibs/khtml/khtmlimage.desktop:
kimgio supports Targa files too
(Foreward port of revision 452076)
Diff Revision 452077

Stephan Binner committed changes in /trunk/KDE/kdelibs/khtml:
Add ability to display blocked javascript popups (#85246)

Brute-force forward port, a drink in Malaga for whom fixes it! ;-)
Diffs: 1, 2, 3, 4, 5 Revision 452222

Multimedia
Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/src/statusbar:
New widget to replace statusbar tooltips. A modification of PopupMessage which provides timout auto removal, custom widgets and nice style.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 449431

Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/src:
Button to clear all contents of the queuemanager
BUG:110819
Diffs: 1, 2 Revision 449652

Christian Esken committed changes in /trunk/KDE/kdemultimedia/kmix:
Implement the XML Profile based GUI configuration. The profile is
selected by considering 4 criteria: soundcard, soundcard driver,
soundcard driver version, user preference. The implemenentation
for the latter two is pending.
A virtual method driverName() was added to all Mixer-Backends.
For really activating Profiles, you need to read and act upon the
instructions in profiles/Makefile.am .
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 15 more) Revision 449850

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/src/amarokcorep:
Add dcop setLyricsByPath( url lyrics ), now let's see the custom lyrics fetching scripts. :)
Diffs: 1, 2, 3 Revision 449869

Stanislav Karchebny committed changes in /trunk/extragear/multimedia/amarok/src:
* Add cuefile metadata support.
Seeking from context browser doesn't work b/c of some seek weirdness.
Diffs: 1, 2, 3 Revision 450562

Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/srcp:
Show the number of tracks and albums in the collection at the bottom of the collection browser. Thanks to madpenguin8 for his insightful blog! Teach me about sql!
Diffs: 1, 2 Revision 450567

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/src/amarokcorep:
ADD new DCOP calls
collection::similarArtists( artists ), returns similar artists for the current track, limit results by 'artist'
collection::totalAlbums, returns total of albums in collection
collection::totalArtists, returns total of artists in collection
collection::totalGenres, returns total of genres in collection
collection::totalTracks, returns total of tracks in collection
Some people find collection::query awkward to use, these should provide a easier way to check collection
information.
Diffs: 1, 2, 3 Revision 451374

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/src/amarokcorep:
ADD DCOP collection::totalCompilations. More stats for your non-sql enjoyment.
Couldn't get this one right at first, watch your spaces in queries. :)
Sorry about all the rebuilding from touching the headers.
Diffs: 1, 2, 3 Revision 451427

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/src:
Add Open button to open the iPod without having to restart, having to restart got quite annoying.
Diffs: 1, 2 Revision 451530

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/srcp:
Better media device support.
You can now add items to media device queue from the collection browser.
Add connect and disconnect buttons for the media device with nice little warnings about mounting.
Enable transfer button only when there are items to transfer.
Diffs: 1, 2, 3 Revision 451848

Mark Kretschmann committed changes in /trunk/extragear/multimedia/amarok/src:
Remove shuffle function from Queue-Manager, as discussed on IRC. Goodbye, shuffle!
Diffs: 1, 2 Revision 452058

Marco Gulino committed changes in /trunk/kdenonbeta/kmobiletools/kmobiletools/deviceparts:
Redesigned Contact view page (everything HTML now ;) )
Diffs: 1, 2, 3, 4 Revision 452221

Gábor Lehel committed changes in /trunk/extragear/multimedia/amarok:
Bring collection browser's filtering capabilities fully up to par with the playlist's, plus one extra: searching in
the cached lyrics. Rejoice!
Diffs: 1, 2, 3, 4, 5 Revision 452928

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/src:
Add initial support for (u)mounting the media device using the "Connect" button. You must specify a mount and umount
command for this to work. Currently we use dcop to accomplish this until I can find some nice place to configure
mount commands. Use dcop plyaer::mdMountCommand and player::mdUmountCommand for setting commands.
Diffs: 1, 2, 3, 4, 5 Revision 453537

Markus Brueffer committed changes in /trunk/extragear/multimedia/amarok/src:
Equalizer UI improvements:

- add ability to add/delete/rename own and predefined equalizer presets
- scalable band/preamp preview
- reworked EqualizerSetup dialog
- new EqualizerPresetManager dialog
- new dcop call: setEqualizerPreset which sets an equalizer preset by name
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 453676

Mike Diehl committed a change to /trunk/extragear/multimedia/amarok/src/mediabrowser.cpp:
Add dialog to configure (u)mount commands. This makes (u)mounting via the connect button functional.

BUG:111012
Diff Revision 453758

Networking Tools
Jernej Kos committed changes in /trunk/extragear/network/kftpgrabber/src:
Added support for public key authentication for SFTP connections.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 449831

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
Changes :
- Tracker and derivatives now interpret their data instead of TorrentControl and PeerManager, which makes for some cleaner code. Tracker and TorrentControl now also communicate through signals
- The port used by UDPTracker is now configurable
- Added warning message for people to forward their ports in the download preferences
- Drag and Drop of URL's into view now works (FEATURE 110937)
- Set proper filter in open file dialog (FEATURE 110940)
- Fixed small bug in KTorrentCore::stop
- Use colors in Status column of KTorrentView
- Used KSqueezedTextLabel for first item of StatusBar (Fixes Bug 110938)

FEATURE: 110937
FEATURE: 110940
BUG: 110938
GUI
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 15 more) Revision 450003

Joris Guisson committed changes in /trunk/extragear/network/ktorrent/src:
Changes :
- "UDP Tracker Port" -> "UDP tracker port"
- Added menu in search
- Fixed back behaviour in search
- Fixed bug 110950

FEATURE: 110941
BUG: 110950
GUI
Diffs: 1, 2, 3, 4, 5, 6 Revision 450620

Albert Astals Cid committed changes in /trunk:
Moving the gopher kioslave to extragear/network, helio agreed in that
Diffs: 1, 2 Revision 452209

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
Changes :
- Added methods to get the number of leechers and seeders to TorrentControl
- Show seeders and leechers in InfoWidget (FEATURE 111051)
- Show share ratio in InfoWidget (FEATURE 111051)
- Fixed 111276
- Each Peer now owns it's PeerDownloader and PeerUploader
- Increased crash safety by not having Peer* members everywhere
- Take into account the fact that we can have multiple torrents who have UDP Trackers

FEATURE: 111051
BUG: 111276
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 24 more) Revision 452433

Michal Vaner committed changes in /trunk/kdereview/kopete_skype:
GUI:
Added user details dialogSmall bug when adding users fixed
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 452809

Office
Peter Simonsson committed changes in /trunk/koffice/kpresenter:
Use a double for the pen width and allow for some more sizes... this should work better with openDoc too.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 36 more) Revision 449686
View Visual Changes (to 1 file)

Tomas Mecir committed changes in /trunk/koffice/kspread:
Added the INDEX function. Not 100% excel-compatible due to lack of param 4, but we're getting there ... Not that I really care, but we still do ...
Diffs: 1, 2 Revision 449968

Adrian Page committed a change to /trunk/koffice/filters/krita/openexrpppp:
Enable saving in OpenEXR format.
Diff Revision 450321

Thorsten Zachmann committed changes in /trunk/koffice/kpresenter:
Forward port of SVN commit 441539 by zachmann

Fix: Add support for gradient background of pie and chord
objects.
Diffs: 1, 2 Revision 450536

Jan Hambrecht committed changes in /trunk/koffice/karbon/tools:
improved usability of texttool, it behaves more predictable now
- always initialize with selected object when showing the tool dialog
- only show tool dialog when an object is selected
- made texttool selection changing (triggers views selection changed signal)
- always repaint bounding rect of edited text when changed
- set all shadow options properly in tool dialog
- cancel tool when pressing cancel button
- some other small changes
Diffs: 1, 2 Revision 451035

Peter Simonsson committed a change to /trunk/koffice/kpresenter/sidebar.cc:
Add context menu to object items in the outline
FEATURE:72134
Diff Revision 451081

Boudewijn Rempt committed changes in /trunk/koffice/krita:
* Fix colorspace conversion the slow way
* Make conversion a little more streamlined
* Add base transforms from/to rgb and xyz for all relevant colorspaces
* Begin implementing default ops in 16-bit xyz.
* Remove broken icm file
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 more) Revision 451689

Boudewijn Rempt committed changes in /trunk/koffice/krita:
* Really, really fixed cnyk. Colorspace conversions, separations, everything works now.
* Renamed nativeColor to fromQColor
* Reviewed the todo
* Make KisPattern not use QColor anymore (pity the gradient painter is still very
qcolor dependent)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 37 more) Revision 451917

Yann Bodson committed changes in /trunk/koffice/lib/kofficecore:

* add a button to reset metadata
* add a button to delete personal data
Diffs: 1, 2, 3, 4, 5, 6 Revision 452067

Tim Beaulen committed changes in /trunk/koffice/karbon:
Patch by Alan Horkan.
Thanks Alan.


changed the keys in karbon to match the changes made in Krita and be more like Adobe Illustrator/Photoshop

removed the spaces from the Zoom menu items

changed "View, Zoom, Width" to "View, Zoom, Zoom Width"

changed the About dialog
(I added a credit for Alan too)


More information: http://bugs.kde.org/show_bug.cgi?id=108789

BUG:108789
Diffs: 1, 2 Revision 452151

Boudewijn Rempt committed changes in /trunk/koffice/krita:
* FEATURE: add 16 bits gray and cmyk colorspaces
* Removed unused brightnes/contrast methods from all colorspaces -- these are replaced
by applyAdjustment.
* Moved the popup buttons to a docker, made the paintop box a combobox and placed
all of them in their own docker; let's see whether that works out. If you don't
like this arrangement, shout at me.
* Filled in the u8 and u16 base colorspaces with alpha/to/from qcolor and other
common functionality.
* Optimize bigendian display by using lcms for the byte-swapping
* Made a generic toQImage that uses lcms.
* Created a KisDlgLayerProperties dialog that shows the colorspace of the current
layer and also used a .ui file, instead of a coded layout.
* Added a createdcop.py script that generates the skeleton for a dcop interface
class.
* Messed about with dcop some more
* Since an icc profiles works with any lcms colorspace, make the lcmscolorspace type
private to kisprofile.
* Added icons to the items in the paintop box
* Fix cutting
* Fix XYZ colorspace
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 85 more) Revision 453234
View Visual Changes (to 1 file)

Adam Treat committed changes in /trunk/extragear/office/datakiosk/srcpp:
* Just tons and tons of changes. I've been loathe to commit
until I had removed all of the code dependend on my local test
database. I've now removed it.
* You can now cancel from saved search dialogs.
* Most all of the dataview functionality has been implemented/improved.
* Changes to the editor widgets to make them show default database
* values.
* Numerous other changes that I've now forgot... :(
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 more) Revision 453646

User Interface
Stephan Binner committed a change to /trunk/KDE/kdelibs/kded/applications.menu:
Add Development/Translation/
Add Development/Web Development/
Move Editors/ into Utilities/
Move Toys/ into Games/
Diff Revision 451378

Stephan Binner committed changes in /trunk/KDE/kdebase/applnk:
Add Development/Translation/
Add Development/Web Development/
Diffs: 1, 2, 3 Revision 451380

Utilities
Michael Pyne committed changes in /trunk/playground/utils/abakus:
I promised I'll import Abakus into KDE's Subversion repo, so here it is (attempt 2).

Beware though, it uses bksys, which means it pretty much ignores the rest of
the KDE build system altogether. I'm actually torn about this: bksys/SCons is
really frickin' nice, but then I can't automate the build with kdesvn-build.

I've investigated adding Makefile.am and configure.in.in and forwarding the
call to Abakus's configure script and SCons, but it seems to be more trouble
than it's worth. Oh well.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 55 more) Revision 449908
View Visual Changes (to 9 files)

Jason Kivlighn committed changes in /trunk/extragear/utils/krecipes/src:
-Add support for ingredient ranges. A new column was added to the ingredient_list table, which is the amount offset. The range is stored as the minimum amount, and then the amount that the ingredient can vary by. (e.g. 1-5 stores '1' in the 'amount' field and '4' in the 'amount_offset'). Because this alters the database structure, be warned SVN users and backup anything you don't want to lose ;-)

For the user, this means they can now simply enter the ranges, separated by a dash ('-') in the amount edit.

Everything should be complete, with the exception of importing and exporting.

Other tweaks/fixes:
-Fix MySQL and PostgreSQL loading the recipe title. This code was used to show the title of items in the shopping list and the filename of an export
-Added a (manual) config option for testing the performance of some code. This would incrementally load some items from the database, rather than all in one go (thus blocking the UI thread).
-For the new printing support, allow the HTML exporter to load the printing layout
-Tweaked some profiling code
-Give credit where it's due (Help->About->Thanks To). Colleen Beamer has been an awesome help :-)
-Remove the "Warning: Beta" note from the PostgreSQL option. This has been there since 0.7 and I haven't experienced any problems (nor have any been reported) since 0.7.1.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 14 more) Revision 450312

Marco Gulino committed changes in /trunk/kdenonbeta/kmobiletools:
Adding kio_p2k and kio_mobile for mobile's filesystem access (currently motorola only)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 20 more) Revision 451802

Raul Fernandes committed changes in /trunk/kdenonbeta/ktranslator:
Documentation for dictionary plugins
Better look for results window
Diffs: 1, 2, 3 Revision 451815

Jason Kivlighn committed changes in /trunk/extragear/utils/krecipes:
Install Krecipes mimetypes. These include *.kre,*.kreml, and *.krecbk. Now Krecipes files
will have an icon and a "Type" description (e.g. Right-click and file and hit "Properties";
there will be a description of what the file is.)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 452560
View Visual Changes (to 4 files)

Spiros Georgaras committed changes in /trunk/kdenonbeta/kio_mhtml:
reading Kmail's colors and fonts
Diffs: 1, 2, 3, 4, 5, 6 Revision 452616

Egon Willighagen committed changes in /trunk/playground/base/kat/src:
Added full text search for chemical PDB files
Diffs: 1, 2, 3, 4, 5, 6 Revision 452757

Egon Willighagen committed changes in /trunk/playground/base/kat/src:
Added a DVI fulltext search plugin
Diffs: 1, 2, 3, 4, 5, 6 Revision 452804

Jean-Remy Falleri committed changes in /trunk/KDE/kdeutils/kfloppy:
Enabled media or system url parameter and added a Format action.
BUG: 109873
Diffs: 1, 2, 3 Revision 452869

Stefan Bogner committed changes in /trunk/kdenonbeta/kmobiletools/kmobiletools:
phonebook
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 453022

Raul Fernandes committed changes in /trunk/kdenonbeta/ktranslator:
Wizard to add dictionaries
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 453600

Optimise
Accessibility
Robert Vogl committed changes in /branches/KDE/3.5/kdeaccessibility/ksayit/src:
Some optimiziations in the area of plugin handling.
Diffs: 1, 2, 3 Revision 452145

Games
Josef Weidendorfer committed a change to /branches/KDE/3.5/kdegames/kenolaba/Board.cpp:
Simplify logic in search for best move
Diff Revision 450295

Graphics
Jörn Ahrens committed changes in /trunk/extragear/graphics/digikam:

Moved the sidebar stuff into libs/widgets and removed the albummanager
dependency, so we can use the sidebar in image editor and showfoto too.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 449417

Wilfried Huss committed a change to /trunk/KDE/kdegraphics/kviewshell/kmultipage.cpp:
Port of revision 451620
Prerender the next page before switching pages in singe page viewmode. This gives a smooth transition.
Diff Revision 451621

Konqueror
Ivor Hewitt committed a change to /trunk/KDE/kdelibs/khtml/khtml_settings.cc:
Optimise adfilter generation, using part of suggestion from
Andreas Kling

CCBUG: 110779
Diff Revision 449556

Multimedia
Gábor Lehel committed a change to /trunk/extragear/multimedia/amarok/src/playlist.cpp:
flickerminusminus
Diff Revision 449402

Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/src/statusbar:
Refactor some of the popupMessage code. Allow for 3 different entrances: Plain (immediate show), Slide & Dissolve. Dissolve animation is still work in progress and does not work as expected. Enjoy.
Diffs: 1, 2, 3, 4, 5 Revision 450195

Koos Vriezen committed a change to /trunk/extragear/multimedia/kmplayer/src/kmplayerview.cpp:
Restore moveRect optimization, in my setup when running the tests, the icon
clearly moves smoother. It's only the border that flickers, so instead of
forcing the repaint on the small rectangle that needs painting, try a
scheduleRepaint as we now have double the repaint rate
Diff Revision 452133

Michael Pyne committed a change to /branches/KDE/3.5/kdemultimedia/juk/nowplaying.cpp:
Don't load large covers from the Now Playing bar, as the Thumbnail version
(80x80) is quite sufficient to fit the current 64x64 cover size.

This speeds up the track announcement popup for me (especially for ginormous
covers).
Diff Revision 452300

Office
Tim Beaulen committed changes in /trunk/koffice:
Place gradient loading (and later also saving) in a general place (libraries).

This will give Karbon the ability to now load, besides karbon gradients, krita/gimp gradients and svg gradients.
And it will give Krita the ability to now load also karbon gradients and svg gradients.

For more information:
http://lists.kde.org/?l=koffice-devel&m=112411103703695&w=2
http://bugs.kde.org/show_bug.cgi?id=108171
CCBUG:108171
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 451047

Peter Simonsson committed changes in /trunk/koffice/kivio/kiviopart:
More porting to my new Kivio::Object based core.
Nothing works yet, but it should all compile.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 14 more) Revision 451976

Other
Accessibility
Gunnar Schmidt committed changes in /branches/KDE/3.5/kdeaccessibility/kbstateapplet:
Extended the keyboard status applet to show the state of the mouse buttons and to show which AccessX features are enabled. This is part of the Keyboard Access Functional Specification Draft from the FSG Accessibility Workgroup.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 46 more) Revision 449425
View Visual Changes (to 54 files)

Danny Allen committed a change to /trunk/KDE/kdeaccessibility/IconThemes/mono/scalable/actionsb4p.b4p.:
add kig action icon...
Diff Revision 449525
View Visual Changes (to 1 file)

Danny Allen committed changes in /trunk/KDE/kdeaccessibility/IconThemes/mono/scalable/actions:
add kpilot sidebar icons, kreversi toolbar icons
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 450905
View Visual Changes (to 9 files)

Danny Allen committed a change to /trunk/KDE/kdeaccessibility/IconThemes/mono/scalable/apps/ksimon.svgz:
remove ksimon mono icon - blinken now :)
Diff Revision 450958

Olivier Goffart committed changes in /branches/work/soc-khotkeys-speechrecog:
Make sure the voice is not too close of already existing one, Let the user know that the sound has not been recored.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 451914

Danny Allen committed changes in /trunk/KDE/kdeaccessibility/IconThemes/mono/scalable:
add new window_duplicate icon
Diffs: 1, 2 Revision 452258
View Visual Changes (to 2 files)

Olivier Goffart committed changes in /branches/KDE/3.5/kdebase/khotkeys:
Merge my speech recognition work in KDE 3.5 branch
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 36 more) Revision 452282

Olaf Schmidt committed changes in /branches/KDE/3.5/kdeaccessibility/kmag:
On computers with few MB RAM there is not enough memory available to magnify the whole screen, which can lead to crashes. Solution: Only magnify the clipped area.
This commit fixes the crash. As a side effect, the behaviour of KMag when saving a screenshot to disk is changed: The screenshot is now no longer saved magnied, so people need to use an image editor if they want this.BUG:97150
Diffs: 1, 2 Revision 452293

Olaf Schmidt committed a change to /branches/KDE/3.5/kdeaccessibility/kmag/kmagzoomview.cpp:
Avoid recursive magnification
Diff Revision 452303

Danny Allen committed a change to /trunk/KDE/kdeaccessibility/IconThemes/mono/scalable/actionsvgzvgz:
add missing action icon
Diff Revision 452457
View Visual Changes (to 1 file)

Olaf Schmidt committed changes in /branches/KDE/3.5/kdeaccessibility/kmag:
Add invertation mode
Diffs: 1, 2, 3, 4, 5 Revision 452899

Olaf Schmidt committed changes in /branches/KDE/3.5/kdeaccessibility/kmag:
Add screen edge mode.This mode is especially important for partially sighted people and yet unsupported from any other screen magnifer on Unix
Diffs: 1, 2, 3 Revision 453039

Development Tools
Andras Mantia committed changes in /branches/KDE/3.5/kdewebdev/quanta:
Fix caption of email selection list in the Mail tag dialog.
Add possibility to select project members from the KDE addressbook.Default to Simple Member when adding new members.
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 449476
View Visual Changes (to 1 file)

Diego Iastrubni committed a change to /branches/KDE/3.5/kdelibs/kate/data/fstab.xml:
Added syntax highlight support for /etc/fstab, /etc/mtab files.

The xml is quite simple and stupid, I might change it a little,
specially the itemDatas since I am not very happy about the colors. I wanted to
display "wrong" file systems as errors, but it's very problematic since every
system has different file systems supported... bla... they are blue always,
live with it!

Public domain, enjoy :)

Diff Revision 449511

Andras Mantia committed changes in /branches/KDE/3.5/kdewebdev/quanta/project:
Store information about who are you in a project.
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 449649
View Visual Changes (to 1 file)

Andras Mantia committed changes in /branches/KDE/3.5/kdewebdev/quanta:
Nickname for team members!
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 449653
View Visual Changes (to 2 files)

Michael Pyne committed a change to /branches/KDE/3.5/kdesdk/scripts/kdesvn-build:
Backport fix for bug 110682 (kdesvn-build sometimes fails to copy srcdir to builddir
right for kdebindings) to kdesvn-build for KDE 3.5, along with some various
bugfixes from trunk.

This should be working OK now, if not, --> bugs.kde.org ;)

BUG:110682
Diff Revision 449896

Vladimir Prus committed a change to /branches/KDE/3.5/kdevelop/languages/cpp/debugger/gdbcontroller.cpp:
Before running debugger, check if application is indeed executable.

BUG: 72547
Diff Revision 450870

Dominik Haumann committed a change to /branches/KDE/3.5/kdeaddons/kate/tabbarextensionensiensi:
Workaround: do not disrupt the toolbar. Problem is, that the toolbar position
is not restored correctly (don't know why, probably another bug).
BUG: 110642
Diff Revision 451090

Andras Mantia committed changes in /branches/KDE/3.5/kdewebdev/quanta:
Do not close a file when it is removed from a project. Fixes the crash when deleting a file which is part of a project from the tab context menu.

Change some Delete button to Remove.
BUG: 111134
Diffs: 1, 2, 3, 4, 5, 6 Revision 451325

Andras Mantia committed changes in /branches/KDE/3.4/kdewebdev/quanta:
Backport: Do not close a file when it is removed from a project. Fixes the crash when deleting a file which is part of a project from the tab context menu.
Diffs: 1, 2 Revision 451326

Jens Herden committed a change to /branches/KDE/3.5/kdewebdev/quanta/src/quanta_init.cpp:
bugfix: open also the unsaved backup files after crash of Quanta
Diff Revision 451727

Andras Mantia committed changes in /branches/KDE/3.5/kdewebdev/doc/quanta:
Updates to documentation.
Diffs: 1, 2, 3, 4, 5, 6 Revision 451755
View Visual Changes (to 3 files)

Jens Herden committed a change to /branches/KDE/3.5/kdewebdev/quanta/treeviews/basetreeview.cpp:
bugfix: show filesystem permissions also for remote locations in the properties dialog
Diff Revision 451764

Andras Mantia committed changes in /branches/KDE/3.4/kdewebdev/quanta:
Backport two bugfixes made by Jens:
-show filesystem permissions also for remote locations in the properties dialog- open also the unsaved backup files after crash of Quanta
Diffs: 1, 2 Revision 452261

Adriaan de Groot committed changes in /trunk/developer.kde.org/documentation/library:
Add images (copied from crystal iconset) to make howto more sexy.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 452271

Roberto Raggi committed changes in /branches/work/kdevelop4-parser:
the new version of the KDevelop C++ parser.
- new Abstract Syntax Tree
- new visitor + default visitor
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 16 more) Revision 452391

Roberto Raggi committed changes in /branches/work/kdevelop4-parser/rpp:
Initial version of the KDevelop C/C++ preprocessor.
It can handle blocks and macro definitions. Macro substitution
is not yet implemented. I hope to finish it the next creative friday. So
we can integrate `rpp' in KDevelop.
Diffs: 1, 2, 3, 4, 5, 6 Revision 452392

Dominik Haumann committed changes in /branches/KDE/3.5/kdebase/kate/app:
* make it possible to hide the sidebars. If the users hides the sidebars
a message box informs him how to get them back (don't ask again included).
!!! Someone please prove-read the message box text.
If the sidebars are hidden the user cannot access the tool views with the
mouse anymore (only via the menu) - this is also the reason for the
message box. The shortcuts still work (which is pretty cool imho:
if you set shortcuts, just hide the sidebars and save space).
* load/save supported (ie session restore)
* shortcut CTRL+ALT+SHIFT+Key_F assigned (is there a better one?)
* related bug #75431. This does not fix the problem in KMDI though -
only KateMDI.
Diffs: 1, 2 Revision 452489

Jens Herden committed a change to /branches/KDE/3.5/kdewebdev/quanta/src/quanta_init.cpp:
Bugfix: parser was disabled if autoload of files is disabled in configuration
Diff Revision 452511

Andras Mantia committed changes in /branches/KDE/3.5/kdewebdev/doc/quanta:
Update some out-of-date information I noticed.
Diffs: 1, 2 Revision 452624

Vladimir Prus committed changes in /branches/KDE/3.5/kdevelop:
Assign shortcuts to most common debugger functions:
F9 -- run/continue
F10 -- step over
F11 -- step in
F12 -- step out

The shortcuts are choosed to be located on the same block of F-keys,
to ease memorization and also so that "step in/step out" are next to each
other.

The "watch from expression" and "toggle breakpoint" actions don't yet
any shortcuts yet -- I believe they probably don't need them. Breakpoint
can be toggled with mouse and watch from expression is in the popup menu.

I'm not sure with F9 -- run in debugger/continue shortcut, one can argue
that F9 should be run while "shift+F9" should be run in debugger. In any case,
some project manager don't have any shortcut for "run" at all, and some use
"shift+f9" and I don't want to mess with that yet.

This change comes at expense of Kate, which no longer has shortcuts for
the "hide/show folding markers", "dynamic word wrap" and
"hide/show line numbers" action. However, those are far less important in IDE
than debugger actions.

* src/partcontroller.cpp
(PartController::integratePart): For texteditor, disable some
action. Make sure we do it only if the actions are in fact defined,
and shortcuts conflict with debugger, so that we don't do anything
wrong if text editor is not Kate. See comment in code for further
explanations.

* languages/cpp/debugger/debuggerpart.cpp
(DebuggerPart::DebuggerPart): Assign shortcuts.


BUG: 85453
Diffs: 1, 2 Revision 452736

Paulo Moura Guedes committed changes in /branches/KDE/3.5/kdewebdev/klinkstatus/src/ui:
- Allow the user to choose the URL to check with a file dialog- Set a minimum size to the list view
Diffs: 1, 2, 3 Revision 452891
View Visual Changes (to 1 file)

André Wöbbeking committed changes in /branches/cervisia/subversion_support/kdesdk/cervisia:
First version of a diff parser. Should work for CVS and Subversion as both uses unified diff format.
Diffs: 1, 2, 3, 4 Revision 452962

Educational
Danny Allen committed changes in /branches/KDE/3.5/kdeedu/kig/iconsralh:
add icon...
Diffs: 1, 2, 3 Revision 449523
View Visual Changes (to 3 files)

Chusslove Illich committed changes in /trunk/l10n/sr:
Serbian sounds for KTuberling, branch 3.5
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 28 more) Revision 449744

Albert Astals Cid committed changes in /:
Moving blinken (formerly known as ksimon) to kdeedu for 3.5 release
Diffs: 1, 2 Revision 450725

Carsten Niehaus committed changes in /branches/KDE/3.5/kdeedu/doc/kalzium:
* Rewrite of the chapter about the calculator
* Redone two screenies (related to the calculator)
Diffs: 1, 2, 3 Revision 451283
View Visual Changes (to 2 files)

Carsten Niehaus committed changes in /trunk/www/areas/edu/kalzium:
update screenshot of the calculator
Diffs: 1, 2 Revision 451320
View Visual Changes (to 1 file)

Carsten Niehaus committed a change to /branches/KDE/3.5/kdeedu/kalzium/src/data/data.xml:
* I took the time to control some values in data.xml and found many wrong values. For example, more than once the value for the covalent radius was asigned to the atomic radius and vice versa... As the dataset is the most important/biggest value of Kalzium I will go through the complete dataset, starting with Hydrogen (H). It would be nice if somebody else would start from the last element so that we'll meet in the middle...
Diff Revision 452421

Carsten Niehaus committed a change to /branches/KDE/3.5/kdeedu/kalzium/src/data/knowledge.xml:
add the description of the radii
Diff Revision 452430

Carsten Niehaus committed changes in /branches/KDE/3.5/kdeedu/kalzium:
* APIDOX in element.h
* adding some more data
* introducing a new tag for the element-element-distance. This will not be used in Kalzium of KDE 3.5 because of the featurefreeze
* adding the graphic for the abundance in crustal rocks
* checked and fixed all radii-data up to Argon (Ar)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 452816
View Visual Changes (to 1 file)

Danny Allen committed a change to /trunk/www/areas/edu/pics/projectsgg:
add kanagram icon
Diff Revision 453311
View Visual Changes (to 1 file)

Games
Lauri Watts committed changes in /branches/KDE/3.5/kdegames/doc/kfouleggs:
Update from Burkhard Lück
BUG:105330
Diffs: 1, 2 Revision 449757
View Visual Changes (to 1 file)

Lauri Watts committed changes in /branches/KDE/3.5/kdegames/doc/kbounce:
Update from Burkhard Lück
BUG:105294
Diffs: 1, 2, 3, 4 Revision 449775
View Visual Changes (to 3 files)

Jaison Lee committed changes in /branches/KDE/3.5/kdegames/kpat:
BUG: 90665
A game in KPat is not recorded until after the first valid, user-
initiated card move. Pile flips and double clicks do not currently
count, mostly for technical reasons. This also corrected an
unreported bug that caused you to receive an automatic loss the
first time the program was run.
Diffs: 1, 2 Revision 449895

Jaison Lee committed changes in /branches/KDE/3.5/kdegames/kpat:
Enhanced the method for determining when a game has begun,
since a "valid move" can differ from game to game. Single-
and double-clicks on cards and the pile can now make the
game count, depending on the type of game being played and
how it responds to these events.
Diffs: 1, 2 Revision 449907

Danny Allen committed changes in /branches/KDE/3.5/kdegames/kreversi/icons:
add missing toolbar icons for kreversi
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 450212
View Visual Changes (to 10 files)

Albert Astals Cid committed changes in /trunk/KDE/kdegames/kreversi:
Fordward port change at Pino's request
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 2 more) Revision 450233
View Visual Changes (to 10 files)

Jaison Lee committed a change to /branches/KDE/3.5/kdegames/kpat/dealer.cpp:
BUG: 103555
Double-clicks and autodrops now count as moves, so that undo
works better in regards to counter overflow.
Diff Revision 452332

Jaison Lee committed changes in /branches/KDE/3.5/kdegames/kpat:
BUG: 91457
Changed move counting. Instead of running in circles making sure that
the move counter is incremented each time a move is made, the move
counter has been removed and replaced by just using the current number
of entries in the undoList. The number of moves now always matches the
number of undoable moves, and the counter never underflows. Everything
seems to work except for savegames, and undo in savegames is not working
now anyway.
Diffs: 1, 2, 3, 4, 5 Revision 452350

Nicolas Hadacek committed a change to /branches/KDE/3.5/kdegames/kmines/solver/adviseFast.cpp:
fix c++ constness (bug #111304)
Diff Revision 453318

Nicolas Hadacek committed changes in /branches/KDE/3.5/kdegames/kmines:
- fix bug #100163 (log file loading)
- adjust version and changelog
Diffs: 1, 2, 3 Revision 453325

Nicolas Hadacek committed changes in /branches/KDE/3.4/kdegames/kmines:
backport fixes for bug #111304 and #100163
Diffs: 1, 2, 3, 4 Revision 453331

Dave Corrie committed a change to /branches/KDE/3.5/kdegames/katomic/levels/level_19:
Correct name of molecule.
BUG: 94134
Diff Revision 453359

Graphics
Clarence Dang committed a change to /branches/KDE/3.5/kdelibs/kimgio/psd.kimgio:
-Mimetype=image/x-psd
+Mimetype=image/x-vnd.adobe.photoshop


Could someone please forward port to trunk/ (KDE4)?
Diff Revision 449609

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

Laurent Montel committed a change to /branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf/JPXStream.cc:
Backport fix crash on x86_64
Diff Revision 449675

Albert Astals Cid committed changes in /branches/KDE/3.4/kdegraphics/kpdf/xpdf/xpdf:
Disable zlib based decoder from poppler as it cause bugs
BUGS: 110199
Diffs: 1, 2, 3 Revision 450335

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

Danny Allen committed changes in /branches/KDE/3.5/kdegraphics/kolourpaint/picst_se:
add missing PNG icons
Diffs: 1, 2, 3 Revision 451333
View Visual Changes (to 3 files)

Danny Allen committed changes in /branches/KDE/3.5/kdegraphics/doc/kolourpaint:
update icons in doc
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 11 more) Revision 451348
View Visual Changes (to 21 files)

Danny Allen committed changes in /trunk/KDE/kdelibs/pics/crystalsvgupli:
icons for my upcoming fix of bug 34751
Diffs: 1, 2, 3, 4, 5 Revision 452242
View Visual Changes (to 5 files)

Danny Allen committed changes in /trunk/KDE/kdelibs/pics/crystalsvgng:
use new koffice logo in mime icon
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 452471
View Visual Changes (to 7 files)

Gilles Caulier committed changes in /trunk/extragear/graphics/digikam/digikam/pics:
New icons
Diffs: 1, 2, 3, 4, 5, 6 Revision 452718
View Visual Changes (to 5 files)

Albert Astals Cid committed a change to /branches/KDE/3.5/kdegraphics/kpdf/ui/minibar.cpp:
Fix bug 110171
BUGS: 110171
Diff Revision 453550

Albert Astals Cid committed a change to /branches/KDE/3.4/kdegraphics/kpdf/ui/minibar.cpp:
Backport fix for bug 110171
Diff Revision 453551

Aurélien Gâteau committed changes in /trunk/extragear/graphics/gwenview/gvdirpartng:
New, more integrated icon
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 453615
View Visual Changes (to 4 files)

KDE-Base
Stephan Kulow committed changes in /branches/work/coolos_kdm/kfrontend:
some profiling for themes
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision 451355

Stephan Kulow committed a change to /branches/work/coolos_kdm/kfrontend/themer/kdmpixmap.cpp:
allow prescaling of pixmaps
Diff Revision 451361

Nicolas Goutte committed a change to /branches/KDE/3.5/kdebase/kioslave/info/info.cc:
Re-direct if the URL has a trailing / character
(as after using the "Up" button)
CCBUG:104728
Diff Revision 452119

David Faure committed a change to /branches/KDE/3.4/kdebase/kcontrol/ebrowsing/plugins/shorturi/kshorturifilter.cpp:
Backport name filter code, to fix name filters in konqueror.
Leo: thanks for the url with the patch - can you close the bug report? I don't have its number.
Diff Revision 452598

Stephan Binner committed changes in /branches/KDE/3.5/kdebase/kcontrol/kcontrol:
Get at least rid of the ugly tabs for 3.5
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 452957

Jaroslaw Staniek committed changes in /branches/KDE/3.5/kdelibs:
More and more apps using SQLite:
-SQLite2, SQLite 3 mime types and magic data added
(already defined in may)
Diffs: 1, 2, 3, 4 Revision 453179

Tobias Koenig committed a change to /branches/KDE/3.5/kdelibs/kab/addressbook.cc:
Fixed code to be C++ standard conform. Thanks for the patch!

BUG:111181
Diff Revision 453215

KDE-PIM
Rafał Rzepecki committed changes in /branches/work/soc-gtd/korganizercpp:
New attachments editor.
Diffs: 1, 2 Revision 449404

Rafał Rzepecki committed changes in /branches/work/soc-gtd/korganizercpp:
Popup menu works in the attachment view.
Diffs: 1, 2 Revision 449413

Sachin Gupta committed changes in /branches/work/soc-livingkde/kmail:
combo sidepane etc
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 449433

Tobias Koenig committed changes in /branches/KDE/3.5/kdepim/kaddressbook:
Show the number of matching contacts in the status bar.

BUG:93339
Diffs: 1, 2 Revision 449710

Tobias Koenig committed changes in /branches/KDE/3.5/kdepim/kontact/plugins/knotes:
Use RichText for notes.

BUG:108765
Diffs: 1, 2 Revision 449885

David Jarvie committed a change to /branches/KDE/3.5/kdepim/kalarm/prefdlg.cpp:
Fix right-to-left language alignment
Diff Revision 450350

Alejandro Exojo committed changes in /branches/KDE/3.5/kdepim/knotes:
Backport revision 450237 and 450240:
Allow the selection of the file where the file resource should store the notes.
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 450380

Fred Emmott committed changes in /branches/KDE/3.4/kdepim/kmail/avscripts:
fixed an unreported bug in the kmail_*.sh antivirus scripts which would almost always result in creating an unused temporary file and not deleting afterwards every time an email was scanned.
Diffs: 1, 2, 3, 4 Revision 450410

Fred Emmott committed changes in /branches/KDE/3.5/kdepim/kmail/avscripts:
merged my fix for kmail_$yourFavouriteAvProgam.sh into 3.5 branch
Diffs: 1, 2, 3, 4 Revision 450412

Adriaan de Groot committed a change to /branches/KDE/3.5/kdepim/kpilot/lib/pilotAppCategory.h:
I swear, I am _never_ using another type that can possibly
promoted, converted, or discombobulated to int _ever again_.
The id() and category were swapped in the AppCategory constructor,
and since they are both (unfortunately) integral types, no complaint,
no sussurration of discontent was produced by the compiler.

Complaint _was_ caused by Jason, who noticed that todos went
to hell in a handbasket real quick (but why only for todo's?)
Diff Revision 450469

Adriaan de Groot committed changes in /branches/KDE/3.5/kdepim/kpilot/kpilot:
At the request of dannya, rename all the janus icons so that they are properly filed under the icon theme, so that you can theme these icons along with the rest of the desktop.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 7 more) Revision 450702
View Visual Changes (to 6 files)

Thorsten Staerk committed a change to /branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp:
If spellcheck is toggled off, do not spellcheck from the beginning of a new
mail on.
BUGS:109389
Diff Revision 450836

Reinhold Kainhofer committed a change to /branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp:
It seems that gcc 4.0 is no longer initializing all members of a struct with 0, while gcc 3.3.x obviously did something like that. So we can't simply take a icaltime structure and assume its members are initalized to sane values. Rather, use a null time and set all fields later on.
I hope this fixes the end date corruption that vanRijn and and Will are observing with their gcc 4.0-compiled kdepim.


Diff Revision 451010

Reinhold Kainhofer committed a change to /branches/KDE/3.4/kdepim/libkcal/icalformatimpl.cpp:
ARRRGGH! Just when we release kde 3.4.2, a nasty bug in connection with gcc 4.0 (NOT with 3.3.x, which I use) creeps up:
It seems that gcc 4.0 is no longer initializing all members of a struct, while gcc 3.3.x obviously did something like that. So we can't simply take a new icaltime structure, since its member will be initialized with random values in gcc 4.0. So everything that later on checks the members of the struct will work on uninitialized values! Rather, we need to use a null time (all fields initialized to 0) and set all necessary fields later on.
This fixes the end date corruption (only of all-day events) that vanRijn and and Will are observing with their gcc 4.0-compiled kdepim.

If any distribution is using kde 3.4.2 compiled with gcc 4.0, I suppose this fix needs to go in!

(Backport of commit 451010 from the 3.5 branch)
Diff Revision 451025

Will Stephenson committed changes in /branches/KDE/3.5/kdepim/kaddressbook/editors:
Add protocol icon and desktop file for skype support
Diffs: 1, 2, 3 Revision 451121
View Visual Changes (to 1 file)

Stephan Binner committed changes in /branches/KDE/3.5/kdepim/wizards:
Add groupware wizard to Utilities/PIM/ menu
Diffs: 1, 2 Revision 451365

Martin Koller committed a change to /branches/KDE/3.5/kdepim/korganizer/actionmanager.cpp:
Avoid crash by initializing mResourceViewShowAction
Diff Revision 451761

Volker Krause committed changes in /branches/KDE/3.5/kdepim/kresources/slox:
Handle more contact fields, we now also support everything on kaddressbook's
second tab.
Diffs: 1, 2, 3 Revision 451902

Don Sanders committed changes in /branches/KDE/3.5/kdepim/kmail:
Include online IMAP folders as filter action targets in the filter
dialog.

Use action scheduler for manual filtering and for online IMAP
filtering when an online IMAP folder is specified as the
target of any filter action.

Set the action scheduler account in KMAcctImap,
so that per account filtering works
with the action scheduler (oops).

In the old filter system, KMFilterMgr explicityly
ignore online IMAP targets.

GUI: Online IMAP folders are now shown in the filter dialog.
GUI: An information dialog is shown when an online IMAP
GUI: folder is specified as the target of a filter action
GUI: in the filter dialog.
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 451939

Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync:
Basic application
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 18 more) Revision 451942
View Visual Changes (to 8 files)

Cornelius Schumacher committed changes in /branches/work/opensync-integration/kitchensync/src:
Add controls for adding, deleting, editing groups.
Diffs: 1, 2, 3, 4 Revision 451957

Don Sanders committed a change to /branches/KDE/3.5/kdepim/kmail/kmreaderwin.cpp:
GUI: New kmailNewFeature
Automatically delete older mails on POP servers

'older' is the best term I could think of to cover
over N days old, or over N messages old, or over
X bytes old(?).
Diff Revision 452002

Holger Freyther committed changes in /branches/work/opensync-integration/kitchensync:
Add the kdepim plugin of OpenSync to hack on it
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 6 more) Revision 452030

Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync:
Initial version of the OpenSync wrapper library
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 3 more) Revision 452095

Holger Freyther committed a change to /branches/work/opensync-integration/kitchensync/plugins/kresource/Makefile.am:
KDE OpenSync Plugin:
-Install the 'loader' to the OpenSync Plugin Directory
(thanks david)
-Install the KDE part of the plugin into the kde_moduledir
Diff Revision 452115

Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync/src:
Make use of libkopensync
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 452124

Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync:
Make it run with libkopensync
Diffs: 1, 2, 3 Revision 452161

Martin Koller committed changes in /branches/KDE/3.5/kdepim/korganizer:
BUG: 17984
For consistency, show the icons always (even in allday events; and there
is now also the from-to dates when it's a multi day event)
Also, a todo item which is due today now correctly uses the defined color.
Diffs: 1, 2 Revision 452189

Sachin Gupta committed changes in /branches/work/soc-livingkde/kmail:
context menu added to add and remove labels and some fixes
Diffs: 1, 2, 3, 4, 5, 6 Revision 452199

Tobias Koenig committed changes in /branches/work/opensync-integration/kitchensync/src:
The first sync worked with file-sync plugin! :)
Diffs: 1, 2 Revision 452240

Danny Allen committed changes in /branches/KDE/3.5/kdepim/doc/kpilot:
BUG:96466 Fixed bug, and redone all but 3 screenshots - app crashes on those 3 pages, so if someone else can redo those 3 in the default style, and with the same size as the others, that would be good :)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 15 more) Revision 452939
View Visual Changes (to 23 files)

Kun Xi committed changes in /branches/work/soc-kdepim-scripting/kmail:
Add folder support (aka Inbox, Outbox, Sent, Trash, Drafts )
Diffs: 1, 2, 3, 4, 5 Revision 452983

Martin Koller committed a change to /branches/KDE/3.5/kdepim/korganizer/koapp.cpp:
BUG: 91062
restore correct calendar at login
Diff Revision 453078

Andreas Gungl committed a change to /branches/KDE/3.5/kdepim/kmail/kmfilterdlg.cpp:
avoid an second update of the widgets when pressing Apply or OK
after a modification in the filter dialog

BUG:104104
Diff Revision 453100

Kun Xi committed changes in /branches/work/soc-kdepim-scripting/kmail:
Message send is supported.
IMAP support is postponed later. No idea how to enumerate the IMAP accounts. :-(
By all means, the user could not send the mail via IMAP account, so it is OK to support POP3 and SMTP for basic usage.
Diffs: 1, 2 Revision 453251

Frank Osterfeld committed changes in /branches/KDE/3.5/kdepim/akregator/src/librss:
make Akregator parse Atom 1.0 feeds. Not really tested yet, but at least basic article parsing (title, description,
link, date) should work now
Diffs: 1, 2, 3, 4 Revision 453659

Kun Xi committed changes in /branches/work/soc-kdepim-scripting/korganizer:
Initial scripting support for korganizer.
Diffs: 1, 2, 3, 4, 5, 6 Revision 453728

Konqueror
Andreas Kling committed a change to /branches/KDE/3.5/kdelibs/khtml/khtmlview.cpp:
Make sure there's a defaultHTMLSettings() around when fetching accessKeysEnabled setting.
Should unbreak Quanta, as discussed on kfm-devel.
Diff Revision 449438

Ivor Hewitt committed a change to /branches/KDE/3.5/kdelibs/khtml/khtml_settings.cc:
Backport adblock performance bug to 3.5

CCBUG: 110779
Diff Revision 449557

committed a change to /branches/KDE/3.5/kdelibs/khtml/rendering/render_image.cpp:
Fix -<img src="img.jpeg" style="max-width: 400px" />- by scaling the image correctly (adjust both height and width).
Diff Revision 450584

committed a change to /branches/KDE/3.5/kdelibs/khtml/ChangeLog:
Scale images correctly (adjust both height and width) when max-width is used.
Diff Revision 450585

Stephan Binner committed a change to /branches/KDE/3.5/kdeaddons/konq-plugins/sidebar/metabar:
move into kdeaddons
Diff Revision 451386

Allan Sandfeld Jensen committed changes in /branches/work/khtml-paged:
Summer of Code "KHTML Paged Media" branch.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 32 more) Revision 451969

Nicolas Goutte committed a change to /branches/KDE/3.5/kdelibs/khtml/khtmlimage.desktop:
kimgio supports Targa files too
Diff Revision 452076

Stephan Binner committed changes in /branches/KDE/3.5/kdelibs/khtml:
Add ability to display blocked javascript popups (#85246)
Diffs: 1, 2, 3, 4, 5 Revision 452217

Danny Allen committed a change to /branches/KDE/3.5/kdebase/konqueror/konq_mainwindow.cc:
BUG:34751 Add unique 'Duplicate Window' icon
Diff Revision 452243

Dirk Mueller committed changes in /branches/KDE/3.4/kdelibs/kioslave/http/kcookiejar:
fix language selector on novell.com
Diffs: 1, 2 Revision 452327

Keith Hans committed changes in /branches/work/soc-vizhistory:
Initial import of visual history plugin.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 126 more) Revision 453240
View Visual Changes (to 1 file)

Multimedia
Michael Pyne committed a change to /branches/KDE/3.5/kdemultimedia/juk/playlistsearch.cpp:
Fix bug 102952 (Missing tracks in Tree View for Artists).

CCBUG:102952
Diff Revision 449597

Michael Pyne committed a change to /branches/KDE/3.4/kdemultimedia/juk/playlistsearch.cpp:
Backport fix for bug 102952 (Missing tracks in Tree View for Artists)
to KDE 3.4.

BUG:102952
Diff Revision 449598

Michael Pyne committed a change to /branches/KDE/3.5/kdemultimedia/juk/coverdialog.cpp:
Sort artists case-insensitively in the Cover Manager.
Diff Revision 450381

Michael Pyne committed a change to /branches/KDE/3.5/kdemultimedia/jukr.cpr.cp:
Fix bug 102238 (Random play is not random between starts) in KDE 3.5, by
using KApplication::random() (which will always initialize a random seed)
instead of the C library (which may or may not initialize a random seed).

CCBUG:102238
Diff Revision 450391

Michael Pyne committed a change to /branches/KDE/3.4/kdemultimedia/jukr.cpr.cp:
Backport fix for bug 102238 (Random play is not random between starts) to KDE
3.4.

BUG:102238
Diff Revision 450395

Will Stephenson committed changes in /branches/KDE/3.5/kdemultimedia:
Fix segfault due to double deletion.
When the CD is ejected and the choose CDDB entry dialog is showing, and
a second CD is inserted, cdInfoLookup is deleted on the second lookup()
call, and then after the first dialog is dismissed, Client tries to
deleteLater() it again.

Prevent this and add another sanity check to kaudiocreator to detect if
the disk changed while we were waiting for input.
Diffs: 1, 2 Revision 450896

Will Stephenson committed changes in /branches/KDE/3.4/kdemultimedia:
Backport fix for double deletion segfault on cd change while showing
entry selection dialog.
Diffs: 1, 2 Revision 450902

Andras Mantia committed changes in /branches/KDE/3.5/kdevelop/parts/documentation/plugins/doxygen:
Search recursively for doxygen tag files.
Fixes browsing of the KDE 3.5/trunk apidocs.
Diffs: 1, 2 Revision 450999

Mike Diehl committed a change to /trunk/extragear/multimedia/doc/amarok/advanced.docbook:
Update DCOP section.
Markey, we need to find a way to sync this with the wiki for less manual editing. :)
Diff Revision 451441

Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/src:
Add icons for visualisations, equalizer & first run wizard in menus
Diffs: 1, 2, 3, 4 Revision 451655
View Visual Changes (to 2 files)

Koos Vriezen committed a change to /trunk/extragear/multimedia/doc/kmplayer/index.docbook:
Add note about special kmplayer:// urls (from a question on kde-apps)
Diff Revision 452033

Mike Diehl committed changes in /trunk/extragear/multimedia/amarok/src/images/iconspng:
New dynamic mode icons my zekant.
Diffs: 1, 2, 3 Revision 452253
View Visual Changes (to 3 files)

Michael Pyne committed changes in /branches/KDE/3.5/kdemultimedia/juk:
Finally remove the restriction on tracks without artists or albums having
covers, which is what I had started on the CoverManager so long ago for.

Also fix a performance issue where JuK would happily re-add the same exact
image over-and-over for every selected item instead of re-using the same id
(which was the other reason I did the CoverManager. ;)

This was used in the Get Cover From File and Internet code paths. Don't try
Get Cover from Internet, its appears to be all crashy again.
Diffs: 1, 2 Revision 452312

Michael Pyne committed changes in /branches/KDE/3.5/kdemultimedia/jukr.cp:
Fix the oh-so-annoying 1-item-playlists-don't-loop-in-random-play bug.
Diffs: 1, 2 Revision 452325

Michael Pyne committed a change to /branches/KDE/3.5/kdemultimedia/juk/googlefetcher.cpp:
Fix bug 111331 (Google Cover Art Search crashes JuK) thanks to help and a
patch from Maksim.

BUG:111331
Diff Revision 452345

Ian Monroe committed changes in /trunk/extragear/multimedia/amarok/src/images/icons:
New collection icon from Zekant. Looks better and means it won't be blank for
the kdebase-less folks.
Diffs: 1, 2, 3 Revision 452609
View Visual Changes (to 1 file)

Harald Sitter committed a change to /trunk/extragear/multimedia/amarok/src/images/iconslayllayl:
New blue player_playlist_2 by Quentin Bleton (zekant).
Diff Revision 453256
View Visual Changes (to 1 file)

Mark Kretschmann committed changes in /trunk/extragear/multimedia/amarok/src/images/iconson.s:
New version of the Collection icon, more crystallish.
Diffs: 1, 2, 3, 4, 5, 6 Revision 453419
View Visual Changes (to 5 files)

Networking Tools
Gregg Edghill committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/msn:
Added support in kopete msn to open the chat window on incoming file transfer event, if the chatwindow is not open. The notification is shown as an internal message. s/KDE_EXPORT/KOPETE_EXPORT in msnsocket.h.
Diffs: 1, 2, 3, 4, 5 Revision 449452

Gregg Edghill committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/msn:
Improved kopete msn support for MSNSLP. File transfer should work now between kopete users.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 449855

Michaël Larouche committed changes in /branches/KDE/3.5/kdenetwork/kopete:
FEATURE:
GUI:
Add support for multiple global identity("profiles"). User can create, copy, rename
and remove identities.
Only one identity is active at time.

Changes in Identity Configuration(besides multiple global identities):
-Added KConfigXT configuration file.
-Added a little note label about the address book link using the
KAddressBook user contact.
-Moved GUI componements in tabs
-Added a class GlobalIdentitiesManager to manage global identities.

For screenshots whore, new identity configuration dialog:
http://img130.imageshack.us/my.php?image=kopeteidentityconfiguration89j.png

Changes in libkopete
-In MetaContact::FromXML, check if all the plugins are alreaded loaded before loading Contact source. If not I connect a signal to PluginManager::allPluginsLoaded to a slot.
-Added PluginManager::isAllPluginsLoaded method.


http://img130.imageshack.us/my.php?image=kopeteidentityconfiguration89j.png
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 450376
View Visual Changes (to 1 file)

Will Stephenson committed a change to /branches/KDE/3.4/kdenetwork/kopete/protocols/groupwise/gwaccount.cpp:
Fix bug preventing Groupwise from going away automatically
Diff Revision 450613

Will Stephenson committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/groupwise/gwaccount.cpp:
Forward port bugfix where GW didn\'t go away automatically due to overzealous sanity checking
Diff Revision 450615

Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/kopete/contactlistw.cpw.cp:
Fix Bug 111081: Adding the same contact twice adds empty row to a contact list
BUG: 111081Patch by Roman Jarosz , thanks
Diff Revision 450918

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/msn:
Support of receiving webcam with MSN.

It's not finished yet (it is shown in a ugly window, and it doesn't close well the stream), but it works.
I'm so happy i want to commit now.

libmimic depends of glib, i need someone to help me to configure Makefiles in a way i can disable webcam if glib is not found

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

Harald Sitter committed changes in /trunk/extragear/network/doc/konversation:
Sexy new shots, used Window Decoration: Plastik, Style: Lipstik (looks better than with Plastik), Color: KDE Default, add shadows for better looking, finally used pngcrush on them (size has been reduzed dramatically)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 22 more) Revision 451756
View Visual Changes (to 32 files)

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/msn:
Improve webcam, It works fine now

Yes Matt, i've stollen your yahoowebcamdialog

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

Matt Rogers committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/oscar:
Chat room stuff:
- add a dialog people can use to join chat rooms
- add a bunch of parsing code for chat rooms, the following should
be handled now:
- joins
- leaves
- receiving messages
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 451849
View Visual Changes (to 1 file)

Matt Rogers committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/icq/ui:
Fix bug 101046 by making all the fields read-only

BUG: 101046
Diffs: 1, 2, 3, 4 Revision 451871
View Visual Changes (to 4 files)

Michaël Larouche committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/jabber/ui/dlgvcard.ui:
BUG: 111248

Reworked the Jabber vCard UI, should be bigger in his initial form.
Diff Revision 451999
View Visual Changes (to 1 file)

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/msn:
support for inviting to ask to user to show his webcam. prepare to be able to send webcam
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 452274

Michaël Larouche committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/jabber/ui/dlgjabbervcard.cpp:
BUG: 109285
Fix Jabber ID field is always empty.
Jabber ID is a part of Jabber vCard, so it's up to the user to set it. But if the user doesn't set it, Kopete guess it from the contactId.
Diff Revision 452324

Juan Luis Baptiste committed changes in /branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf:
FEATURE: Finished network profile support.
Diffs: 1, 2, 3, 4 Revision 452374
View Visual Changes (to 1 file)

Juan Luis Baptiste committed changes in /branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconfh:
Changed the KLineEdit of the WEP Key for a KPasswordEdit.
Diffs: 1, 2 Revision 452377
View Visual Changes (to 1 file)

Michel Hermier committed a change to /branches/KDE/3.5/kdenetwork/kopete/protocols/irc/ui/networkconfig.ui:
Backport of commit #452435.
Diff Revision 452441
View Visual Changes (to 1 file)

Michel Hermier committed a change to /branches/KDE/3.4/kdenetwork/kopete/protocols/irc/ui/networkconfig.ui:
Backport of #452435.
Diff Revision 452443
View Visual Changes (to 1 file)

Danny Allen committed a change to /branches/KDE/3.5/kdenetwork/kgetpngpng:
better kget mime icon
Diff Revision 452461
View Visual Changes (to 1 file)

Danny Allen committed a change to /trunk/KDE/kdenetwork/kgetpngpng:
better kget mime icon (forward port from 3.5 branch)
Diff Revision 452462

Urs Wolfer committed changes in /branches/work/make_kget_cool/kget:
* Better KGet mime icon (forwardport)
* Remove artifacts from images (forwardport)
* Add action to show / hide drop target
* Add some actions to maintoolbar (new download, show / hide drop target)
* Fix a problem with the configuration dialog (wasn't shown the first call)
* Remove some compiler warnings
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 15 more) Revision 452566
View Visual Changes (to 2 files)

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/msn:
First support of sending webcam. for now, use the /webcam command , it will of course be changed to a decent action later
Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 452572

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/protocols/msn:
Add action to invite to send/receive webcam. They probably need a nice icon.
Diffs: 1, 2, 3, 4, 5, 6 Revision 452648

Juan Luis Baptiste committed changes in /branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconfcpp:
FEATURE: Added support for different WEP key types (ascii, hexadecimal).
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 452683
View Visual Changes (to 1 file)

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/plugins/statisticsp:
Fix crashes in the statistics plugin
BUG: 110403
Patch by Roman Jarosz , thanks
Diffs: 1, 2, 3, 4, 5, 6 Revision 452902

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete:
Fix Bug 94841: spellchecker cannot be disabled
BUG: 94841
Patch by Roman Jarosz , thanks
Diffs: 1, 2, 3, 4, 5 Revision 452920
View Visual Changes (to 1 file)

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/kopete/chatwindowp:
fix Bug 111459: Don't send system colors by default
BUG: 111459
CCMAIL mattr@kde.org
Diffs: 1, 2 Revision 453253

Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/kopete/contactlist/kopetelviprops.cpp:
fix Bug 109494: Adding address book link and using name from address book causes name to be blank
BUG: 109494
Diff Revision 453283

Matt Rogers committed changes in /branches/KDE/3.5/kdenetwork/kopete:
r217@tachyon: matt | 2005-08-26 19:36:15 -0500
mem leak fixes. patch by Roman Jarosz
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 14 more) Revision 453743

Olivier Goffart committed a change to /branches/KDE/3.5/kdenetwork/kopete/libkopete/uiidgeidge:
Fix Bug 110896: Filtered contact list is not being updated
BUG: 110896
Diff Revision 453819

Olivier Goffart committed changes in /branches/KDE/3.5/kdenetwork/kopete/kopete/contactlist.cpp:
Fix Bug 110930: contact list does not show indication of new messages when photos enabled
BUG: 110930
Diffs: 1, 2 Revision 453850

Office
Boudewijn Rempt committed a change to /trunk/www/areas/koffice/krita/pics/hi48-app-krita.png:
Use the new appication icon.
Diff Revision 449661
View Visual Changes (to 1 file)

Peter Simonsson committed changes in /branches/koffice/1.4/koffice/kpresenter:
Backport of fix for bug 105883
Diffs: 1, 2 Revision 450842

Danny Allen committed changes in /trunk/koffice/doc/kpresenter:
BUG:77483 Whoa, that took a long time :) Screenshots and content all up to date, partially rewritten
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 8 more) Revision 451106
View Visual Changes (to 9 files)

Danny Allen committed changes in /trunk/koffice/doc/kpresenter:
Screenshots and content for the Memory Stick Export section all up to date, partially rewritten
Diffs: 1, 2, 3, 4, 5 Revision 451119
View Visual Changes (to 4 files)

Danny Allen committed changes in /trunk/koffice/doc/kpresenter:
Screenshots and content for the guides.docbook file all up to date, partially rewritten - wow, that was a marathon effort :)
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 451133
View Visual Changes (to 6 files)

Tim Beaulen committed a change to /branches/koffice/1.4/koffice/karbon/karbon_view.cc:
Backport fix for bug 111147

More information:
http://bugs.kde.org/show_bug.cgi?id=111147

CCBUG:111147
Diff Revision 451601

Tim Beaulen committed a change to /branches/koffice/1.4/koffice/karbon/core/vlayer.cc:
Backport the fix for bug 111148
(don't save deleted layers)

info: http://bugs.kde.org/show_bug.cgi?id=111148

CCBUG:111148
Diff Revision 451604

Tim Beaulen committed a change to /branches/koffice/1.4/koffice/filters/karbon/png/pngexport.cc:
Backport of the fix for bug 111144
(png export saves all visible layers now)

More information: http://bugs.kde.org/show_bug.cgi?id=111144

CCBUG:111144
Diff Revision 451632

Tim Beaulen committed a change to /branches/koffice/1.4/koffice/karbon/core/vtext.cc:
Backport fix for bug 111269
Load text object names.

More info: http://bugs.kde.org/show_bug.cgi?id=111269

CCBUG:111269
Diff Revision 452942

Tim Beaulen committed a change to /branches/koffice/1.4/koffice/karbon/core/vtext.cc:
Backport fix for bug 111268
Text strokes are now loaded too

CCBUG:111268
Diff Revision 453277

User Interface
Sachin Gupta committed a change to /branches/work/soc-livingkde/labels.txt:
sample labels file
Diff Revision 449998

Josef Spillner committed a change to /branches/KDE/3.5/kdelibs/kded/kbuildsycoca.cpp:
- backported segfault fix from r450201
Diff Revision 450202

Aaron J. Seigo committed changes in /branches/KDE/3.5/kdebase/kicker/libkicker:
watch for the item we are tipping for getting deleted out from
underneath us
BUG:109760
Diffs: 1, 2 Revision 450717

Aaron J. Seigo committed changes in /branches/KDE/3.5/kdebase/kicker/kicker/uiack.ack.:
ensure we can still see the tip when it lands
BUG:111078
Diffs: 1, 2 Revision 450965

Matt Rogers committed changes in /branches/KDE/3.5/kdebase:
Apply the patch to configure backgrounds per display in
Xinerama mode.

Fixes bug 42778. If it works, praise David Saxton who wrote it and if
it doesn't work, blame me.

David: Thanks for the patch!

BUG: 42778
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 8 more) Revision 451134
View Visual Changes (to 1 file)

Stephan Binner committed a change to /branches/KDE/3.5/kdelibs/kded/applications.menu:
Add Development/Translation/
Add Development/Web Development/
Move Editors/ into Utilities/
Move Toys/ into Games/
Diff Revision 451377

Stephan Binner committed changes in /branches/KDE/3.5/kdebase/applnk:
Add Development/Translation/
Add Development/Web Development/
Diffs: 1, 2, 3 Revision 451379

Oswald Buddenhagen committed changes in /branches/KDE/3.5/kdebase:
implemented timed login and persistent auto-login.

the timer-label does not work in themed mode, yet. eros is
investigating.
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 12 more) Revision 451653

Barış Metin committed a change to /branches/KDE/3.5/kdebase/kicker/applets/minipager/pagerapplet.cpp:
Make minipager aware of the desktop name (bug #110895).
CCBUG: 110895
Diff Revision 451820

Utilities
Bram Schoenmakers committed a change to /branches/KDE/3.5/kdeutils/doc/KRegExpEditor/index.docbook:
o Don't do scary things with 'rm' and ~ in one command (#88419)
o Replaced a non-working URL
o Little style fix.

BUG: 88419
Diff Revision 449566

Jean-Baptiste Mardelle committed a change to /branches/KDE/3.5/kdeutils/kgpg/listkeys.cpp:
Warn in case of untrusted secret keys + small layout
Diff Revision 449724

Jean-Baptiste Mardelle committed changes in /branches/KDE/3.5/kdeutils/kgpg:
First move to fix bug #87293
Diffs: 1, 2 Revision 450010

Jean-Baptiste Mardelle committed changes in /branches/KDE/3.5/kdeutils/kgpg:
Should fix all bugs related to KGpg not correctly saving its config. (still needs a bit testing before closing bugs)Also changed ui to allow fixing #87293
Diffs: 1, 2, 3, 4, 5, 6 Revision 450012
View Visual Changes (to 1 file)

Jean-Baptiste Mardelle committed changes in /branches/KDE/3.5/kdeutils/kgpg:
Allow multiple keys for encrypt-to config
Diffs: 1, 2, 3, 4 Revision 450249

Fredrik Edemar committed a change to /branches/KDE/3.5/kdeutils/ark/compressedfile.cpp:
Don't crash at exit. Thanks to Jure Repinc for reporting the bug and testing my patch.

BUG: 110850
Diff Revision 450270

Jean-Baptiste Mardelle committed changes in /branches/KDE/3.5/kdeutils/kgpg:
* Don't insert empty lines in gnupg's config file
* Don't display negative tries number when message encrypted with several keys* Fix some more problem with bug 87293
Diffs: 1, 2, 3, 4, 5, 6 Revision 451534

Ryan Nickell committed a change to /branches/KDE/3.5/kdeutils/superkaramba/src/karambainterface.cpp:
Fix a bug discovered when using dcop to close a theme.
The karamba object was never being deleted so getKaramba() never
returned a 0 to break out of a while loop.
Calling the inherited QWidget::close(true) forces the object to be
deleted as well as closed. This works perfectly b/c it will call the
~karamba() to perform cleanup.
Diff Revision 451770

Ryan Nickell committed changes in /branches/KDE/3.5/kdeutils/superkaramba/src:
Add some background image effects.
- createBackgroundFXImage
- changeImageToBlur
Blur effect - Added by Jani Huhtanen, jani (dot) huhtanen (at) tut (dot) fi
Diffs: 1, 2, 3, 4, 5, 6 Revision 451804

Jean-Baptiste Mardelle committed changes in /branches/KDE/3.5/kdeutils/kgpg:
* allow additional keyring
Diffs: 1, 2, 3, 4, 5 Revision 451828
View Visual Changes (to 1 file)

Toivo Pedaste committed a change to /branches/KDE/3.5/kdeadmin/kpackage/fbsdInterface.cpp:
Fix BSD type checking
Diff Revision 452456

Jean-Remy Falleri committed changes in /branches/KDE/3.5/kdeutils/kfloppy:
Enabled media or system url parameter and added a Format action.
Diffs: 1, 2, 3 Revision 452870

Henrique Pinto committed changes in /branches/KDE/3.5/kdeutils/ark:
* Use a treeview instead of a flat view for listing archive entries
* Don't let the user "View", "Edit" or "Open" directories, it makes no sense.
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 452961

Henrique Pinto committed a change to /branches/KDE/3.5/kdeutils/ark/filelistview.cpp:
Don't count directories as files.
Diff Revision 452967

Henrique Pinto committed changes in /branches/KDE/3.5/kdeutils/ark:
* Don't crash when deleting files from an archive
* Disable the search bar when there's nothing to be searched
Diffs: 1, 2, 3 Revision 453042

Henrique Pinto committed changes in /branches/KDE/3.5/kdeutils/ark:
* ACE support. Doesn't work yet: for some reason, unace simply starts
using 100% CPU when called through Ark here. Thus, the ACE support
is disabled by default, and can only be enabled through a hidden
config setting. The only purpose of this commit is, then, to make
it possible to other people to take a look at it and possibly
help me discover why the hell it doesn't work.
Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 453045

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