commit 695d30c35df9ff4cc53381f473db2d4a24395511 Author: Vincent Untz Date: 2012-02-06 build: Fix distcheck M applets/clock/Makefile.am M applets/fish/Makefile.am M applets/wncklet/Makefile.am M gnome-panel/Makefile.am commit 22ed971b882d16b584ca707d1c590243290432d5 Author: Vincent Untz Date: 2012-02-02 clock: Bump CanSetTimezone cache to 20 seconds 2 seconds is pretty low, and there's no reason to not have a higher value (especially as looking for this information requires some dbus traffic). M applets/clock/set-timezone.c commit d6443052ade5ca283e6c070ece8771a8f3c70512 Author: Vincent Untz Date: 2012-02-02 clock: Port to org.freedesktop.timedate1 (untested) As the old org.gnome.SettingsDaemon.DateTimeMechanism service is going away, we need to move to org.freedesktop.timedate1. Unfortunately, due to some brokenness on my system, this is not tested... This adds a dependency on polkit-gobject-1. M applets/clock/clock.c M applets/clock/set-timezone.c M configure.ac commit 816dd9cfacdb9f75d6e1fdbdfcb11ded97a84de2 Author: Vincent Untz Date: 2012-02-02 clock: Remove distro-specific code to set timezones We don't use this code anymore to set the timezone since we use a dbus service. M applets/clock/system-timezone.c M applets/clock/system-timezone.h M applets/clock/test-system-timezone.c commit 221450b851b7d30c9e3d5389bdb04ff442632a29 Author: Vincent Untz Date: 2012-02-02 clock: Always show actions to set time As we open the control center now and the datetime panel works in a different way than the old "set time" dialog, just always show the actions instead of trying to detect when the time cannot be set. M applets/clock/clock.c M applets/clock/set-timezone.c M applets/clock/set-timezone.h commit 8d012f62adf2b810e98033bd4a80e018d3c9654a Author: Vincent Untz Date: 2012-02-02 panel: Stop using deprecated gtk_[hv]box_new() M gnome-panel/panel-addto.c M gnome-panel/panel-ditem-editor.c M gnome-panel/panel-force-quit.c commit 9fca67f7bf2db30838ba6dcf86d49ca965ed31e5 Author: Vincent Untz Date: 2012-02-02 panel: Convert to GResource M gnome-panel/Makefile.am M gnome-panel/nothing.cP M gnome-panel/panel-properties-dialog.c M gnome-panel/panel-run-dialog.c M gnome-panel/panel-schemas.h M gnome-panel/panel-test-applets.c A gnome-panel/panel-test-applets.gresource.xml A gnome-panel/panel.gresource.xml commit f1e29e9527c9615a333a3be62e8842b84f291841 Author: Vincent Untz Date: 2012-02-02 fish: Install fish animations in fish-specific directory M applets/fish/Makefile.am commit 5161260240cc61b52e91ddfe7d297d0382e7a4f9 Author: Vincent Untz Date: 2012-02-02 clock: Stop using deprecated gtk_[hv]box_new() M applets/clock/calendar-window.c M applets/clock/clock-location-tile.c M applets/clock/clock.c commit 9ade365cd1a79c15ecf2a38a56bdb8d925eccf3a Author: Vincent Untz Date: 2012-02-02 clock: Remove useless icon M applets/clock/clock.gresource.xml M applets/clock/pixmaps/Makefile.am D applets/clock/pixmaps/clock-calendar-icon.png commit aa2895d338c319f2cd22953937ec1991234fd9bf Author: Vincent Untz Date: 2012-02-02 clock: Convert to GResource M applets/clock/Makefile.am M applets/clock/clock-face.c M applets/clock/clock-map.c M applets/clock/clock-utils.c M applets/clock/clock-utils.h M applets/clock/clock.c A applets/clock/clock.gresource.xml M applets/clock/clock.h M applets/clock/pixmaps/Makefile.am commit 9fbca7dfa21448e983b71d6530fcf7ea337bdd16 Author: Vincent Untz Date: 2012-02-02 wncklet: Convert to GResource M applets/wncklet/Makefile.am M applets/wncklet/window-list.c A applets/wncklet/wncklet.gresource.xml M applets/wncklet/wncklet.h M applets/wncklet/workspace-switcher.c commit 8a1060a1222d592aaa1957025fc1c366a82f9d46 Author: Vincent Untz Date: 2012-02-02 fish: Remove unneeded variable M applets/fish/fish.c commit 5478111b1fc676fc1d97a76911f0c33a7aa2e8c2 Author: Vincent Untz Date: 2012-02-02 fish: Convert to GResource M applets/fish/Makefile.am M applets/fish/fish.c A applets/fish/fish.gresource.xml commit 182cefdf8cc22be86d2c9fec7db2cd9fbda1e547 Author: Vincent Untz Date: 2012-02-02 libpanel-applet: Add panel_applet_setup_menu_from_resource() API Add API to be able to use the new GResource framework. M configure.ac M libpanel-applet/panel-applet.c M libpanel-applet/panel-applet.h commit 2fd32f37ff6cfb4772292ffb38329741c0f54c20 Author: Peter Hurley Date: 2012-01-18 panel: Use horizontal/vertical padding for button widgets This avoids launcher being too close to each other. In addition, the "horizontal"/"vertical" class styles can be used to express the padding in a natural way: ButtonWidget.button.horizontal { padding : 0px 3px 0px 3px; } https://bugzilla.gnome.org/show_bug.cgi?id=668586 M gnome-panel/button-widget.c commit 0093d7db9f3d42e81994789c9b16b8ff72014054 Author: Peter Hurley Date: 2012-02-02 panel: Minor cleanup Move some variable initializations around. M gnome-panel/panel-applet-frame.c commit dbc81aeafc6ae05967a720eed9859d95437ec578 Author: Matthias Clasen Date: 2011-12-23 panel, libpanel-applet: Don't ask for menus to be pushed in That is really only useful for combo boxes. https://bugzilla.gnome.org/show_bug.cgi?id=666569 M gnome-panel/applet.c M libpanel-applet/panel-applet.c commit 538c21a2d7e096cc03ee44bfe5b736afc837b66e Author: Kjartan Maraas Date: 2012-01-25 Updated Norwegian bokmål translation M po/nb.po commit 21e493f47d25e8a890f23c02ccccc28614fa7f9a Author: OKANO Takayoshi Date: 2012-01-19 [l10n] Update Japanese translation M help/clock/ja/ja.po commit 90682b3079099d74c64406899ce29a9afe20ccb1 Author: Gil Forcada Date: 2012-01-12 [l10n]Updated Catalan documentation M help/fish/ca/ca.po commit 29a89b89111f9dd3d37945c03bf455a5b68bad53 Author: Jovan Naumovski Date: 2012-01-08 Updated Macedonian translation. M po/mk.po commit e3cfec380bdf348ab4ab48e0f771a5720a7d6305 Author: Jiro Matsuzawa Date: 2012-01-06 Updated Japanese translation M help/clock/ja/ja.po commit cc9b7fd00676ce05d8a2c3f0f9ee58f41b3966e0 Author: Vincent Untz Date: 2011-12-20 build: Create xz tarballs M configure.ac commit f924d4804207f0c048ad4f51ba474b74c5a41826 Author: Vincent Untz Date: 2011-12-20 release: post-release bump to 3.3.4 M configure.ac commit 18993fb81e2f795f11c6101754fa552352e4d2ab Author: Vincent Untz Date: 2011-12-20 release: 3.3.3 M NEWS M configure.ac