* src/hildon-touch-selector.c, (_hildon_touch_selector_set_model): Cleaning the code...
[hildon] / ChangeLog
index eafe660..ba0eb2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,108 @@
+2008-09-12  Alejandro G. Castro         <alex@igalia.com>
+
+       * 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  <agarcia@igalia.com>
+
+       * src/hildon-edit-toolbar.c: Update documentation.
+
+2008-09-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * 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  <agarcia@igalia.com>
+
+       * 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  <agarcia@igalia.com>
+
+       * 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  <csaavedra@igalia.com>
+
+       * po/POTFILES.in: Add missing files with translatable strings.
+       Partially fixes NB#88287.
+
+2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * 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  <csaavedra@igalia.com>
+
+       * examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
+       they are integrated in the theme.
+
+2008-09-09  Alberto Garcia  <agarcia@igalia.com>
+
+       * 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         <alex@igalia.com>
+
+       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  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+
+2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
+
+       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  <agarcia@igalia.com>
+
+       * 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  <agarcia@igalia.com>
+
+       * src/hildon-entry.c: Updated HildonButton documentation.
+
 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-button.c (hildon_button_set_arrangement): Pack the