Option to build kompmgr - from Sergey Svishchev
improved kdeeject script - from Sergey Svishchev
ksysguard tidyup, improved handling of process list.
infocenter tidyup
Add NetBSD support to kicker/applets/naughty (finally fixing PR 25052)
Bump PKGREVISION.
KDE base
* Various DragonFlyBSD fixes.
* Removed "Serbia and Montenegro" (yu), added "Serbia" (rs) and
"Montenegro" (me).
Kicker
* Added option to change the font color used by the taskbar applet.
Kate
* Fix not honoring current locale in some situations.
KControl
* Allow changing of font colors for taskbar.
* Fix various crashes on KHotKeys.
KDesktop
* Use mkfontscale/mkfontdir to create fonts.scale/fonts.dir - as
opposed to custom code.
* Make kdesktop_lock honour kiosk switch user restriction.
KWin
* Option to turn off alt+tab outline.
* Support for new windows types for compositing.
* Fix bug in dead program detection in 64 bit architectures.
* Fix crash on consecutive 'Show Desktop'.
kicker
* More support for compiz as a window manager.
* Pick up timezone changes when reconfiguring.
* Prevent the systray from flickering e.g. when a new window is
opened/closed.
KWin
* Claim _NET_WM_CM_Sn compositing manager selection when compositing.
* Fix mouse dragging in dual-head non-xinerama mode.
* Fix crash while switching show desktop state.
* Avoid focus problems with non-click-to-focus policies.
* Fix click-raise with a compositing manager running.
* Fix X resources leaks in kompmgr.
* Fix click-raise interaction with panels.
* Avoid possible race condition when withdrawing windows.
kdesktop
* Fix crash when typing "56+" in minicli (i.e. when bc gives a parse
error).
* Fix F5 not doing anything on the desktop.
* Fix OpenGL screensavers rendering.
kmenu
* Install the Games/Kids Games file with the correct filename.
Kate
* Added session chooser panel applet and KMenu extension.
konqueror
* DCOP support for splitting the view.
* Make the konqueror main window a group leader to ensure modal dialogs
from one window do not block other konqueror main windows.
* Dynamically enable/disable "Empty Trash" entry.
* Fix crash when scanning for new plugins, then changing plugin settings.
* Fix crash after a lot of cut&paste operations in tree view.
konsole
* Correct calculation of colour values in 256-colour mode.
* Fix crash when saving history twice.
* Fix crash if setting font to a size which is larger than the terminal
display.
kioslave
* fish:/ kioslave is now able to handle files > 2GB.
* Fix correct display of file size transfers > 2GB in smb:/.
* Fix files that start with # showing as folders in fish:/.
* Symlinks in trash now show symlink size instead of file size.
* Fix correct calculation of percent diskfree.
kfind
* Fix URL usage with filenames including special chars.
* Show a user-friendly URL in the "Look in:" field.
ksysguard
* Only show the penguin for linux systems. Otherwise use the system
icon.
* Set the focus to the search line when started with ctrl+esc. Fix the
tab ordering.
* Fix various stability problems.
* Fix when you reorder the sensors.
* Number of horizontal lines in the plotter was off by one. Plus it
tries hard to show the top bar when asked to.
* Fix (mostly) the selection of processes.
* Make the setting dialogs non-modal, so it doesn't freeze kicker when
you use them.
* Displaying a number (LCD style) now works even with tiny kicker.
* Make the connection to ksysguardd more robust.
kcontrol
* Fonts settings module by default does not affect system-wide font
rendering settings.
Remove the USE_TOOLS+=gawk:pkgsrc for Solaris as bootstrap now provides
a suitable awk.
Changes:
KIOslave
* Check the return value from dbus_connection_open_private(). Fixes KDED
crashing on startup when D-BUS is unavailable.
* Properly disconnect DCOP signals in the medianotifier when unloaded.
Avoids to have two notification dialogs when it's reloaded.
* If remote says it's a directory, go with that instead of guessing the
mimetype based on filename.
konqueror
* Cancel and reuse single-shot timer for emitActivePartChanged(), instead
of queueing them up. This makes tab switching noticeably faster.
* Fix kfmclient sometimes returning bogus exit code.
Konsole
* Fix wrong char at end of block for unicode.
* Fix Copyright/Licences missing from source files.
KDesktop
* If icons are dragged outside the desktop area, jerk them back in. Fixes
the long-hated issue with the desktop becoming scrollable.
* NEW: Improve loading speed of background images, especially SVG ones.
kdesu
* Add sudo support.
KWin
* Support for input shape from XShape1.1.
* Draw outlines around the selected window while doing Alt+Tab.
* Fix incorrect reseting of the electric border setting.
nsplugins
* If we get redirected when grabbing a file, tell the plugin about the
final URL and not the original one. Fixes playback of youtube videos
embedded in other web sites.
* Fix some bugs in sizing of plugins. Fixes Google Video, and makes the
acroread plugin behave better.
ksysguard
* Fixed bug #128306 like proposed in the patch, just with a small
cleanup ;) Thank you very much!
ksystraycmd
* Fix argument getting de-quoted.
Kicker
* Fix stupid typo.
* Fixed a hairy problem with nested event loops deleting objects at
inappropriate times.
* Delete all signal connections to a TaskContainer when marking it for
deletion.
* attention blinking configurability. how fun. optimize things in some
fairly significant ways: don't repaint taskbar buttons on window
movements, don't set the taskmanager to track geom changes unless you
turn on desktop previews in the pager and don't redraw the pager on
window geometry changes unless we are actually showing desktop previews.
* optimization: don't redraw for every time windowsChanged is called.
in the case of moving a window when desktop previews are on, moving a
window across the screen at a reasonable pace used to result in over
100 repaints. now it only does ~15. given that the repaints aren't
exactly trivial for these things, this is probably a good thing.
KSMServer
* Set KDE_FULL_SESSION also as a root window X property.
* Increase timeout during session saving and killing.
KHotKeys
* Make it possible to use even keys that have no Qt keycode in input actions.
KControl
* NEW: Make it possible to explicitly force 96DPI or 120DPI.
Kicker
* Bookmarks: Look up konsole-bookmarks in the correct directory.
* Fix arrow location on vertical panels.
* Allow manually turning on of previews in the pager at low screen
resolutions.
Kate
* There exist space characters other than ' ' (character code 32).
* Fixed slow repaints of dynamically wrapped lines.
* Fix crashes when deleting text.
* Fix crash if there are folded regions and then highlighting is changed.
* Fix highlighting # at the beginning of a line as comment.
* Fix horizontal scrollbar and view not synced, if dynamic and static
word wrap are off.
* Make it possible to reset the background and selected background color.
* Fix broken selection repaints when resizing.
* Fix strange behaviour with pentuple clicks.
* "Find previous" should reverse the original direction, and nothing else.
* Improve Ada support.
* Jump to last non-whitespace character when "End" key is pressed twice.
* Check textLine() return values in KateViewInternal's home() and end()
functions.
* Make the current document's highlighting mode selected when the
highlighting config page opens.
* backward text selection doesn't trigger horizontal scroll.
* Improving backward search.
* Fix missing repaints when dynamic word wrap is disabled.
* Fixed highlighting of "case'-':".
* Synchronize the "cached" selection when exposing a search match.
* Fix crash on entering doxygen comment on editing cpp files.
* Also autoindent Q_SLOTS and Q_SIGNALS.
KControl
* Make CDROM info available in Control Centre.
* Properly disable antialiasing by also setting the xrdb resource.
* Fix nic information on AMD64 and others.
* Add sysfs parsing support. Needed for distros that don't have
/proc/bus/usb anymore.
* Fix long-standing crash in KControls wallpaper-code.
Konsole
* Miscellaneous speedups.
* Upon Prev/Next session, only activate new session when session.count > 1.
* Add 256 color support.
* Add DCOP calls setFont() and font().
* Fix extra character (^L) in konsolepart when using bash vi mode.
* Fix the accelerator key for the Config->Schema tab.
* Fix taking 100% cpu on printing tab-completion list in bash.
* RMB->Close Session and tabbar menu->Close Session now uses the Close
Confirmation Dialog.
* Reduce flickering when resizing.
KFind
* Fix searching for files greater than 2GB.
* kdesktop
* Fix kscreensaver not starting.
* Fix align-to-grid regression.
kpager
* Fix crash when moving windows.
ktip
* Fix text in RTL languages.
media manager
* Fix regression when using the fstab backend.
* Fix bogus floppy devices appearing in FreeBSD.
* Fix memory leak.
* Fix unmounting on systems that use supermount.
* Make media:/ mount devices over HAL.
* Load mediamanager kded module soon in the startup.
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
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
* Klipper
o Handle URLs as URLs and not as Text
o Prevent crashes caused by corrupted history
o XFixes support (especially helps with broken clipboard
implementations of some non-KDE applications)
o Images are ignored by default, add 'IgnoreImages=false' to
'[General]' in klipperrc
o Avoid repeated action popup with the same URL with some
non-KDE applications with broken clipboard implementations
* Konsole
o Correct issue where history size is unlimited when dealing
with History options in profiles
o Correctly set Tab bar when set to Dynamic Hide after session
restore
* Country settings
o Fix short date format for Switzerland
o Fix address format (especially P.O. Box) for Switzerland
* KSysGuard
o Show the sensors with values of more than two digits correctly
in the applet
* Kicker
o Connect the applications to systray correctly on startup
o Panels properly reserve space at screen edges even for
differently sized Xinerama screens
* Konqueror
o Resolve symlinks only on the desktop
* KWin
o Added new window-specific rules for OpenOffice.org, XV and
Mozilla family applications for turning off focus stealing
prevention, as these applications don't work well with it
o Reverted a workaround that as a side-effect had broken systray
docking of some applications
o Each virtual desktop has a separate focus chain
* KDesktop
o Fixed stacking of some dialogs
Changes:
* man KIO slave
o fix processing of URLs in man documents
o allow comment lines after a .TP request
* Konqueror
o 2 Tools menus when embedding KPDF in Konqueror
* KDesktop
o Fix initializations for desktops >4 when using DCOP calls.
* Konsole
o Update blue/red icons to be more distinguishable.
o The history options (line #/enabled) are now used in the profiles.
* Kwin
o Incorrectly restored window geometry upon leaving fullscreen mode
under certain circumstances
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
Changes:
* Konsole: Allow xterm resize ESC code to work
* Konsole: Fix incorrect schema in detached sessions.
* Konsole: Fix compile errors on amd64 with gcc4
* Konsole: Expand ~ in sessions' Exec=
* Konsole: Fix "Monitor for Activity" and "Monitor for Silence" icons
are the same.
* kinfocenter: Fix OpenGL graphics card detection
* kicker: Fixed K menu entries sort logic
* kicker: Hide sort buttons in systemtray configuration
* kcmbackground: Fix SVG files unavailable in slide show selector
* kcmfonts: Tooltips under font preview text areas with '&'
* kcontrol: "Clear History" button crashes KControl's "History Sidebar"
module
* kdesktop: Fix SVG images don't have 'set as wallpaper' entry in
context menu when dragged to desktop
* kdesktop: Don't execute command immediately when selecting a recent
command from the "Run Command" dialog
* konqueror: Enable "Move To Trash" inside media:/
* konqueror: If Shift is pressed when menu opens show 'Delete' instead
of 'Trash'
* konqueror: Fix address bar encryption color stays when using
back/forward
* konqueror: Added hidden option to not show archives as folder in
sidebar
* konqueror: Make list view obey preview settings in tooltips
* konqueror: Allow standard tooltips for truncated items in
non-executable columns
* konqueror: Fix for wrong favicon being shown while typing a URL
* konqueror: Fix for losing meta data in Info List View when adding
a file
* konqueror: Allow sidebar history to be disabled
* konqueror: Reload plugins after enabling/disabling them so that no
restart is necessary, and show plugins for the active part, instead
of always khtml.
* kthememanager: Don't scale up preview
* khelpcenter: Added KDE artwork to index pages
* kio-fish: Fixed mimetype determination over fish: URLs, so that e.g.
KOffice documents can be opened
* kio-tar: Fix for extracting large files from tar and zip archives
* kio-trash: Fix trashing from USB keys
* kio-trash: Don't mount all automounted directories when starting
kio_trash to save time
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Highlights at a glance
* Text-to-speech system with support built into Konqueror, Kate, KPDF
and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
disable ones that are not used. This does not include Netscape-style
plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
documentation added or changed
Changes:
* kcontrol: fix setting mouse buttons to left-handed for mice with many
buttons
* kcontrol: activate mouse cursor moving with keyboard if enabled
* kcontrol-usbview: USB revision number and level was given in decimal
instead of hex
* kdesu: do not cause several seconds delay during logout
* khotkeys: work around a bug in Qt keyboard compression breaking
simulated keyboard input
* klipper: fix mouse selection sometimes not being recorded
* klipper: work around a problem in OpenOffice.org causing it to stop
updating selection
* klipper: do not record partial selections when created using the
keyboard
* klipper: reduce heavy load caused by clipboard selected in Acrobat
Reader
* klipper: protect against heavy load caused by broken clipboard handling
in Lyx
* kwin: avoid window description dialog for special window settings and
try to guess the information automatically
* kwin: various small improvements for special window settings
* kwin: don't keep splashscreens above dialog windows
* kwin: apply window-specific force settings immediatelly
* kwin: keep active desktop borders working after resolution change
* kwin: fix a case when a window was not activated due to incorrect focus
stealing prevention
* kwin: show dialogs also when minimized in the window list
* kwin: when moving a window to another virtual desktop, move also its
dialogs
Changes:
* kinfocenter: fixed crash in USB viewer
* konqueror: "Advanced Add Bookmark" didn't affect right-click bookmarking
* konqueror: "Duplicate Tab" now respects "After Current Tab" setting
* konqueror: Only let linked views in same tab follow changes
* konsole: Added AppScreen support to keytab
* konsole: Cycling trough tabs with keyboard caused terminal size to be
printed
* konsole: Don't crash when showing tabbar with centered background
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Changes:
* KControl
o Add a brand new control center module to globally handle KDE visual
themes. Lukas Tinkl
o Add new control center module to test and calibrate joysticks Martin
Koller
* Kicker
o Cleaner look for the mini-pager providing for more contrast. Sandro
Giessl
* KDM
o Added "Lock session" checkbox to "Start New Session" confirmation
dialog
* Konqueror
o Let configure shortcuts of plugins actions. Olivier Goffart
o Improve the bookmark sidebar module (Context menus, drag&drop) Sandro
Giessl
o Ask for confirmation when loading a profile and tabs are open Stephan
Binner
o Ask for confirmation when closing a webpage with modified form content
Stephan Binner
o Added option to hide "Delete" command on desktop and in file manager
o Confirm closing many pages with "Close Other Tabs" command
o Keybindings for switching to specific tab
o Double click over empty tabbar space opens new tab
o Mouse wheel over tabbar area switches tabs
o Added option to activate previous active tab if closing the current one
o kfmclient: Added command "newTab 'url' ['mimetype']"
o Hidden options MaximumTabLength and MinimumTabLength (defaults to 3)
o Count of files and folders on Folder Properties dialog box
* KDialog
o a dialog for showing progress bars would be useful Stephan Binner
* KWin
o Per window settings and improved "Store window settings" Lubos Lunak
o Decoration API support for more buttons in titlebars Sandro Giessl
* KDCOP
o More types supported for arguments (QSize, QPoint, QRect, QColor,
QPixmap) Olivier Goffart
o Show applications icons. Olivier Goffart
* Konsole
o Tabbar button for closing tabs Kurt V. Hindenburg
* LDAP ioslave
o Writing support, SASL authentication and SSL/TLS support Szombathelyi
György
changes:
* general: More and better usage of icons in different applications
* general: Fix link order for IRIX
* kappfinder: Fixed menu structure and added icons of several applications
* kicker: Don't show unimplemented "About" and "Preferences" for universal
sidebar
* kicker: Fix two panels on different xinerama screens affecting their
placement.
* konqueror/kdesktop: Fix konqueror is ignoring umask when creating new
files
* konqueror/kdesktop: Fix filename suggestion when moving files applies to
all subsequent files
* konqueror: Made all items in the "Go" menu open in the current Konqueror
window
* konqueror: Now Ctrl+Enter opens a tab with default background setting
* konqueror: Holding Shift while opening a tab inverses the "open tabs ini
background" setting
* konqueror: "[FMSettings] TabPosition=Bottom" in konquerorrc lets the
tabbar appear at bottom
* konqueror: Fix konqueror listview rightclick always selects file
* konsole: Added the ability to fetch the shell PID per session via DCOP
* konsole: Fix terminal size display is covered by kwin size display
* konsole: Fix Default rendition should be used when clearing screen areas
* konsole: Fix can't change/save Keytabs in the Session Editor
* konsole: Fix for crashes on exit.
* konsole: Fix transparant background updates
* kio_fish: Fixes for copying into a symlink to a folder, and for copying
over a directory that already exists
* kwin: Keep properly splashscreens above their mainwindows.
* kwin: Restore focus when a broken application sets it to nowhere.
* kwin: Fix dialog placement problems with Konqueror with Qt-3.2.x .
* kwin: Fix problem with minimizing xmms.
* kwin: Fix active desktop borders while moving improper initialization.
* kwin: Fix Shift+middle mouse button action in Konqueror.
* klipper: Fix Klipper reacting to its own clipboard changes.
* khotkeys: Mouse gestures are globally disabled by default.
* drkonqi: Fix valid backtraces sometimes being reported as useless.
* kcontrol: Fix colorsheme file name conflict
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
Changes:
* kappfinder: Fixed button order
* kdesktop: Fix switching desktops incurrs (seemingly) unrequired cpu load
* konqueror: Fix textposition of bookmark toolbar not saved
* konqueror: Fix [testcase] HTTP-EQUIV="refresh" not working with weird
formating.
* konqueror (khtml): Fix When dragging a URL link with an image, the image
is pasted and not the link URL
* konqueror (khtml): Basic support for the HTML ACCESSKEY attribute.
* konqueror (khtml): Ctrl only suspends Shift+arrows scrolling.
* konqueror (khtml event): Fix dragging an attachment icon to desktop copies
icon!
* konqueror: No "Actions" submenu with only one entry
* konqueror: Shift inverses "open tabs in background" setting for
Ctrl+left mouse button and "Open in New Tab" in context menu
* kicker: Fix tooltips sometimes not disappearing.
* konsole: Added support for Scroll Up (SU) and Scroll Down (SD)
* konsole: Better compatibility with xterm/XF86 4.4.0
* konsole: Fixed sending of large blocks
* konsole: Show session menu when you move the mouse.
* Make various scripts install with the executable bit set
* Fix various libraries' install locations and versioning
Changes:
Konqueror: fixed "Create Folder..." not available in sidebar dirtree when
starting with a profile
Konqueror: fixed crashes related to the "Find files" functionality
Konqueror: fixed case-sensitive sorting, wasn't working for most locale
settings
Konqueror: make it possible to paste files using the mouse into listviews when
no free area is left
Konqueror: make different users in smb:/ not ask password for every dir change
Konqueror: don't disable "Toggle selection" if no files are selected
Konqueror: don't show 'link view' checkbox when there's only one view +
sidebar, and other related fixes
Konqueror: Fixed tab navigation for right-to-left locales
Konqueror: Fixed synchronisation problem when tabs were moved
Konqueror: Show newly fetched url images in tabs
Konqueror: Added setting to let popups ignore "open in tab instead of window"
("[FMSettings] PopupsWithinTabs=false")
Konqueror: "Go/Applications" now calls "programs:/" slave
Konqueror: Linking checkbox did not redraw when unchecking
kdeprintfax: fixed crash happening after sending the fax
KWin: improved detection of windows belonging together, fixing some stacking
and focus stealing prevention problems
KWin: windows kept below others no longer affect smart placement
KWin: obey requests to go fullscreen even from applications with maximum size
set
KWin: keeping windows in workarea is not so strict
KWin: return focus to previously active window when hover unshaded window is
shaded again
Klipper: fixed problem with Klipper sometimes not reading new clipboard
contents
Kate: fixed problems with session restore (restoring the documents and windows
now works correct)
khelpcenter : improve startup time for systems with info pages
Kicker: Don't start menu entry in K menu when right clicking it
KControl: No default for possible destructive "Logout without Confirmation"
shortcut
KSplash: Updated locolor splash to KDE 3.2 version
Konsole: Made sending of master input to added session working
Konsole: Fixed dynamic toolbar hiding initialization
Konsole: Handle schemas with absolute paths
Konsole: Fixed crash with --noscrollbar
Konsole: Settings/keyboard entries are now sorted
Konsole: Ctrl-C killed konsole window, not processes running in shell
KHotKeys: Included actions with Konqueror mouse gestures.
Changes:
Base
Kate
* Moving KATE view management over to KMDI Joseph Wenninger
* Basic project managment Christoph Cullmann
KControl
* Xinerama KControl module, enhanced KDE Xinerama and dual-head support
George Staikos
* add/update control module for configuring per-domain settings. See Bug
49145. Leo Savernik
* Support for per-style configuration settings in the style control center
module, a module for Keramik Maksim Orlovich
* Add support for installing/removing- and switching Xcursor themes to the
mouse KControl module Fredrik Hoeglund
* Font installer - create fonts:/ ioslave, and modify KControl module to
use this. See http://members.lycos.co.uk/cpdrummond for (old)
screenshots/download Craig Drummond
KHotKeys
* Update to version 2.0, which includes more features like mouse
gestures. Lubos Lunak
KWin
* Full support for latest NETWM spec version in KWin, and seamless usage
of other compliant window managers with KDE. Lubos Lunak
* New API for window decoration plugins. Lubos Lunak
* Focus stealing prevention. Lubos Lunak
* Add an option to allow wide borders to some of the window decoration
styles Gunnar Schmi DT
Kicker
* Make addition of non-KDE applications to Kicker easier Alexander Kellett
* Enable backgrounds for child panels and all applets, allow for
colorization of background pixmaps Aaron J. Seigo
* Allow applets to export a menu to the handle Aaron J. Seigo
* User defined plain colors for tiles Aaron J. Seigo
* Make the panel transparent. Zack Rusin
* Add an option to the RMB-menu and to the "Advanced Options" in kcontrol
to enable/disable the panel handle when "Custom" size is selected.
KDM
* More sophisticated session definitions, common with GDM Oswald
Buddenhagen
* Pluggable greeter input methods; better architectural compliance with
PAM's input model. Oswald Buddenhagen
Various (kwin, kdesktop, kcontrol, ksmserver)
* Optimally support the X Resize and Rotate extension. Hamish Rodda
All KDE applications (kdebase/kdenetwork/kdepim/kdegraphics,...)
* No absolute paths to user home directories in KDE config files. This
allows to support roaming users. Helge Deller
Konsole
* Add a better interface to konsolepart for other apps. Dominique Devriese
* Added "Set Selection End" to right mouse button menu.
* Column text selecting when Ctrl and Alt are pressed
* Uses now KTabWidget, allows tab context menus and more Stephan Binner
* Utilize KNotify (e.g. passive popup) for "Activity", "Bell",
"Shell Exit" and "Silence" events
* ZModem up- and download (requires rzsz) Waldo Bastian
* Make bidi rendering (for RTL languages) configurable. Meni Livne
KEditBookmarks
* Export to HTML and printing of bookmark collection. Alexander Kellett
* Recursive favicon updates in bookmark editor. Alexander Kellett
* Field for incremental searching on titles. Alexander Kellett
* Opera and Internet Explorer bookmark collection exporting. Alexander
Kellett
* Bookmark editor now includes an extra pane to allow title/url editing
without use of context menu / keyboard shortcuts. Alexander Kellett
* More detailed bookmark access information (last viewed, first seen, view
counts). Alexander Kellett
* Recursive - entire collection, per folder - alphabetical sorting
Alexander Kellett
Konqueror
* Enhanced Konqueror statusbar and kpart statusbar extension. Statusbar
notifications for secure connections, wallet, js errors. David Faure,
George Staikos
* Bookmarklets support in the form of a "Mini-tools" konq-plugin
Alexander Kellett
* Addition of an advanced Add Bookmark dialog. Alexander Kellett
* Read-only bookmark menu includes. Alexander Kellett
* Ability to select which items should be shown in the bookmark bar.
Alexander Kellett
* Servicemenu improvements: placed in a common Actions submenu, allow
grouping into submenus, allow for separators, allow simple mimetype
globbing Aaron J. Seigo
* Bookmarking of all loaded tabs as a folder. Alexander Kellett
* Lightweight bookmark editing from within bookmarks menu via context
menu. Alexander Kellett
* New sidebar module: Web. Implements sidebar modules similar to those
introduced in Netscape 6/Mozilla. George Staikos
* Konqueror "preloading", often reducing Konqueror startup time. Lubos Lunak
* Spellchecking in text forms and spelling highlighting Scott Wheeler,
Don Sanders
Tabbed Browsing
* "New Tab" and "Close Tab" buttons besides the tab bar Stephan Binner
* Loading/read state indication by tab color Stephan Binner
* Drag and drop support from/to tabs and to empty tab bar space Stephan
Binner
* Allow to reorder tabs with pressed middle mouse button Stephan Binner
* Middle mouse button on tabs or empty tab bar space opens clipboard
content Stephan Binner
* Support for opening external URLs and popups in new tabs Stephan Binner
* Optional permanent close buttons within tabs and permanent shown tab
bar Stephan Binner
KHTML part
* KHTML: Implement caret mode. This is a prerequisite for designmode.
See Bug 48302. Leo Savernik
* KHTML: add infrastructure for per-domain settings. See Bug 49145.
Leo Savernik
* better support for samba shares through libsmbclient of samba 3.0
Stephan Kulow
KIO Slaves
* kio_smtp: SMTP pipelining support for faster submission, esp. over
high-latency links. Marc Mutz
KDesktop
* Added GUI for "Mouse wheel over desktop switches desktop" option.
* Make screen savers capable of being DPMS aware, so they can be disabled
when watching a movie or TV if the app sets up X DPMS appropriately.
Gregor Jasny
* Screen locker: pluggable greeter input methods; better architectural
compliance with PAM's input model. Oswald Buddenhagen
* Shadow behind the text of the desktop icons, for more readability Laur
Ivan
* E-mail addresses entered in "Run Command..." (Alt-F2) will start mailer.
Waldo Bastian
* Numeric expression in "Run Command..." (Alt-F2) is evaluated. Waldo
Bastian
Changes:
* konqueror: Fixed "Location bar forgets what you type if you dont press
enter and change tabs"
* konqueror: Fixed "tabs resize (shrink) when clicked on while loading"
* konqueror: Don't show hardcoded shortcuts in tab context menu
* konqueror: Made "Detach Tab" create new konqueror window of proper size
* konqueror: Set location bar URL for new tabs immediately
* konsole: Fixed "List Sessions" feature.
Also add a kdm rc.d script (from Julio M. Merino Vidal)
Changes:
kdelibs:
* https authentication through proxy fixed.
* KZip failed for some .zip archives.
* Fixed a bug in socket code that made KDEPrint crash.
* kspell: Support for Hebrew spell checking using hspell (requires hspell 0.5).
kdebase:
* kwin: Alt+Tab works while drag'n'drop (unless the application also grabs keyboard).
* kio_smtp: Doesn't eat 100% CPU when connection breaks and fixed a confusing error
message when AUTH failed ("Unknown Command" vs. "Authorization failed")
* kscreensaver: Fixed issue where kdesktop_lock would stay running indefinitely in
the background if it could not grab the keyboard/mouse, preventing the screen from
being locked manually.
* kscreensaver: Screensavers are now stopped when asking for the password [#56803]
* kio_smb: Several bugfixes for the smbro-ioslave.
* kdesktop: fixed minicli layout problem with Qt 3.1.2
* kdm: fixed incorrect user window width with Qt 3.1.2
* Konqueror: Create DCOP interface for mainwindow when object begins to exist.
* Konqueror: Fixed tab open delays when it can't reach website.
* Konsole: Don't flicker when selecting entire lines.
* Konsole: Crash, selection and sort fixes in schema and session editors.
* Konsole: Fixed mouse-wheel in mouse mode.
* Konsole: Allow programs to resize windows if enabled.
* Konsole: Keep output steady when triple-click selecting.
* Konsole: Added "Print" menu command.
* kicker: Fixed kasbar only drawing last icon from a group.
Changes:
arts
* Several memory corruption fixes.
kdelibs
* kdialog: Fix screen numbering problem for centerOnScreen() static method
* kprogress: Fix math problem in displaying correct percentage for large
numbers
* kio_http: Fix data processing for webdav(s) listing of directories and files
* kate: Many small bugfixes, including:
+ Fixed code completion drop-down box position
+ Fixed "wrap cursor disabled" bugs
+ Fixed vertical scrollbar middle mouse behaviour
+ Fixed remove whitespace feature
+ Now clears the redo history when it is irrelevant
+ Fixed crash after starting up with a non-existant directory in the file
selector history
* kparts: Fix extension of transparently downloaded files, this fixes ark
(used to display temp file instead of archive content)
* klauncher: Fixed support for "Path=" entry in .desktop files. This entry
can be used to specify a working directory.
* kio: Don't let ChModJob's -X emulation interfere with mandatory file locking.
* kdeui: Fix for alternate background coloring in Konqueror list views.
* kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2.
* kio/bookmarks: Properly handle multiple shown bookmarks with the same URL;
fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks
points to the same place
* kstyles: Handle focus indicators on label-less checkboxes better
* kdeprint: Don't freeze when there is no route to the selected CUPS server
* SSL: add support for OpenSSL 0.9.7
* SSL: ADH ciphers are now explicitly disabled in all cases
* SSL: new CA root certificate added
* Several Xinerama related fixes
* QXEmbed fixes for various situations that don't handle XEMBED well
* Java on IRIX with SGI 1.2 VM is fixed
* khtml: Several major bugfixes, partially incorporated fixes from Safari as well.
kdeaddons
kdeadmin
* Linux Kernel Configurator: Add details about the lightbulb icon's meaning
* Linux Kernel Configurator: Support for more incorrect kernel configuration
files
kdeartwork
kdebase
* kcmshell: Restored backwards compatibility wrt KDE 3.0 module names
* klipper: Escape "&" everywhere.
* konsole:
+ Removed "get prompt back"-hacks, don't assume emacs key shell bindings.
+ Fixed usage of background images with spaces in the filename.
+ Profile support fixes (disabled menubar etc.)
+ Bookmarks invoked from "Terminal Sessions" kicker menu now set correct
title.
+ Fixed a problem with the "Linux" font that prevented it from being used
with fontconfig.
* kdesktop: Made desktop menus pop up in unused Kicker space work.
* kicker: Fixed empty taskbar sometimes showing scroll buttons.
* konqueror:
+ Various startup performance improvements
+ Fix crash when sidebar tree expands hidden directory
+ Fix crash when config button hidden from config button's menu
+ Extensive fixes to Netscape plugins, fixing crashes and plugin support
+ Changes to default preview settings, making the defaults safer on various
platforms
* Java configuration module: Make it possible to properly configure Java in
all cases
* Previews: Fixed a privacy issue where previews of HTML files could access
files or hosts on the network.
kdeedu
* KStars:
+ Fixed bug #51708: No longer exits if starting position is below horizon
(only affected some systems)
+ Fixed bug #52205: Country of Lhasa is China, not Tibet.
+ Fixed too-narrow coordinates field in statusbar.
+ Fixed bug in "length of day" calculator module; it now properly accounts
for latitude and longitude
kdegames
* Atlantik: Many small bugfixes, including:
+ Better handling of incoming messages
+ Fixed token animation
* kbackgammon: Common crash fix.
kdegraphics
* KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the
drawings
* Kooka: Some UI crashes fixed
* KViewShell: Default paper size is fixed
* KGhostView: Fixed wheel-mouse scrolling
kdemultimedia
* KsCD:
+ Stopped KsCD from pausing after tracks in random mode
+ Correctly associate extra CDDB information with tracks
+ Support non-Latin encodings properly in CDDB entries and elsewhere
+ Proper systemtray behaviour
+ Updated key accel code to avoid depricated calls
* Movie previews have been removed due to severe unresolved stability problems
kdenetwork
* Desktop Sharing server (krfb):
+ fix problems on X11 servers with 8 bit depth
+ fix problems on X11 servers with big-endian framebuffer
+ allow X11 servers without XShm (thin clients). Warning: requires a lot
of bandwidth
+ remove read timeouts. This should solve problems with some clients that
got disconnected after a minute of inactivity (but increases the time to
detect dead clients)
+ fix problem with clients that support both RichCursor and SoftCursor
encodings (like krdc from HEAD)
* Desktop Sharing client (krdc):
+ fix: when an error occurred in fullscreen krdc did not restore the
original resolution
+ fix: krdc stopped to repaint the framebuffer after a disconnect while
the error dialog was displayed
+ the quality setting in medium quality mode has been increased because
the original setting looked too bad with Keramik
kdepim
* KOrganizer bug fixes:
+ Use correct default duration for events crossing a day boundary (#53477).
+ Correctly save category colors (#54913).
+ Don't show todos more than once in what's next view.
+ Include todos in print output of month view (#53291).
+ Don't restrict maximum size of search dialog (#54912).
+ Make cancel button of template selection dialog work (#54852).
+ Don't break sorting when changing todos by context menu (#53680).
+ Update views on changes of todos directly in the todo list (#43162).
+ Save state of statusbar (#55380).
* knotes: Escape "&" in note titles
kdesdk
* Cervisia:
+ Fixed line break in protocol view
+ Fixed timestamp for files that are not in cvs (#55053)
+ Fixed handling of Cervisia's options like 'Update Recursively' when run
as embedded part in konqueror (#55665)
kdetoys
* kworldclock: Fixed that all clocks show the same time.
* kweather: Made it work again with non-english locales. (#52147)
* kweather: Prevent KWeather from looping and freezing Kicker when not
connected to the internet.(#49191)
kdeutils
* klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI
* kcalc: Now a KMainWindow instead of a KDialog to fix various UI
inconsistencies
* kdf: Support escapes in fstab
quanta
* Bugfixes:
+ Allow resizing of the main window even with large user toolbars [#53230]
+ Insert valid DTD definitions [#53274]
+ Honor the View Default settings from Settings->Configure Editor [#53569]
+ Be less braindead regarding the Show DTD Toolbar setting [#53739]
+ Be able to select also directories in tag dialogs [#54819]
+ Do not complain about text files being binary ones on a system with
broken mimetypes [#54924]
+ Bring up the "File Changed" dialog only, when the file content has
changed[#55678]
+ Select Tag Area behaviour fixed for optional tags
+ Insert non-translated string in CSS code parts
+ Insert "border-top", "border-right", etc. correctly in CSS
+ Don't quote the script line more than once in the action configuration
dialog
+ Memory leak fixed: editor parts were not deleted when a file was closed
+ Fix insertion of "img" tags in HTML documents
+ Upload/rescan project/add to new project tree view behaviour fixed
+ Fix renaming of file in the Project Tree, when a file with the new name
was already present in the project
+ Rename only what has to be renamed in the project and enable project
saving after a rename
+ Use the correct encoding for newly created files
+ Saving of Author and E-Mail project options was broken in some cases
+ Fix the numbering of new documents
+ Fix the execution of actions
+ Fix crash when deleting an action
+ Insert valid single tags from the toolbar
* Enhancements:
+ Show the tag attributes (Alt-Down) menu lower than the current line
+ "Insert in cursor position" for script actions replaces the selection if
there was some text selected
+ New DCOP interface (WindowManagerIf) added to enable the modification of
the opened documents from a script
+ DTD for Quanta tags (DTD definition) added
+ XHTML 1.0 Strict DTD added
Many bugfixes and functionality enhancements including:
General
New default widget style: Keramik
New default icon theme: Crystal
Created and enhanced framework to effectively disable certain features of
the GUI, like for example shell access, disallowing to select custom wall
papers. "Kiosk mode"
Usability improvements:
Kicker: Context menu, applet menus, wording and panel feature consistency
improved
Kicker: Redesigned control module.
KCalc: Usability Improvements.
KSnapshot: Usability Improvements.
KsCD: User Interface Improvements in configuration and information dialogs
kdelibs
Extended the DCOP commandline client to
enable nonGUI applications (such as shell scripts) to use DCOP
send DCOP messages to multiple users and/or sessions concurrently
Added to notification dialog to allow applications to configure their
notifications with a common GUI.
Added "Open File", "Open Destination" and "Keep window open" to download
progress dialog.
KDatePicker has now week number display and selection.
Added KLocale support for setting/retrieving the first day of a week
Support for "Multimedia keys" on your keyboard.
Added on-demand icon loading support to improve startup performance of
applications.
KHTML:
Improvements to printing support.
Page Info and Frame info dialog.
Auto-Scroll support of webpages using Shift combined with arrow keys.
Many, many Bugfixes and improvements.
Small codebase merges with Safari. The main merge is planned for a future
release however, as it requires more testing.
KIO:
Modified thumbnail ioslave that can extract a thumbnail from the file
directly if it contains one, rather than generating one itself.
Added fish:// protocol slave, which can access remote filesystems via
SSH and SCP
Cleanups and Corrections in smtp:// protocol slave.
Activated rtsp:// protocol slave.
Added support for Public Key Authentication and interopability with newer
versions of OpenSSH to sftp:// protocol slave.
KSSL:
SSL certificate policies can now be configured based on the host name
- Build all packages with a --disable-static libtool. This is how the
packages should be built and means that we don't get a load of useless
static libraries.
- Use x11/kde3/files/foo_main.cpp instead of creating N copies with
patches.
- Some other PLIST fixes
- Fix PR 19848. kspell doesn't find dictionaries.
While I'm here do the a.out dance for kuickshow and a couple of other
minor clean ups.
Changes are:
kdelibs
kprocess / kprocctrl: fix problem with hanging kdevelop.
Javascript (core): more robust stack overflow check
Javascript (html): allow to set a JS (non-CSS) property to a style object
Javascript (html): improved result of navigator.platform using uname()
Javascript (html): more aggressive garbage collection on clear, fixing many
crashes
Javascript (html): global object (window) has a correct object prototype now
khtml: several crashes and bugs fixed
kssl: Always verify the basic constraints on certificates (SECURITY)
kdefx: Make the blending routine used by transparent menus work properly on
big-endian platforms
kdeui: Fix KDialog::setPlainCaption()
kdebase
Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole).
Kicker: Quick browser escapes ampersand characters in file names.
Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt".
Konsole: Fixed crashes at startup related to broken font installations.
Konsole: Fixed crashes when selecting in history buffer.
krdb: Smarter handling of multiple and symlinked KDE and Qt installs when
exporting plugin path to Qt.
kdenetwork
KMail: allow an ampersand as last char of an URL.
KMail: Don't crash when custom drafts or sent-mail folders have been deleted or
renamed.
KMail: Fix auto charset detection for empty strings.
KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys.
KMail: Make custom (global) Bcc headers work correctly with encryption and
distribution list expansion.
kdepim
KAlarm: Fix session restoration often not occurring at login.
KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm.
KAlarm: Make Close button on message window not the default button to reduce
chance of accidental acknowledgement.
KAlarm: Make Help button in configuration dialog display KAlarm handbook.
KNotes: Compile fix for Qt 3.0.5
KOrganizer: Fixed context menu of todo list/view and event list which
disappeared when using Qt 3.0.5