Changes:
* General
o New: KDE startup reordered in order to improve startup time.
o KDialog: --title does not work in at least one case
o Don't show the screensaver when doing presentations
o If KDE shuts down while starting up (due to low battery status),
saved session is lost
o KSysGuard: Typos in the ksysguard PO file
o Random wallpapers don't change on every configuration change.
* Kicker
o Bookmarks: Look up konsole-bookmarks in the correct directory
o Show/hide arrow not shown if all icons are hidden
* KControl
o Fix the broken priority setting.
* KFind
o Don't draw a separator, it causes a couple of ugly pixels.
* Konsole
o Fix a possible crash on session save/logout
o Numerous fixes due to the Coverity reports.
o Fix DCOP call setEncoding.
o kwrited - Add a 'Clear Messages' to the popup menu.
o Fix crash when user deletes all the sessions.
o Fix underline issue when there are ampersands in tab title.
o Remember the text color while moving the tab.
o Fix issue with tab/window titles not refreshing for the
non-active session.
o Verify that the command is executable for '-e <command>.'
o Use the "DefaultSession" parameter in konsolerc.
* Kate
o Fix crash in View Difference
o Fix crash in external tools config when clicking the edit button.
* Konqueror
o Fix multi selection and Show/Hide in toolbar.
o Fix QString/KURL confusion which probably caused encoding bugs
with local paths on non-latin1 systems.
o Respect user-selected view mode when browsing removable media.
o Fixed detection of some Netscape plugins when packagers are built
with new ld flags.
* KWin
o Don't force new windows to be at the beginning of the focus chain
(windows with focus stealing prevention shouldn't be there).
o Don't deactivate the showing desktop state when a new window is
shown that belongs to the desktop.
o KWin messes up ConfigureRequest:s, causing X crashes.
o Move minimized windows to the right place in focus chain.
o Separate focus chains are nice, but KDE-style Alt+Tab not limited
to the current desktop
o Window switching (alt-tab) with focus (strictly) under or follow
mouse does not switch all windows and newly focused window
doesn't get focus
o Obey automatic un-hover option also when switching to a shaded
window with alt+tab.
o Mouse cursor covers tooltips of KDE applications
o Fixed timestamp handling on 64bit systems, fixes focus problems
when running KDE for a long time
Changes:
* KHTML
o Don't crash when triple-clicking on a line that has :after or
:before content, or anything that isn't in the DOM
o Implement nondeterministic CSS matching
o Do not crash if an old target got destroyed.
o Fix static Y position of positioned objects in initial whitespace
(3.5 regression).
o Fontrendering: A few percent speedup by caching font scalability
info
o Konqueror will crash if a floated link uses :hover:before or
:hover:after to create a positioned element.
o Text selection misbehaves for devanagari.
o Fix crash when hovering a HTML menu item
o Don't crash when null pointer passed to removeEventListener
o Prevent an infinite loop in parseToken() when dealing with broken
HTML.
o If we saved creating a renderer at attach. Create it if we later
need it.
o Don't allow to find text in password fields.
o Improve XHTML CSS styling
o Handle CSS restyling for all types of dynamic DOM changes and
user interaction
o Only repaint the expossed background when scrolling. Optimizes a
few slow pages with unoptimized X11 drivers.
o Speed-up painting and selections on pages with large tables.
o Match better the error-handling capabilities of Firefox with
respect to DL/DT/DD elements.
o Added missing sanity check which caused crashes in caret mode on
pgup/pgdn when there was no valid caret.
o Make sure copyBlt doesn't fail because of different depth.
o No other property depends on background-image, and applying it
before the rest of the background short-hand breaks it under
inheritance.
* KIO
o Add media kioslave support to KFileDialog
o KPropertiesDialog first renames the file, then allows all plugins
to save their changes.
o Make KDirSelectDialog work with media:/ and similar. Fixes JuK.
* KDEPrint
o Fix usage of private methods in CUPS which broke KDEPrint with
CUPS 1.2
o Allow adding multiple file to the to-be-printed list.
o No fax sent when special characters are included in the sender
information
o Kdeprintfax ignores paper size setting when using Hylafax
* KDE-UI
o Use KConfigGroup to reset the config group automatically.
o Give a possibility to disable spellchecking.
* KIO-Slaves
o KIO-HTTP
o Keep the fragment when doing redirections. (the HTTP requests
and redirections don't include fragments; it's a browser thing).
==============
Version 2.14.2
==============
Fixes
* Try to locate files in the app prefix and not in the system prefix
for gnome-about (Christian Persch)
* Fix leak in gnome-about (Christian Persch)
Misc
* Require GTK+ >= 2.8.0 (Vincent)
Translators
* Francisco Javier F. Serrador (es)
* Maka Eradze (ka)
* Hariram Pansari (or)
* Fixed regressions from 2.9.1 and 2.8.6:
- Regenerated with latest glibmm to fix several empty methods.
- ActionGroup:add(): Fix crash in alternate property get.
- Gdk::PixbufLoader: Correct the vfunc sequence to avoid the ABI break.
* Table: Fix crash in Table_Helpers::TableList.erase().