commit 47b88f9623473fb9ce2c45a188b75ce3b17c0a90 Author: Jonathan Matthew Date: Sat Apr 13 17:58:53 2013 +1000 Rhythmbox 2.99.1 NEWS | 15 +++++++++++++++ README | 2 +- configure.ac | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) commit 7293b612f96d03f8cc08741bd669ccf21c19b214 Author: Jonathan Matthew Date: Sat Apr 13 14:59:34 2013 +1000 use gdk_event_get_device instead of gdk_event_get_source_device We don't actually care about physical devices vs virtual devices, we just want to know where the pointer was. Now that we're using XI2 (see commit f84a33d), requesting the physical device position causes XI_BadDevice errors. https://bugzilla.gnome.org/show_bug.cgi?id=697915 widgets/gossip-cell-renderer-expander.c | 2 +- widgets/rb-cell-renderer-pixbuf.c | 2 +- widgets/rb-cell-renderer-rating.c | 2 +- widgets/rb-rating.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit dc8e262b9feb7c697f78e0a6794519fe0c75004a Author: Jonathan Matthew Date: Thu Apr 11 09:23:42 2013 +1000 display-page-tree: alt-a accelerator for the add button sources/rb-display-page-tree.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 57bdbc596e240d3730b09cfaf9a77adb309b64c8 Author: Jonathan Matthew Date: Thu Apr 11 09:18:21 2013 +1000 shell: add F10 accel for the menu button, if there's no app menu This appears to be the convention, since Web and Files both use it. shell/rb-shell.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) commit 7bc71fab4d658c717fc6890094254d3a0ad8329c Author: Jonathan Matthew Date: Thu Apr 11 09:17:31 2013 +1000 edit menu: add cut/copy/paste, (de)select all, properties accels data/ui/edit-menu.ui | 6 ++++++ 1 file changed, 6 insertions(+) commit 8f0e9ee1fd2c49e77d5607041451efcc231a01d2 Author: Jonathan Matthew Date: Thu Apr 11 09:17:12 2013 +1000 button-bar: enable accelerators for menus attached to button bars widgets/rb-button-bar.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit dfcc4cf54e0fae8cccb202b1acbbdc34dce2a871 Author: Jonathan Matthew Date: Thu Apr 11 09:15:35 2013 +1000 application: new function for adding accelerators for menu contents shell/rb-application.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ shell/rb-application.h | 1 + 2 files changed, 64 insertions(+) commit e9238cf460d0f7ed0d5d4950a564c75ff4c4596c Author: Jonathan Matthew Date: Wed Apr 10 09:08:43 2013 +1000 add alt-e as an accelerator for the 'edit' menu https://bugzilla.gnome.org/show_bug.cgi?id=697534 data/ui/library-toolbar.ui | 1 + data/ui/playlist-toolbar.ui | 1 + data/ui/podcast-toolbar.ui | 1 + data/ui/queue-toolbar.ui | 1 + plugins/audiocd/audiocd-toolbar.ui | 1 + plugins/daap/daap-toolbar.ui | 1 + plugins/fmradio/fmradio-toolbar.ui | 1 + plugins/generic-player/generic-player-toolbar.ui | 1 + plugins/ipod/ipod-toolbar.ui | 1 + plugins/iradio/iradio-toolbar.ui | 1 + plugins/magnatune/magnatune-toolbar.ui | 1 + plugins/mtpdevice/mtp-toolbar.ui | 1 + 12 files changed, 12 insertions(+) commit 639064a9c02c96d5feffb124901706137a0b748e Author: Jeremy Bicha Date: Mon Apr 8 22:47:54 2013 -0400 add F1 accelerator to show help https://bugzilla.gnome.org/show_bug.cgi?id=697527 data/ui/app-menu.ui | 1 + 1 file changed, 1 insertion(+) commit 99888a5a71632ec5e1f157ac10c144c5effbec62 Author: Jeremy Bicha Date: Sun Apr 7 23:56:50 2013 -0400 Fix broken help link This regression appeared with the GMenu conversion https://bugzilla.gnome.org/show_bug.cgi?id=697526 shell/rb-application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 797ed54cd746eb5a4e1826c839c2da84b4e70c16 Author: Jonathan Matthew Date: Tue Apr 9 07:51:32 2013 +1000 shell-player: fix play shortcut, add shuffle and repeat shortcuts Part of https://bugzilla.gnome.org/show_bug.cgi?id=697533 shell/rb-shell-player.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)