commit 0fa4ad9bffe9f716f37c53fe99a9686ca1d21595 Author: Peter Hurley Date: Thu Mar 15 08:28:23 2012 -0400 panel: Fix random grey box on logout On session logout, a grey box briefly appears in the upper left corner of the screen. This grey box appears because the PanelAppletFrame is attempting to notify the user that an applet has died and ask if the user would like to restart. This behavior is triggered by an "applet-broken" signal. This signal is generated when, as widgets are being unrealized & disposed from the toplevel in panel_shell_quit(), the socket created by PanelAppletContainer to track PanelApplet plugs is unrealized which causes the socket to generate a "plug-removed" signal. Don't generate "applet-broken" signal if the socket is unrealized. https://bugzilla.gnome.org/show_bug.cgi?id=672111 Signed-off-by: Peter Hurley M gnome-panel/libpanel-applet-private/panel-applet-container.c commit d12e597ca627e285702b8a541a42c2c67ed5794e Author: Peter Hurley Date: Wed Mar 14 12:26:53 2012 -0400 panel: Add style class for orientation to PanelToplevel Add style class "horizontal" or "vertical" based on the orientation of the PanelToplevel. This allows themeing to adjust styling for vertical panels. An example selector would be: PanelToplevel.vertical { background-image: -gtk-gradient (linear, right top, left top, from (shade (@dark_bg_color, 1.15)), to (shade (@dark_bg_color, 0.95))); } Signed-off-by: Peter Hurley https://bugzilla.gnome.org/show_bug.cgi?id=672070 M gnome-panel/panel-toplevel.c commit ac26fe53235bc70e94fd501ceaab0070086a57bf Author: Peter Hurley Date: Wed Mar 14 12:22:19 2012 -0400 libpanel-applet: Add style class for orientation to PanelApplet Add style class "horizontal" or "vertical" based on the orientation of the PanelApplet. This allows themeing to adjust styling for vertical panels. An example selector would be: PanelApplet.vertical PanelApplet.vertical > GtkMenuBar.menubar { background-image: -gtk-gradient (linear, right top, left top, from (shade (@dark_bg_color, 1.15)), to (shade (@dark_bg_color, 0.95))); } Signed-off-by: Peter Hurley https://bugzilla.gnome.org/show_bug.cgi?id=672070 M libpanel-applet/panel-applet.c commit c066f71550f699a3958aca392f1dcd78f36bc4d8 Author: Peter Hurley Date: Wed Mar 14 12:17:57 2012 -0400 panel: Add style class for orientation to PanelWidget Add style class "horizontal" or "vertical" based on the orientation of the PanelWidget. This allows themeing to adjust styling for vertical panels. An example selector would be: PanelWidget.vertical { background-image: -gtk-gradient (linear, right top, left top, from (shade (@dark_bg_color, 1.15)), to (shade (@dark_bg_color, 0.95))); } Signed-off-by: Peter Hurley https://bugzilla.gnome.org/show_bug.cgi?id=672070 M gnome-panel/panel-widget.c commit 5990d903635adf513ce4bd655ad48c5d7ab7f749 Author: Peter Hurley Date: Mon Mar 5 13:14:44 2012 -0500 panel: Add style class for orientation to PanelAppletFrame Add style class "horizontal" or "vertical" based on the orientation of the PanelAppletFrame. This allows themeing to adjust styling for vertical panels. An example selector would be: PanelAppletFrame.vertical { background-image: -gtk-gradient (linear, right top, left top, from (shade (@dark_bg_color, 1.15)), to (shade (@dark_bg_color, 0.95))); } Signed-off-by: Peter Hurley https://bugzilla.gnome.org/show_bug.cgi?id=672070 M gnome-panel/panel-applet-frame.c commit 884600e579b40210b8ea0f333becc5bffe4ca9f1 Author: Peter Hurley Date: Wed Mar 14 12:14:04 2012 -0400 panel: Add style class for orientation to menubar Add style class "horizontal" or "vertical" based on the orientation of the menubar. This allows themeing to adjust styling for vertical panels. An example selector would be: PanelMenuBar.menubar.vertical { background-image: -gtk-gradient (linear, right top, left top, from (shade (@dark_bg_color, 1.15)), to (shade (@dark_bg_color, 0.95))); } Signed-off-by: Peter Hurley https://bugzilla.gnome.org/show_bug.cgi?id=672070 M gnome-panel/panel-menu-bar-object.c commit c3a94c5b9c1d655d3dd69fbe58e762c514ad046e Author: Nilamdyuti Goswami Date: Mon Mar 12 18:11:25 2012 +0530 Assamese translation completed M po/as.po commit 3a64b0dc5a2cc4c5beade0e2768344f82895f555 Author: Khoem Sokhem Date: Sat Mar 10 13:23:14 2012 +0100 Add initial Khmer translation M po/LINGUAS A po/km.po commit 8c901582a94defb34ca9f2249386e98c974a2198 Author: Vincent Untz Date: Mon Mar 5 10:59:09 2012 +0100 release: post-release bump to 3.3.92 M configure.ac commit 198bae3567074db8182b76e833a30f655133e56e Author: Vincent Untz Date: Mon Mar 5 10:58:56 2012 +0100 release: 3.3.91 M NEWS