~vcs-imports/gnome-control-center/+git/gnome-control-center:196-remove-cjk-xkb-based-input-sources-from-the-list

Last commit made on 2019-08-08
Get this branch:
git clone -b 196-remove-cjk-xkb-based-input-sources-from-the-list https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
196-remove-cjk-xkb-based-input-sources-from-the-list
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

8612d33... by Changwoo Ryu

region: Do not show XKB input sources for CJK in language rows

Only ibus based input sources should be used for CJK languages.

XKB layouts for CJK languages have their own language or country specific
features but they can't be used alone for text input of the languages. So
selecting one of the XKB layouts as an input source does not make sense.
Showing these lnput sources in the input source selection UI could confuse
users and lead them to broken input settings.

It removes the CJK XKB input sources from the language rows. But they are kept
in the "Other" row, as they often seem to be used workarounds for settings
desired XKB layouts for other input sources.

https://gitlab.gnome.org/GNOME/gnome-control-center/issues/196

1d0ad6e... by Piotr Drąg

Update POTFILES.in

31e34cf... by Felipe Borges <email address hidden>

search: Add description label to Search Locations Dialog

041a3e9... by Felipe Borges <email address hidden>

search: Do not allow selecting rows

There is no functionality involving selecting a row here.

3f4f43f... by Felipe Borges <email address hidden>

search: Add instructions label

Fixes #454

c38d0ed... by Felipe Borges <email address hidden>

search: Place "Move" button in each row

This is based on the mockups available at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/search/search.png

Fixes #591

c173424... by Felipe Borges <email address hidden>

search: Move "Search Locations" button to top bar

Fixes #591

db39bd1... by Felipe Borges <email address hidden>

search: Make rows reordable with drag and drop

Fixes #589

d39cf39... by Felipe Borges <email address hidden>

search: Move row into its own object (CcSearchPanelRow)

This decouples the user interface parts from the control logic,
making it easy for designers to tweak the look & feel of the rows.
Besides, it makes it easier to introduce Drag & Drop capabilities.

14b9289... by Felipe Borges <email address hidden>

search: Move GtkListBox to .ui file