Fixes
* Fix issue with drop shadow on splash screen not being redrawn (Carlos
Romero, Simone Gotti)
* Don't start a keyring if there's one already available (Alex Larsson)
Translators
* Zygimantas Berucka (lt)
* Reinout van Schouwen (nl)
Panel
* Fix a rare crasher while menu editing (Chris Lahey)
* Fix some problems with filename quoting (Mark)
* Fix issue with the tooltip on drawers no being updated (Vinay M R, Mark)
* Don't allow drawers to move offscreen (Shakti Sen, Mark)
* Fix issue with launcher save location not being valid with gnome-vfs
(Vincent Berger, Mark)
Screenshot Utility
* Don't make the entire desktop hang when using --delay with a11y (Padraig
O'Briain)
* Fix crasher when window icon not found (Mark)
Clock Applet
* Fix issue with the clock no resizing properly when making the panel bigger
(Mark)
* Fix problems with tasks edits affecting the wrong task (Carlos Garnacho Parro)
* Destroy the calendar if the clock is removed from the panel (Shakti Sen)
Translators
* Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu)
* Gil Osher (he)
* Changwoo Ryu (ko)
* John C Barstow (mi)
* Åsmund Skjæveland (nn)
* Kjartan Maraas (no)
* Stanislav Visnovsky (sk)
- Fix cpu/bandwidth eating on idle displays by not blinking the cursor
after 20 seconds of inactivity on anything other then :0, fixes#135764
- In the face greeter cut after a comma in the gecos field if there are
at least two commas since then it's probably some login arguments and
not the name of the user, "fixes" #142274
- Apply patch to make the language dialog at most 600 pixels so that it
doesn't look too crappy on large displays, #142175 (Leonard Michlmayr)
- Fix last_x_failed possible infinite loop on slow machines, #141497
- Fix multihead wanker code in the *mouselistener modules, this confused
the moronic bonobo DISPLAY logic
- Don't use certain languages on the console. Controlled by the
daemon/ConsoleCannotHandle config key, but that's a hack. Oh well,
better then displaying garbage in cjk and similar. "fixes" #135387
- Ensure proper ~/.ICEauthority permissions to fix broken cases such
as gnome-session vs. suid root apps that create root owned ~/.ICEauthority,
"fixes" #137345
- We no longer use `which' command which is horribly broken on some horribly
broken systems and use a private shell version, #133245 (Brian Cameron, me)
- Solaris fixes, #137600 (build), #133245 (chown arguments) (Brian Cameron,
Ivan Noris)
- Support system-config-display as X setup for FC2
- Further shell quoting paranoia in gdmsetup
- Many minor fixes
- Add some new new icons (James M. Cape)
- Translation updates (Francisco Javier F. Serrador, Alexander Shopov,
Rostislav Raykov, Dinesh Nadarajah, Asmund Skjaeveland)
by creating/deleting them from the (de)install scripts (and not registered
in the PLIST). This allows pkg_tarup to work properly and also avoids some
warnings during 'make replace'.
Changes since 2.4.2:
* GtkButton
- Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen]
* GtkFileChooser
- Make DND work when the dialog is modal [Federico Mena Quintero]
* GtkToolbar
- Don't show empty overflow menu [Soeren Sandmann]
- Don't show initial separator in overflow menu [Soeren]
- Handle dynamic changes to overflow menu [Soeren]
* Documentation improvements [Bastien Nocera, Matthias]
* Other bug fixes [Matthias, Soeren, Sven Neumann]
* Updated translations (hu,ne)
through, unacceptably breaks threaded apps, and was made without consulting
the package's maintainer.
To quote my mail to packages@:
I am reversing this change.
With this change, tcl is _not_ usable in threaded apps, while without
this change, tcl is perfectly usable in non-threaded apps.
The fix for a package which is incorrectly written is not to break the
package it depends on, but do your job correctly when writing the
package.
With buildlink3, this is mind-numbingly easy to do.
That you neither contacted the maintainer of this package, nor did the
buildlink and dependent package changes which your change requires shows
that you have not really thought this through.
So, as I said, I am reversing this change. Fix your own package, don't
break others.
libtcl.so/libtk.so (whether linking it in or dlopen() it) must be linked
against libpthread. This is something we can't guarantee.
Fixes bulk build error in py-imagingtk and numerous runtime problems.
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
Changes:
* general: More and better usage of icons in different widgets
* kiosk: Support for user profiles
* kfile: directory chooser dialog now hides hidden directories, added
context option to show
* uiserver: Fix KIO: Progress Dialog - 'Keep open' + 'Open File' - Problems
* kwallet: Keep KWallet's password dialog above other windows
Long:
Some OS have libintl functionality in libc, so we do not necessarily
have to link against (a possibly non-existent) -lintl. For now, only
deal with Linux -- those who know for a fact which OS also behave
this way should adjust/add.
Black and white theme for GTK+ 2.x, initially developed by Ximian. Includes
nice shades of gray around default buttons in dialogs. You will love it.
Slightly based on a package from pkgsrc-wip by Michal Pasternak.
* GtkUIManager
- Install signals correctly [Michael Natterer]
- Make the output of gtk_ui_manager_get_ui() parsable. [Michael]
- Add a way to suppress stock accelerators. [David A Knight]
* GtkClipboard
- Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen]
- Increase the chunk size for INCRemental transfers [Matthias]
* GtkFileChooser
- Hide the combo box when appropriate [Christian Neumair]
- bug fixes [Federico Mena Quintero]
* GtkComboBox
- add mouse/wheel bindings on the cellview [Matthias]
- improve positioning of popup [Matthias]
- make the selection follow the mouse [Matthias]
* GtkEntryCompletion
- make the selection follow the mouse [Matthias]
- restrict popup size to monitor size [Matthias, DmD Ljungmark]
- don't complete on paste [Anders Carlsson]
* Win32
- bug fixes [Benoît Carpentier, Hans Breuer, John Ehresman,
Tor Lillqvist, Robert Ögren]
* GtkButton/GtkArrow
- Don't draw the focus over the button child [Matthias]
- Increase default arrow size to compensate [Matthias]
* Documentation improvements [Doug Quale, Matthias,
Steffen Röcker, Steve Chaplin, Tommi Komulainen]
* Other bug fixes [Billy Biggs, Crispin Flowerday,
David Hawthorne, Federico, Havoc Pennington, John Finlay,
Kouichirou Hiratsuka, Mark McLoughlin, Matthias, Michael,
Michal Pasternak, Morten Welinder, Olivier Andrieu,
Owen Taylor, Padraig O'Briain, Sam Stevenson, Scott Tsai,
Soeren Sandmann, Sven Neumann]
* Updated translations (bg,it,nl,tk,wa,zh_CN)
Changes:
2.2.7:
Complete rewrite of timeout_func to avoid sending
lineakd to 100% CPU. There was a case where timeout_func
would keep looping around in circles never pausing for breath.
(Tim Wright)
2.2.6:
FontSet fixes (Philipp Matthias Hahn)
Title change fix (Philipp Matthias Hahn)
Memory leak patch (Philipp Matthias Hahn)
New, improved timeout_func (Philipp Matthias Hahn)
New TODO list (Philipp Matthias Hahn)
Fixed bug where osd displays after clicking 'apply' in XMMS
config dialogue (Tim Wright)
C. Reed.
xvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures
movement on a selected area of an X11 screen to files. Frame output
formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.
So include buildlink for Xft2.
Also, the build which uses newer freetype includes
needs a newer Xft.h. So depend on Xft2>=2.1.2nb2.
(I didn't bump in the Xft2's buildlink3 because maybe
other packages don't need that new Xft.h.)
This will close PR #25548.
and change the Imakefile to use a "NoMan" rule since the patch to fake
out the man page build on NetBSD doesn't work with darwin's Imake
man-page-building rule)
* The native Quicktime library can be used when reading/writing image files on Mac OS X.
* The -hibernate and -idlewait options now work on Mac OS X.
* Fixed a segfault when writing image files.
* Minor updates to allow compilation with gcc 3.4.0.
Fixes
* Fix a crash with the logout dialog on multi-screen setups (Mark)
Translators
* Zuza Software Foundation (af)
* Hizkuntza Politikarako Sailburuordetza (eu)
* Guntupalli Karunakar (gu)
* John C Barstow (mi)
Drivemount:
* Fix bug #135179 - help not displaying from right click on the applet.
Fix by Richard Kinder.
Gweather:
* Added a ETCHED_IN border around the Forecast dialog.
* Added cities in Great Britain. Patch from Gareth Owen
<gowen72 at yahoo com>. Closes bug #140675.
* Added some portugese cities. Patch from Milton Moura
<mgcm at acm org>. Closes bug #140648.
* Fix for crash when removing second applet. Fixes
bug #140964.
* Fix for certain invalid conditions. From bug #134452. Patch
from Arnaud Patard .
Gswitchit:
* Fixed odd bug with the background update. No more reproducable
crashes in the flags mode.
* Better theme handling - deprecated GnomeIconTheme changed to
GtkIconTheme. Also now gswitchit applet allows local per-user
icons.
Mixer:
* Fix volume reduction for alsa. Fixes bug #137307. Patch
from Jan Schmidt.
* Use correct icon to theme properly. Patch from Calum Benson.
Fixes bug #137707
Wireless applet:
* Handle 2 wireless cards correctly, as well as cards with 2 interfaces such
as some Cisco cards (Closes: #139336). Fixed by Bastien Nocera.
Panel
* Make the default background color white with solid-color background
(Mark)
* Load applets in the correct order on non-expand panels (Mark)
* Kill error dialogs associated with a launcher when deleting it
(Vijaykumar Patwari)
* Install default_setup in /apps/panel/profiles/default too (Mark)
* Don't try and load glade files from the current directory (Mark)
Clock Applet
* Fix problems with the localization of the clock format (Mark)
Misc
* Parallel build fix (Frederic Crozat)
Translators
* Zuza Software Foundation (af)
* Adam Weinberger (en_CA)
* Francisco Javier F. Serrador (es)
* Iñaki Larrañaga Murgoitio (eu)
* Pauli Virtanen (fi)
* Guntupalli Karunakar (gu)
* Robert Sedak (hr)
* Gabor Kelemen (hu)
* Mohammad DAMT (id)
* Jitendra Shah (mr)
* Chanchai Junlouchai (th)
* bugfixes: fixes for border-color, use of --source-display and
--target-display at runtime (client still needs to destroy and
recreate any existing zoom regions after such a change, or else
you need gnome-mag-0.11.1).
* added code in control-client.c to test runtime change of source and
target.
* Make dialogs transients of parent xterm [Sebastian Kapfer]
* Fix up the dialogs according to the HIG [Sebastian Heinlein]
* Add --text to the list dialog, it was mostly implemented
but never hooked up [Glynn]
* New and updated translations
- Adam Weinberger [en_CA]
- Duarte Loreto [pt]
- Vincent van Adrighem [nl]
* New hacks, `polyhedra', `fuzzyflakes', `antinspect',
and `providence'.
* Minor updates to `webcollage', `bsod', `endgame',
`antspotlight', `xmatrix', and `glmatrix'.
* Added support for the RANDR (Resize and Rotate)
extension to detect when the size of the desktop has
been changed while xscreensaver is already running.
* Possibly-futile attempt to work around "rdesktop"
focus/grab idiocy.
* Made `xscreensaver-getimage -file' still work even if
imageDirectory is unset.
* Convert Latin1 to ASCII in `starwars' and `phosphor'
(since the GLUT font only has ASCII glyphs.)
* Fixed randomization in `noof'.
* Added "GetViewPortIsFullOfLies" preference to work
around longstanding XFree86 bug #421.
* Made `sonar' subnet pinging work properly on bigendian
machines (e.g., PPC.)
Package changes:
- use buildlink3.
- use GNU configure instead of imake.
- use official MASTER_SITE.
- external Xpoll.h no longer needed.
- remove ONLY_FOR_PLATFORM.
Major changes since 164 are lengthy and can be found at:
http://invisible-island.net/xterm/xterm.log.html