2008-11-24 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 24 Nov 2008 16:58:31 +0000 (16:58 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 24 Nov 2008 16:58:31 +0000 (16:58 +0000)
commit26bad1b29366c701ad66eddd8f31368bc804f773
tree0d4db4ab59a7da52dd74b3d6d8494fafe7b4f43b
parent2c3065ddce0fce8f9737b05283e7fca998ef175b
2008-11-24 Claudio Saavedra <csaavedra@igalia.com>

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)
67 files changed:
ChangeLog
doc/hildon-docs.sgml
examples/hildon-app-menu-example.c
examples/hildon-banner-example.c
examples/hildon-banner-long-example.c
examples/hildon-bread-crumb-trail-example.c
examples/hildon-button-example.c
examples/hildon-caption-example.c
examples/hildon-check-button-example.c
examples/hildon-code-dialog-example.c
examples/hildon-color-button-example.c
examples/hildon-color-chooser-example.c
examples/hildon-color-pop-example.c
examples/hildon-controlbar-example.c
examples/hildon-date-button-example.c
examples/hildon-date-editor-example.c
examples/hildon-dialog-example.c
examples/hildon-edit-toolbar-example.c
examples/hildon-entry-example.c
examples/hildon-find-toolbar-example.c
examples/hildon-finger-example.c
examples/hildon-get-password-dialog-example.c
examples/hildon-hvolumebar-example.c
examples/hildon-hvolumebar-insensitive-example.c
examples/hildon-hvolumebar-insensitive-map-example.c
examples/hildon-hvolumebar-timer-example.c
examples/hildon-icon-sizes-example.c
examples/hildon-insensitive-example.c
examples/hildon-logical-color-example.c
examples/hildon-login-dialog-example.c
examples/hildon-lookup-example.c
examples/hildon-note-example.c
examples/hildon-number-editor-example.c
examples/hildon-pannable-area-buttons-scroll-example.c
examples/hildon-pannable-area-gesture-signals-example.c
examples/hildon-pannable-area-scroll-jump-example.c
examples/hildon-pannable-area-touch-grid-example.c
examples/hildon-pannable-area-touch-list-example.c
examples/hildon-pannable-area-tree-view-example.c
examples/hildon-picker-button-example.c
examples/hildon-picker-button-multicolumn-example.c
examples/hildon-scrolled-window-example.c
examples/hildon-seekbar-example.c
examples/hildon-set-password-dialog-example.c
examples/hildon-sort-dialog-example.c
examples/hildon-stackable-window-example.c
examples/hildon-text-view-example.c
examples/hildon-thumb-scrollbar-example.c
examples/hildon-time-button-example.c
examples/hildon-time-editor-example.c
examples/hildon-time-picker-example.c
examples/hildon-toolbar-example.c
examples/hildon-toolbar-seekbar-example.c
examples/hildon-touch-selector-entry-example.c
examples/hildon-touch-selector-example.c
examples/hildon-touch-selector-multi-cells-example.c
examples/hildon-vvolumebar-example.c
examples/hildon-weekday-picker-example.c
examples/hildon-window-cmn-menu-example.c
examples/hildon-window-example.c
examples/hildon-window-menu-example.c
examples/hildon-wizard-dialog-example.c
src/Makefile.am
src/hildon-defines.h
src/hildon-main.c [new file with mode: 0644]
src/hildon-main.h [new file with mode: 0644]
src/hildon.h