aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-touch-selector.h
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
2009-12-18Make HildonTouchSelector::live-search readwriteClaudio Saavedra
Allowing to programmatically disable/enable HildonLiveSearch from a HildonTouchSelector. Add also the setters/getters for this.
2009-07-30Added new method hildon_touch_selector_center_on_indexAlejandro Piñeiro
* hildon/hildon-touch-selector.[ch] (hildon_touch_selector_center_on_index): New method that allows to center on a item not selected Fixes NB#130291 (New HildonTouchSelector API is required to center on any column item)
2009-06-25Allow to use HILDON_UI_MODE_NORMAL on the HildonTouchSelectorAlejandro Piñeiro
* hildon/hildon-picker-dialog.c: (selection_completed): take into account HILDON_UI_MODE_NORMAL * hildon/hildon-touch-selector.c (hildon_touch_selector_init): Initialize hildon-ui-mode (hildon_touch_selector_row_activated): new callback for the "row-activated" signal, in order to save the last activated (hildon_touch_selector_check_ui_mode_coherence): new method that checks if the current hildon-ui-mode is coherent with the touch selector (hildon_touch_selector_class_init) (hildon_touch_selector_get_property) (hildon_touch_selector_set_property) Added "hildon-ui-mode" property (disconnect_model_handlers): renamed to clean_column (hildon_touch_selector_remove): use clean_column function (_create_new_column): use the hildon-ui-mode to create the treeview, and only select the first element on HILDON_UI_MODE_EDIT (hildon_touch_selector_column_init): Initialize last_activate (hildon_touch_selector_append_column): check that the touch selector is coherent with the current hildon-ui-mode (hildon_touch_selector_get_hildon_ui_mode) (hildon_touch_selector_set_hildon_ui_mode) Added a getter/setter for the hildon-ui-mode property (hildon_touch_selector_get_last_activated_row): Added this method in order to get the last activated row * examples/hildon-touch-selector-normal-mode-example.c New example, that shows how to use the HildonTouchSelector in HILDON_UI_MODE_NORMAL Fixes: NB#95685 (Add field dialog should use HILDON_UI_MODE_NORMAL), using Kristian Rietveld <kris@lanedo.com> advices
2009-05-06Fixed the hard-coded height in HildonPickerDialogAlejandro Piñeiro
* hildon/hildon-touch-selector.[ch] (hildon_touch_selector_optimal_size_request): function added to get a optimal size request from the touch selector, when you want a dialog to show as much of the selector * hildon/hildon-picker-dialog.c: Removed HILDON_TOUCH_SELECTOR_HEIGHT macro (hildon_app_menu_class_init): New "max-height-landscape" and "max-height-portrait" style properties (hildon_picker_dialog_size_request): redefined GtkWidget::size_request (hildon_picker_dialog_get_max_height): returns the maximum height using the style properties defined and checking the current portrait/landscape status (_hildon_picker_dialog_set_selector): removed the set_size_request Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
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.