[maemo-commits] [maemo-commits] r12028 - in projects/haf/trunk/hildon-desktop: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 1 13:32:02 EEST 2007
- Previous message: [maemo-commits] r12027 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Next message: [maemo-commits] r12029 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-06-01 13:31:54 +0300 (Fri, 01 Jun 2007) New Revision: 12028 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/configure.ac projects/haf/trunk/hildon-desktop/debian/changelog Log: 2007-06-01 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 0.0.16 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-01 10:24:21 UTC (rev 12027) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-01 10:31:54 UTC (rev 12028) @@ -1,5 +1,9 @@ 2007-06-01 Johan Bilien <johan.bilien at nokia.com> + * configure.ac: 0.0.16 + +2007-06-01 Johan Bilien <johan.bilien at nokia.com> + * src/hd-panel-window.c: - added configure-event handler to track window geometry - attach the picture to the drawable so it can be used Modified: projects/haf/trunk/hildon-desktop/configure.ac =================================================================== --- projects/haf/trunk/hildon-desktop/configure.ac 2007-06-01 10:24:21 UTC (rev 12027) +++ projects/haf/trunk/hildon-desktop/configure.ac 2007-06-01 10:31:54 UTC (rev 12028) @@ -1,6 +1,6 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-desktop, 0.0.15) +AM_INIT_AUTOMAKE(hildon-desktop, 0.0.16) AM_CONFIG_HEADER(config.h) Modified: projects/haf/trunk/hildon-desktop/debian/changelog =================================================================== --- projects/haf/trunk/hildon-desktop/debian/changelog 2007-06-01 10:24:21 UTC (rev 12027) +++ projects/haf/trunk/hildon-desktop/debian/changelog 2007-06-01 10:31:54 UTC (rev 12028) @@ -1,3 +1,36 @@ +hildon-desktop (0.0.16-1) sardine; urgency=low + + * src/hd-panel-window.c: + - added configure-event handler to track window geometry + - attach the picture to the drawable so it can be used + by child widgets drawing on the same window + * src/hildon-toggle-button.c: + - check if the drawable already has a Picture attached + and use it if available + + * hildon-home-area.c: + - do not recompute the alpha mask when resizing + + * hildon-home-area.[ch]: + - inherit from Container instead of Fixed + - implement _size_allocate, _size_request, _forall + - added _put and _move + * hildon-desktop-home-item.c: + - change accordingly + + * src/hd-switcher-menu.c: + - Filter info notes notifications. Fixes: NB#59110 + + * libhildondesktop/hildon-home-area.c: + - reset the child's window as "shaped" after a change of style + + * libhildonwm/hd-wm.c: + - send signal for launch banner when application has a proper name. + * libhildonwm/hd-wm-watchable-app.[ch]: + - Added method to change name of dummy HDWMWatchableApp + + -- Johan Bilien <johan.bilien at nokia.com> Fri, 1 Jun 2007 13:28:13 +0300 + hildon-desktop (0.0.15-1) sardine; urgency=low * added build-dep on libxdamage-dev and libxcomposite-dev
- Previous message: [maemo-commits] r12027 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Next message: [maemo-commits] r12029 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]