- Add desktop file for the font method. (Jeff Waugh).
- Fix theme thumbnailing. Closes bug #153203 and bug #165778.
(Sebastien Bacher and Shakti Sen)
- Fix a leak in the font method. Closes bug #165312. (Kjartan)
- Fix widget expansion in the keyboard preferences. Closes bug #151588.
Patch from Ross Burton
- Handle backspace in multilayout setups correctly. Closes bug #154492.
Patch from Michal Bukovjan
- Build fixes (Dan Winship, Shakti Sen; closes bug #153203.
- Theme manager: Fix an infinite loop. Closes bug #160803. Patch from
Elijah Newren
- Mask the "Text Editor" tab since the new mime system doesn't use this
setting.
- use a temporary filename to not overwrite existant files in ~/.themes
(Closes: #97180).
- theme-thumbnailer doesn't require an absolute path (Closes: #153203).
- updated translations (bg, da, id, it, nso, sq, zh_CN, zu)
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
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".
gnome-control-center 2.8.0
Jody Goldberg
* Fixed float/int mismatch in peditor
Jonathan Blandford
* Fix docs link for at-properties capplet.
Pierre Ossman
* display the volume dialog in the correct place
Sergey V. Udaltsov
* default switchcut (Alt*2) is introduced
Translations:
* All translations updated
------------------------------------------------------------------------------
gnome-control-center 2.7.1
Translations:
* Bosnian translation added.
Frederic Crozat:
* Use themed icon for windows
Rodney Dawes:
* Add "W x H pixels" to description, and remove file size for bg capplet
Sergey:
* Fixes to keybinding capplet
Kjartan Maraas:
* text cleanup
Jeroen Zwartepoorte:
* Use the parent type in the G_DEFINE_TYPE
------------------------------------------------------------------------------
gnome-control-center 2.7.0
* No NEWS file updates this time due to time pressures. 2.7.1
should have a full change.
incomplete):
gnome-control-center 2.5.4
* Improve layout of display capplet
* quote the AC_DEFUN properly
* Add a test for ngettext
* Delete some of the unused file cluttering the tree
* Trivial string consistency adjustment
* Handle sorted trees
* Fix incorrect string in gnome-settings-daemon
* Do not popup the logout dialog when the close button (X)
* Move a few capplets to the new file selector
* Fix the ATK relations for the file-type capplet
* Make fontilus and themus respect the gconf install settings
* Fix transtions for titles of colour pickers.
* Warn before deleting a type
* Improve Dr Wright.
* Another typo in the new a11y settings daemon extensions
gnome-control-center 2.5.1
* Fix the build and configure on older X servers.
* Use icon themes
* Merge gswitchit into gnome-settings-daemon and keyboard capplet
gnome-control-center 2.5.0
* Add libxklavier and prep for inclusion of gswitchit's xkb-properties-capplet
* http://bugzilla.gnome.org/show_bug.cgi?id=120842
[HIGification broke accessx]
* http://bugzilla.gnome.org/show_bug.cgi?id=106489
[protect against gconf failure]
* http://bugzilla.gnome.org/show_bug.cgi?id=124513
[Handle TruColor Displays]
* http://bugzilla.gnome.org/show_bug.cgi?id=116710
[smarter maximum dpi]
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
* gnome-keyboard-properties.c (accessibility_button_clicked) : fix
minor typo that disables the error dialog in the event of failure.
* gnome-theme-info.c : Rewrite. Now working
* gnome-theme-manager : Fix lots of bugs. Use the rewrite.
* disable edit button when selecting mime catagory
* Tidy labels and accelerators in file-type edit dialogs
* Don't start esd just to stop it
* Add an image size label for background capplet.
* Some minor ui tweaks for accessx.
* Some aix portabiltiy patches
* fix accelerators for ui-properties capplet.