X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=c1cccea1c8120776bc3b21796990a4b0abc8ef4d;hb=99472a154cfb166d77f21da5e86e055d0299648f;hp=83779030a63399728065234b4583508ddc40aed6;hpb=ab585627501b31f5e49c2a5f1e4d0b425c960b5f;p=hildon diff --git a/ChangeLog b/ChangeLog index 8377903..c1cccea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,504 @@ +2009-08-26 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Added more force and increased + the max speed threshold. + + Fixes: NB#135344 (Pannign needs to be faster) + +2009-08-26 Claudio Saavedra + + [Release 2.1.96, this time for real] + + * NEWS: updates + * debian/changelog: updates + +2009-08-26 Alejandro Pinheiro + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_get_topmost): change the computation of the + co-ordinates transformed when no one of the children is a topmost + + Fixes: NB#133252 (Opening any feed item from RSS always opens the + first feed item in browser) + +2009-08-26 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_remove_timeouts): Adding this new function + with the code that removes the timeouts of the widget. + (hildon_pannable_area_dispose), + (hildon_pannable_area_unrealize): Use the new remove function to + stop timeouts when unrealizing and disposing. + (hildon_pannable_area_scroll_to): Added a CLAMP to the position + calculation to avoid negative values in some cases. + + Fixes: NB#135179 (Remove pannable timeouts in unrealize function) + +2009-08-24 Claudio Saavedra + + * examples/hildon-check-button-example.c: (button_toggled_cb): + * hildon/hildon-check-button.c: (hildon_check_button_toggled), + (hildon_check_button_set_active), (hildon_check_button_new), + (hildon_check_button_clicked), (hildon_check_button_class_init): + * hildon/hildon-check-button.h: + * hildon/hildon-set-password-dialog.c: (create_contents), + (hildon_set_password_response_change), (hildon_checkbox_toggled): + + Revert "Make HildonCheckButton derive from GtkToggleButton" + +2009-08-21 Alberto Garcia + + [Release 2.1.96] + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + +2009-08-21 Alberto Garcia + + * hildon/hildon-check-button.h + * hildon/hildon-check-button.c + (hildon_check_button_clicked, hildon_check_button_class_init): + Make HildonCheckButton derive from GtkToggleButton + (hildon_check_button_toggled, hildon_check_button_set_active) + (hildon_check_button_get_active): + Deprecate unnecessary HildonCheckButton API and use the + one from GtkToggleButton instead. + + * hildon/hildon-set-password-dialog.c (create_contents) + (hildon_set_password_response_change, hildon_checkbox_toggled) + * examples/hildon-check-button-example.c (button_toggled_cb): + Update to use the GtkToggleButton API + + Fixes: MB#4739 (HildonCheckButton should inherit from + GtkToggleButton) + + Fixes: NB#132661 (HildonCheckButton should inherit from + GtkToggleButton) + +2009-08-20 Alberto Garcia + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_class_init): + Increase default value of HildonPannableArea:velocity_max to 2000 + + Fixes: NB#132584 (Pannable kinetics in large lists needs tuning) + +2009-08-18 Alberto Garcia + + [Release 2.1.95] + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + +2009-08-11 Alejandro G. Castro + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_size_allocate): Checked the scrollbars + before the first try when defining the layout, avoids two + allocations in some situations. + + Fixes: NB#131794 (pannable area produces unnecessary allocations + causing performance problems) + +2009-08-11 Alejandro G. Castro + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_button_press_cb), + (hildon_pannable_area_motion_notify_cb), + (hildon_pannable_area_button_release_cb): Added unrefs to reduce + the spurious ref added in the copy, fixes leak of window. + + Fixes: NB#130900 (HildonPannableArea will leak it's event_window + if it's realized without showing and then deleted) + +2009-08-10 Alberto Garcia + + [Release 2.1.94] + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + +2009-08-06 Alberto Garcia + + * examples/hildon-hvolumebar-timer-example.c + (on_idle, main) + * hildon/hildon-banner.c + (hildon_banner_timeout, hildon_banner_ensure_timeout) + * hildon/hildon-calendar.c + (calendar_timer, start_spinning) + * hildon/hildon-color-chooser.c + (inline_limited_expose) + * hildon/hildon-date-editor.c + (hildon_date_editor_entry_focus_in) + (hildon_date_editor_entry_validate) + (hildon_date_editor_entry_select_all) + * hildon/hildon-note.c + (on_show_cb) + * hildon/hildon-number-editor.c + (hildon_number_editor_button_pressed) + (hildon_number_editor_start_timer, do_mouse_timeout), + (add_select_all_idle, hildon_number_editor_select_all) + * hildon/hildon-time-editor.c + (hildon_time_editor_entry_focus_in) + (highlight_callback, hildon_time_editor_validate) + (hildon_time_editor_entry_select_all) + * hildon/hildon-time-picker.c + (hildon_time_picker_arrow_press) + (hildon_time_picker_key_repeat_timeout) + * hildon/hildon-window.c + (hildon_window_key_press_event) + (hildon_window_escape_timeout): + Replace all calls to g_idle_add/g_timeout_add with their + gdk_threads counterparts. + + Fixes: NB#126198 (gdk-threads API should be used to install idle + and timeout handlers) + +2009-08-06 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Increased the overshooting max + speed to get a faster effect. + (hildon_pannable_axis_scroll): Increased minimum speed and reduce + deceleration of the overshooting + (hildon_pannable_area_button_release_cb): Calculate initial + overshooting speed when finger on the screen using the distance to + launch the effect faster. + + Fixes: NB#126115 (Pannable list overshooting is unusably slow for + lists with slow row renderers) + +2009-08-05 Alberto Garcia + + * doc/hildon-sections.txt: Add new functions + +2009-08-05 Alberto Garcia + + * hildon/hildon-text-view.[ch] + * hildon/hildon-entry.[ch]: + Add deprecation guards around deprecated functions. + +2009-08-05 Claudio Saavedra + + * hildon/hildon-app-menu.c: Remove leftover function declaration. + +2009-08-05 Claudio Saavedra + + Remove the grab from HildonAppMenu + + * hildon/hildon-app-menu.c: + Now hildon-desktop places a blocker window behind the menu to handle + its closing, so the grab is no longer needed. This simplifies its + implementation and allows the system blanking to succeed. + + Fixes: NB#130910 (Screen gets unlocked when menu is open) + +2009-08-04 Claudio Saavedra + + [Release 2.1.93] + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + * debian/control: raise debian dependency on GTK+ + +2009-08-04 Alberto Garcia + + * hildon/hildon-text-view.c + * hildon/hildon-entry.c: + Remove all placeholder code from HildonEntry and HildonTextView + and use the API in GtkEntry and GtkTextView instead. + + * examples/hildon-entry-example.c + * examples/hildon-text-view-example.c + * examples/hildon-wizard-dialog-example.c + * hildon/hildon-get-password-dialog.c + * hildon/hildon-login-dialog.c + * hildon/hildon-picker-dialog.c + * hildon/hildon-set-password-dialog.c + * hildon/hildon-touch-selector-entry.c: + Replace all deprecated calls to HildonEntry and HildonTextView + with their Gtk counterparts. + + Fixes: NB#122395 (hildon_entry_set_placeholder() should be in + GtkEntry) + +2009-08-03 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_check_move), + (hildon_pannable_area_button_release_cb), + (hildon_pannable_area_scroll_to): Reverted the priority change of + the timeout, in some situations, slow renderers, the click do not + make it to the mainloop on time. + + Fixes NB#131013 (unable to stop panning file manager by tapping on + it) + +2009-07-30 Claudio Saavedra + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + +2009-07-28 Alejandro Pinheiro + + * hildon/hildon-touch-selector.[ch] + (hildon_touch_selector_center_on_index): New method that allows to center + on a item not selected + + Fixes NB#130291 (New HildonTouchSelector API is required to center on + any column item) + +2009-07-29 Alberto Garcia + + * hildon/hildon-text-view.c + (+set_logical_color, +hildon_text_view_style_set) + (hildon_text_view_refresh_contents, hildon_text_view_class_init) + (hildon_text_view_init) + * hildon/hildon-entry.c + (+set_logical_color, +hildon_entry_style_set) + (hildon_entry_show_placeholder, hildon_entry_hide_placeholder) + (hildon_entry_class_init, hildon_entry_init) + * hildon/hildon-button.c + (+set_logical_font, +set_logical_color) + (hildon_button_style_set, hildon_button_init) + (hildon_button_set_arrangement, hildon_button_set_style): + Remove all calls to hildon_helper_set_logical_font() and + hildon_helper_set_logical_color(), which are recursive, from + within Hildon. + + Fixes: NB#123409 (Showing dialog consumes significant amount of + time) + +2009-07-29 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_timeout): Added the process updates of the + scrollbars window in the pannable. + + Fixes: NB#130043 (scrollindicator not smooth while panning) + +2009-07-23 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_check_move), + (hildon_pannable_area_button_release_cb), + (hildon_pannable_area_scroll_to): Increased the priority of the + timeout this way it is going to be handled before the events. + +2009-07-22 Claudio Saavedra + + [Release 2.1.91] + + * configure.ac: bump version + * debian/changelog: updates + +2009-07-21 Claudio Saavedra + + * hildon/hildon-entry.c: (set_property): Do not allow to set + automatic height and use finger height instead, to prevent an to + have a smaller size than than its theme pixbuf. + + Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images) + +2009-07-21 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +2009-07-21 Claudio Saavedra + + [Release 2.1.90] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-07-20 Claudio Saavedra + + * hildon/hildon-note.c: (label_size_request): Take the note + padding into account when setting the size request. + + Fixes: NB#127896 (Information notes text truncated) + +2009-07-16 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +2009-07-16 Claudio Saavedra + + [Release 2.1.88] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-07-16 Alejandro G. Castro + + + * hildon/hildon-text-view.c, + (hildon_text_view_button_press_event): Grabbed the focus in button + press, this way we are sure the widget has the focus in the + release event, required for HIM. + + Fixes: NB#121445 (Virtual keyboard opening is not working in same + way for each text entry field) + +2009-07-15 Alejandro Pinheiro + + * hildon/hildon-pannable-area.[ch](hildon_pannable_area_set_focus_child) + (hildon_pannable_area_center_on_child_focus ,hildon_pannable_area_class_init) + (hildon_pannable_area_get_property, hildon_pannable_area_set_property) + (hildon_pannable_area_button_press_cb, hildon_pannable_area_button_release_cb) + (hildon_pannable_area_[gs]et_center_on_child_focus) + Redefined GtkContainer set-focus-child signal, in order to center + properly on a child when it receives the focus. Defined a new property + "center-on-child-focus" in order to activate this feature (deactivated + by default). Public get/set methods defined to manage the property. + + Fixes: NB#108487 (Phone settings dialog should scroll to focused field) + +2009-07-14 László Pere + + * hildon/hildon-app-menu.c: (hildon_app_menu_apply_style): Ensure that + the new size is applied. + + Fixes: NB#124510 (The Application Menu is distorted when switched + between portrait and landscape mode) + Fixes: NB#115388 (Power key menu does not resize itself) + +2009-07-01 Alberto Garcia + + * hildon/hildon-banner.c (hildon_banner_map): + Set banner position after mapping. + +2009-06-29 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +2009-06-29 Claudio Saavedra + + [Release 2.1.86] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-06-29 Adam Endrodi + + * hildon/hildon-program.c (hildon_program_update_top_most): Ignore + BadWindow error. + +2009-06-26 Alejandro Pinheiro + + * tests/check-hildon-banner.c + * tests/check_text.c + * tests/test_suites.h + Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as + were testing deprecated functions. + * examples/hildon-banner-example.c: typo on button3 type, that causes + a fail compiling with --with-examples but without --disable-deprecated + + Missed commit in order to fix compilation using '--enable-fatal' and + '--disable-deprecated' (see previous commit) + +2009-06-26 Alejandro Pinheiro + + * examples/hildon-banner-example.c: Protect deprecated hildon-banner + functions with #ifndef HILDON_DISABLE_DEPRECATED + * examples/hildon-find-toolbar.c: Protect deprecated + HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED + * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR + in favor of HILDON_ICON_PIXEL_SIZE_FINGER + * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as + deprecated. + * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED + to allow proper compilation of deprecated functions defined on the header + + Fixed compilation using '--enable-fatal' and '--disable-deprecated' + +2009-06-25 Claudio Saavedra + + * hildon/hildon-pannable-area.c: (hildon_pannable_area_init): + Cache the panning indicator color., + (hildon_pannable_area_style_set): Query the color on style changes. + (hildon_pannable_draw_vscroll), + (hildon_pannable_draw_hscroll), + (hildon_pannable_area_expose_event): Use the cached panning indicator + color instead of looking it up on every expose and more. + +2009-06-25 Claudio Saavedra + + * hildon/hildon-pannable-area.c: (hildon_pannable_draw_vscroll), + (hildon_pannable_draw_hscroll), + (hildon_pannable_area_expose_event): Fix the panning indicator color, + so that it's "SecondaryTextColor", as desired. + +2009-06-25 Alejandro Pinheiro + + * hildon/hildon-picker-dialog.c: + (selection_completed): take into account HILDON_UI_MODE_NORMAL + * hildon/hildon-touch-selector.c + (hildon_touch_selector_init): Initialize hildon-ui-mode + (hildon_touch_selector_row_activated): new callback for the + "row-activated" signal, in order to save the last activated + (hildon_touch_selector_check_ui_mode_coherence): new method that checks + if the current hildon-ui-mode is coherent with the touch selector + (hildon_touch_selector_class_init) + (hildon_touch_selector_get_property) + (hildon_touch_selector_set_property) + Added "hildon-ui-mode" property + (disconnect_model_handlers): renamed to clean_column + (hildon_touch_selector_remove): use clean_column function + (_create_new_column): use the hildon-ui-mode to create the treeview, and + only select the first element on HILDON_UI_MODE_EDIT + (hildon_touch_selector_column_init): Initialize last_activate + (hildon_touch_selector_append_column): check that the touch selector + is coherent with the current hildon-ui-mode + (hildon_touch_selector_get_hildon_ui_mode) + (hildon_touch_selector_set_hildon_ui_mode) + Added a getter/setter for the hildon-ui-mode property + (hildon_touch_selector_get_last_activated_row): Added this method in + order to get the last activated row. + * examples/hildon-touch-selector-normal-mode-example.c + New example, that shows how to use the HildonTouchSelector in + HILDON_UI_MODE_NORMAL + + Fixes: NB#95685 (Add field dialog should use HILDON_UI_MODE_NORMAL), using + Kristian Rietveld advices + +2009-06-25 Claudio Saavedra + + * hildon/hildon-time-selector.c: (update_format_policy): Do + not call update_format_dependant_columns() if not necessary. + (update_format_dependant_columns): Remove unnecessary check for + the number of columns. + +2009-06-24 Claudio Saavedra + + * hildon/hildon-note.c (+hildon_note_constructor), + (hildon_note_class_init), (+hildon_note_set_padding), + (hildon_note_rebuild): Install a constructor where to set the + padding properties in the note, so that it actually works fine. + Use hildon_note_set_padding() for this, and also to set it during + the note rebuild. + +2009-06-24 Claudio Saavedra + + * configure.ac: Bump GTK+ requirement to 2.14.3. + * hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding() + when using maemo-gtk to define proper margins for the notes. + + Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps + with the dialog edge) + 2009-06-24 Alberto Garcia * hildon/hildon-banner.c