aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-date-selector.c
AgeCommit message (Collapse)Author
2012-05-30Widget porting to GTK+ 3Tomasz Sterna
with some added fixes for strict compiler checks
2010-02-12Don't crash HildonDateSelector if a locale is not availableAlberto Garcia
Fixes: NB#156737
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 leak in HildonDateSelectorAlberto Garcia
* hildon/hildon-date-selector.c (hildon_date_selector_finalize): Don't leak the tree models.
2009-06-18Update HildonDateSelector documentationAlejandro PiƱeiro
* hildon/hildon-date-selector.c (hildon_date_selector_select_current_date) (hildon_date_selector_get_date) (hildon_date_selector_select_day): Update the documentation: uses always the range (1-31), as it is obvious that the final one will depend on the month and the year, but globally the range is this, in a similar GtkCalendar approach (hildon_date_selector_get_date): Update the documentation: add NULL as a valid value for the day, month and year locations Fix some details, after talk with David King on bug MB#4698
2009-06-17DateSelector documentation fixesDavid King
* hildon/hildon-date-selector.c (hildon_date_selector_select_current_date) (hildon_date_selector_get_date): Update documentation regarding days, as the day of the month is dependent on both the month and the year. (hildon_date_selector_get_date): Fix documentation of output arguments. Fixes: MB#4698 (DateSelector documentation has bad output argument description, and the day depends on both the month and the year) Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
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-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.