aboutsummaryrefslogtreecommitdiff
path: root/examples/hildon-dialog-example.c
AgeCommit message (Collapse)Author
2012-05-30Fixed examples to new widgets codeTomasz Sterna
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-09-082008-09-08 Alberto Garcia <agarcia@igalia.com>Alberto Garcia
* src/hildon-dialog.h * src/hildon-dialog.c (hildon_dialog_add_button, hildon_dialog_add_buttons): New methods to add buttons with finger size. (hildon_dialog_new_with_buttons): Create buttons with finger size. * examples/hildon-dialog-example.c (main): Use HildonDialog methods to add buttons.
2008-05-15* examples/hildon-dialog-example.c * examples/hildon-pannable-area-example.c ↵Alberto Garcia
Updated copyright
2008-05-14* src/hildon-dialog.c * src/hildon-dialog.h ↵Alberto Garcia
(hildon_dialog_new_with_buttons): New constructor. * examples/hildon-dialog-example.c (main): Update the example to use the new hildon_dialog_new_with_buttons(). * examples/hildon-pannable-area-example.c (main): Update example.
2008-05-13* doc/visual_index.xml Fix reference to HildonLoginDialog in documentationAlberto Garcia
* doc/hildon-docs.sgml * doc/hildon.types * examples/Makefile.am * examples/hildon-dialog-example.c * src/Makefile.am * src/hildon-dialog.c * src/hildon-dialog.h * src/hildon.h New HildonDialog widget.