aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-touch-selector-entry.c
AgeCommit message (Collapse)Author
2012-05-30Widget porting to GTK+ 3Tomasz Sterna
with some added fixes for strict compiler checks
2012-01-24Removed MAEMO_CHANGES and MAEMO_GTKTomasz Sterna
2012-01-24Removed deprecated widgets and methodsTomasz Sterna
2011-11-14Merged hildonuimode.patchTomasz Sterna
2010-02-15Disable focus on treeview only for HildonTouchSelectorEntry.Xabier Rodriguez Calvar
Fixes: NB#113741 (Ctrl+A shortcut not working in Delete fields dialog)
2010-01-29Improved docs of HildonTouchSelectorEntry about columns management.Xabier Rodriguez Calvar
Fixes: NB#4658 (Documentation: HildonTouchSelectorEntry is unclear about auto-completion/text column)
2010-01-29New smart match feature for HildonTouchSelectorEntryAlberto Garcia
Fixes: MB#123249 (HildonTouchSelectorEntry is case-sensitive)
2009-11-19Validate text_column before trying to get text from the modelClaudio Saavedra
Fixes: NB#147341 (HildonTouchSelectorEntry crashes when a populated model is attached) When unset, text_column == -1. This will cause text to be unitialized and a invalid pointer free can follow.
2009-11-19Rename hildon_touch_selector_get_text_from_model()Claudio Saavedra
It's a HildonTouchSelectorEntry private method, its natural name is hildon_touch_selector_entry_get_text_from_model(), so rename it.
2009-11-16Disable live search in HildonTouchSelector derived widgetsClaudio Saavedra
HildonTouchSelectorEntry, HildonDateSelector, and HildonTimeSelector don't really need the live search, so disable it.
2009-11-16Revert "New HildonLiveSearch widget and search support for touch selectors"Claudio Saavedra
This reverts commit 6f8d33bee251c0d75f65599757efabf02682e6ff. We don't want squashed commits. Changes from the live-search will be rebased on top of master instead.
2009-11-11New HildonLiveSearch widget and search support for touch selectorsAlberto Garcia
Fixes: NB#142952 (Search support for lists)
2009-10-05Fix memory leaks in HildonTouchSelectorEntryAlberto Garcia
* hildon/hildon-touch-selector-entry.c (hildon_touch_selector_entry_new_text) Don't leak the GtkListStore (hildon_touch_selector_entry_init): Don't leak the GtkEntryCompletion
2009-08-04Remove all placeholder code in HildonEntry/TextView now that it's in GTKAlberto Garcia
* hildon/hildon-text-view.c * hildon/hildon-entry.c: Remove all placeholder code from HildonEntry and HildonTextView and use the API in GtkEntry and GtkTextView instead. * examples/hildon-entry-example.c * examples/hildon-text-view-example.c * examples/hildon-wizard-dialog-example.c * hildon/hildon-get-password-dialog.c * hildon/hildon-login-dialog.c * hildon/hildon-picker-dialog.c * hildon/hildon-set-password-dialog.c * hildon/hildon-touch-selector-entry.c: Replace all deprecated calls to HildonEntry and HildonTextView with their Gtk counterparts. Fixes: NB#122395 (hildon_entry_set_placeholder() should be in GtkEntry)
2009-06-182009-06-18 Alejandro Pinheiro <apinheiro@igalia.com>Alejandro PiƱeiro
* hildon/hildon-touch-selector-entry.c * hildon/hildon-touch-selector.c Update the documentation of the "text-column" property
2009-06-09Use hildon_touch_selector_set/get_text_column() in the touchselector widgetsClaudio Saavedra
* hildon/hildon-date-selector.c: (hildon_date_selector_construct_ui): * hildon/hildon-time-selector.c: (hildon_time_selector_constructor): * hildon/hildon-touch-selector-entry.c: (hildon_touch_selector_entry_set_text_column), (hildon_touch_selector_entry_get_text_column): * hildon/hildon-touch-selector.c: (_default_print_func), (hildon_touch_selector_new_text): Use hildon_touch_selector_set/get_text_column() instead of setting/getting the "text-column" property.
2009-05-27Use HildonEntry API in HildonTouchSelectorEntryClaudio Saavedra
* hildon/hildon-touch-selector-entry.c (hildon_touch_selector_entry_print_func), (entry_on_text_changed), (hildon_touch_selector_entry_changed): Use HildonEntry text API, now that the entry is exposed.
2009-05-27Avoid unnecessary scaling in HildonTouchSelectorEntryClaudio Saavedra
* hildon/hildon-touch-selector-entry.c (hildon_touch_selector_entry_init): Change the entry's size to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling.
2009-04-30Renamed src/ to hildon/Alberto Garcia
* src/ * Makefile.am * configure.ac * doc/Makefile.am * doc/hildon.types * po/POTFILES.in: Renamed src/ to hildon/ * examples/*.c * debian/changelog * debian/rules: Include <hildon/hildon.h> directly in all examples.