aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-private.h
AgeCommit message (Collapse)Author
2009-09-11Rename and move the methods to set flags to hildon-private.hClaudio Saavedra
* hildon/hildon-gtk.c: (do_set_progress_indicator), (do_set_do_not_disturb), (do_set_portrait_flags): call the new private method hildon_gtk_window_set_clear_window_flag() (hildon_gtk_window_set_progress_indicator), (hildon_gtk_window_set_do_not_disturb), (hildon_gtk_window_take_screenshot): hildon_gtk_window_set_flag() * hildon/hildon-private.c: (+hildon_gtk_window_set_clear_window_flag), (+hildon_gtk_window_set_flag): Move from hildon-gtk.c and rename properly. * hildon/hildon-private.h: Add the two new private methds.
2009-06-26Fixed the compilation using '--enable-fatal' and '--disable-deprecated' optionsAlejandro PiƱeiro
* examples/hildon-banner-example.c: Protect deprecated hildon-banner functions with #ifndef HILDON_DISABLE_DEPRECATED * examples/hildon-find-toolbar.c: Protect deprecated HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR in favor of HILDON_ICON_PIXEL_SIZE_FINGER * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as deprecated. * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED to allow proper compilation of deprecated functions defined on the header
2009-06-15Add progress indicator to the HildonEditToolbar.Alberto Garcia
* hildon/Makefile.am * hildon/hildon-edit-toolbar-private.h * hildon/hildon-edit-toolbar.c (+hildon_edit_toolbar_set_progress_indicator) (hildon_edit_toolbar_init): Add progress indicator to the toolbar. * hildon/hildon-gtk.c (hildon_gtk_window_set_progress_indicator): If the window contains a HildonEditToolbar, enable the progress indicator there too. * hildon/hildon-private.h * hildon/hildon-private.c (+hildon_private_create_animation) * hildon/hildon-banner.c (-hildon_banner_create_animation): Moved to hildon-private.c Fixes: NB#102373 (Progress indicator also for the Edit mode toolbar)
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.