aboutsummaryrefslogtreecommitdiff
path: root/examples/hildon-picker-button-example.c
AgeCommit message (Collapse)Author
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.
2008-11-242008-11-24 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
Based on initial code by Christian Dywan (christian@imendio.com) * doc/hildon-docs.sgml: Add section for hildon-main. * examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main(). * src/Makefile.am: Add new hildon-main.[ch] * src/hildon-defines.h: Update the icon sizes. * src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add new library initialization files and register icon sizes. * src/hildon-main.h: New declarations. * src/hildon.h: Include hildon-main.h Add new initialization functions to the library. These methods will register the hildon specific icon sizes and can be used in the future for other hildon specific bits. Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h)) Fixes: NB#93075 (Update icon size constants to Fremantle)
2008-10-232008-10-23 Alejandro Pinheiro <apinheiro@igalia.com>Alejandro Piñeiro
* debian/control: Added new package libhildon1-examples, in order to pack the current hildon examples as documentation * debian/rules: Not to compress .c files, modify some includes on the examples (as normally are compiled locally, but when installed it will require to include the installed libhildon1 library), and rename Makefile.static * examples/Makefile.am: Added examplesdir and examples_DATA, in order to install all the example files on the new example package * examples/Makefile.static: Added static makefile that can be used to compile the examples, once installed the new example package * examples: Most of the examples were modified in order to grant that all use only '#include "hildon.h"', in order to be easy to prepare it on the example package
2008-09-232008-09-22 Alejandro Pinheiro <apinheiro@igalia.com>Alejandro Piñeiro
* src/hildon-touch-selector.c: (hildon_touch_selector_class_init): added gtkrc bits in order to ensure that the treeview inside the touch selector is in fremantle hildon mode * examples/hildon-date-button-example.c * examples/hildon-picker-button-multicolumn-example.c * examples/hildon-touch-selector-entry-example.c * examples/hildon-touch-selector-example.c * examples/hildon-time-button-example.c * examples/hildon-picker-button-example.c: (main): Remove the gtkrc bits, now hadled by hildon-touch-selector.c
2008-09-192008-09-19 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* examples/hildon-picker-button-example.c: (main): Select an item in the selector before setting it to the button.
2008-08-282008-08-28 Alejandro Pinheiro <apinheiro@igalia.com> * ↵Alejandro Piñeiro
src/hildon-touch-selector.c (_create_new_column): use of hildon_gtk_tree_view_new to create the treeview, instead of use directly g_object_new (_create_new_column): update the property name "vindicator-mode" for the new one "vscrollbar-policy" * examples/hildon-date-button-example.c * examples/hildon-picker-button-multicolumn-example.c * examples/hildon-touch-selector-entry-example.c * examples/hildon-touch-selector-example.c * examples/hildon-time-button-example.c * examples/hildon-picker-button-example.c Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE to all the treeviews inside a pannable area.
2008-08-072008-08-07 Alberto Garcia <agarcia@igalia.com>Alberto Garcia
HildonButtonFlags split into HildonButtonArrangement (to set the button layout) and HildonSizeType (which can be used for any widget). * src/hildon-button.h * src/hildon-button.c (hildon_button_class_init) (hildon_button_set_arrangement) (hildon_button_set_property): New "size-flags" property. "arrangement-flags" renamed to "arrangement". (hildon_button_new, hildon_button_new_with_text) (hildon_button_new_full): Constructors updated to reflect type changes. * src/hildon-helper.h * src/hildon-helper.c (hildon_helper_set_theme_size): New function to set the size of a widget. * src/Makefile.am * src/hildon.h * src/hildon-button-helpers.c * src/hildon-button-helpers.h: New hildon-button-helpers module. * src/hildon-date-button.c * src/hildon-date-button.h * src/hildon-picker-button.c * src/hildon-picker-button.h * src/hildon-time-button.c * src/hildon-time-button.h: Updated widgets to reflect HildonButton API changes. * examples/hildon-button-example.c * examples/hildon-date-button-example.c * examples/hildon-picker-button-example.c * examples/hildon-picker-button-multicolumn-example.c * examples/hildon-time-button-example.c * examples/hildon-touch-selector-entry-example.c * examples/hildon-touch-selector-example.c: Updated examples to reflect HildonButton API changes.
2008-08-012008-08-01 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* src/hildon-picker-button.c: Removed the simple _text() API. * src/hildon-picker-button.h: Likewise. * src/hildon-touch-selector.h: * src/hildon-touch-selector.c: (hildon_touch_selector_new_text), (hildon_touch_selector_append_text), (hildon_touch_selector_prepend_text), (hildon_touch_selector_insert_text): Moved the simple _text() API from HildonPickerButton to HildonTouchPicker, to provide better escalability and not to tie that API to HildonPickerButton. * examples/hildon-picker-button-example.c: (main): Example updated.
2008-07-292008-07-29 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* examples/Makefile.am: Add below examples. * examples/hildon-date-button-example.c: * examples/hildon-picker-button-example.c: * examples/hildon-picker-button-multicolumn-example.c: * examples/hildon-time-button-example.c: * examples/hildon-touch-picker-example.c: Add examples for the reciently added touch pickers, picker dialogs, and picker button widgets.