aboutsummaryrefslogtreecommitdiff
path: root/examples/hildon-edit-toolbar-example.c
AgeCommit message (Collapse)Author
2012-01-24Removed MAEMO_CHANGES and MAEMO_GTKTomasz 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.
2009-03-172009-03-17 Alejandro Pinheiro <apinheiro@igalia.com>Alejandro Piñeiro
* examples/hildon-pannable-area-touch-list-example.c * examples/hildon-pannagle-area-touch-grid-example.c * examples/hildon-edit-toolbar-example.c * examples/hildon-touch-selector-multi-cells-example.c Removed the call to gtk_rc_parse_string, as it is not required since some time ago.
2009-02-042009-02-04 Alberto Garcia <agarcia@igalia.com>Alberto Garcia
* doc/hildon-sections.txt * src/hildon-window-private.h * src/hildon-window.h * src/hildon-window.c (hildon_window_init) (hildon_window_realize, hildon_window_unrealize) (hildon_window_map, hildon_window_unmap, hildon_window_expose) (hildon_window_size_request, hildon_window_size_allocate) (hildon_window_forall, hildon_window_show_all) (hildon_window_destroy, +paint_edit_toolbar) (+hildon_window_set_edit_toolbar): New hildon_window_set_edit_toolbar() method, to add a HildonEditToolbar to a window without having to pack it manually. Reorganize hildon_window_size_allocate() * src/hildon-edit-toolbar.c: Update documentation. * examples/hildon-edit-toolbar-example.c (edit_window): Update example to use the new API. Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
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-11-11Fixed the compilation without maemo gtk adding ifdefs with MAEMO_CHANGES ↵Alejandro G. Castro
define to the code, we have to check this version more carefully. * examples/Makefile.am: Added control to avoid some examples that just make sense with maemo gtk. * src/hildon-gtk.c: * src/hildon-gtk.h: Remove some functions that use the maemo gtk hildon modes with the define. * examples/hildon-edit-toolbar-example.c, (create_icon_view): Create the icon view without hildon-gtk helpers if we are not using maemo gtk. * src/hildon-touch-selector.c, (_create_new_column): Create the treeview without hildon-gtk helpers if we are not using maemo gtk.
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-08-292008-08-29 Alberto Garcia <agarcia@igalia.com>Alberto Garcia
* examples/Makefile.am * examples/hildon-edit-toolbar-example.c: Example of the HildonEditToolbar widget.