[maemo-commits] [maemo-commits] r14090 - projects/haf/trunk/sapwood
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 25 18:22:36 EEST 2007
- Previous message: [maemo-commits] r14089 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14091 - projects/haf/trunk/tarballs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tko Date: 2007-09-25 18:22:34 +0300 (Tue, 25 Sep 2007) New Revision: 14090 Modified: projects/haf/trunk/sapwood/ChangeLog projects/haf/trunk/sapwood/NEWS projects/haf/trunk/sapwood/configure.in Log: === Release 3.0.0 === Modified: projects/haf/trunk/sapwood/ChangeLog =================================================================== --- projects/haf/trunk/sapwood/ChangeLog 2007-09-25 15:08:26 UTC (rev 14089) +++ projects/haf/trunk/sapwood/ChangeLog 2007-09-25 15:22:34 UTC (rev 14090) @@ -1,3 +1,7 @@ +2007-09-25 Tommi Komulainen <tommi.komulainen at nokia.com> + + * === Release 3.0.0 === + 2007-09-21 Michael Natterer <mitch at imendio.com> * src/sapwood-rc-style.c (sapwood_rc_style_parse): Speed up parsing a Modified: projects/haf/trunk/sapwood/NEWS =================================================================== --- projects/haf/trunk/sapwood/NEWS 2007-09-25 15:08:26 UTC (rev 14089) +++ projects/haf/trunk/sapwood/NEWS 2007-09-25 15:22:34 UTC (rev 14090) @@ -1,3 +1,48 @@ +sapwood 3.0.0 - 2007-09-25 +========================== + +Overview of changes from 2.43 and 3.0.0 +--------------------------------------- + + * Support for downscaled images (requires gtk+ 2.8 or later) + * Documentation for theme maintainers. + * Most of the theming special cases moved from gtk+ to sapwood: + + 'position' keyword for applying different graphics depending on widget + position in the container (relies on additional 'maemo-position-theming' + style property on the container) + + active/passive focus (GtkTreeView, GtkMenu) + + GtkCheckButton and GtkRadioButton focus + * Simple wildcard matching for the 'detail' parameter to simplify treeview row + ending details theming. + * Improved warnings about errors in gtkrc + + +Contributors +------------ +José Dapena Paz +Xan Lopez +Lucas Rocha +Michael Natterer + + +Bugs fixed +---------- +NB#60575 - Focus on menu items in others menu is not proper +NB#61844 - List view headers show multiple arrows +NB#62512 - sapwood ignores width/height if smaller than the bitmap +NB#63819 - RSS feed reader applet appears distorted on re-sizing +NB#64446 - Application menu gets distorted on applying plankton theme again +NB#66054 - Disabled text is shown two colors in same characters +NB#69921 - Apply sapwood GList optimization patch +MB#856 - Sapwood crashes with color depth != 16 + + +Bugs fixed since 2.91.11 +------------------------ +NB#69921 - Apply sapwood GList optimization patch + + + sapwood 2.91.11 - 2007-09-17 ============================ Modified: projects/haf/trunk/sapwood/configure.in =================================================================== --- projects/haf/trunk/sapwood/configure.in 2007-09-25 15:08:26 UTC (rev 14089) +++ projects/haf/trunk/sapwood/configure.in 2007-09-25 15:22:34 UTC (rev 14090) @@ -1,6 +1,6 @@ AC_INIT([src/sapwood-server.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE(sapwood, 2.91.11) +AM_INIT_AUTOMAKE(sapwood, 3.0.0) dnl Initialize maintainer mode AM_MAINTAINER_MODE
- Previous message: [maemo-commits] r14089 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14091 - projects/haf/trunk/tarballs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]