2008-10-09 Alejandro Pinheiro * src/hildon-picker-dialog.c (hildon_picker_dialog_realize): Removed as not required (hildon_picker_dialog_class_init): Avoid to redefine widget->realize * src/hildon-picker-button.c (_current_selector_empty): New function, checks if the selector is empty (hildon_picker_button_clicked): Now it checks (using _current_selector_empty) if the current selector is empty, in order to avoid to show the dialog close the dialog in this case (and shows a g_warning). Fixes: NB#88946 (Hildon Picker button should disable itself if there are no values) 2008-10-09 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_scroll): Added clause to stop movement when the child of pannable is smaller than one page. (hildon_pannable_area_scroll_to): Added conditions to avoid starting the scrolling movement if the child is smaller than one page, the complete child is in the screen, we do not have to move. Fixes: NB#89632 (Picker button selection doesn't change on first click) 2008-10-09 Alberto Garcia * src/hildon-app-menu.c: Removed the 'columns' property, as now this is managed automatically by the widget when the size of the screen changes. 2008-10-09 Alberto Garcia * src/hildon-picker-button.c (hildon_picker_button_set_done_button_text): Make a copy of the text, and free the previous value. 2008-10-09 Claudio Saavedra * src/hildon-touch-selector-entry.c: (hildon_touch_selector_entry_print_func): Return the selected row's text if the entry is empty. Fixes: NB#89651 (HildonTouchSelectorEntry title is , when entry is empty) 2008-10-09 Claudio Saavedra * src/hildon-touch-selector-entry.c: Minor docs fixes. 2008-10-09 Alberto Garcia * doc/hildon.types * src/hildon-check-button.h * src/hildon-check-button.c * examples/hildon-check-button-example.c: HildonCheckButton is now a new widget. 'toggled' signal added. 2008-10-08 Alberto Garcia * src/hildon-program-private.h * src/hildon-program.c (hildon_program_init) (hildon_program_finalize): Removed unused variables group_leader and name from HildonProgramPrivate. 2008-10-08 Alberto Garcia * src/hildon-check-button.c (hildon_check_button_set_active) (hildon_check_button_get_active, hildon_check_button_new): Use g_object_[gs]et_qdata() instead of g_object_[gs]et_data(). 2008-10-08 Alejandro Pinheiro * src/hildon-touch-selector.h (hildon_touch_selector_set_column_attributes): added deprecation guard HILDON_DISABLE_DEPRECATED * src/hildon-time-selector.c (hildon_time_selector_set_time) (hildon_time_selector_get_time): Fixed a typo on documentation * src/hildon-touch-selector.c: update HildonTouchSelector and HildonTouchSelectorColumn documentation * src/hildon-touch-selector-entry.c: update "text-column" property documentation * doc/hildon-docs.sgml: added hildon-touch-selector-column in order to be added to the general documentation. 2008-10-08 Alejandro G. Castro * examples/hildon-pannable-area-example-4.c, (main), * examples/hildon-pannable-area-example.c, (main): Modified the code in order to use the container add, with viewport treeviews could have problems if they are really big. 2008-10-06 Alejandro G. Castro * src/hildon-weekday-picker.c, * src/hildon-weekday-picker.h: Removed the deprecated symbols after the agreement regarding deprecation in the library. 2008-10-06 Claudio Saavedra * examples/hildon-picker-button-multicolumn-example.c: (main): Use custom "done" button text. * src/hildon-picker-button.c: (hildon_picker_button_get_property), (hildon_picker_button_set_property), (hildon_picker_button_clicked), (hildon_picker_button_class_init), (hildon_picker_button_init), (+hildon_picker_button_get_done_button_text), (+hildon_picker_button_set_done_button_text): New methods to customize the "done" button label in the launched HildonPickerDialog. Also, make it a property. * src/hildon-picker-button.h: add the public API. 2008-10-06 Claudio Saavedra * src/hildon-date-selector.h: * src/hildon-picker-dialog.h: * src/hildon-time-selector.h: * src/hildon-touch-selector-column.h: * src/hildon-touch-selector.h: Set the G_GNUC_CONST macro properly in the hildon_*_get_type() declarations. Fixes gtk-doc warnings. 2008-10-06 Alberto Garcia * src/hildon-picker-dialog.h * src/hildon-picker-dialog.c (hildon_picker_dialog_init): Make HildonPickerDialog derive from HildonDialog, not GtkDialog Fixes: NB#89329 (selectors in picker dialog are not visible when a long text is set as label for done button) 2008-10-06 Alberto Garcia * src/hildon-dialog.c (hildon_dialog_add_button): Set fixed width to all buttons in the HildonDialog. 2008-10-06 Alberto Garcia Patch contributed by Daniel Borgmann (danielb@openismus.com) * src/hildon-gtk.c (hildon_gtk_widget_set_theme_size): Set widget name using class name plus "-finger" or "-thumb". 2008-10-03 Alberto Garcia * src/hildon-check-button.c (hildon_check_button_set_active): Emit 'clicked' when the state of the button is manually changed. 2008-10-02 Alberto Garcia * src/hildon-app-menu.c (hildon_app_menu_realize) (hildon_app_menu_unrealize, hildon_app_menu_init) (hildon_app_menu_class_init, item_visibility_changed): Change the menu layout when the size of the screen changes. (hildon_app_menu_set_columns, hildon_app_menu_set_property): Show warning only when changing the number of colums using the property. 2008-10-02 Claudio Saavedra * debian/compat: Set to 5 * debian/control: Update dependencies. * debian/libhildon1-dbg.install: Remove. * debian/libhildon1-dev.install: Update according to cdbs paths. * debian/libhildon1.install: Update according to cdbs paths. * debian/rules: Switch to cdbs. 2008-10-01 Alberto Garcia * src/hildon-app-menu.c (hildon_app_menu_repack_filters): 'item' variable renamed to 'filter' 2008-10-01 Alberto Garcia * src/hildon-app-menu.c (hildon_app_menu_insert) (hildon_app_menu_add_filter, remove_item_from_list) (hildon_app_menu_repack_filters, hildon_app_menu_finalize): Don't leak hidden items when the menu is destroyed. 2008-10-01 Alberto Garcia * src/hildon-app-menu.c (hildon_app_menu_insert) (hildon_app_menu_reorder_child, hildon_app_menu_add_filter) (hildon_app_menu_set_columns, item_visibility_changed) (filter_visibility_changed, hildon_app_menu_repack_filters) (hildon_app_menu_repack_items): Repack items and filters separately. Don't repack all items, change only the ones that are needed to update the layout. 2008-10-01 Alejandro Pinheiro * src/Makefile.am: added hildon-touch-selector-column.h 2008-10-01 Alejandro Pinheiro * src/hildon-touch-selector.c: added the property "text-column" to the class HildonTouchSelectorColumn, and related get/set functions (_default_printf_func): updated to use "text-column" property * src/hildon-touch-selector-entry.c: mark as deprecated the property "text-column" in his documentation, as this is now included on HildonTouchSelectorColumn. The get/set_property can still be used, working as a wrapper to the concrete column "text-column" property (_text_column_modified): callback added in order to handle the signal "notify::text-column" of the concrete HildonTouchSelectorColumn (hildon_touch_selector_entry_get_text_column) (hildon_touch_selector_entry_set_text_column): Added documentation, and modified in order to use the HildonTouchSelectorColumn "text-column" property * src/hildon-time-selector.c: * src/hildon-date-selector.c: * examples/hildon-touch-selector-example.c * examples/hildon-touch-selector-multi-cells-example.c * examples/hildon-picker-button-multicolumn-example.c Set the right value to "text-column" property on the creation of a new column using hildon_touch_selector_append_column() Fixes: NB#88644 (Hardcoded first column of the model as text column) 2008-09-30 Alberto Garcia * src/hildon-app-menu.c (hildon_app_menu_construct_child, hildon_app_menu_init): When updating the layout of the menu, don't create all widgets again, just repack the items in their new places. 2008-09-30 Alejandro Pinheiro * src/hildon-time-selector.c (hildon_time_selector_get_time) (hildon_time_selector_set_time) Added documentation of these public methods * src/hildon-date-button.h * src/hildon-touch-selector-column.h * src/hildon-time-button.h * src/hildon-picker-dialog.h * src/hildon-time-selector.h * src/hildon-picker-button.h * src/hildon-touch-selector.h * src/hildon-time-picker.h * src/hildon-date-selector.h * src/hildon-touch-selector-entry.h Modified in order to use hildon-widgets code style 2008-09-30 Alejandro G. Castro Added deprecated support to the compilation process using HILDON_DISABLE_DEPRECATED * configure.ac: Added the --disable-deprecated to the configure script * src/hildon-weekday-picker.c: * src/hildon-weekday-picker.h: Deprecated widget, example of how to use the deprecated support. We will update the other deprecated widgets status in a new patch. 2008-09-30 Alejandro G. Castro * configure.ac: Fixed typo with fatal warnings support, the variable name was not correct 2008-09-29 Alberto Garcia * src/hildon-app-menu.c * src/hildon-program.c: Update documentation. 2008-09-29 Claudio Saavedra * configure.ac: Post-release version bump. 2008-09-29 Claudio Saavedra [Release 2.1.12] * NEWS: Update. * configure.ac: Pre-release version bump. * debian/changelog: Updates. 2008-09-29 Claudio Saavedra * NEWS: Update news for previous releases. 2008-09-26 Claudio Saavedra * examples/hildon-touch-selector-multi-cells-example.c: (create_selector): Update the example to use hildon_touch_selector_append_column() with a NULL renderer and set the renderers later. * src/hildon-touch-selector.c: (_create_new_column): Do not warn if passed a NULL renderer. This is documented behavior now. Allow passing a NULL renderer to hildon_touch_selector_append_column(). This must be used if the developer wants full control on the layout of the renderers to be added to the column. Fixes: NB#88680 (Limiting API in HildonTouchSelector) 2008-09-26 Claudio Saavedra * src/hildon-touch-selector.c: Documentation fixes. 2008-09-26 Claudio Saavedra * src/hildon-wizard-dialog-private.h: Remove image and box. * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init), (hildon_wizard_dialog_set_property), (response): Completely remove image/icon support, and the containers required for the layout. Fixes: NB#88927 (Hildon Wizard should not use icons anymore) 2008-09-25 Alberto Garcia * src/hildon-app-menu.c: Updated documentation. * src/hildon-stackable-window.c (hildon_stackable_window_set_main_menu): Unref the old menu after ref'ing the new one. 2008-09-25 Alberto Garcia * src/hildon-stackable-window.c (hildon_stackable_window_set_main_menu): Unref the previous menu instead of destroying it. * src/hildon-app-menu.c (hildon_app_menu_init): Re-enforce the floating reference and set has_user_ref_count to FALSE to make HildonAppMenu act like a normal ref-counted widget and not a toplevel widget. Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu() changed) 2008-09-25 Alejandro Pinheiro * src/hildon-touch-selector-column.h: new file * src/hildon-touch-selector.h * src/hildon-touch-selector.c Implemented GtkCellLayout interface, in order to allow to configure the cell layout on each individual selector column (hildon_touch_selector_set_column_attributes): marked as deprecated * examples/hildon-touch-selector-multi-cells-example.c Example of how to use the GtkCellLayout interface on the selector Fixes: NB#88680 (Limiting API in HildonTouchSelector) 2008-09-24 Alberto Garcia * src/hildon-app-menu.h * src/hildon-app-menu.c (hildon_app_menu_insert, hildon_app_menu_reorder_child) (hildon_app_menu_append, hildon_app_menu_prepend): New methods to prepend, insert and move items in the menu. 2008-09-24 Claudio Saavedra * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init): Update logical IDs and remove cancel button. (create_title): Update logical IDs and related code. (response): No need to handle HILDON_WIZARD_DIALOG_CANCEL. * src/hildon-wizard-dialog.h: Note that HILDON_WIZARD_DIALOG_CANCEL should be marked as deprecated at some point, as it is not used anymore. Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2) 2008-09-24 Claudio Saavedra * src/hildon-note.c: (hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is shown. Do not display an icon in confirmation notes nor information notes. (hildon_note_set_button_text): Update logical ID for cancel button. Fixes: NB#88850 (Update HildonNote button strings + signals) 2008-09-24 Alberto Garcia * src/hildon-stackable-window.c (hildon_stackable_window_set_main_menu): Fix compilation warning. 2008-09-24 Alberto Garcia * src/hildon-app-menu-private.h * src/hildon-app-menu.c (hildon_app_menu_set_columns) (hildon_app_menu_set_property, hildon_app_menu_construct_child) (hildon_app_menu_init, hildon_app_menu_class_init): Added temporary property 'columns' to change the number of columns. 2008-09-24 Claudio Saavedra Patch contributed by Kimmo Hämäläinen (kimmo.hamalainen@nokia.com) * examples/hildon-note-example.c: (on_information_clicked), (on_confirmation_clicked), (on_progress_clicked), (main): Add debugging information. * src/hildon-note-private.h: Remove close_if_pressed_outside, not needed anymore. * src/hildon-note.c: (hildon_note_class_init), (hildon_note_init), (hildon_note_rebuild): Remove special handling of tapping outside/inside in order to close: this will be handled by the WM from now on. Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior) 2008-09-24 Alberto Garcia * src/hildon-app-menu-private.h * src/hildon-app-menu.c (hildon_app_menu_append, hildon_app_menu_add_filter) (button_visibility_changed, hildon_app_menu_apply_style) (hildon_app_menu_style_set, hildon_app_menu_construct_child) (hildon_app_menu_init, hildon_app_menu_finalize): Update the layout everytime a button (item or filter) is shown or hidden. * src/hildon-stackable-window.c (hildon_stackable_window_set_main_menu): Destroy the old menu when setting a new one. 2008-09-22 Alejandro Pinheiro * 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-22 Claudio Saavedra * examples/hildon-text-view-example.c: (main): Remove the gtkrc bits, now handled by the theme. 2008-09-22 Alberto Garcia * src/hildon-picker-button.c (hildon_picker_button_set_active): Fix memory leak 2008-09-19 Claudio Saavedra * po/Makefile.am: Install properly the mo files. * po/en_GB.po: Update translation, to ease testing purposes. 2008-09-19 Claudio Saavedra * examples/hildon-picker-button-example.c: (main): Select an item in the selector before setting it to the button. 2008-09-19 Claudio Saavedra * src/hildon-picker-button.c: (hildon_picker_button_set_selector): Update button's value if the selector has an item active. Fixes: NB#88718 (HildonPickerButton not synchronizing its initial 'value' with the selector) 2008-09-19 Claudio Saavedra * src/hildon-picker-button.c: (+hildon_picker_button_finalize): unref the HildonTouchSelector and destroy the underlying HildonPickerDialog. (hildon_picker_button_class_init): Plug the finalize method. (hildon_picker_button_set_selector): If there's a previously set selector, unref'it before setting a new one. Fixes: NB#88720 (HildonPickerButton leaks a reference to the HildonTouchSelector) 2008-09-16 Claudio Saavedra * src/hildon-touch-selector-entry.c: (hildon_touch_selector_entry_changed): Check if there is no text selected before setting the entry text. Fixes: NB#88576 2008-09-15 Alberto Garcia * src/hildon-touch-selector.h * src/hildon-touch-selector.c (hildon_touch_selector_get_active) (hildon_touch_selector_set_active): New methods to set/get the index of the selected item. * src/hildon-picker-button.h * src/hildon-picker-button.c (hildon_picker_button_get_active) (hildon_picker_button_set_active): New methods to set/get the index of the selected item. 2008-09-15 Claudio Saavedra * configure.ac: post-release version bump. 2008-09-15 Claudio Saavedra Release 2.1.10-1. * configure.ac: Pre-release version bump. * debian/changelog: Updates. * debian/control: Add myself as maintainer and depend on l10n packages. 2008-09-15 Alberto Garcia * src/hildon-window.c (hildon_window_set_main_menu) * src/hildon-stackable-window.c (hildon_stackable_window_set_main_menu): Updated documentation. 2008-09-15 Alberto Garcia * src/hildon-date-selector.c (hildon_date_selector_finalize): Don't free selector->priv manually. Fixes: NB#88414 2008-09-12 Alejandro G. Castro * src/hildon-gtk.c, (hildon_gtk_window_set_progress_indicator): * src/hildon-gtk.h: Added the new API hildon_gtk_window_set_progress_indicator, it changes the state of the window progress hint. 2008-09-12 Alberto Garcia * src/hildon-button.c * src/hildon-stackable-window.c: Minor documentation updates. 2008-09-12 Alberto Garcia * src/hildon-stackable-window.c: Updated documentation. 2008-09-12 Claudio Saavedra * src/hildon-defines.h: Update margins definitions to the Fremantle sizes. Fixes: NB#88364 2008-09-12 Alejandro G. Castro * src/hildon-touch-selector.c, (_hildon_touch_selector_set_model): Cleaning the code after review, removed g_print and #if 0 from the code. 2008-09-11 Alberto Garcia * src/hildon-edit-toolbar.c: Update documentation. 2008-09-11 Alberto Garcia * src/hildon-check-button.h * src/hildon-check-button.c (hildon_check_button_set_label, hildon_check_button_get_label) * examples/hildon-check-button-example.c (button_clicked_cb): Removed deprecated methods. 2008-09-11 Alberto Garcia * src/hildon-text-view.c: Add sample code to the documentation. * src/hildon-entry.h * src/hildon-text-view.h: Minor cosmetic changes. * src/hildon-entry.c: Add sample code to the documentation. (hildon_entry_init, hildon_entry_refresh_contents): Don't allow NULL values in the placeholder. 2008-09-10 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * examples/Makefile.am * examples/hildon-text-view-example.c * src/Makefile.am * src/hildon-text-view.c * src/hildon-text-view.h * src/hildon.h: New HildonTextView widget, with example. 2008-09-10 Claudio Saavedra * po/POTFILES.in: Add missing files with translatable strings. Partially fixes NB#88287. 2008-09-10 Claudio Saavedra * examples/hildon-pannable-area-example-2.c: (main): No need to set the cellrenderer height inside hildon touch lists, the theme does that for us. 2008-09-10 Claudio Saavedra * examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now they are integrated in the theme. 2008-09-09 Alberto Garcia * examples/hildon-entry-example.c: Update the example adding widgets to modify the text and the placeholder of the HildonEntry. * src/hildon-entry.c: Show the placeholder everytime the widget is empty and loses the focus. 2008-09-09 Alejandro G. Castro Patch contributed by Daniil Ivanov (ext-danil.ivanoc@nokia.com) * src/hildon-pannable-area.c, (hildon_pannable_area_size_request): Fixed bug in height requisition, avoid increasing size and add border twice. 2008-09-09 Claudio Saavedra * configure.ac: postrelease version bump. 2008-09-09 Claudio Saavedra Release 2.1.8-1. * configure.ac: Prerelease version bump. * debian/changelog: update. * debian/rules: make -dbg package contain useful debugging symbols. 2008-09-08 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-09-08 Alberto Garcia * src/hildon-entry.c: Updated HildonButton documentation. 2008-09-08 Alberto Garcia * src/hildon-button.c (hildon_button_set_arrangement): Pack the button value label with (FALSE, FALSE) to prevent NB#88126 from being triggered. 2008-09-08 Alejandro G. Castro * examples/hildon-pannable-area-example.c, (main): Removed examples panning a vbox inside a pannable area. Check bug NB#87965 2008-09-08 Alejandro G. Castro Patch contributed by Kris Rietveld (kris@imendio.com) * src/hildon-pannable-area.c, (hildon_pannable_area_get_topmost): replaced the get_geometry with get_size and get_position, this saves an X server roundtrip. 2008-09-05 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * examples/Makefile.am * examples/hildon-entry-example.c * src/Makefile.am * src/hildon-entry.c * src/hildon-entry.h * src/hildon.h: New HildonEntry widget, with example. 2008-09-05 Alberto Garcia * src/hildon-button.c (hildon_button_construct_child): Pack the image with expand == fill == FALSE. This is a workaround for a bug in GtkBox. 2008-09-05 Claudio Saavedra * examples/hildon-pannable-area-example-2.c: (main): Use the stock labels for the text column, to make it more look more dynamic. 2008-09-04 Alejandro Pinheiro * src/hildon-time-selector.c Define gettext auxiliar macro N_ (_create_minutes_model) (_create_hours_model) (_create_ampm_model): use of strftime in order to fill the model * src/hildon-date-selector.c (hildon_date_selector_finalize): (_locales_init): remove the logic related to get the name of the months using nl_langinfo, as it is not required anymore (_create_day_model) (_create_year_model) (_create_month_model) (_update_day_model): use of strftime in order to fill the model properly 2008-09-04 Alberto Garcia * src/hildon-button.h * src/hildon-button.c (hildon_button_get_image): New method to retrieve the image. 2008-09-04 Claudio Saavedra * src/hildon-touch-selector.c: (hildon_touch_selector_remove_column): Remove from the correct parent and also remove the list element and free it. Fixes: NB#88049 2008-09-04 Alejandro Pinheiro * src/hildon-time-selector.c (_create_hours_model): change the range on 12h ampm format in order to use a 12-11 range instead of previous 01-12 range (hildon_time_selector_set_time): change the way to select the current time on 12h ampm format, due the change on the range (hildon_time_selector_get_time): fix the hour returned on 12 ampm format Fixes: NB#88036 2008-09-03 Alejandro Pinheiro * src/hildon-touch-selector.c (hildon_date_touch_selector_get_selected): fix the selection mode check, in order to allow use this function on multiple row selection mode if the column is different that the first one Fixes: NB#88047 2008-09-03 Claudio Saavedra * src/hildon-time-selector.c: (_custom_print_func): Change the logical ids to "wdgt_va_12h_time" and "wdgt_va_24h_time". Fixes NB#88045. 2008-09-02 Alejandro Pinheiro * src/hildon-date-selector.h: clean some comments, now on the .c * src/hildon-date-selector.c (hildon_date_selector_select_month): first implementation (hildon_date_selector_select_day): added documentation, reimplemented using hildon_date_selector_select_current_date to avoid repeat code Fixes: NB#88027 2008-09-02 Alejandro G. Castro Reviewed interaction logic based on device experiences, refactored code. * src/hildon-pannable-area.c, (hildon_pannable_area_class_init): Updated default vmax speed. (hildon_pannable_area_calculate_velocity): Added this function, it avoids duplicate valocity calculation. Adjusted calculation to avoid problems with zero dist events. (hildon_pannable_area_motion_notify_cb): Now we use the calculate_velocity function. 2008-09-02 Alejandro Pinheiro * src/hildon-date-selector.c (hildon_date_selector_select_current_date): fix the day range check as it failed using the last day of the current month Fixes NB#88023 2008-09-02 Alejandro Pinheiro * src/hildon-touch-selector.c (hildon_touch_selector_get_num_columns): added a parameter validation Fixes: NB#88022 2008-08-29 Alberto Garcia * examples/Makefile.am * examples/hildon-edit-toolbar-example.c: Example of the HildonEditToolbar widget. 2008-08-29 Claudio Saavedra * configure.ac: postrelease version bump. 2008-08-29 Claudio Saavedra Release 2.1.6-1. * configure.ac: prerelease version bump. * debian/changelog: update. 2008-08-29 Claudio Saavedra * examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf renderer to display stock icons in the touch list. Also, set the sizes to the recommended in the style guide. 2008-08-28 Alejandro Pinheiro * src/hildon-touch-selector.h (hildon_touch_selector_set_active_iter): renamed, now is hildon_touch_selector_select_iter (hildon_touch_selector_get_active_iter): renamed, now is hildon_touch_selector_get_selected (hildon_touch_selector_unselect_iter): added * src/hildon-touch-selector.c Update after API modification (methods renamed) (hildon_touch_selector_select_iter): remove gtk_tree_view_set_cursor in order to avoid problems selecting multiple elements on the column (hildon_touch_selector_unselect_iter): added the implementation * src/hildon-time-selector.c * src/hildon-date-selector.c * src/hildon-touch-selector-entry.c Update methods calls after hildon-touch-selector.h API modification (methods renamed) 2008-08-29 Alberto Garcia * src/hildon-stackable-window.c (hildon_stackable_window_finalize): Call the parent class's finalize. 2008-08-29 Claudio Saavedra * examples/hildon-touch-selector-example.c: (create_selector): Use gtk_cell_renderer_set_fixed_size() instead of a GValue to set the cell height. 2008-08-29 Claudio Saavedra * examples/hildon-touch-selector-example.c: (create_selector): Do not set a cell background color, to respect theming. 2008-08-28 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * src/Makefile.am * src/hildon-edit-toolbar.c * src/hildon-edit-toolbar.h * src/hildon.h: New HildonEditToolbar widget. 2008-08-28 Claudio Saavedra * examples/hildon-pannable-area-example-4.c: (main): Remove unneeded extra GtkVBox. 2008-08-28 Alejandro Pinheiro * src/hildon-touch-selector.c (_create_new_column): use g_object_set instead of two g_object_set_property 2008-08-28 Alejandro Pinheiro * 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-27 Alberto Garcia * src/hildon-button.h * src/hildon-button.c (hildon_button_init) (hildon_button_set_arrangement, hildon_button_set_alignment) (hildon_button_set_title_alignment) (hildon_button_set_value_alignment) (hildon_button_set_image_alignment) (hildon_button_construct_child): New methods to set the alignment of the individual components of the button (title, value, image). Also, new method to alter the xscale and yscale properties of the GtkAlignment inside the button, so more complex layouts can be created. 2008-08-27 Alberto Garcia * src/hildon-button.c (hildon_button_style_set) (hildon_button_class_init, hildon_button_set_arrangement) (hildon_button_construct_child): Apply style properties correctly. Use the 'image-spacing' style property too. 2008-08-26 Alberto Garcia * src/hildon-app-menu.c (hildon_app_menu_style_set) (hildon_app_menu_init, hildon_app_menu_class_init): Set style correctly. 2008-08-26 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_size_request): Fixed problem with pannable-area size_request. 2008-08-26 Alejandro G. Castro Added management for the grab-focus to a child widget, like a range, we need to fade out the scrollbar when releasing. * src/hildon-pannable-area.c, (hildon_pannable_area_init): Connected the grab-focus signal to the callback. (hildon_pannable_area_grab_notify): Added this function in order to manage the situation when the grab-focus ends. We have to fade-out the scrollbar. 2008-08-25 Alberto Garcia * src/hildon-app-menu.c: Minor documentation update. 2008-08-25 Alberto Garcia * src/hildon-app-menu.c * examples/hildon-app-menu-example.c (create_menu): Update examples and documentation to explain how to connect callbacks. 2008-08-25 Alejandro Pinheiro * examples/hildon-button-example.c (vertical_buttons_window) (horizontal_buttons_window) (main): use of hildon_stackable_window_new instead of gtk_window_new 2008-08-22 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_class_init), (hildon_pannable_area_init), (hildon_pannable_area_get_property), (hildon_pannable_area_set_property), (hildon_pannable_area_dispose), (hildon_pannable_area_realize), (hildon_pannable_area_unrealize), (hildon_pannable_area_size_request), (hildon_pannable_area_size_allocate), (hildon_pannable_area_style_set), (hildon_pannable_area_map), (hildon_pannable_area_unmap), (rgb_from_gdkcolor), (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll), (hildon_pannable_area_initial_effect), (hildon_pannable_area_redraw), (hildon_pannable_area_scroll_indicator_fade), (hildon_pannable_area_expose_event), (hildon_pannable_area_get_topmost), (synth_crossing), (hildon_pannable_area_button_press_cb), (hildon_pannable_area_refresh), (hildon_pannable_axis_scroll), (hildon_pannable_area_scroll), (hildon_pannable_area_timeout), (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_button_release_cb), (hildon_pannable_area_scroll_cb), (hildon_pannable_area_add), (hildon_pannable_area_remove), (hildon_pannable_calculate_vel_factor): Widget refactorization, chage the code layout to a more GtkWidget like. Review the use of variables. 2008-08-21 Alejandro G. Castro * examples/hildon-pannable-area-example-4.c, (main): Modified the name of the hindicator_mode to hscrollbar_visible * src/hildon-pannable-area.c, (hildon_pannable_area_class_init), (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_size_allocate): Reviewed the drawing logic, we have reduced the amount of signals and managed reviewed its rationale. Changed the default decelerate value. (hildon_pannable_area_add), (hildon_pannable_area_redraw): Refactored functions. (hildon_pannable_area_init), (hildon_pannable_area_get_property), (hildon_pannable_area_set_property): (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll), (hildon_pannable_area_initial_effect), (hildon_pannable_area_expose_event), (hildon_pannable_area_scroll), (hildon_pannable_area_button_press_cb), (hildon_pannable_area_realize): Replaced the names hindicator_mode and vindicator_mode with hscrollbar_policy and vscrollbar_policy. Replaced hscroll and vscroll with hscroll_visible and vscroll_visible. (hildon_pannable_area_refresh): Refactor the function, remove variables and check the calls to this function, added resize conditions in case the children change their layout. (hildon_pannable_area_size_request): Added more detailed size_request calculation. 2008-08-21 Alejandro Pinheiro * src/hildon-color-chooser.c (init_borders): use the correct gtk_border_free instead of g_free, to avoid a crash when this widget is used (ie: the three color selection examples) 2008-08-20 Alejandro G. Castro * src/hildon-check-button.c, (hildon_check_button_set_active): Fixed problem when setting the active value, the widget was not redrawn. 2008-08-20 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_refresh), (hildon_pannable_area_scroll), (hildon_pannable_area_motion_notify_cb): Small code style change. (hildon_pannable_area_class_init): Default initial_hint set to FALSE, it is not in the specs. (hildon_pannable_area_initial_effect), (hildon_pannable_area_expose_event), (hildon_pannable_area_map), (hildon_pannable_area_init): Moved the launching point of the initial effect, it was in map but the sizes where not correct in that method so we do not know if we have the reproduce it. Now it is placed in the expose_event method and uses a variable to reproduce it just once. 2008-08-19 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll): Fix error calculating the maximum position allowed for the scrollbars. (hildon_pannable_area_size_allocate): Small style change. 2008-08-19 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_scroll_indicator_fade), (hildon_pannable_area_button_press_cb), (hildon_pannable_area_button_release_cb), (hildon_pannable_area_scroll_cb), (hildon_pannable_area_expose_event), (hildon_pannable_area_init): Added the define parameter SCROLLBAR_FADE_DELAY to control the fade effect of the scrollbars and refactor the fade variable. 2008-08-19 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_redraw), (hildon_pannable_area_scroll_indicator_fade): Refactored redraw lines, we were reimplemeting the redraw code. 2008-08-18 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_scroll_cb), (hildon_pannable_area_realize), (hildon_pannable_area_class_init): Added scroll_event management for pannable area, now we can scroll the usual desktop method. (hildon_pannable_area_jump_to): Fixed the logic of the method, the initialization of the parameters should depend on idle_id. (hildon_pannable_area_init), (hildon_pannable_area_map): Small code style modifications 2008-08-18 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb), (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_button_release_cb), (hildon_pannable_area_size_allocate), (hildon_pannable_area_scroll_to): Improved the timeouts management, we avoid creating them each time. 2008-08-14 Alejandro G. Castro * src/hildon-pannable-area.c: (hildon_pannable_area_refresh), (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_class_init): * src/hildon-pannable-area.h: * src/hildon-touch-selector.c (_create_new_column): * examples/hildon-pannable-area-example-4.c: (horizontal_movement), (vertical_movement), (main): Replaced the names of enums in the HildonPannableArea: - HILDON_PANNABLE_AREA_MOV_MODE_* -> HILDON_MOVEMENT_MODE_* - HILDON_PANNABLE_AREA_MOV_* -> HILDON_MOVEMENT_* - Removed HildonPannableAreaIndicatorMode, now we use GtkPolicyType 2008-08-14 Alberto Garcia * examples/hildon-pannable-area-touch-grid-example.c * examples/hildon-pannable-area-touch-list-example.c: Fix compilation warnings. 2008-08-14 Alberto Garcia * src/hildon-gtk.c (hildon_gtk_button_new) (hildon_gtk_toggle_button_new, hildon_gtk_radio_button_new) (hildon_gtk_radio_button_new_from_widget): Make buttons show their images overriding the value of the "gtk-button-images" setting. 2008-08-14 Alberto Garcia * src/hildon-check-button.c (hildon_check_button_new): Instead of using a custom container, display the label and the checkbox using the standard GtkButton API. * examples/hildon-check-button-example.c (main): Don't use hildon_check_button_set_label() anymore * src/hildon-check-button.h * src/hildon-check-button.c (hildon_check_button_set_label, hildon_check_button_get_label): Set as deprecated, now we're using gtk_button_{get,set}_label() 2008-08-14 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_get_topmost): Fixed bug with click in the GtkTreeview first line we detected it after the inclusion of the GtkWindowImpl in gtk+. We now check if the window is visible, not just if the pointer is over the window. (hildon_pannable_axis_scroll), (hildon_pannable_area_expose_event): Small style changes. 2008-08-13 Alberto Garcia * src/hildon-button.c: Update documentation. 2008-08-13 Alberto Garcia * examples/hildon-button-example.c: Add a switch to show images in the buttons. 2008-08-12 Claudio Saavedra * doc/hildon-docs.sgml: Some docs reorganization. 2008-08-12 Alberto Garcia * examples/hildon-pannable-area-touch-list-example.c (create_tree_view) * examples/hildon-pannable-area-touch-grid-example.c (create_icon_view): Use gtk_{tree,icon}_view_new() and hildon_gtk_{tree,icon}_view_new() instead of g_object_new(). Fix memory leak when setting the tree model. 2008-08-12 Kimmo Hämäläinen Released 2.1.4 2008-08-12 Claudio Saavedra * doc/hildon.types: Remove duplicated hildon_window_get_type * src/hildon-window.c: (hildon_window_class_init): Remove duplicated documentation comment. 2008-08-12 Alberto Garcia * doc/Makefile.am: Complete list of private headers. 2008-08-12 Alberto Garcia * doc/hildon-docs.sgml * src/hildon-app-menu.c * src/hildon-bread-crumb.c * src/hildon-button.c * src/hildon-gtk.c * src/hildon-program.c * src/hildon-stackable-window.c * src/hildon-window.c: Lots of documentation updates. 2008-08-12 Alberto Garcia * debian/control: Depend on Gtk 2:2.12.9-0osso3 * configure.ac: Require Gtk+ 2.12.9 at least 2008-08-12 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_scroll_indicator_fade), (hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro to protect the return of this timeout callbacks, avoiding deadlocks. 2008-08-12 Christian Dywan * src/hildon-*.c * src/hildon-*.h: Ensure a consistent include order, include instead of particular files and only include the topmost header in the gtk stack. See NB #39857 2008-08-12 Christian Dywan * src/hildon-picker-dialog.c * src/hildon-touch-selector.c: Fix warnings about unused and uninitialized variables. 2008-08-11 Alberto Garcia * examples/Makefile.am * examples/hildon-check-button-example.c: Example of the hildon check button. 2008-08-11 Alberto Garcia * src/hildon-window.h * src/hildon-window.c (hildon_window_class_init) (hildon_window_unset_program): Don't make hildon_window_unset_program a virtual function anymore. * src/hildon-stackable-window.c: Update documentation 2008-08-11 Alberto Garcia * doc/Makefile.am * doc/hildon-docs.sgml * doc/visual_index.xml * src/hildon-defines.c * src/hildon-gtk.c * src/hildon-helper.c * src/hildon-range-editor.c: Lots of documentation fixes. 2008-08-11 Alberto Garcia * examples/hildon-picker-button-multicolumn-example.c (create_touch_selector): Fix compilation warning. 2008-08-11 Alberto Garcia * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb) (hildon_pannable_area_button_release_cb) (hildon_pannable_get_child_widget_at): Fix compilation warnings. 2008-08-11 Alberto Garcia * src/hildon-button.c (hildon_button_add_image_size_group): Fix assertion. 2008-08-11 Alberto Garcia * src/hildon-bread-crumb-trail.h * src/hildon-date-editor.c * src/hildon-date-selector.c * src/hildon-pannable-area.c * src/hildon-picker-dialog.c * src/hildon-time-selector.c * src/hildon-touch-selector-entry.c * src/hildon-touch-selector.c * src/hildon-touch-selector.h: Misc documentation fixes 2008-08-11 Alberto Garcia * examples/hildon-date-editor-example.c (main): Updated date editor example. * examples/hildon-note-example.c (on_confirmation_clicked): Updated confirmation note example. * src/hildon-date-editor.c * src/hildon-note.c: Updated sample programs in documentation. Fixes: NB#87437 2008-08-08 Claudio Saavedra * src/hildon-date-button.h: * src/hildon-picker-button.h: * src/hildon-time-button.c: * src/hildon-time-button.h: Some declarations changes to allow gtk-doc to document the widgets properly. 2008-08-08 Claudio Saavedra * src/hildon-date-button.c: Document the widget. * src/hildon-time-button.c: Document the widget. 2008-08-08 Claudio Saavedra * src/hildon-picker-button.c: Document the widget. * src/hildon-touch-selector-entry.c: Document the widget. 2008-08-08 Alberto Garcia * doc/hildon-docs.sgml * src/Makefile.am * src/hildon.h * src/hildon-check-button.h * src/hildon-check-button.c: New functions to create the Hildon Touch Checkbox. * src/hildon-gtk.h * src/hildon-gtk.c (hildon_gtk_check_button_new): Removed. 2008-08-08 Alberto Garcia * src/hildon-button.h * src/hildon-button.c (hildon_button_add_title_size_group) (hildon_button_add_value_size_group) (hildon_button_add_image_size_group) (hildon_button_add_size_groups): New functions to set size groups for the button labels and image. (hildon_button_new_full): Removed 2008-08-08 Alejandro Pinheiro * src/hildon-time-selector.c (_check_ampm_format): use of g_warning instead of g_error with a gconf error in order to avoid a crash if gconf is not available 2008-08-08 Alberto Garcia * src/hildon-button.c (hildon_button_set_arrangement) (hildon_button_construct_child): Don't construct the button child before setting the arrangement. 2008-08-08 Alberto Garcia * src/hildon-program-private.h * src/hildon-program.c * src/hildon-program.h (_hildon_program_remove_from_stack, _hildon_program_add_to_stack) (hildon_program_peek_window_stack) (hildon_program_pop_window_stack) (hildon_program_go_to_root_window): HildonProgram now has a separate list for stackable windows. Functions are provided to manage that list with a stack-like API. * src/hildon-stackable-window.c: Stackable window management is now much simpler with the new HildonProgram API. Windows no longer need to be manually added to the program, they're automatically pushed to the top of the stack when shown. * examples/hildon-stackable-window-example.c: Updated example to reflect the API changes. 2008-08-07 Claudio Saavedra * src/hildon-touch-selector.c: Comment out unimplemented hildon_touch_selector_insert_column() to avoid a compile warning. 2008-08-07 Claudio Saavedra * src/hildon-touch-selector.c: (hildon_touch_selector_class_init), (hildon_touch_selector_new), (hildon_touch_selector_remove_column), (hildon_touch_selector_set_column_selection_mode), (_hildon_touch_selector_set_model), (hildon_touch_selector_set_model): Complete review of HildonTouchSelector documentation. 2008-08-08 Alberto Garcia * doc/hildon-docs.sgml * src/Makefile.am * src/hildon.h * src/hildon-gtk.h * src/hildon-gtk.c: Convenience functions for standard Gtk widgets, used to easily perform frequent operations. * src/hildon-button-helpers.h * src/hildon-button-helpers.c: Removed in favour of hildon-gtk.[ch] * src/hildon-helper.h * src/hildon-helper.c (hildon_helper_set_theme_size): Renamed to hildon_gtk_widget_set_theme_size and moved to hildon-gtk.h * src/hildon-button.h * src/hildon-button.c: Use the new hildon-gtk.[ch] functions. 2008-08-07 Alberto Garcia * src/hildon-button.c (hildon_button_init) (hildon_button_set_arrangement, hildon_button_construct_child): Pack the image and the labels inside the same GtkAlignment so gtk_button_set_alignment() can be used 2008-08-07 Alberto Garcia * src/hildon-button.h * src/hildon-button.c (hildon_button_init, hildon_button_set_image) (hildon_button_set_image_position) (hildon_button_construct_child): New functions to add an image to the HildonButton. 2008-08-07 Alberto Garcia * src/hildon-date-button.c * src/hildon-picker-button.c * src/hildon-time-button.c * src/hildon-button.c: (hildon_button_class_init): "size-flags" renamed to "size" (hildon_button_set_title): Hide the title label if set to NULL. 2008-08-07 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-06 Claudio Saavedra * doc/hildon-docs.sgml: * doc/hildon.types: * examples/Makefile.am: * examples/hildon-touch-selector-entry-example.c: * src/Makefile.am: * src/hildon-touch-selector-entry.c: * src/hildon-touch-selector-entry.h: * src/hildon.h: Moved HildonTouchSelectorEntry from sandbox. Added its documentation and examples. 2008-08-06 Claudio Saavedra * src/hildon-touch-selector.h: * examples/hildon-picker-button-multicolumn-example.c: (hildon_touch_selector_append_text_column): Add a gboolean parameter to determine if text must be centered in the column. * src/hildon-date-selector.c: (hildon_date_selector_init): * src/hildon-time-selector.c: (hildon_time_selector_init): * src/hildon-touch-selector.c: (hildon_touch_selector_new_text), (create_touch_selector): Update widgets and example to reflect the API change. 2008-08-06 Claudio Saavedra * src/hildon-touch-selector.c: (hildon_touch_selector_set_active_iter): Set also the cursor in the active row. 2008-08-06 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * src/Makefile.am * src/hildon-toggle-button.c * src/hildon-toggle-button.h * src/hildon.h: Removed HildonToggleButton widget, a derived class is not necessary for this. 2008-08-06 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_realize), (hildon_pannable_area_size_allocate): Code refactoring, add tests for negative sizes. 2008-08-05 Claudio Saavedra * src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the "done" button the default widget for the dialog. 2008-08-04 Claudio Saavedra * src/hildon-touch-selector.c: (hildon_touch_selector_class_init), (hildon_touch_selector_get_property), (_hildon_touch_selector_set_model), (_hildon_touch_selector_has_multiple_selection), (hildon_touch_selector_has_multiple_selection): Add a "has-multiple-selection" property with a virtual has_multiple_selection() method to allow derived classes to override the default value for it. See the method and property documentation for details. * src/hildon-touch-selector.h: Add the new API. * src/hildon-picker-dialog.c: (requires_done_button): Call hildon_touch_selector_has_multiple_selection() instead of determining the need for a button itself. 2008-08-04 Claudio Saavedra * src/hildon-touch-selector.c: (hildon_touch_selector_class_init), (_hildon_touch_selector_set_model), (hildon_touch_selector_set_model): Move working code to _hildon_touch_selector_set_mode(). Call the class method instead. * src/hildon-touch-selector.h: Add (*set_model) to HildonTouchSelectorClass. Make hildon_touch_selector_set_model() a virtual method, so that derived classes can extend it and do fancy stuff with the model. 2008-08-04 Claudio Saavedra * configure.ac: Set back the tarname in AC_INIT to hildon. 2008-08-04 Kimmo Hämäläinen Release 2.1.3 * src/hildon-sound.c (hildon_play_system_sound): Use libcanberra instead of libesd (NB#86876). Volume handling is still an open issue. * configure.ac, src/Makefile.am: Replace esd with libcanberra. Some cleanups. 2008-08-01 Claudio Saavedra * src/hildon-touch-selector.c: (hildon_touch_selector_init), (hildon_touch_selector_append_column): Make the widget a GtkVBox derived class to ease placement of an entry widget in HildonTouchSelectorEntry. Added a private GtkHBox, packed at the end, where the selector columns are packed now. 2008-08-01 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-31 Alberto Garcia * src/hildon-button.c: Updated documentation. * examples/hildon-button-example.c: Add the posibility to create the buttons using horizontal layout for title and value. 2008-07-31 Alberto Garcia * src/hildon-app-menu-private.h * src/hildon-app-menu.c (hildon_app_menu_add_filter) (hildon_app_menu_init, hildon_app_menu_finalize): Don't use a GtkSizeGroup for the filters, use the 'homogeneous' property of the box instead. 2008-07-31 Alberto Garcia * examples/hildon-button-example.c: Updated example. 2008-07-30 Claudio Saavedra * doc/hildon-docs.sgml: * doc/hildon.types: Update documentation. * examples/Makefile.am: Update renamed examples. * examples/hildon-picker-button-multicolumn-example.c: (create_touch_selector), (main): Update after the rename. * examples/hildon-touch-picker-example.c: Removed. * examples/hildon-touch-selector-example.c: (value_changed), (create_selector), (get_visible_content), (main): Renamed from hildon-touch-picker-example.c * src/Makefile.am: Updated renamed files. * src/hildon-date-button.c: (hildon_date_button_init), (hildon_date_button_get_date), (hildon_date_button_set_date): * src/hildon-date-selector.c: (hildon_date_selector_init), (_custom_print_func), (_update_day_model), (_manage_selector_change_cb), (hildon_date_selector_select_current_date), (hildon_date_selector_get_date), (hildon_date_selector_select_day): * src/hildon-date-selector.h: * src/hildon-picker-button.c: (hildon_picker_button_get_property), (hildon_picker_button_set_property), (hildon_picker_button_clicked), (hildon_picker_button_class_init), (hildon_picker_button_init), (hildon_picker_button_new_text), (hildon_picker_button_append_text), (hildon_picker_button_prepend_text), (hildon_picker_button_insert_text), (hildon_picker_button_set_selector), (hildon_picker_button_get_selector): * src/hildon-picker-button.h: * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init), (hildon_picker_dialog_init), (_select_on_selector_changed_cb), (_update_title_on_selector_changed_cb), (requires_done_button), (_hildon_picker_dialog_set_selector), (hildon_picker_dialog_set_selector), (hildon_picker_dialog_get_selector): * src/hildon-picker-dialog.h: * src/hildon-time-button.c: (hildon_time_button_init), (hildon_time_button_get_time), (hildon_time_button_set_time): * src/hildon-time-selector.c: (hildon_time_selector_init), (_custom_print_func), (_manage_ampm_selection_cb), (_set_pm), (hildon_time_selector_set_time), (hildon_time_selector_get_time): * src/hildon-time-selector.h: * src/hildon.h: Massive code updates after the rename. * src/hildon-touch-picker.c: Removed. * src/hildon-touch-picker.h: Removed. * src/hildon-touch-selector.c: (hildon_touch_selector_class_init), (hildon_touch_selector_init), (hildon_touch_selector_map), (hildon_touch_selector_remove), (_default_print_func), (_selection_changed_cb), (_create_new_column), (hildon_touch_selector_new), (hildon_touch_selector_append_column), (hildon_touch_selector_append_text_column), (hildon_touch_selector_remove_column), (hildon_touch_selector_set_column_attributes), (hildon_touch_selector_insert_column), (hildon_touch_selector_get_num_columns), (hildon_touch_selector_get_column_selection_mode), (hildon_touch_selector_set_column_selection_mode), (hildon_touch_selector_set_print_func), (hildon_touch_selector_get_print_func), (hildon_touch_selector_get_active_iter), (hildon_touch_selector_set_active_iter), (hildon_touch_selector_get_selected_rows), (hildon_touch_selector_get_model), (hildon_touch_selector_set_model), (hildon_touch_selector_get_current_text), (_hildon_touch_selector_center_on_selected_items): * src/hildon-touch-selector.h: Renamed from hildon-touch-picker.[ch] Rename HildonTouchPicker to HildonTouchSelector. Updated all the references, code examples, and related documentation. 2008-07-30 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * src/Makefile.am * src/hildon-toggle-button.c * src/hildon-toggle-button.h * src/hildon.h: New HildonToggleButton widget. 2008-07-30 Alberto Garcia * src/hildon-button.c: Add API documentation. (hildon_button_set_size_groups): Check input parameters 2008-07-30 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_motion_notify_cb): Avoid the first jumpy effect after reaching the movement thredshold. This way we start using the distance after passing the thredshold. 2008-07-29 Claudio Saavedra * src/hildon-button.c: (hildon_button_set_property): Use the appropriate g_value_get_flags() method. 2008-07-29 Claudio Saavedra * doc/hildon-docs.sgml: * doc/hildon.types: Add the touch pickers, picker dialogs, and picker button widgets to the documentation. 2008-07-29 Claudio Saavedra * src/hildon-button.c: (hildon_button_set_property), (hildon_button_class_init): Make "arrangement-flags" a proper G_TYPE_FLAGS derived property. 2008-07-29 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 recently added touch pickers, picker dialogs, and picker button widgets. 2008-07-29 Alberto Garcia * src/hildon-button.c: Add some API documentation 2008-07-29 Alberto Garcia * src/hildon-button.h * src/hildon-button.c (hildon_button_new) (hildon_button_new_with_text): New constructor to create a button with no text at all. (hildon_button_init, hildon_button_set_arrangement) (hildon_button_set_title, hildon_button_set_value) (hildon_button_set_text) (hildon_button_construct_child): Hide the value when it's not used so the rest of the text is properly aligned. Allow creating buttons with arbitrary widgets inside (not just title/value labels). * examples/hildon-button-example.c (vertical_buttons_window) (horizontal_buttons_window): Update example to use new API. 2008-07-29 Claudio Saavedra * src/Makefile.am: Added HildonTimeButton. * src/hildon-time-button.c: Added missing LGPL header. * src/hildon-time-button.h: Added missing LGPL header. * src/hildon.h: Add hildon-time-button.h Copied HildonTimeButton from sandbox to trunk. Future work on this widget must take place in trunk. 2008-07-29 Claudio Saavedra * src/Makefile.am: Added HildonDateButton. * src/hildon-date-button.c: Update includes. * src/hildon.h: Add hildon-date-button.h Copied HildonDateButton from sandbox to trunk. Future work on this widget must take place in trunk. 2008-07-29 Claudio Saavedra * src/Makefile.am: Added HildonPickerButton. * src/hildon-picker-button.h: Update includes. * src/hildon.h: Add hildon-picker-button.h Copied HildonPickerButton from sandbox to trunk. Future work on this widget must take place in trunk. 2008-07-29 Claudio Saavedra * src/Makefile.am: Added HildonPickerDialog. * src/hildon-picker-dialog.c: Update includes. * src/hildon.h: Add hildon-picker-dialog.h Copied HildonPickerDialog from sandbox to trunk. Future work on this widget must take place in trunk. 2008-07-29 Claudio Saavedra * src/Makefile.am: Added HildonTimeSelector. * src/hildon.h: Add hildon-time-selector.h Copied HildonTimeSelector widget from sandbox to trunk. Future work on this widget must happen in trunk. 2008-07-29 Claudio Saavedra * src/Makefile.am: Added HildonDateSelector. * src/hildon.h: Add hildon-date-selector.h Copied HildonDateSelector widget from sandbox to trunk. Future work on this widget must happen in trunk. 2008-07-29 Claudio Saavedra * src/Makefile.am: Added HildonTouchPicker. * src/hildon-touch-picker.c: Update includes. * src/hildon.h: Add hildon-touch-picker.h Copied HildonTouchPicker widget from sandbox to trunk. Future work on this widget must happen in trunk. 2008-07-29 Claudio Saavedra * src/hildon-pannable-area.c: (hildon_pannable_area_motion_notify_cb): Fix a typo. 2008-07-29 Alberto Garcia * examples/hildon-app-menu-example.c (main): Let the window destroy the menu. 2008-07-29 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_class_init): Set the min value of the overshoot properties to zero, which points out that not overshooting allowed. 2008-07-29 Alejandro G. Castro Modified the procedure to get the widget at a point inside the pannable area when using the movement type signals. Now the user has to call a function to get the child, that way we just calculate the child in case the user really want to use it and not all the time. * src/hildon-marshalers.list: Modified the marshallers, now we do not have the widget as a parameter. * src/hildon-pannable-area.c (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_class_init), (hildon_pannable_get_child_widget_at): Removed the widget parameter from the signal callback. We have also refactored the emission of the signals. * src/hildon-pannable-area.h: Added a new method to the API to calculate a widget at a point inside the pannable area, hildon_pannable_get_child_widget_at. * examples/hildon-pannable-area-example-4.c (horizontal_movement): Modified the example to use the new API, added condition to control which widget is under the event. This way we can avoid scrolling laterally over other widgets. 2008-07-29 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_motion_notify_cb): Fixed bug handling the modes, we stop getting the pointer events due to returning the callback without properly calling the get pointer again. Fixed also an error using the hscroll and vscroll. 2008-07-28 Alberto Garcia * src/hildon-app-menu-private.h * src/hildon-app-menu.c (hildon_app_menu_button_press) (hildon_app_menu_button_release, hildon_app_menu_init) (hildon_app_menu_class_init): Don't hide the menu on button release if the user didn't press outside first. * src/hildon-window.h * src/hildon-window.c (hildon_window_toggle_menu) (hildon_window_toggle_menu_real, hildon_window_class_init): Make hildon_window_toggle_menu a virtual function for the stackable window to override it. * src/hildon-stackable-window.h * src/hildon-stackable-window-private.h * src/hildon-stackable-window.c (hildon_stackable_window_realize) (hildon_stackable_window_finalize) (hildon_stackable_window_class_init) (hildon_stackable_window_init) (hildon_stackable_window_set_main_menu): New function to set the app menu of a HildonStackableWindow. * examples/hildon-app-menu-example.c: Remove the button to show the app menu, now it'll be shown when clicking on the title bar instead. 2008-07-22 Claudio Saavedra * src/hildon-button.c: (hildon_button_set_arrangement): Do not set the widget name if the arrangement flags do not specify a particular size. 2008-07-22 Claudio Saavedra * src/hildon-button.c: (hildon_button_set_property), (hildon_button_class_init), (hildon_button_new_full), (hildon_button_set_arrangement): Added "arrangement-flags" property. Make the HildonButtonFlags a construction-only property, to allow subclasses to set them properly. 2008-07-21 Tim Janik * src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up insertion position after backspace, so additional digits are appended, fixes Bug #85874. 2008-07-17 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_get_topmost): Cleaned the code, removed the TODO list, it was complete and removed the g_debug and g_print lines. 2008-07-17 Alejandro G. Castro Added the movement modes to the hildon-pannable-area, with this modes the developers can control in which directions the widget can scroll. They can also connect to signals in order to do something when that happens, allowing applications scroll. There is an example uploaded showing how to use it. * examples/Makefile.am: * examples/hildon-pannable-area-example-4.c: Added this example of an application using the modes. * src/hildon-marshalers.list: Added a new marshaller for the new signals. * src/hildon-pannable-area.h: Added new enumerations and flags in order to control the movement modes and the new signals to warn about the movements in the area. * src/hildon-pannable-area.c: (hildon_pannable_axis_scroll), (hildon_pannable_area_scroll), (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_get_property), (hildon_pannable_area_set_property), (hildon_pannable_area_map), (hildon_pannable_area_class_init), (hildon_pannable_area_init), (hildon_pannable_area_jump_to): Added the modes to control the movement in the widget. We have added properties to control it, signals to warn about the movements and refactored some code. 2008-07-15 Alejandro G. Castro Changes required in order to allow vfast_factor set to zero to work properly. * src/hildon-pannable-area.c: (hildon_pannable_area_button_press_cb): Changed the condition, it is required for not allowing click when vfast_factor is zero. (hildon_pannable_area_timeout): Initialized velocity variables when we stop moving, it was less than 1 but not zero and we need to check zero in some situations. (hildon_pannable_area_class_init): Changed the default value of the speed factor, now the button_press is just sent in case the speed is 2 per cent of the max speed. (hildon_pannable_area_init): Initialization with 0. 2008-07-04 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_get_topmost): replaced gdk_window_get_children with gdk_window_peek_children, this way we do not have to free the list because it is not a copy. (hildon_pannable_axis_scroll), (hildon_pannable_area_scroll), (hildon_pannable_area_timeout), (hildon_pannable_area_motion_notify_cb): Code refactoring, removed two parameters that were only used inside the hildon_pannable_area_scroll function. * examples/hildon-pannable-area-example.c, (get_sawtooth_label): Fixed small memory leak. 2008-07-03 Alejandro G. Castro More checks for the case where the overshoot is bigger than the size of the widget. * src/hildon-pannable-area.c: (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll): with this new calculation we avoid to draw the slider of the scrollbar under the other scrollbar. (hildon_pannable_area_expose_event): added new checks to control the drawing of the overshooting area rectangle, in case it is too big for the area of the widget. (hildon_pannable_area_size_allocate): add more checks to avoid setting a position to the child widget outside the area. 2008-07-03 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_size_allocate): Added conditions to control when overshooting is bigger than the allocated space for the children, this avoids negative allocations. 2008-07-02 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * examples/Makefile.am * examples/hildon-button-example.c * src/Makefile.am * src/hildon-button.c * src/hildon-button.h * src/hildon.h: Initial version of the new HildonButton widget, with examples. 2008-07-02 Claudio Saavedra * src/hildon-pannable-area.c: (hildon_pannable_area_button_press_cb), (hildon_pannable_area_refresh), (hildon_pannable_area_scroll), (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_button_release_cb), (hildon_pannable_area_expose_event), (hildon_pannable_area_remove), (hildon_pannable_area_jump_to_child): Use gtk_bin_get_child() instead of accessing GtkBin.child directly. 2008-07-01 Alberto Garcia * examples/Makefile.am * examples/hildon-pannable-area-touch-grid-example.c * examples/hildon-pannable-area-touch-list-example.c: Examples of the Hildon Touch List and Hildon Touch Grid using the HildonPannableArea widget. 2008-06-27 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_button_press_cb), (hildon_pannable_area_refresh), (hildon_pannable_area_scroll), (hildon_pannable_area_motion_notify_cb), (hildon_pannable_area_button_release_cb), (hildon_pannable_area_expose_event), (hildon_pannable_area_add), (hildon_pannable_area_remove), (hildon_pannable_area_realize), (hildon_pannable_area_size_allocate), (hildon_pannable_area_class_init), (hildon_pannable_area_init), (hildon_pannable_area_scroll_to_child), (hildon_pannable_area_jump_to_child): Fixed the problem of removing the child from the GtkBin, we have rearranged the widget hierarchy, now there is no GtkAlignment which was not doing anything interesting but breaking some of the assumptions of GtkContainer. Now developers if they want to add a GtkAlignment they could, but it is not inside the area. We had to review the whole allocation/expose process, now it is improved and we save at least three signals which would be saving some time when rendering the widget. The allocation of the scrollbars is now made in the allocate method as usual. We have also added some conditions in order to control when there is no child of the pannable area. Maybe we will need more work here. 2008-06-27 Alejandro G. Castro * src/hildon-pannable-area.c, (hildon_pannable_area_dispose): Released the fade-out timeout when disposing the widget. 2008-06-27 Alejandro G. Castro * src/hildon-pannable-area.c: Fixed problem when overshoot_max is zero, we are going to use that property in order to deactivate the overshooting (hildon_pannable_axis_scroll), (hildon_pannable_area_size_allocate): Added conditions to control when overshoot_max is zero. Moved the gtk_adjustment_set_value call, now it is called in all situations and we can remove calls in the allocate method. (hildon_pannable_area_map): Control the situation when overshoot_max is zero, we do not need the timeout. (hildon_pannable_area_class_init): Added documentation in order to point out that setting zero to overshoot_max means deactivate overshooting. NOTE: removed trailing whitespaces from my previous comments of the Changelog. 2008-06-26 Claudio Saavedra * src/hildon-pannable-area.c (hildon_pannable_area_get_property), (hildon_pannable_area_set_property), (hildon_pannable_area_map), (hildon_pannable_area_class_init), (hildon_pannable_area_init): Add a boolean "initial-hint" property to cause the widget give a hint about its panning abilities upon realization. 2008-06-26 Claudio Saavedra * src/hildon-pannable-area.c: Several documentation improvements. 2008-06-26 Alberto Garcia * src/hildon-program.c * src/hildon-stackable-window.c: Update documentation. 2008-06-26 Alberto Garcia * src/hildon-stackable-window.c (get_previous_window_if_last): Renamed get_last_window() (hildon_stackable_window_map, hildon_stackable_window_unmap) (hildon_stackable_window_unset_program): Simplified code. (get_previous_window_if_last): Detect if the window hasn't been added to a HildonProgram. 2008-06-26 Alejandro G. Castro contributed and reviewed by: Claudio Saavedra * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb), (hildon_pannable_axis_scroll), (hildon_pannable_area_scroll), (hildon_pannable_area_timeout), (hildon_pannable_calculate_vel_factor), (hildon_pannable_area_get_property), (hildon_pannable_area_set_property), (hildon_pannable_area_class_init), (hildon_pannable_area_init), (hildon_pannable_area_scroll_to), (hildon_pannable_area_jump_to), (hildon_pannable_area_scroll_to_child), (hildon_pannable_area_jump_to_child): * src/hildon-pannable-area.h: Added the new API functions: hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to, hildon_pannable_area_scroll_to_child, hildon_pannable_area_jump_to_child * examples/Makefile.am * examples/hildon-pannable-area-example-2.c * examples/hildon-pannable-area-example-3.c: Added these two new examples in order to test and show how the new APIs work. 2008-06-25 Alberto Garcia * examples/hildon-stackable-window-example.c (new_window): * src/Makefile.am (noinst_HEADERS): * src/hildon-program.c (hildon_program_go_to_root_window): * src/hildon-program.h: * src/hildon-stackable-window-private.h: * src/hildon-stackable-window.c: * src/hildon-stackable-window.h: Create hildon-stackable-window-private.h Move hildon_stackable_window_go_to_root_window() to HildonProgram * examples/hildon-app-menu-example.c (create_menu): * examples/hildon-hvolumebar-insensitive-example.c (main): * examples/hildon-hvolumebar-timer-example.c (on_idle): * examples/hildon-toolbar-seekbar-example.c (main): * src/hildon-app-menu.c (hildon_app_menu_add_filter): * src/hildon-banner.c (hildon_banner_set_property): * src/hildon-dialog.c (hildon_dialog_new_with_buttons): Fix compilation warnings * src/hildon-window.c: Fix typo in doc 2008-06-24 Alberto Garcia * src/hildon-stackable-window.c (hildon_stackable_window_unset_program): Calculate correctly whether to show the previous window if the last one is removed from the stack. (hildon_stackable_window_go_to_root_window): Send delete events starting from the topmost window. Stop if one of the windows is not destroyed. Update doc. (hildon_stackable_window_delete_event) (hildon_stackable_window_class_init): Ignore the delete event if the window is not the topmost one. 2008-06-24 Alejandro G. Castro * src/hildon-pannable-area.c (hildon_pannable_area_expose_event): Fixed a problem when selecting the background color of the scrollbars. 2008-06-23 Alberto Garcia * examples/hildon-stackable-window-example.c * src/hildon-stackable-window.c * src/hildon-stackable-window.h hildon_stackable_window_go_home() renamed to hildon_stackable_window_go_to_root_window() Send delete events to windows rather than closing them with gtk_widget_destroy() 2008-06-19 Alberto Garcia * src/hildon-pannable-area.c (hildon_pannable_area_button_release_cb): Fix overshooting in accel mode. 2008-06-19 Claudio Saavedra * src/hildon-pannable-area.c (hildon_pannable_area_init): Initially show the scroll indicators. (hildon_pannable_area_map): Fade the scroll indicators out upon mapping. Add initial effect showing the widget is pannable. 2008-06-19 Alberto Garcia * src/hildon-pannable-area.c (hildon_pannable_area_class_init) (hildon_pannable_area_set_property) (hildon_pannable_area_get_property) (hildon_pannable_area_button_press_cb): New 'velocity_fast_factor' property to decide which velocity is considered fast. 2008-06-19 Claudio Saavedra * src/hildon-pannable-area.c (hildon_pannable_draw_hscroll) (hildon_pannable_draw_vscroll): Use float variables to calculate the size of the scrollbars to avoid error propagation and resizing during scrolling. 2008-06-19 Alberto Garcia * src/hildon-pannable-area.c (hildon_pannable_draw_vscroll) (hildon_pannable_draw_hscroll): Define a minimum size for the scroll bars * src/hildon-stackable-window.c (hildon_stackable_window_go_home): Fix compilation warning (get_last_window): Minor optimizations (hildon_stackable_window_class_init): Fix initialization of private structure. 2008-06-18 Alberto Garcia * src/hildon-stackable-window.c: Fixed typos in doc 2008-06-18 Claudio Saavedra * src/hildon-pannable-area.c (hildon_pannable_area_scroll): Calculate here whether we need to scroll instead of using the booleans that tell us whether to /draw/ the scrolling bars. 2008-06-17 Claudio Saavedra * src/hildon-app-menu.h Update API. * src/hildon-app-menu.c (hildon_app_menu_init, hildon_app_menu_class_init): Remove multiple filter groups related code and API. Now we support only one filter group. * examples/hildon-app-menu-example.c: (create_menu): Update to reflect API changes. 2008-06-16 Claudio Saavedra * src/hildon-stackable-window.c (hildon_stackable_window_class_init): Add hildon_stackable_window_realize. (hildon_stackable_window_realize): Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to the _NET_WM_WINDOW_TYPE hint. Window managers should use this type to apply theming and behavior specific to HildonStackableWindow windows. 2008-06-12 Alberto Garcia * src/hildon-note.c (hildon_note_button_release): Close information notes also when tapping on them 2008-06-12 Alejandro G. Castro Added BOUNCE_STEPS define to control the overshoot effect. Removed ELASTICITY, refactor and review, fix some issues with drawing scrollbars. * src/hildon-pannable-area.c: (hildon_pannable_area_button_press_cb): removed the conditions to avoid clicks when overshooting. It is not required (hildon_pannable_axis_scroll): Added BOUNCE_STEPS define. Refatored and reviewed the code, now we do not need to manage velocity in motion_notify. (hildon_pannable_area_motion_notify_cb): We have moved the code that controls the area_scroll to the axis_scroll function and get rid of duplicated code. (hildon_pannable_area_scroll): Remove the ELASTICITY define. (hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS. (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll): Fixed the problems with the scrollbar drawing, now we do not use two surfaces, it is easier and saves resources. (hildon_pannable_area_get_property): Style modification. (hildon_pannable_area_class_init): Changed some default values. 2008-06-12 Claudio Saavedra * src/hildon-stackable-window.c: Fix some typos in the documentation. 2008-06-12 Alberto Garcia * src/hildon-dialog.c: Change indentation style * src/hildon-note.c (hildon_note_button_release): Use root coordinates to check if the release event happened outside the widget. * src/hildon-app-menu.c (hildon_app_menu_button_release): Remove unnecessary check * examples/hildon-app-menu-example.c (button_clicked): Add cast to fix warning * src/hildon-app-menu.c (hildon_app_menu_class_init): New inner-border style property. Set all default spacings to 16 (hildon_app_menu_init): Use vertical-spacing to set the space between filter buttons and regular menu buttons. Set the default container border using the inner-border value. * examples/hildon-app-menu-example.c (create_menu): Don't set the menu border explicitly, now we have the inner-border style property for that. 2008-06-11 Alberto Garcia * src/hildon-app-menu.c (hildon_app_menu_init): Make the window modal * src/hildon-note.c (hildon_note_map) * src/hildon-app-menu.c (hildon_app_menu_map): Destroy the grab window if we're unable to grab the pointer * src/hildon-app-menu-private.h * src/hildon-app-menu.c (hildon_app_menu_init, hildon_app_menu_finalize) (hildon_app_menu_map, hildon_app_menu_unmap) (hildon_app_menu_button_release) (grab_transfer_window_get): Bring back the grab window (hildon_app_menu_realize): Decorate the window, set WM hint for Matchbox * src/hildon-note.c (hildon_note_realize): * src/hildon-banner.c (hildon_banner_realize): Add WM hints for Matchbox 2008-06-10 Alberto Garcia * src/hildon-app-menu-private.h * src/hildon-app-menu.c (hildon_app_menu_init, hildon_app_menu_finalize) (hildon_app_menu_map, hildon_app_menu_unmap) (hildon_app_menu_button_release): Remove the grab window, it's not needed anymore * src/hildon-program.c Fixed typo in documentation * src/hildon-app-menu.h * src/hildon-app-menu.c * examples/hildon-app-menu-example.c Remove hildon_app_menu_popup(), use gtk_widget_show() instead 2008-06-09 Alberto Garcia * src/hildon-note.c Added new transfer_window and close_if_pressed_outside private attributes. (hildon_note_rebuild): Don't add a cancel button to the information note. It will be closed when tapping outside Remove the comment about the OK button in the documentation (hildon_note_realize): Set the notification type hint (hildon_note_map, hildon_note_unmap, grab_transfer_window_get): Grab/ungrab pointer and keyboard if the note has to be closed when tapping outside (hildon_note_button_release): Close the note when tapping outside (if applicable) * src/hildon-app-menu.c Grab/ungrab pointer and keyboard on map/unmap (hildon_app_menu_button_release, hildon_app_menu_class_init): Close the menu on button release, not button press * src/hildon-banner.c (hildon_banner_set_property) (hildon_banner_check_position): Make the banner use the full width of the screen (hildon_banner_show_information) (hildon_banner_show_information_with_markup): Don't display an icon by default 2008-06-09 Alejandro G. Castro Added fading scrollbars and adapted all the overshooting code to horizontal scrolling. We have also fixed bugs with overshooting and current fading implementation. * src/hildon-pannable-area.c (hildon_pannable_area_scroll_indicator_fade): Time out function used to change the transparency of the scrollbars. (hildon_pannable_area_button_press_cb): Added horizontal overshot control and fixed a problem with fading, we now remove the fade timeout before adding a new one. (hildon_pannable_axis_scroll): (hildon_pannable_area_scroll): (hildon_pannable_area_timeout): Added this functions so we can use the scroll code both for vertical and horizontal. (hildon_pannable_area_motion_notify_cb): (hildon_pannable_area_button_release_cb): Added the horizontal scrolling control, fixed a problem with the overshooting timeout. (rgb_from_gdkcolor): Added this function, it is used in the cairo painting of the scrolls. (hildon_pannable_draw_vscroll): (hildon_pannable_draw_hscroll): (hildon_pannable_area_expose_event): Draw both scrollbars and rectangles in the overshooting area. (hildon_pannable_area_get_property): (hildon_pannable_area_set_property): Modified the overshoot property to overshoot_max (hildon_pannable_area_map): Replaced the comments symbols. (hildon_pannable_area_size_allocate): (hildon_pannable_area_class_init): (hildon_pannable_area_init): Added horizontal scroll, fading effect properties, fixed a problem when overshooting in the bottom of the widget. * examples/hildon-pannable-area-example.c: (get_sawtooth_label): Now we use smaller sawtooths, the effect looks better in the example. 2008-06-03 Alberto Garcia * src/hildon-window.c * src/hildon-window.h (hildon_window_class_init) (hildon_window_unset_program) (hildon_window_unset_program_real): Make unset_program a virtual function * src/hildon-stackable-window.c * src/hildon-stackable-window.h Added hildon_stackable_window_go_home() * examples/Makefile.am * examples/hildon-stackable-window-example.c HildonStackableWindow example 2008-06-03 Alejandro G. Castro * hildon-pannable-area.c: Added the overshoot property and removed the OVERSHOOT define. Fixed an indent style error. (hildon_pannable_area_motion_notify_cb): (hildon_pannable_area_get_property): (hildon_pannable_area_set_property): Add overshoot property. (hildon_pannable_area_scroll): replaced OVERSHOOT define with overshoot property. (hildon_pannable_area_class_init): Installed the new property. * hildon-pannable-area-example.c: Added a sawtooth function, this way it is easier to check the movement in the pannable. (get_sawtooth_label): Added this function. (main): Now we get the labels from the new get_sawtooth_label function. 2008-05-26 Alberto Garcia * src/hildon-app-menu.h * src/hildon-app-menu.c Renamed API variables for consistency (hildon_app_menu_popup): Use also the default window size to decide where to place the menu (hildon_app_menu_init, hildon_app_menu_class_init): New external-border style property 2008-05-26 Michael Natterer * src/hildon-time-editor.c (hildon_time_editor_class_init): The widget_class->tap_and_hold_setup signal slot doesn't exist any longer, stop overriding it. (hildon_time_editor_init): g_signal_connect() to the tap-and-hold-setup signal instead. (hildon_time_editor_entry_keypress): add cast to fix warning. 2008-05-23 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * examples/Makefile.am * examples/hildon-app-menu-example.c * src/Makefile.am * src/hildon-app-menu-private.h * src/hildon-app-menu.c * src/hildon-app-menu.h * src/hildon.h New HildonAppMenu widget 2008-05-21 Alejandro G. Castro Rearranged the inheritance of the pannable area, now it inherits from GtkBin. This will allow us to control the event_window and the allocation process of the widget, required for some effects. * src/hildon-pannable-area.h: Replaced GtkEventBox structures with GtkBin structures. * src/hildon-pannable-area.c: Added the event_window variable. (hildon_pannable_area_button_press_cb): (hildon_pannable_area_button_release_cb): (hildon_pannable_area_motion_notify_cb): Changed the signature of the method, now we override the event callback instead of connecting to the signal. (hildon_pannable_area_realize): (hildon_pannable_area_unrealize): (hildon_pannable_area_map): (hildon_pannable_area_unmap): (hildon_pannable_area_size_allocate): Added functions to control the widget construction. We add a INPUT_ONLY window and we put it over the widgets inside the container, this event_window handles the events. (hildon_pannable_area_class_init): Replaced the signal connections with overrides of the event callbacks. 2008-05-20 Alejandro G. Castro Bouncing effect added when touching the borders, you can change the elasticity of the border changing the ELASTICITY define. * src/hildon-pannable-area.c: Added ELASTICITY define. (hildon_pannable_area_timeout): Added inverse velocity when touching the border of the child widget, that causes a bounce. 2008-05-20 Alejandro G. Castro Improved performance, we now do not go to the X server in order to get the list of window children. Apparently the effect is the same, we have to be careful and check if this breaks something in any corner case. * src/hildon-pannable-area.c: (get_ordered_children): Removed this function. (hildon_pannable_area_get_topmost): Replaced the ad-hoc search of the children windows function with gdk_window_get_children. 2008-05-20 Alejandro G. Castro * src/hildon-pannable-area.c: (hildon_pannable_area_dispose): Fixed a crash when closing the window and kinetics is activated. 2008-05-19 Alberto Garcia * src/hildon-pannable-area.h * src/hildon-pannable-area.c Changed indentation style to meet the one used in Hildon 2008-05-19 Alejandro G. Castro Reviewed the interaction of the AUTO mode, now we use the time attribute of the events and calculate the velocity in the motion, doing a gimp like calculation. The velocity is calculated in each motion event using the last velocity and the current one, the SMOOTH_FACTOR controls the percentage of the new velocity we use. * src/hildon-pannable-area.c: Replaced the time based algorithm for the AUTO mode. (hildon_pannable_area_motion_notify_cb): now we do not launch the timeout for the AUTO mode when we are still moving the cursor. We added also the velocity calculation in this function. (hildon_pannable_area_button_release_cb): launch the timeout in case we are in AUTO mode. There are still some constants here that come from the old implementation that should be reviewed and handled properly. 2008-05-15 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types * src/Makefile.am * src/hildon-stackable-window.c * src/hildon-stackable-window.h * src/hildon.h New HildonStackableWindow widget * examples/hildon-dialog-example.c * examples/hildon-pannable-area-example.c Updated copyright 2008-05-14 Alberto Garcia * src/hildon-dialog.c (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 Alberto Garcia * doc/hildon-docs.sgml * doc/hildon.types Added HildonPannableArea to the documentation. 2008-05-13 Victor Jaquez * doc/visual_index.xml Fix reference to HildonLoginDialog in documentation * 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. 2008-05-09 Alberto Garcia * src/hildon-pannable-area.c Merge latest changes (r4318, r4342) from libmokoui trunk 2008-05-09 Alberto Garcia * examples/Makefile.am * examples/hildon-pannable-area-example.c * src/Makefile.am * src/hildon-pannable-area.c * src/hildon-pannable-area.h * src/hildon.h New HildonPannableArea widget. 2008-04-15 18:05:19 * src/hildon-banner.c: revert the recent change, that introduced gtk_window_present() calls. this reopens: Bug 78481 - [freetest] information banners are hidden under browser menu But resolves another variant of: Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash 2008-04-15 13:21:13 * src/hildon-banner.c: refetch layout pointer after GtkLabel possibly recreated its layout, spotted by Kris. this fixes all remaining artefacts and stability issues with the banner code. in particular: Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash 2008-04-14 16:52:59 * src/hildon-banner.c: guard force_to_wrap_truncated() against operating on unrealized widgets, fixes: Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash * src/hildon-banner-private.h: coalesce boolean fields into bitfield. 2008-04-09 Kristian Rietveld Fixes: NB#77775: Media Player, Save Now playing list, too long name makes banner disappear. Fixes: NB#79182: info banner flickering with certain message lengts. * src/hildon-banner.c (hildon_banner_constructor), (hildon_banner_init), (hildon_banner_set_text), (hildon_banner_set_markup): call hildon_banner_reset_wrap_state(), (hildon_banner_reset_wrap_state): new function: reset wrap flags to FALSE, reset size requests of label and banner, (force_to_wrap_truncated): when the text is too wide, always enforce the maximum possible width instead of recalculating it from the layout; enforce the maximum banner height of 3 lines, (hildon_banner_init): set WORD_CHAR wrapping, this will result in nicer wrapping and no truncated chars if space gets tight. * src/hildon-banner-private.h: add has_been_wrapped and has_been_truncated fields. 2008-04-07 Sven Herzberg Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local values in hildon_date_editor_size_allocate * src/hildon-date-editor.c: moved the real allocation code into the if() branch 2008-04-07 Sven Herzberg Prepares: NB#78896: libhildon code inspection/coverity: uninitialised local values in hildon_date_editor_size_allocate * src/hildon-date-editor.c: merged the two if() branches together 2008-04-07 Sven Herzberg Prepares: NB#78896: libhildon code inspection/coverity: uninitialised local values in hildon_date_editor_size_allocate * src/hildon-date-editor.c: changed the arguments of the if() conditions 2008-04-07 Sven Herzberg Prepares: NB#78896: libhildon code inspection/coverity: uninitialised local values in hildon_date_editor_size_allocate * src/hildon-date-editor.c: split the calculation of the allocation from the real allocation 2008-03-27 Michael Natterer Fixes: NB#81696: The passcode is not overwritten even after selecting * src/hildon-code-dialog.c (hildon_code_dialog_button_clicked) (hildon_code_dialog_im_commit): don't use gtk_entry_append_text() because that doesn't overwrite selected text. Instead, emit the "commit" signal on the entry's im_context so the entry's normal insert logic is triggered. Set the cursor to the end of the entry after each insert operation so that we *only* insert in the middle of the text if something was selected. 2008-03-27 Michael Natterer Enable fixing: NB#79916 and NB#79918: The help topic for Color selector cannot be opened * src/hildon-color-button.c: add signal "setup-dialog" and emit it when the popup color selector is created. Please connect to this signal in order to set the dialog's help ID. 2008-03-25 Sven Herzberg Fixes: MB#1212: Hide info banners (infoprints) on click * src/hildon-banner.c: (simulate_close), (hildon_banner_timeout): extracted the close event simulation into an extra function (hildon_banner_button_press_event): simulate a close event and destroy the widget if the event wasn't handled (hildon_banner_class_init): added the button_press_event handler (hildon_banner_init): added button-press events to the widget 2008-03-25 Sven Herzberg Fixes: MB:#924: Hildon widgets doesn't support RTL mode Patch from: Mohammad Anwari * src/hildon-banner.c: let the HildonBanners pop up on the left side instead of the right in RTL mode * src/hildon-bread-crumb-trail.c: mirror the appearance of the breadcrumb button list in RTL mode * src/hildon-caption.c: mirror the appearance of the caption widget in RTL mode * src/hildon-date-editor.c: mirror appearance of the date editor in RTL mode * src/hildon-time-editor.c: mirror appearance of the time editor in RTL mode * src/hildon-window.c: fix the position of the popup in RTL mode 2008-03-25 Sven Herzberg Amendment to the fix of NB#22072. Fix compilation. * src/hildon-banner.c: (hildon_banner_timeout): fix compilation 2008-03-19 Sven Herzberg Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info Banner" bug * src/hildon-banner.c: (hildon_banner_timeout): reset the current timeout id properly when the timeout will disappear this leaves no artifacts around in the destroy(); there will only be the timeout created by hildon_banner_ensure_timeout() and adding a new timeout will also work if the timeout gets removed because the timeout_handler returned FALSE 2008-03-19 Michael Natterer Fixes: NB#79791: Cannot set focus to Master volume using stylus * src/hildon-volumebar.c * src/hildon-vvolumebar.c * src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so the widget becomes focussable at all. * src/hildon-volumebar.c: implement GtkWidget::grab_focus() and set the focus to wither the mute button or the volumebar. Remove own "can-focus" property and instead listen to notify::can-focus in order to update the widget's state. Implement GtkWidget::focus() and make sure we can also *leave* the widget, not only enter it, depending on volumebar orientation and requested focus direction. Clean up set_mute() to cooperate nicely with all the above. 2008-03-04 Michael Natterer Fixes: NB#78481: information banners are hidden under browser menu * src/hildon-banner.c: call gtk_window_present() on the banners so they are risen if they are already visible. 2008-03-03 Sven Herzberg Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account * examples/hildon-window-menu-example.c: (main): extended the window menu example to serve as a testcase for automatically added accelerator groups, too * src/hildon-window.c: (hildon_window_add_accel_group), (hildon_window_set_menu): added patch by Tommi Komulainen 2008-03-03 Sven Herzberg Fixes: MB#1276: wrong allocators used in hildon_window_get_borders * src/hildon-window.c: (hildon_window_get_borders): don't imply any knowledge about the border allocators used within GTK+ 2008-02-26 Sven Herzberg Fixes: MB#2981: Build with asserts broken * src/hildon-date-editor.c, * src/hildon-number-editor.c, * src/hildon-time-editor.c, * src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a the proper GType instance check 2008-02-25 Sven Herzberg Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu * doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED * examples/hildon-window-menu-example.c: (main): explicitly show the menu item * src/hildon-window.c: (hildon_window_set_main_menu): moved most of the code from set_menu() to this place; skipped the call to gtk_widget_show_all(); also didn't introduce gtk_widget_show() as gtk_menu_popup() will call that anyways (hildon_window_set_menu): removed most of the code, just keep the questionable gtk_widget_show_all() * src/hildon-window.h: added the new function and deprecate the old one 2008-01-10 Xan Lopez [2.0.1-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2008-01-10 Xan Lopez * configure.ac: * pkgconfig/Makefile.am: * pkgconfig/hildon.pc.in: * src/Makefile.am: Do not use PACKAGE_VERSION_MAJOR as the API revision, use newly created API_MAJOR_VERSION. 2008-01-09 Xan Lopez [2.0.0-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2008-01-09 Xan Lopez * src/hildon-color-chooser.c (hildon_color_chooser_class_init): Add outer_border style property, we use it but don't define it (!). Fixes NB#75310 2007-12-21 Xan Lopez * examples/hildon-bread-crumb-trail-example.c (main): Add clear button. * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove): Fix logic for the bread crumb trail node removal. Fixes: NB#78616 2007-12-14 Michael Dominic Kostrzewa [1.99.1-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-11-08 Michael Dominic Kostrzewa Patch by Alejandro to get/set passwords dialogs accesibility. * hildon-1/src/hildon-get-password-dialog.c: * hildon-1/src/hildon-set-password-dialog.c: Set atk_set_name to the passwd entries in order to allow accessibility by name on this entries. 2007-10-11 Michael Dominic Kostrzewa [1.99.0-2 release] * debian/changelog: * debian/control: Updating gtk dep. 2007-10-10 Mohammad Anwari * configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if USE_MAEMO_GTK is enabled. 2007-10-10 Xan Lopez * src/hildon-code-dialog.c (hildon_code_dialog_init): check for MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode. 2007-10-10 Michael Dominic Kostrzewa [1.99.0-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-10-10 Michael Dominic Kostrzewa * examples/Makefile.am: * examples/hildon-logical-color-example.c: * src/hildon-helper.c: Fixing the way logical colors/fonts are being applied + adding a test case. Fixes: NB#71660. 2007-10-08 Xan Lopez * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed to be visible, fixes warning on map for windows without toolbars. 2007-10-02 Xan Lopez * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since 2.11.0, add a check for that besides the MAEMO_GTK check. 2007-09-28 Michael Dominic Kostrzewa [1.0.17-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-09-26 Michael Dominic Kostrzewa * src/hildon-window.c: Applying patches by Xan to fix the toolbar visibility. Fixes: NB#70842 and MB#615. 2007-09-25 Xan Lopez * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor): set the separator as no-show-all so it doesn't unintentionally appear when someone does a show_all. 2007-09-25 Xan Lopez * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text) (hildon_bread_crumb_trail_push_icon): Do not show the separator for the toplevel item. Fixes: NB#62031 2007-09-24 Xan Lopez * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon): fix the name of the function in the docs. 2007-09-21 Michael Dominic Kostrzewa [1.0.16-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-09-21 Michael Dominic Kostrzewa * examples/hildon-banner-long-example.c: Adding a test-case for long hildon banner. * src/hildon-find-toolbar.c: Fixing the get_last_index function. 2007-09-21 Michael Dominic Kostrzewa * src/hildon-color-chooser-dialog.c: * src/hildon-color-chooser.c: * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix memory leaks in font selector and color selector. Fixes: NB#70499 and NB#70474. 2007-09-20 Johan Bilien * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273. 2007-09-18 Michael Dominic Kostrzewa * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a little bit bigger. Fixes: #NB63694. 2007-09-17 Michael Dominic Kostrzewa [1.0.15-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-09-14 Michael Dominic Kostrzewa * doc/Makefile.am: * doc/hildon-docs.sgml: * doc/images/bread-crumb-trail.png: * doc/images/calendar-popup.png: * doc/images/caption.png: * doc/images/code-dialog.png: * doc/images/color-button.png: * doc/images/color-chooser-dialog.png: * doc/images/color-chooser.png: * doc/images/controlbar.png: * doc/images/date-editor.png: * doc/images/font-selection-dialog.png: * doc/images/get-password-dialog.png: * doc/images/hvolumebar.png: * doc/images/login-dialog.png: * doc/images/note.png: * doc/images/number-editor.png: * doc/images/range-editor.png: * doc/images/seekbar.png: * doc/images/set-password-dialog.png: * doc/images/sort-dialog.png: * doc/images/time-editor.png: * doc/images/time-picker.png: * doc/images/vvolumebar.png: * doc/images/weekday-picker.png: Adding the new generated widget shots. Adding the bread-crumb-trial and helpers to the documentation. 2007-09-14 Michael Dominic Kostrzewa * examples/hildon-find-toolbar-example.c: * src/hildon-find-toolbar.c: * src/hildon-find-toolbar.h: FIxing the default history-append handler to actually continue firing the other handlers if connected. Adding a new function: hildon_find_toolbar_get_last_index that gets the index of the most recently added (last) item. Fixes: NB#52301. 2007-09-10 Michael Dominic Kostrzewa * src/hildon-caption.c: Applying a patch by Tommi to fix the focus behaviour. Fixes: NB#68610. 2007-09-10 Michael Dominic Kostrzewa * src/hildon-banner.c: Actually reverting the previous change. It somehow looks a bit worse. 2007-09-06 Michael Dominic Kostrzewa * src/hildon-banner.c: Changing the infobanner background pixmap to NULL when realizing the banner. Should make the infonbanner effect a bit more bearable. 2007-09-05 Michael Dominic Kostrzewa * src/hildon-volumebar.c: * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in hildon_volumebar_set_range_insensitive_message and hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848. 2007-09-05 Michael Dominic Kostrzewa * src/hildon-window.c: Fixing the border freeing on destroy. 2007-09-05 Michael Dominic Kostrzewa * src/hildon-code-dialog-private.h: * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the kw keyboard support in HildonCodeDialog. 2007-08-24 Michael Dominic Kostrzewa [1.0.14-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-08-24 Michael Dominic Kostrzewa * src/hildon-date-editor.c: * src/hildon-number-editor.c: * src/hildon-private.c: * src/hildon-private.h: * src/hildon-time-editor.c: * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus handling in subclassed composite widgets. Fixes: NB#66628. 2007-08-24 Michael Dominic Kostrzewa * src/hildon-window.c: Removing extra gtk_main_iteration () processing from destroy_ callback as it introduces problems in async dbus signal handlers. Fixes NB#66673. 2007-08-24 Michael Dominic Kostrzewa * examples/hildon-hvolumebar-example.c: * src/hildon-volumebar.c: Improving the focus handling in the volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the set_property accessor so that "mute" property can be actually set. I'm scared that nobody noticed it's totally broken. 2007-08-23 Michael Dominic Kostrzewa * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy. Fixes NB#66548. 2007-08-23 Michael Dominic Kostrzewa * src/hildon-calendar.c: * src/hildon-number-editor.c: * src/hildon-time-picker.c: Changing the timeout repeat so that it matches the spec of 6 chars per second. Fixes: NB#60489. 2007-08-22 Michael Dominic Kostrzewa * src/hildon-helper.c: Really fixing NB#58352. Looks like gtk_style_lookup_color sometime returns FALSE even though color was found and values were filled properly. Weird. Removing the warning for the time being. 2007-08-21 Michael Dominic Kostrzewa * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not expand vertically. Adding some extra space to the find toolbar buttons to make them thumbable. Fixes NB#66060. 2007-08-21 Michael Dominic Kostrzewa * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar popup with "Ok" and "Cancel". Fixes NB#59299. 2007-08-20 Michael Dominic Kostrzewa * src/hildon-calendar.c: Process all window updates before executing next timeout. Fixes: NB#54146. 2007-08-17 Michael Dominic Kostrzewa [1.0.13-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-08-16 Xan Lopez * src/hildon-banner.c: (hildon_banner_client_event): connect directly to the client event and ignore it, since we use the delete event to close after timeouts. 2007-08-16 Michael Dominic Kostrzewa * src/hildon-helper.c: Remove the bogus warning about color not being found. Fixes NB#58352. 2007-08-16 Michael Dominic Kostrzewa * examples/Makefile.am: * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a HildonSeekbar widget inside a toolbar. 2007-08-16 Xan Lopez * src/hildon-banner.c (hildon_banner_init): mark the banners as temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the delete event that will come from _GTK_DELETE_TEMPORARIES, as we don't want to be closed by non-temporary windows on map. Also use G_DEFINE_TYPE instead of manually typed code. 2007-08-06 Michael Dominic Kostrzewa [1.0.12-1 release] * NEWS: * configure.ac: * debian/changelog: * debian/rules: Updating. 2007-08-01 Michael Dominic Kostrzewa * examples/Makefile.am: * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug bug NB#61128. Strangely it works. 2007-08-01 Michael Dominic Kostrzewa * src/hildon-date-editor.c: When the date editor entry has been changed but the numbers of characters < max, turn off the skip validation flag. Prevents a situation when we enter first a valid year and later re-write it with an invalid one. Fixes NB#60154. 2007-07-26 Michael Dominic Kostrzewa * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the code dialog. Fixes NB#64355. 2007-07-25 Michael Dominic Kostrzewa * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after switching the page. Fixes NB#49374. * examples/Makefile.am: * examples/hildon-wizard-dialog-example.c: Adding an example for HildonWizardDialog that shows how to handle manual sensitivity setting on the wizard dialog. 2007-07-25 Michael Dominic Kostrzewa * configure.ac: * src/Makefile.am: * src/hildon-version.h.in: * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061. 2007-07-25 Michael Dominic Kostrzewa * src/hildon-volumebar.c: Updating the docs. 2007-07-25 Michael Dominic Kostrzewa [1.0.11-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-07-24 Michael Dominic Kostrzewa * src/hildon-find-toolbar.c: * src/hildon-find-toolbar.h: Adding a few new functions to control the selected item: hildon_find_toolbar_set_active, hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, hildon_find_toolbar_get_active_iter . They correspond to respective GtkComboBox functions. * examples/Makefile.am: * examples/hildon-find-toolbar-example.c: Adding the example to test the new functionality. 2007-07-23 Michael Dominic Kostrzewa * examples/Makefile.am: * examples/hildon-seekbar-example.c: Adding the seekbar example to check theming easily. * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog when font size > 32 and we pack a focusable widget inside. Actually using the default response would work too, but since we don't show default response state in any way (no theming) it would not be visible to the user. Fixes NB#63430. 2007-07-23 Michael Dominic Kostrzewa * src/hildon-date-editor.c: Adding the missing variable setter in the set_property handler. Fixes NB#54182. 2007-07-23 Michael Dominic Kostrzewa * src/hildon-window.h: Changing the long key press time from 1500ms to 800ms as requested in NB#63700. I have a bad feeling about this, let's see... Fixes NB#63700. 2007-07-12 Tommi Komulainen * src/hildon-time-picker.c (hildon_time_picker_class_init, hildon_time_picker_map, hildon_time_picker_realize, hildon_time_picker_style_set): Split the contents of map to more appropriate functions; set window decorations on realize and update arrows' size requisitions on style-set. Avoids unnecessary resizing. 2007-07-02 Xan Lopez [1.0.10-2 release] * NEWS: * debian/changelog: Updating. 2007-07-02 Johan Bilien * src/Makefile.am: fixed installation of the header files 2007-06-29 Michael Dominic Kostrzewa [1.0.10-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-06-27 Michael Dominic Kostrzewa * configure.ac: Removing some remaining of --enable-xan. 2007-06-26 Xan Lopez * src/hildon-date-editor.c: (hildon_date_editor_keypress): * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress): Move all focus crazyness to the rc files. This depends on gtk+2.0 >= 2.10.12-osso6 because the move-focus signal needs to be available in GtkWidget. 2007-06-25 Michael Dominic Kostrzewa * examples/Makefile.am: * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example that makes a HildonVolumebar insensitive before mapping it. Seems to work fine. Prolly NB#61128 is fixed now. 2007-06-19 Michael Dominic Kostrzewa * src/hildon-volumebar.c: * src/hildon-volumebar.h: Adding the hildon_volumebar_set_range_insensitive_message and hildon_volumebar_set_range_insensitive_messagef functions to set insensitive message on the slider of the volumebar. Fixes NB#61129. * examples/Makefile.am: * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to test the new insensitive messsage functionality on HildonVolumebar. 2007-06-14 Xan Lopez * src/hildon-private.c (hildon_private_composite_focus): make the focus handler work again. 2007-06-13 Xan Lopez * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back button on after clearing the trail. 2007-06-13 Michael Dominic Kostrzewa * src/hildon-code-dialog.c: Removing the separator from the dialog. 2007-06-12 Xan Lopez * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation by splitting the installed headers in generated and non-generated groups. Use only the non-generated headers to create the hildon-enum-types.h file. * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h. 2007-06-12 Michael Dominic Kostrzewa * src/hildon-window.c: Hide the window before performing the destroy. Should make the app closing a little tiny bit more snappy. 2007-06-12 Xan Lopez * src/hildon-seekbar.c: add gtkrange.h header * src/hildon-caption.c: remove unused variable 2007-06-08 Tommi Komulainen * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by Loic Minier. 2007-06-07 Michael Dominic Kostrzewa [1.0.9-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-06-07 Tommi Komulainen * src/hildon-window.c (hildon_window_window_state_event, hildon_window_is_topmost_notify, hildon_window_class_init): Stop the escape timeout on focus-out-event rather than notify::is-topmost; the latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101 2007-06-07 Michael Dominic Kostrzewa * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 2007-06-07 Xan Lopez * src/hildon-window: actually, you need to use the macro always, there's no private pointer in the instance structure. We should have cleaned this up when we had the chance... 2007-06-07 Xan Lopez * src/hildon-window.c: do not get the private date from HildonWindow before it passes the g_return_if_fail check. Once it's passed the test, there's no need to g_assert that it exists. Do not create a HildonWindowPrivate variable if you are only going to access the data once. Whitespace cleanups. 2007-06-04 Xan Lopez * src/hildon-bread-crumb-trail.c: set children visible before allocation. * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels. 2007-06-01 Michael Dominic Kostrzewa [1.0.8-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-06-01 Michael Dominic Kostrzewa * src/hildon-window.c: When destroying the window, remove (if exists) the escape timeout handler. Fixes #NB59276. 2007-06-01 Michael Dominic Kostrzewa * src/hildon-banner.c: When realizing the widget, set the window transiency. Setting the transiency in the gobject constructor is not good, as the widget is not realized at that point. Fixes: #NB56624. 2007-05-30 Xan Lopez * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass): Add padding for future expansions. 2007-05-30 Xan Lopez * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init): Add a new signal "move-parent", bind Escape and BackSpace to it. The handler will fake an activation on the previous to the last item of the trail, so the effect can be overrided by the developer as usual. Also change the callback for the back button to do the same thing, so its effect can be overrided too. Fixes: NB#58982 2007-05-30 Michael Dominic Kostrzewa * src/hildon-caption.c: Implementing the proper focus grabbing in the HildonCaption. Fixes NB#52379. 2007-05-30 Xan Lopez * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about the internal state of the trail after the user has had the chance of executing his handler for the signal. Specifically, it may happen that the activated button is removed and the user still lets the default handler run. This would segfault previously. 2007-05-28 Michael Dominic Kostrzewa * src/hildon-font-selection-dialog.c: When the font is really big, add the scrollbar to the preview dialog. Fixes NB#54147. 2007-05-28 Michael Dominic Kostrzewa * src/hildon-date-editor.c: Changing the default max year to 2037. The max/min year properties can be altered, so the client can modify it anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147. 2007-05-28 Michael Dominic Kostrzewa * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making hildonlike by default. Fixing a problem with disappearing arrows when scrolling through months and years. Fixes NB#54127. 2007-05-28 Michael Dominic Kostrzewa * examples/hildon-date-editor-example.c: Adding error callback to the date editor example. 2007-05-25 Michael Dominic Kostrzewa [1.0.7-1 release] * NEWS: * debian/changelog: * configure.ac: Updating. 2007-05-24 Michael Dominic Kostrzewa * configure.ac: Adding a special '--enable-xan' configure option that turns off the -Werror compilation setting. Usefull for development. * src/hildon-calendar.c: * src/hildon-number-editor.c: * src/hildon-time-picker.c: Adding the 5* multiplier to gtk-timeout-update. 2007-05-24 Xan Lopez * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink instead of g_object_ref + gtk_object_sink. 2007-05-22 Michael Dominic Kostrzewa [1.0.6-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-05-21 Michael Dominic Kostrzewa * src/hildon-color-chooser-dialog.c: * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes straight from Tommi labs. 2007-05-21 Michael Dominic Kostrzewa * examples/hildon-finger-example.c: Correcting the header file path. * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for the changed signal. Fixes a small memory leak. 2007-05-21 Michael Dominic Kostrzewa * autogen.sh: * debian/rules: * src/hildon-banner.c: Importing several usefull fixes from the ubuntu-mobile branch. 2007-05-21 Michael Dominic Kostrzewa * examples/Makefile.am: * examples/hildon-finger-example.c: Adding a finger-checking code example. * src/hildon-font-selection-dialog.c: Do not allocate the color structure using the g_new. Fixes NB#54061. 2007-05-09 Michael Dominic Kostrzewa * src/hildon-helper.c: Correcting tabs in file. 2007-05-08 Xan Lopez * src/hildon-bread-crumb-trail.c: Use set_child_visible only to control the visibility of the children. * examples/hildon-bread-crumb-trail-example.c: Plug leak. 2007-05-07 Michael Dominic Kostrzewa [1.0.5-1 release] * NEWS: * configure.ac: * debian/changelog: Updating. 2007-05-04 Xan Lopez * src/hildon-bread-crumb-trail.c: (hildon_bread_crumb_trail_size_allocate): Make the back button always a square. 2007-05-04 Xan Lopez * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h from the .c file as it's a private file. 2007-05-03 Michael Dominic Kostrzewa * examples/hildon-vvolumebar-example.c: The VVolumebar example now uses slightly bigger height. * src/hildon-font-selection-dialog.c: Adding some checks before freeing memory in the font selection dialog. 2007-05-02 Michael Dominic Kostrzewa * src/hildon-font-selection-dialog.c: Adding a small check when freeing memory. * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix buttons sensitivity on page switching. 2007-04-27 Xan Lopez * src/hildon-bread-crumb-trail.c: make the add method handle all the internal details of adding a bread crumb to the trail. 2007-04-26 Michael Dominic Kostrzewa [1.0.4-1 release] * README: * configure.ac: * debian/changelog: Updating. * src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.h: Changing the API guard to HILDON_ENABLE_UNSTABLE_API. 2007-04-26 Michael Dominic Kostrzewa [1.0.3-1 release] * NEWS: * configure.ac: * debian/changelog: * debian/rules: * src/hildon-helper.h: Updating. 2007-04-25 Michael Dominic Kostrzewa [1.0.2-1 release] * NEWS: * configure.ac: * debian/changelog: 2007-04-25 Michael Dominic Kostrzewa * README: * configure.ac: * src/hildon-helper.h: Small fix to make the package actually compile. 2007-04-25 Xan Lopez * src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.h: Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need to define ENABLE_UNSTABLE_API in the code that includes these headers. 2007-04-25 Xan Lopez * examples/hildon-bread-crumb-trail-example.c: * src/Makefile.am: * src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h: * src/hildon-marshalers.list: * src/hildon-bread-crumb-widget.c: * src/hildon-bread-crumb-widget.h: Slight change in the widget design. The bread crumb trail API is unchanged, but HildonBreadCrumb is now an interface. A *private* implementation, hildon-bread-crumb-widget, is provided and used internally by the trail for the push_text/push_icon functions. The generic push API is still available, so anyone can implement and use its own bread crumb widget. 2007-04-19 Michael Dominic Kostrzewa * debian/rules: Fixing the shlibs. 2007-04-19 Michael Dominic Kostrzewa * src/hildon-banner.c: Fixing a problem with timed banners having their parrent destroyed before they are. 2007-04-17 Xan Lopez * src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h: Make the get_natural_size function a vfunc. 2007-04-16 Xan Lopez * src/hildon-bread-crumb.c: * src/hildon-bread-crumb-trail.c: Some cleanups. 2007-04-16 Michael Dominic Kostrzewa [1.0.1-1 release] * AUTHORS: * NEWS: * configure.ac: * debian/changelog: Updating for release. 2007-04-16 Xan Lopez * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size): don't leak the pango layout. 2007-04-16 Xan Lopez * src/hildon.h: * examples/hildon-bread-crumb-trail-example.c: Fix example. 2007-04-16 Michael Dominic Kostrzewa * debian/changelog: Removing the bug-fixed entries that were actually resolved as WONTFIX. * src/hildon-date-editor.c: Removing a redundant check. Fixes NB#54182. 2007-04-13 Xan Lopez * src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h: Untabify. 2007-04-13 Xan Lopez * src/hildon-bread-crumb-trail.c: don't use the priv data of bct until it's passed the type check. 2007-04-12 Xan Lopez * examples/hildon-bread-crumb-trail-example.c Add license. 2007-04-12 Xan Lopez * examples/Makefile.am * examples/hildon-bread-crumb-trail-example.c * src/Makefile.am * src/hildon-bread-crumb-trail.c * src/hildon-bread-crumb-trail.h * src/hildon-bread-crumb.c * src/hildon-bread-crumb.h New HildonBreadCrumbTrail widget. 2007-04-02 Lucas Rocha * src/hildon-range-editor.c (hildon_range_editor_init), src/hildon-seekbar.c (hildon_seekbar_get_fraction, hildon_seekbar_set_fraction, hildon_seekbar_set_position), src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup, hildon_time_editor_class_init, hildon_time_editor_init), src/hildon-get-password-dialog.c (invalid_input, hildon_get_password_set_property, hildon_get_password_get_property, create_contents, hildon_get_password_dialog_set_max_characters), src/hildon-set-password-dialog.c (create_contents), src/hildon-date-editor.c (hildon_date_editor_init), src/hildon-login-dialog.c (hildon_login_dialog_init), src/hildon-number-editor.c (hildon_number_editor_init), src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input, hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all the Maemo GTK+ specific API optional by adding a --with-maemo-gtk configure option and adding the respective checks in the code. * src/hildon-calendar.c (hildon_calendar_paint_week_numbers, hildon_calendar_drag_data_received): fixed some build warnings. 2007-03-29 Michael Dominic Kostrzewa * debian/changelog: A 1.0.0 release notes.