gnome-shell:wip/input-sources

Last commit made on 2012-05-15
Get this branch:
git clone -b wip/input-sources https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/input-sources
Repository:
lp:gnome-shell

Recent commits

d480286... by Rui Matos

status/keyboard: Adapt to changes in the settings schema

a8fa0b8... by Rui Matos

candidatePanel: Use the Lang.Class framework

cf0bb62... by Rui Matos

candidatePanel: Remove the PopupSeparatorMenuItem copy

No reason to not use the real deal.

de81069... by Rui Matos

candidatePanel: Remove hardcoded styling

The styling should be done in the CSS file.

1a24f06... by Rui Matos

candidatePanel: A candidate popup for IBus input methods

This is an implementation of the org.freedesktop.IBus.Panel API which
shows a shell style popup (BoxPointer) when using an IBus input
method.

The original code is from the ibus-gjs project[1] with minor
modifications.

[1] https://github.com/fujiwarat/ibus-gjs

e038845... by Rui Matos

status/keyboard: Add the input source switcher keybindings

b03273c... by Rui Matos

status/keyboard: Initial port to the new input sources settings

915524e... by Rui Matos

main: Close the recorder instead of pausing it

Pausing means that we will continue to use the same output file when
the keybinding is activated again. While useful to record a single
video in chunks, it doesn't seem to be how most users understand the
keybinding. Closing the recorder will close the file and create a new
one the next time the keybinding is pressed.

https://bugzilla.gnome.org/show_bug.cgi?id=675128

d579cd1... by Rui Matos

test-recorder: Create the recorder only after the stage is realized

The recorder needs the stage's XID so it can only be created after the
stage is realized.

https://bugzilla.gnome.org/show_bug.cgi?id=675301

cb5941e... by Rui Matos

test-recorder: Explicitly make the clutter API coordinates doubles

That's what clutter expects and it would crash otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=675301