Last Week Archives

KDE-CVS-Digest

Weekly View of KDE CVS commits

February 27, 2004

By Derek Kite



This Week:

Kolourpaint adds transparent selections. Some preliminary work on a new control center. KMail adds IMAP folder expiry. KDevelop adds Opie code templates. Plus bugfixes in Quanta and Kopete.


Ante Wessels announced an Icon Guide:

A Crystal Icon Guide is now available at: 
 http://kde.ground.cz/tiki-index.php?page=Icon+Guide
 
 It is based on the former icon guide, written by Torsten. Hi color became 
 Crystal, pixels became vectors. New is an Icon Boot Camp. 

One year ago there were a number of Safari merges, Xinerama fixes, and work on MSWord import into KWord.

Statistics

Commits:2461 by 210 developers, 345253 lines modified, 3385 new files
Open bugs:5693
Open wishes:5800
Bugs opened:427 in the last 7 days
Bugs closed:344 in the last 7 days

CVS Commit Summary
ModuleCommits
kde-i18n 807
kdelibs 183
kdenonbeta 181
kdepim 171
koffice 138
www 115
kdebase 105
kdeextragear-1 102
kdenetwork 88
kdeedu 84
CommitsDeveloperLines
95 Erik K. Pedersen 44769
84 Logi Ragnarsson 13807
81 Andras Mantia 7414
75 Dirk Mueller 1061
74 Stephan Kulow 10902
67 Anne-Marie Mahfouf 1647
65 Clarence Dang 4129
60 Kevin Donnelly 1544
58 S. Cherepanov 4341
54 Pedro Morais 6592
Internationalization Status
Swedish (sv)  100.00%
Danish (da)  99.96%
Estonian (et)  99.52%
British English (en_GB)  97.94%
Spanish (es)  97.52%
Portuguese (pt)  96.24%
Brazilian Portuguese (pt_BR)  96.17%
Serbian (sr)  95.77%
Italian (it)  92.24%
Tamil (ta)  91.87%

Table of Contents


Application Features Optimize Security Bug Fixes
Development Tools new     fix
Educational new     fix
Games       fix
Graphics new     fix
Kde-Base new     fix
Kde-Pim new     fix
Koffice new     fix
Konqueror new     fix
Multimedia new     fix
Networking Tools       fix
User Interface new     fix
Utilities new     fix
Click on the icons to go to the respective section!

Development Tools

Features

Anders Lund committed a change to kdelibs/kate/plugins

Adding the wordcompletion plugin.

This plugin provides support for completing with words allready in the 
current document, either 
* looking further and further in either direction (use CTRL + H for 
  backwards and CTRL + J for forwards) - multiple invocations of either
  shortcut will searrch teh next completion in that direction 
* or by chosing from a popup, displayed automatically or by pressing CTRL + y

CCMAIL: 66819-done@bugs.kde.org

Refer to Bug 66819 - Emacs-like completion of text prefixes
Diffs: 1, 2, 3, 4, 5, 6

Alexander Dymo committed a change to kdevelop/languages/cpp/app_templates

Added Opie templates for C++/Embedded development. Thanks Holger Freyther for 
providing those templates.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 
41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 
61, 62, 63, 64, 65, 66, 67, 68, 69

Jens Dagerbo committed a change to kdevelop/parts/ctags2

Add CTags2 plugin 

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15

Jens Dagerbo committed a change to kdevelop/parts/filelist

Add FileList plugin 

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

Nicolas Goutte committed a change to kdelibs/kate

I18N: extract names and sections of the languages (untranslatable strings)
CCMAIL:72220@bugs.kde.org

Refer to Bug 72220 - Untranslatable strings in Kate
Diffs: 1, 2

André Wöbbeking committed a change to kdesdk/cervisia

Fix BR #75201.

ToDo: find a better solution where you don't have to click two times (first to 
activate the view, second to get the popup menu).

CCMAIL: 75201-done@bugs.kde.org

Refer to Bug 75201 - Cervisia KPart crashes Konqueror upon right-click in inactive split window
Diffs: 1, 2

Christian Loose committed a change to KDE_3_2_BRANCH: kdesdk/cervisia

Fixed remembering last user input in checkout dialog

CCMAIL: 74872@bugs.kde.org

Refer to Bug 74872 - Wish: In the Checkout dialog, offer a history of the last typed branches 
and working folders
Diffs: 1, 2

Sebastian Stein committed a change to kdesdk/doc/umbrello

