~vcs-imports/gnome-control-center/+git/gnome-control-center:gtk-style-context

Last commit made on 2010-11-16
Get this branch:
git clone -b gtk-style-context https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

2cc0d34... by Matthias Clasen <email address hidden>

Make build with GtkStyleContext

Very preliminary port from gtk_paint_ to gtk_render_.

07543ce... by Matthias Clasen <email address hidden>

display: Add some keywords to the desktop file

This is mainly to demonstrate how keyword search operates. After
this patch, typing "xrandr" in the search entry will find the
display panel.

aef8513... by Matthias Clasen <email address hidden>

shell: Add keyword search

This commit makes search look at the X-GNOME-Keywords key. The key
is expected to hold a list of strings, and is translatable.

http://bugzilla.gnome.org/show_bug.cgi?id=634926

b85950d... by Matthias Clasen <email address hidden>

shell: Don't change casedness when displaying matches

While we do want to match case-insensitively, we don't want to
display the search result in all-lowercase. This patch is probably
not quite utf8-ly correct.

http://bugzilla.gnome.org/show_bug.cgi?id=634923

24b5fb7... by Matthias Clasen <email address hidden>

Reinstate popup arrows

9d3811e... by Matthias Clasen <email address hidden>

Fix packing of the language dialog

1786c59... by Matthias Clasen <email address hidden>

Don't show parental controls for now

This is not wired up, and will not be in place for 3.0, so hide
it for now.

8cffbc0... by Matthias Clasen <email address hidden>

Fix a little annoyance with combo boxes

Pop up the menu right away, instead of requiring the user to click
again after the button turned into a combobox.

1607bea... by Matthias Clasen <email address hidden>

Listen for permission changes

Since the lockbutton doesn't have a changed signal, connecting to
it doesn't help... directly listen for changes of the permission
object instead.

bd7cd03... by Matthias Clasen <email address hidden>

Update to GTK+ api changes

Implement get_preferred_width/height instead of size_request.
Also, don't pretend that we have a changed signal when we don't.