[PATCH] Add text entry and completion to the city combobox

Vratislav Podzimek vpodzime at redhat.com
Tue Aug 14 13:32:52 UTC 2012


This patch modifies the city combobox on the DatetimeSpoke to facilitate
timezone selection in the regions with many cities (timezones). Video preview
can be seen at:
http://vpodzime.fedorapeople.org/DatetimeSpoke-city_completion.webm

Problem I see is that there are two comboboxes with different look. We could:

a) setup the region combobox to use noneditable text entry (same look as the
city combobox, but no additional code needed)

b) implement the whole functionality also for the region combobox

Though being a bit confusing I think a) would be appropriate, because there are
only few regions.

Please refer to the commit message for some additional details.

Vratislav Podzimek (1):
  Add entry with completion to the cities combobox (DatetimeSpoke)

 pyanaconda/ui/gui/spokes/datetime_spoke.glade | 90 ++++++++++++++++-----------
 pyanaconda/ui/gui/spokes/datetime_spoke.py    | 40 +++++++++++-
 2 files changed, 93 insertions(+), 37 deletions(-)

-- 
1.7.11.2



More information about the anaconda-patches mailing list