CVS_SILENT fix type (#75935)

Refer to Bug 75935 - typo in the umbrello hand book
Diff

Brian Thomas committed a change to kdesdk/umbrello/umbrello

Fix bug : 72615 : associations sometimes reverse because the constuctor for the 
association widget was querying for any existing associations that matched the
one attempting to be created. IF one was already present (such as when one tries
to make more than one aggregation between 2 classes) then it would try to swap the
direction of the association. Failing this, umlview would see that an association 
already existed, and then prohibit adding the association (correctly) but would
then leave the object undeleted (incorrect). To the extent that I have been able
to test this patch, it works well, however, more serious testing is needed to insure
that this doesnt generate new bugs elsewhere. It would be good if Oliver could 
review this patch, and confer with me (bt) about what further steps are needed.

Refer to Bug 72615 - aggregation/composition & inheritance hierachy sometimes reverses
Diffs: 1, 2

Jens Dagerbo committed a change to KDE_3_2_BRANCH: kdevelop/languages/cpp

backported workaround for bug #73671

Refer to Bug 73671 - gideon takes too much memory for big projects
Diff

Jens Dagerbo committed a change to kdevelop/parts/filecreate

forgotten connection. fixes crash.

CCMAIL: 75854-done@bugs.kde.org

Refer to Bug 75854 - Reproducable : clicking a file in File creation tab after closing current 
project crashes kdevelop
Diff

Andras Mantia committed a change to kdewebdev/kxsldbg

Mevlyn says that this fixes the libxml2 detection.
CCMAIL: 65345-done@bugs.kde.org

Refer to Bug 65345 - [PATCH] xmlSetEntityReferenceFunc detection and non-standard libxml2 path
Diff

Andras Mantia committed a change to kdewebdev/quanta

Don't crash when setting table/body/header/footer attributes for newly created 
tables [#74949]

CCMAIL: 74949-done@bugs.kde.org

Refer to Bug 74949 - Quanta table wizard crash after entering table properties
Diffs: 1, 2

Andras Mantia committed a change to kdewebdev/quanta

Make the spellchecker actually replace the wrongly spelled words [#75106]

CCMAIL: 75106-done@bugs.kde.org

Refer to Bug 75106 - Spell check does not replace words
Diffs: 1, 2

Andras Mantia committed a change to kdewebdev/quanta

Fix the "Clicking on a child tag in the Structure tabview will jump to it's parent" bug.

CCMAIL: 75332-done@bugs.kde.org

Refer to Bug 75332 - Clicking on a child tag in the Structure tabview will jump to it's parent
Diffs: 1, 2

Andras Mantia committed a change to kdewebdev/quanta

Fix saving of files with fish:// [#74716]. Loading of the files is corrupted (with 
both Quanta and Kate) on CVS HEAD...

CCMAIL: 74716-done@bugs.kde.org

Refer to Bug 74716 - refreshing opened file failes and previous cached copy is rendered instead 
(concerning remote files via KIO_fish)
Diffs: 1, 2, 3, 4, 5

Andras Mantia committed a change to kdewebdev/quanta

Forwardport: make the New Project wizard usable on lower resolutions [#75192]

Refer to Bug 75192 - new project wizard resolution
Diffs: 1, 2, 3, 4, 5, 6, 7

Andras Mantia committed a change to kdewebdev/quanta

Forwardport:  fix opening of documentation pages with references [#70345]

Refer to Bug 70345 - quanta encodes "#" reference symbol of .docrc files
Diffs: 1, 2

Andras Mantia committed a change to kdewebdev/quanta

Forwardport: improve document type recognition (treat escaped quote marks as normal 
quotes) [#61873]

Refer to Bug 61873 - Quanta does not handle correctly DOCTYPE inside PHP tags
Diffs: 1, 2

Andras Mantia committed a change to KDE_3_2_BRANCH: quanta

This big commit contains the most important fixes backported from HEAD, including 
the fix for the "slow parsing & typing" problem (#63000), a startup performance enhancher, 
reducing of memory usage, fixes renaming and inserting of new files in project 
tree view and some usability fixes, which does not require string changes.
Due to the changes made in HEAD, some code restructuration of the code was needed 
here as well, otherwise it'd be too error prone to backport the fixes as the difference was 
too big between HEAD and BRANCH. I've tried to make sure that no string changes were 
backported. 
 The changes were throughoutly tested in HEAD in the last week and it seems that no 
 critical bugs are present now.

CCMAIL: 63000-done@bugs.kde.org

Refer to Bug 63000 - Slow parsing (invalid area?)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 
41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 
61, 62, 63, 64, 65, 66, 67

Jeremy Fitzhardinge committed a change to valgrind/coregrind

This fixes bug 75614.  It seems that a symbol can be named
"foo<bar::blat>"; normally stabs names are terminated by ':', but we
also need to keep track of <> pairs so we can ignore nested colons.

Refer to Bug 75614 - using -gstabs when building your programs the `impossible' happen (crash)
Diff

Educational

Features

Jasem Mutlaq committed a change to kdeedu/kstars/kstars

Adding FITS image reduction capabilities to KStars. The FITS editor allows the 
user to view a fits file, and select a number of dark frame and flat field image 
which can be combined using different methods. The dark frame is removed 
and the result is then divided by the flat field, this remove any noice from the 
CCD and any optical peculiarities from the telescope.

The fits viewer is still in early stages though, and _many_ features need to be 
implemented. My main problem is that I couldn't find any quality flat field and 
dark frames with an image; if you know of source where I can download 
raw+dark+flat FITS, I highly appreciate it.

CCMAIL: kstars-devel@kde.org
CCMAIL: james@eecs.ku.edu

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19

Anne-Marie Mahfouf committed a change to kdeedu/kvoctrain/kvoctrain

new feature from Dennis Haney: the Query dialog allows you now to choose an 
alternative learning method which is was developed by Sebastian Leitner. The normal 
learning style is to learn a single lesson at a time, and when you answer correctly the 
first time it is removed from the current learning list. 
The idea of Leitner's method is to try learn those questions you have a hard time to 
learn, and don't bother you with those that you do know. This is accomplised by 
requiring you to answer correctly to each question four times in a row.
Thanks to Dennis for this new feature :)
CCMAIL=davh@davh.dk

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

Jason Harris committed a change to kstars_gl: kdeedu/kstars/kstars

Introducing the kstars_gl branch, in which OpenGL support will be 
developed.  To checkout this branch, use "cvs co -r kstars_gl 
kdeedu/kstars".

I branched this from HEAD; the only differences at this point are in 
SkyPoint and SkyMap.  If you have OpenGL working, you can test it out.  
However, it is currently very rudimentary:  it displays 5000 bright stars, 
the coordinate grid, and the constellation lines, using Equatorial 
Coordinates.  You can slew the map with the arrow keys and zoom in/out 
with the +/- keys.  Note that FocusPoint is not currently defined, so the 
statusbar coordinates, and identification of objects with mouse clicks 
will not work properly.

SkyPoint:  Now has double X,Y,Z members and accessor methods.  Wherever 
the SkyPoint's position is changed, I have added "setXYZ()", which 
re-synchronizes the XYZ coordinates to the new RA/Dec coordinates.

The XYZ positions are not volumetric; that is, they do not take distance 
into account.  They are simply the XYZ coordinates on the suface of the 
celestial sphere.  I think doing volumetric XYZ is going to be 
complicated, because the size/brightness of objects will decrease with 
distance, and our magnitudes/sizes already take distance into account.  
Plus, for many objects, we do not know the distance.  These are solvable 
problems, of course.

SkyMap: I have replaced the paintEvent() function with its QGLWidget 
equivalent, paintGL().  In that function, we now call GL-equivalents of 
each of our draw functions.  Many of these have not yet been implemented, 
and remain commented out.

In addition, I have reimplemented the arrow-key and +/- key cases in 
SkyMap::keyPressEvent().

I welcome all interested parties to join me in developing this branch, 
either by commiting code or making suggestions on the list!

CCMAIL: kstars-devel@kde.org

Diffs: 1, 2, 3, 4, 5, 6, 7
Bugfixes

Anne-Marie Mahfouf committed a change to kdeedu/khangman/khangman/data/nl

CCMAIL: 76184-done@bugs.kde.org
Thanks a lot for reporting
I don't know if I can backport to KDE_3_2_BRANCH? It's only data, no translation involved

Refer to Bug 76184 - Errors/typo in Dutch wordlist
Diffs: 1, 2, 3, 4

Anne-Marie Mahfouf committed a change to KDE_3_2_BRANCH: kdeedu/khangman/khangman/data/nl

fix bug 76184 

Refer to Bug 76184 - Errors/typo in Dutch wordlist
Diffs: 1, 2, 3, 4

Matthias Messmer committed a change to KDE_3_2_BRANCH: kdeedu/kmplot/kmplot

f(x)=f(x) bug fixed

CCMAIL: 75316-done@bugs.kde.org
CCMAIL: kd.moeller@t-online.de

Refer to Bug 75316 - segfults on the function f(x)=f(x)
Diffs: 1, 2

Jason Harris committed a change to kdeedu/kstars/kstars

Added display of Az/Alt coordinates of cursor to the Statusbar (wish 
#68579).  In addition, the status bar can now be hidden/shown from the 

Settings|Statusbar menu, and you can also hide/show the "RA/Dec" and 
"Az/Alt" fields.

Don't forget to run "make install", as I modified kstarsui.rc.

CCMAIL: kstars-devel@kde.org
CCMAIL: 68579-done@bugs.kde.org

Refer to Bug 68579 - Wish: Display Alt/Az of cursor position in kstars status bar
Diffs: 1, 2, 3, 4, 5, 6, 7

Games

Bugfixes

Nicolas Hadacek committed a change to kdegames/kmines/solver

fix longstanding bug #55977 - your favorite Heisenbug ... no 
wonder it was only present in production code :(

the lesson for today is do not put non-const code in an assert !!!

Refer to Bug 55977 - segfaults (sigsegv) when using the "Solving Rate" feature
Diff

Nicolas Hadacek committed a change to KDE_3_2_BRANCH: kdegames/kmines

- backport fix for bug #64991
- correct use of deprecated functions

Refer to Bug 64991 - Solver and Magic reveal conflict (failed assertions)
Diffs: 1, 2, 3, 4, 5, 6, 7, 8

Nicolas Hadacek committed a change to KDE_3_2_BRANCH: kdegames/kpoker

backport fix for memory leak (bug #73222) and layout (bug #65672) 

Refer to Bug 73222 - KPoker has a memory leak when opening config dialog more than once
Refer to Bug 65672 - Computer1 won $xxx label cut off
Diff

Nicolas Hadacek committed a change to kdegames/libksirtet/common

fix usability bug #65490 (default to simpler interface)

Refer to Bug 65490 - show detailed "removed lines" field option should be default 
dissabled (usability)
Diff

Graphics

Features

Clarence Dang committed a change to kdenonbeta/kolourpaint

First attempt at transparent selections (it appears to work but more testing
is required).  Transparent selections means that you can make all pixels of
a particular colour act transparent within the selection - a form
of background subtraction that makes selections so much more powerful.
Combine this with Color Similarity, and it's _really_ powerful when editing
photos and dithered images.

Now to implement the last feature before 1.0: the text tool.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17

Clarence Dang committed a change to kdenonbeta/kolourpaint

Bring KolourPaint up to near 1.0 for a Sunday 1.0 release:

* implement Text Tool
  - for 1.0 the only Image command avail is Resize
  - support text copy & paste
  - support text drags
* statubar improvements
  - notify tool that something may have changed below the cursor for sel ops
  - user notifications for text & selection tools
* kpTool changes:
  - offer slotColorsSwapped() virtual
  - hover() is called with KP_INVALID_POINT as opposed to not at all in such
    circumstances
  - favour calling hover() with KP_INVALID_POINT instead of
    setUserShapePoints() so that tool implementor has full control over user
    notifications
  - m_beganDraw() is now false in cancelShape(),endShape() and endDraw();
    this prevents somethingUnderTheCursorChanged() from calling draw() during a cancelShape()
  - MMB test pasting
  - Del accel now handled by the kpTool so that Del can be trapped for Text Tool
* Edit/Delete -> Edit/Delete Selection so that paranoid users know it doesn't
  delete the file :)
* remember to end current shape for Edit Menu commands (most useful for Text
  Tool)

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 
21, 22
Bugfixes

Stefan Kebekus committed a change to kdegraphics/kdvi

minor usability enhancement, fixes bug #44137

Refer to Bug 44137 - Error message when searching for point in preamble
Diff

Adrian Page committed a change to kdegraphics/kiconedit

Add the ability to render the background as a checkerboard pattern or a solid 
colour, making it easier to distinguish pixels with transparency.

CCMAIL: 61935-done@bugs.kde.org

Refer to Bug 61935 - Visual difference between a gray and transparent pixel
Diffs: 1, 2, 3, 4, 5, 6, 7

Luboš Luňák committed a change to kdegraphics/kview

Oops, I forgot to change the slot name.
CCMAIL: 75723-done@bugs.kde.org

Refer to Bug 75723 - Fullscreen mode doesn't work
Diff

Jeroen Wijnhout committed a change to KDE_3_2_BRANCH: kdegraphics/kviewshell

Backported Waldo's fix for:
"Bug 66131: kviewerpart exits ungracefully when requested viewer is not installed (crash)"

CCMAIL:66141-done@bugs.kde.org

Refer to Bug 66131 - kviewerpart exits ungracefully when requested viewer is not installed
Refer to Bug 66141 - KMail POP filter grabs focus
Diffs: 1, 2

Kde-Base

Features

David Faure committed a change to kdebase

Support for sourcing scripts that define environment variables, to make
them available to the KDE session.

For instance, here's a simple ~/.kde/env/agents.sh :
  eval `gpg-agent --daemon` ; eval `ssh-agent`

Diff
Bugfixes

Stephan Binner committed a change to kdebase/kcontrol/kfontinst/kcmfontinst

Bug 75818: No keyword to find font installe

Refer to Bug 75818 - No keyword to find font installer
Diff

Craig Drummond committed a change to kdebase/kcontrol/kfontinst/lib

#75820 Don't output new GS/Fontmap unless actually added /etc/fonts/Fontmap

Refer to Bug 75820 - Overwrites essential Fontmap file of ghostscript-x11 package
Diff

Craig Drummond committed a change to kdebase/kcontrol/kfontinst/lib

Fix for bug #75820

Refer to Bug 75820 - Overwrites essential Fontmap file of ghostscript-x11 package
Diff

Luboš Luňák committed a change to kdebase/kcontrol/smserver

Update text to match the current logout dialog.
CCMAIL: 71360-done@bugs.kde.org

Refer to Bug 71360 - kde components|session manager has wrong text for logout
Diff

Carsten Burghardt committed a change to KDE_3_2_BRANCH: kdebase/kioslave/imap4

Reset the last fetch entry otherwise we get wrong cached data.
CCMAIL: 75424-done@bugs.kde.org

Refer to Bug 75424 - not all messages in IMAP folder are displayed
Diff

Carsten Burghardt committed a change to KDE_3_2_BRANCH: kdebase/kioslave/imap4

Make the kioslave IMAP4 compatible (not rev1) again. Thanks for your help, Martin.
CCMAIL: 73246-done@bugs.kde.org

Refer to Bug 73246 - kmail doesn't show messages on IMAP server
Diff

Stephan Kulow committed a change to kdebase/kioslave/smb

Making KDE Enterprise-Ready in redirecting in case the user name changed
CCMAIL: 68893-done@bugs.kde.org

Refer to Bug 68893 - Password is re-requested FAR too often when Browsing a password 
protected share
Diff

Stephan Kulow committed a change to kdebase/kioslave/smb

don't stress libsmbclient with .. in urls
CCMAIL: 63133-done@bugs.kde.org

Refer to Bug 63133 - Relative URL on kio_smb didn't always work
Diffs: 1, 2, 3

Stephan Binner committed a change to kdebase/konsole/konsole

Bug 75638: Dynamic Hide on toolbar doesn't work after restart

Refer to Bug 75638 - Dynamic Hide on toolbar doesn't work after restart
Diff

Luboš Luňák committed a change to kdebase/kxkb

Enable the 'Apply' button when changing the checkbox.
CCMAIL: 73941-done@bugs.kde.org

Refer to Bug 73941 - Enable xkb options doesnt enable Apply button
Diff

Michael Goffioul committed a change to kdelibs/kdeprint

Fix bug #74732: the list view item already contains the protocol

Refer to Bug 74732 - (kprinter) Open file option fails - it attempts to open file:file:/tmp/something
Diff

Michael Goffioul committed a change to kdelibs/kdeprint

show generic print-Qt page under "lpdunix" and "ext" plugins
CCMAIL: 74324-done@bugs.kde.org

Refer to Bug 74324 - usability problem: 12 clicks necessary to pipe a document through psnup
Diffs: 1, 2, 3, 4

Michael Goffioul committed a change to kdelibs/kdeprint/cups

Use global variable to store password string (bug #75411)
CCMAIL: 75411-done@bugs.kde.org

Refer to Bug 75411 - kdeprint can't authenticate on CUPS server
Diff

Michael Goffioul committed a change to kdelibs/kdeprint/cups

Allow all port values (bug #75840)
CCMAIL: 75840-done@bugs.kde.org

Refer to Bug 75840 - Cannot select CUPS port greater than 9999
Diff

Stephan Kulow committed a change to kdelibs/kdeprint/cups/cupsdconf2

somehow xgettext doesn't like new lines after the function name
CCMAIL: 76198-done@bugs.kde.org

Refer to Bug 76198 - CUPS Server Configuration module is not translated
Diff

Michael Goffioul committed a change to KDE_3_2_BRANCH: kdelibs/kdeprint

Fix bug #74732: URL protocol is already part of the list view item
CCMAIL: 74732-done@bugs.kde.org

Refer to Bug 74732 - (kprinter) Open file option fails - it attempts to open file:file:/tmp/something
Diff

David Faure committed a change to kdelibs/kio/kio

Fixed 73379: renaming a file to a name that already exists, didn't offer "Overwrite"
anymore (since the pre-3.2 fix that added code to make the 'rename dialog' appear
before starting to do the full move+del operation).

Also fixed handling of "Overwrite" for base directories (one had to click 'overwrite'
again for subdirectories). And fixed warnings from observer.cpp due to progressId==0. 

Refer to Bug 73379 - Renaming a backup file will not overwrite the original
Diffs: 1, 2

David Faure committed a change to kdelibs/kparts

Added reason() so that it's possible to know why a part was activated.
As discussed on #75201.
CCMAIL: 75201@bugs.kde.org

Refer to Bug 75201 - Cervisia KPart crashes Konqueror upon right-click in inactive split window
Diffs: 1, 2

Kde-Pim

Features

Tobias Koenig committed a change to kdelibs/kabc

Applyed patch from György Szombathelyi

Features:
  - offline mode for ldap resource
  - SASL realm and proxy support (needs still some testing)
  - let use ldifconverter and ldapclient the new classes

Furthermore some bugfixes

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13

Tobias Koenig committed a change to kdepim/kaddressbook

Improved the searching behaviour. Now only contacts which matches the
current pattern in the incremental search field are shown in the view.
That's more intuitive than just jumping to the first occurence in the whole
addressbook.
The JumpButtonBars behaviour changed as well. When you click at 'A - C' only
the contacts which starts with A, B and C will be shown. That's the same
behaviour you have with an address book in real world :)

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

Till Adam committed a change to kdepim/kmail

o Implement expiry for imap and dimap folders. 
o Enable the expiry settings in the folder properties for imap and dimap 
  folders.
o Add some folderjob infrastructure to imapjob and cachedimapjob along the
  way.
o Fix a few folderstorage crashes waiting to happen.

Only manual expiry of imap/dimap folders is hooked in, but we could just
as well hook the imap and dimap foldermanagers into the autoexpiry on
shutdown thingie. For dimap that should be as safe or unsafe as for maildir
and for imap it's as save or unsafe as deleting a bunch of messages and 
immediately closing KMail. Opinions?

This commit is dedicated to the hardest working man in show business,
S. Kulow whose birthday it is today.

Let's give it up for the man:

o/` For he's a jolly good RD, for he's a jolly good RD, for he's a jolly
good RD ... which nobody can't deny ..   o|` 

CCMAIL: 48189-done@bugs.kde.org

Refer to Bug 48189 - expire messages in IMAP folders
Diffs: 1, 2, 3, 4, 5, 6, 7
Bugfixes

Tobias Koenig committed a change to kdepim/kaddressbook

Query the extension to update its GUI when selected.

CCMAIL:74813-done@bugs.kde.org

Refer to Bug 74813 - contact editor extension not in sync with selected contact
Diff

Tobias Koenig committed a change to kdepim/kaddressbook

Add 'organization' as possible formatted name template.

CCMAIL:76019-done@bugs.kde.org

Refer to Bug 76019 - Smart item naming like on PalmOS
Diffs: 1, 2, 3, 4, 5

Lukáš Tinkl committed a change to KDE_3_2_BRANCH: kdepim/kaddressbook

backport CVS commit by tokoe: 

Query the extension to update its GUI when selected.
(fixes #74813)

Refer to Bug 74813 - contact editor extension not in sync with selected contact
Diff

David Jarvie committed a change to kdepim/kalarm/widgets

Bug 74074: allow time to be optionally entered in hhmm format

Refer to Bug 74074 - Support more flexible date/time entry
Diffs: 1, 2

Till Adam committed a change to kdepim/kmail

Implement "Exclude important messages from expiry" config option and gui
for it.

Andrew, thanks for your patch. I've had to adjust things to the changes
in status handling and add the config stuff, but it's still appreciated.

CCMAIL: 37419-done@bugs.kde.org

Refer to Bug 37419 - do not expire messages tagged as important
Diffs: 1, 2, 3, 4, 5

Volker Krause committed a change to kdepim/kmail

Fix the remaining issues with kontact's new mail notification, i.e. passive popups 
are now placed correctly and taskbar flashing works.

Reviewed by Ingo Kloecker

CCMAIL: 67017@bugs.kde.org

Refer to Bug 67017 - knotify event for new mail not triggerd
Diff

Till Adam committed a change to kdepim/kmail

If a message is not \SEEN on an imap server and we get an initial folder
listing telling us about it, trust the server and set the mail to new
or unread  no matter what our local index tells us the status is. This
is necessary because if we set a message to read locally but fail to set
\SEEN on the server for some reason, the count of unread mails will be
henceforth out of sync. That will not do, now, will it?

Diff

Carsten Burghardt committed a change to KDE_3_2_BRANCH: kdepim/kmail

Restore the original complete-state.
CCMAIL: 75983-done@bugs.kde.org

Refer to Bug 75983 - imap moving message loses attachments
Diffs: 1, 2

Volker Krause committed a change to kdepim/knode

Don't save accounts before they have a valid id.

CCMAIL: 70539-done@bugs.kde.org

Refer to Bug 70539 - KNode fails to list of newsgroups from the server
Diff

Michael Brade committed a change to kdepim/knotes

The rest of the stuff I started in Melbourne, finally finished:
  - rich text support is done (at least as good as it gets with
    QTextEdit)
  - finally switched to using KActions :-)) That means we also
    have keyboard shortcuts for all rich text actions.
    CCMAIL: 68031-done@bugs.kde.org
  - used a real KToolBar, port to XMLGUI still missing

Refer to Bug 68031 - keyboard shortcuts for setting fontstyle (ctrl+b, ctrl+i, etc) in rich text notes
Diffs: 1, 2, 3, 4

Tobias Koenig committed a change to kdepim/kontact/plugins/korganizer

Show the following types of Todos:
  - all which started in the past and aren't completed yet
  - all which started somewhere in the past and have to be finished
    in the future
  - all which starts today
  - all which ends today

Furthermore the summary contains a small text which describes the current
state.

CCMAIL:74821-done@bugs.kde.org

Refer to Bug 74821 - overdue todos not shown
Diff

Adriaan de Groot committed a change to kdepim/kpilot/kpilot

Add a configure option (default to false) for running conduits 
during a backup. The reason I can think of for running conduits
is so as not to require an additional HotSync afterwards to 
get the just-backed-up records into the desktop apps. No UI
to set this yet, though.
CCMAIL: 75732-done@bugs.kde.org

Refer to Bug 75732 - kpilotdaemon crashes when doing backup
Diffs: 1, 2

Koffice

Features

Cyrille Berger committed a change to koffice/krita/plugins/colorsfilters

First version of a color manipulation plugin, it include the following filters :
 - brightness/contrast
 - gamma correction
 - color adjustement

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

David Faure committed a change to koffice/kword

GUI: Improved the configuration dialog. Things take less space (less sliders
than before, labels on the left of the spinboxes instead of on top),
the unit setting moved (from Misc) to the Interface page,
and most importantly, changing the unit has an immediate effect.

This fixes a bug (reported on IRC) where changing the unit and pressing
Apply would apply the wrong values since they currently-displayed values were
interpreted with the wrong unit (!)

Changed the default unit from mm to cm (much more common in word processors).
Added some accels and buddies.

Diffs: 1, 2, 3, 4, 5
Bugfixes

Nicolas Goutte committed a change to koffice/lib

I forgot to document the change (#73537)

Refer to Bug 73537 - Replacing templates not working correctly
Diff

David Faure committed a change to koffice/lib/kofficecore

Fixed Qt-3.3 behavior change in QString::toDouble() (it was undocumented, now it's 
documented....).
QString("123abc").toDouble() returns 0 now, it returned 123 before.
Note that QString("123abc").toDouble(&ok) has always returned ok==false, so the code
testing the bool is unaffected.

This fixes infinite loops when loading OOWriter documents (because they ended
up with width=0 height=0).
CCMAIL: 75299@bugs.kde.org

Refer to Bug 75299 - kword looping on sxw file open
Diff

Nicolas Goutte committed a change to koffice/lib/kofficeui

Allow to overwrite templates
(NetAccess does not overwrite files by default, so it needs to be done
explicitly, here with the new KDE 3.2 member functions.)
CCMAIL:73537@bugs.kde.org

Refer to Bug 73537 - Replacing templates not working correctly
Diff

Nicolas Goutte committed a change to koffice/lib/kofficeui

When a template gets selected, show its name in the name line edit.
CCMAIL:76299@bugs.kde.org

Refer to Bug 76299 - Create template: overwriting by clicking on the existing template
Diff

Konqueror

Features

Dirk Mueller committed a change to kdelibs/khtml

please welcome RenderObject::PaintInfo

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32
Bugfixes

Daniel Naber committed a change to kdeaddons/konq-plugins/webarchiver

fix for #69245: Webpage archives with "?" are not saving with full title in
konqueror

Refer to Bug 69245 - Webpage archives with ? are not saving with full title in konqueror
Diff

Daniel Naber committed a change to kdeaddons/konq-plugins/webarchiver

fix for #61358: webarchiver in kdeaddons doesn't get images
implement wish #35130: please include original URL in .war archives

let me know if this is okay, i will then backport it
CCMAIL: malte@kde.org

Refer to Bug 61358 - webarchiver in kdeaddons doesn't get images
Refer to Bug 35130 - web archiver: please include original URL in .war archives (PATCH)
Diff

Stephan Binner committed a change to kdebase/kcontrol/ebrowsing/plugins/ikws/searchproviders

Bug 72996: 'py:' web shortcut has changed

Refer to Bug 72996 - 'py:' web shortcut has changed
Diff

Simon Perreault committed a change to kdebase/konqueror

It has been reported many times on b.k.o and been discussed countless times on
kde-usability that CTRL+T should be the default shortcut for opening a new tab.
There seem to be more people for than against, and the only reason for not doing
so is that CTRL+T is already used for opening a terminal. This argument does not
weigh much. This patch addresses the issue by making CTRL+T the alternative
shortcut for opening a new tab (CTRL+ALT+N staying the main shortcut) and making
F10 the new shortcut for opening a terminal.

Fix #59794.

Refer to Bug 59794 - tabs should have control+T as a shortcut by default
Diff

David Faure committed a change to kdebase/konqueror

Don't use a single-shot-timer to make the view active when pressing RMB
Please test if it fixes cervisia.
CCMAIL: 75201@bugs.kde.org

Refer to Bug 75201 - Cervisia KPart crashes Konqueror upon right-click in inactive split window
Diff

Waldo Bastian committed a change to kdebase/konqueror/sidebar/trees/history_module

Don't crash if icon can't be loaded. (BR73508)

Refer to Bug 73508 - Konqueror crashes when viewing history sidebar
Diff

Stephan Binner committed a change to KDE_3_2_BRANCH: kdebase/konqueror

Hidden config whether to open popup/all links in tabs or not (#73361)

Refer to Bug 73361 - When "Open links in new tab.." is set, konqueror should 
distinguish ordinary link and javascript open window
Diff

Frerich Raabe committed a change to kdelibs/khtml

- In case the openURL call is a reload, do a stat on the user-defined
  stylesheet and reload it in case it changed in the meanwhile.
CCMAIL:39962-done@bugs.kde.org

Refer to Bug 39962 - user defined stylesheet updates ignored
Diffs: 1, 2, 3, 4

Stephan Kulow committed a change to kdelibs/khtml

fixing #73573 (reviewed by Dirk - suggested by Dave and Germain)
CCMAIL: 73573-done@bugs.kde.org

Refer to Bug 73573 - [test case] khtml doesn't render tr with display: inline (regression)
Diffs: 1, 2

Daniel Naber committed a change to kdelibs/khtml/dom

remove the @return doc, the method returns void (fixes #69353)

Refer to Bug 69353 - Inconsistant documentation for DOM::Document
Diff

Daniel Naber committed a change to kdelibs/kioslave/http/kcookiejar

forward porting fix for #69343: cookie behaviour popup should change
focused field

Refer to Bug 69343 - cookie behaviour popup should change focused field
Diff

Daniel Naber committed a change to KDE_3_2_BRANCH: kdelibs/kioslave/http/kcookiejar

trivial fix for #69343: cookie behaviour popup should change focused field

Refer to Bug 69343 - cookie behaviour popup should change focused field
Diff

Dawit Alemayehu committed a change to KDE_3_2_BRANCH: kdelibs/kioslave/http/kcookiejar

- Backport fix for BR# 62414.

CCMAIL: 62414-done@bugs.kde.org

Refer to Bug 62414 - Cookies diasappear if relative Paths are given
Diff

Harri Porten committed a change to kdelibs/kjs

fixed crash if toString() is called on NaN or Inf with a radix != 10.

CCMAIL: 75830-done@bugs.kde.org

Refer to Bug 75830 - konqueror crashes when executing Number.NaN.toString(16)
Diffs: 1, 2

Harri Porten committed a change to KDE_3_2_BRANCH: kdelibs/kjs

for now, make "const" a synonym for "var". Not standardized as of Edition 3
but already supported by other browsers.

CCMAIL: 73040-done@bugs.kde.org

Refer to Bug 73040 - My bank's javascript menu not working (www.osuuspankki.fi) with 
mozilla it is OK
Diffs: 1, 2

Dawit Alemayehu committed a change to kio_http_experimental: kdelibs/kioslave/http

- No need to send the identity encoding since it is assumed by default.
  Resolution for BR# 75300.

Refer to Bug 75300 - Unnecessary token in accept-encoding header
Diff

Multimedia

Features

Mark Kretschmann committed a change to kdeextragear-1/amarok/amarok

I've renamed amarok to amarokapp, and amarokloader to amarok, so the loader gets 
started by default. amaroK is now able to process options very quickly, when an instance 
is already running. Please test!

The application is now able to process the command line args sent by the loader. The 
parsing is very ugly, still, and should be replaced with something better eventually. 
Also, in the future the loader should be able to output the available options when 
given "--help".

Diffs: 1, 2, 3, 4, 5

Mark Kretschmann committed a change to kdeextragear-1/amarok/amarok

Finally I was able to figure out how to re-initialize KCmdLineArgs :)

This means: amaroK is now able to process cli arguments received by the loader 
process exactly like when started directly. No more ugly argument parsing.

TODO: 
One small problem remains: when amaroK is already running, and is being called 
with the "--help" argument by the loader, it will print the help information correctly, 
but then exit. I'm trying to convince KCmdLineArgs not to exit in this case...

Diffs: 1, 2, 3, 4
Bugfixes

Mark Kretschmann committed a change to kdeextragear-1/amarok

Added: pasting clipboard selection into playlist with MidButton, X11-style (BR #75028).

CCMAIL: 75028-done@bugs.kde.org

Refer to Bug 75028 - pasting URLs with middle mousebutton
Diffs: 1, 2, 3, 4

Stanislav Karchebny committed a change to kdeextragear-1/amarok/amarok

* Changed global keybindings to Win+[key]
* Added "Show OSD" global keybinding (Win+o)

CCMAIL: 75769-done@bugs.kde.org

Refer to Bug 75769 - Global Shortcut to display OSD
Diffs: 1, 2

Stanislav Karchebny committed a change to kdeextragear-1/amarok/amarok/amarokcore

* Added playPause() dcop call.

CCMAIL: 75841-done@bugs.kde.org

Refer to Bug 75841 - Amarok PlayPause DCOP Call
Diff

Stanislav Karchebny committed a change to kdeextragear-1/amarok/amarok/amarokcore

* Added DCOP call to turn OSD on/off
* Seems that OSD display doesn't grok the setting, however.

CCMAIL: 75869-done@bugs.kde.org

Refer to Bug 75869 - make OSD display switchable on/off via dcop & shortcut
Diffs: 1, 2, 3

Networking Tools

Bugfixes

Richard Smith committed a change to kdenetwork/kopete/kopete

Sort out Kopete's KApp reference counting. Fixes #75805.

Refer to Bug 75805 - kopete occasionally exits when closing a chat window
Diffs: 1, 2, 3, 4, 5

Richard Smith committed a change to kdenetwork/kopete/kopete/chatwindow

Properly fix bug 74562 and other problems with the send button being enabled
at the wrong time. Should now only disable the send button if there's
nothing to send, or if clicking on the contact in the contact list would
refuse to open a window.
CCMAIL: 74562@bugs.kde.org

Refer to Bug 74562 - Disable sending in chatwindow if connection is lost during the typing 
of a message
Diffs: 1, 2, 3, 4

Richard Smith committed a change to kdenetwork/kopete/libkopete

Fix 76101, and clean up our link-matching regexps

Refer to Bug 76101 - Kopete doesn't treat closing slash as part of an URL
Diffs: 1, 2

Richard Smith committed a change to kdenetwork/kopete/libkopete/tests

Refactored code a little. Added a test case for:
Bug 76101: Kopete doesn't treat closing slash as part of an URL

Refer to Bug 76101 - Kopete doesn't treat closing slash as part of an URL
Diff

Olivier Goffart committed a change to kdenetwork/kopete/protocols/msn

Do not rname a group on hte server if it has already the same name.
This might fix the bug 76182 without realy fixing it.

Good canditat for backport

Refer to Bug 76182 - kopete crash during or immediately after login to MSN
Diff

Richard Smith committed a change to kdenetwork/kopete/protocols/oscar

Display the correct protocol name in captions of error dialogs
CCMAIL: 73443-done@bugs.kde.org

Refer to Bug 73443 - typo - aim plugin complains about password in file using icq name
Diff

Richard Smith committed a change to KDE_3_2_BRANCH: kdenetwork/kopete/protocols/oscar

Don't try to reconnect until current connection has finished failing. Also,
don't pop up a 'password was wrong' dialog box at the same time as a
'password was wrong, enter password' dialog. [BACKPORT]
CCMAIL: 75471-done@bugs.kde.org

Refer to Bug 75471 - ICQ login fails in v0.8.0 with password that worked on v0.7.4
Diff

Jean-Baptiste Mardelle committed a change to kdeutils/kgpg

Fixed misleading text in Wizard 
CCMAIL: 75622-done@bugs.kde.org 

Refer to Bug 75622 - wrong text in wizzard on first startup
Diff

Jean-Baptiste Mardelle committed a change to kdeutils/kgpg

Fixed import of keys dropped in the editor.
Re-added Key Server Dialog in applet menu
75400-done@bugs.kde.org

Diffs: 1, 2, 3, 4, 5

Luboš Luňák committed a change to kdeutils/kgpg

Workaround for kgpg problem with focus stealing prevention (#69519).
HEAD is supposed to get a real fix in KStartupInfo (todo).
CCMAIL: bj@altern.org

Refer to Bug 69519 - dialogs not activated because of focus stealing prevention
Diffs: 1, 2

Jean-Baptiste Mardelle committed a change to KDE_3_2_BRANCH: kdeutils/kgpg

Fix focus problems with decryption dialogs (#69519).
Patch by Lubos Lunak.

Refer to Bug 69519 - dialogs not activated because of focus stealing prevention
Diffs: 1, 2

User Interface

Features

Olivier Goffart committed a change to kdelibs/kdeui

The patch i already posted on core-devel mailing list:

KXMLGUIFactory::configureShortcuts

this slot show a configure shortcuts dialog for every action in the gui factory, even actions from differents plugins

Diffs: 1, 2

Don Sanders committed a change to kdelibs/kdeui

Increase the default percentage of unrecognized words before as-you-type spell 
checking is disabled from 30% to 42% by popular demand.
Make the percentage configurable using a KSpell_AsYouTypeDisablePercentage key in 
the KSpell section of the kdeglobals file.

[KSpell]
KSpell_AsYouTypeDisablePercentage=101
  means never disable as-you-type spelling.

Diff

Benoit Walter committed a change to kdenonbeta/kcontrol3

Some preliminary work on a new control center, with focus on usability.

Here are the features, heavily inspired by the huge number of messages I
read on the usability mailing-list:
- Task oriented interface
- More useful search system (as seen in JuK, react on each keypress event)
- More visible help (+context help)
- Still using the current organisation (categories)
- Much improved navigation system
- No sub-windows

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 
21, 22, 23, 24, 25, 26
Bugfixes

Luboš Luňák committed a change to kdebase/kdesktop

Make minicli non-modal again. Let's see which of #75959 and #27683 is
the lesser evil. KWin's improved handling of modal dialogs should
make #27683 better now.
CCMAIL: 75959-done@bugs.kde.org

Refer to Bug 75959 - Run Dialog doesn't allow Desktop to work properly.
Refer to Bug 27683 - run command (alt+f2) doesnt work when "select icon" dialog is open
Refer to Bug 75959 - Run Dialog doesn't allow Desktop to work properly.
Diff

Waldo Bastian committed a change to kdebase/kdesktop

Add support for OnlyShowIn / NotShowIn / NoDisplay for both
.desktop and .directory files. (BR63933)
CCMAIL: 63933@bugs.kde.org

Refer to Bug 63933 - Doesn't support OnlyShowIn and NotShowIn keywords of .desktop files
Diff

Stephan Kulow committed a change to kdebase/kdesktop

anyone know a good reason we need to update both widget's erase pixmap?
The repaint fixes 73125

Refer to Bug 73125 - changed wallpaper doesn't cover whole desktop when panel length < 100%
Diff

Luboš Luňák committed a change to kdebase/kdesktop/lock

Don't return in the middle of ctor, so that the capslock detection
code is called as well.
CCMAIL: 73909-done@bugs.kde.org

Refer to Bug 73909 - False "Warning Caps Lock On" when locking screen
Diff

Stephan Kulow committed a change to KDE_3_2_BRANCH: kdebase/kdesktop

repaint the wallpaper unconditionally. update() no longer trigers a repaint
with Qt 3.3's scrollview (and Luboš is god :)
CCMAIL: 73125-done@bugs.kde.org
CCMAIL: aj@suse.de

Refer to Bug 73125 - changed wallpaper doesn't cover whole desktop when panel length < 100%
Diff

Waldo Bastian committed a change to kdebase/kicker/buttons

Don't crash without icons (BR73504)

Refer to Bug 73504 - Kicker crash after changing the icons
Diff

Luboš Luňák committed a change to kdebase/kwin

Fix #72074 - when trying to close a window, update user timestamp
on the whole group, so that the possible 'close?' dialog has a recent
timestamp even if the window about to be closed wasn't active.

Refer to Bug 72074 - close opens the window "want to save" in the background
Diffs: 1, 2, 3, 4, 5

Luboš Luňák committed a change to kdebase/kwin/clients/modernsystem

Use "Modern System" in all visible strings as the name of this
modsystem^H^H^Hmodernsys^H^H^Hmodernsystem decoration.
CCMAIL: 74346-done@bugs.kde.org

Refer to Bug 74346 - ModSystem window decoration labeled as "ModernSys" in preview pane
Diffs: 1, 2

Luboš Luňák committed a change to kdebase/kwin/killer

Fix i18n.
CCMAIL: 72239-done@bugs.kde.org

Refer to Bug 72239 - Untranslatable KWin crash message
Diff

Zack Rusin committed a change to kdelibs/kdeui

Patch from Henry W. Miller hank at black-hole.com which fixes 72761.

CCMAIL: 72761-done@bugs.kde.org

Refer to Bug 72761 - Broken display of misspelled words in the spellchecked line
Diff

Luboš Luňák committed a change to kdelibs/kdeui

Avoid attempts to repaint when virtual desktop changes and the widget
is not visible anyway.
CCMAIL: 74244-done@bugs.kde.org

Refer to Bug 74244 - switching desktops incurrs (seemingly) unrequired cpu load
Diff

Waldo Bastian committed a change to kdelibs/kdeui

Don't crash when the dockBackWindow disappears unexpectedly. (BR73714)

Refer to Bug 73714 - Quanta crash after closing editor and message output,problem reporter
Diffs: 1, 2

Dawit Alemayehu committed a change to KDE_3_2_BRANCH: kdelibs/kdeui

- Select the text to be renamed.

CCMAIL: 75406-done@bugs.kde.org

Refer to Bug 75406 - Irregular File Rename Behavior
Diff

Jens Dagerbo committed a change to kdelibs/kmdi

Finally managed to properly reproduce this crash.

Incredibly, this seems to fix it.

CCMAIL: 73346@bugs.kde.org
CCMAIL: kde@jowenn.at

Refer to Bug 73346 - kdevelop crashes when opening or creating a second project
Diff

Jens Dagerbo committed a change to KDE_3_2_BRANCH: kdelibs/kmdi

fixes bug #73346

BACKPORT

Refer to Bug 73346 - kdevelop crashes when opening or creating a second project
Diff

Utilities

Features

Jeroen Wijnhout committed a change to kdeextragear-2/kile/kile

grant wish 58567: Specify a style file for index

Refer to Bug 58567 - Specify a style file for index
Diffs: 1, 2, 3, 4, 5, 6, 7, 8

Carsten Wolff committed a change to kdenonbeta/kdedebian/livecd/installer

initial import of the installer

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36

Nikolas Zimmermann committed a change to kdenonbeta/kdom

* Basic svg event support
  TODO: SVGZoomEvent
* Implemented SVGSVGElement/SVGDocument::createEvent
* Moved Document::createEvent to DocumentEvent::createEvent
  to be shared between svg/ and the DOM impl
* Fixed initEvent on all events (ui, mouse, mutation...)
* Added svgeventtest - svg event test code proggie

TODO today: 
* Fix all includes from .cc files to not use <kdom/...>	
* Remove the eventMap hack in SVGDOMImplementation

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 
21, 22, 23, 24, 25, 26
Bugfixes

Stephan Binner committed a change to kdebase/kcontrol/konsole

[Bug 75857] New: The apply button in the settings window isn't always getting enabled

Refer to Bug 75857 - The apply button in the settings window isn't always getting enabled
Diff

Jeroen Wijnhout committed a change to kdeextragear-2/kile/kile

fix Bug 75833: stopping output in message window 

Refer to Bug 75833 - stopping output in message window
Diff

John Ratke committed a change to kdetoys/kweather

Diff

Klaus Niederkrüger committed a change to kdeutils/kcalc

Changed many accels from "accel()->insert()" to "button->addAccel()".
Fixes BUG 75555.

Refer to Bug 75555 - keyboard problems: "<" and ">" give same function
Diffs: 1, 2

Lukáš Tinkl committed a change to KDE_3_2_BRANCH: kdeutils/ksim

*sigh* everything was in English
(please forward port)

CCMAIL: 72236-done@bugs.kde.org, linuxphreak@gmx.co.uk

Refer to Bug 72236 - Untranslatable string in KSim
Diff


Thanks for reading KDE-CVS-Digest