[maemo-commits] [maemo-commits] r13274 - in projects/haf/tags/hildon-1: . 1.0.13-1 1.0.13-1/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 17 14:50:00 EEST 2007
Author: mdk
Date: 2007-08-17 14:49:59 +0300 (Fri, 17 Aug 2007)
New Revision: 13274

Added:
   projects/haf/tags/hildon-1/1.0.13-1/
   projects/haf/tags/hildon-1/1.0.13-1/ChangeLog
   projects/haf/tags/hildon-1/1.0.13-1/NEWS
   projects/haf/tags/hildon-1/1.0.13-1/configure.ac
   projects/haf/tags/hildon-1/1.0.13-1/debian/changelog
Removed:
   projects/haf/tags/hildon-1/1.0.13-1/ChangeLog
   projects/haf/tags/hildon-1/1.0.13-1/NEWS
   projects/haf/tags/hildon-1/1.0.13-1/configure.ac
   projects/haf/tags/hildon-1/1.0.13-1/debian/changelog
Log:
Tagging for 1.0.13-1


Copied: projects/haf/tags/hildon-1/1.0.13-1 (from rev 13272, projects/haf/trunk/hildon-1)

Deleted: projects/haf/tags/hildon-1/1.0.13-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-08-17 09:22:50 UTC (rev 13272)
+++ projects/haf/tags/hildon-1/1.0.13-1/ChangeLog	2007-08-17 11:49:59 UTC (rev 13274)
@@ -1,606 +0,0 @@
-2007-08-16  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-helper.c: Remove the bogus warning about color not being
-	found. Fixes NB#58352.
-
-2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	[1.0.12-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog:
-	* debian/rules: Updating.
-
-2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
-	code dialog. Fixes NB#64355.
-
-2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-volumebar.c: Updating the docs.
-
-2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	[1.0.11-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating.
-
-2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-date-editor.c: Adding the missing variable setter in the
-	set_property handler. Fixes NB#54182.
-
-2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <tommi.komulainen at nokia.com>
-
-	* 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 <xan.lopez at nokia.com>
-
-	[1.0.10-2 release]
-
-	* NEWS:
-	* debian/changelog: Updating.
-
-2007-07-02  Johan Bilien  <johan.bilien at nokia.com>
-
-	* src/Makefile.am: fixed installation of the header files
-
-2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	[1.0.10-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating.
-
-2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* configure.ac: Removing some remaining of --enable-xan.
-
-2007-06-26  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* src/hildon-private.c (hildon_private_composite_focus): make the focus handler
-	work again.
-
-2007-06-13  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-code-dialog.c: Removing the separator from the dialog.
-
-2007-06-12  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* src/hildon-seekbar.c: add gtkrange.h header
-	* src/hildon-caption.c: remove unused variable
-
-2007-06-08  Tommi Komulainen  <tommi.komulainen at nokia.com>
-
-	* configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
-	Loic Minier.
-
-2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	[1.0.9-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating.
-
-2007-06-07  Tommi Komulainen  <tommi.komulainen at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	[1.0.8-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating.
-
-2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-window.c: When destroying the window, remove (if exists) the
-	escape timeout handler. Fixes #NB59276.
-
-2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
-	Add padding for future expansions.
-
-2007-05-30  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-caption.c: Implementing the proper focus grabbing in the
-	HildonCaption. Fixes NB#52379. 
-
-2007-05-30  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* examples/hildon-date-editor-example.c: Adding error callback to the date
-	editor example. 
-
-2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	[1.0.7-1 release]
-
-	* NEWS:
-	* debian/changelog:
-	* configure.ac: Updating.
-
-2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	[1.0.6-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating.
-
-2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* autogen.sh:
-	* debian/rules:
-	* src/hildon-banner.c: Importing several usefull fixes from the
-	ubuntu-mobile branch.
-
-2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-helper.c: Correcting tabs in file.
-
-2007-05-08  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	[1.0.5-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating.
-
-2007-05-04  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb-trail.c:
-	(hildon_bread_crumb_trail_size_allocate): 
-
-	Make the back button always a square.
-
-2007-05-04  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	[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  <michael.kostrzewa at nokia.com> 
-
-	[1.0.3-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog:
-	* debian/rules:
-	* src/hildon-helper.h: Updating.
-
-2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	[1.0.2-1 release]
-
-	* NEWS:
-	* configure.ac:
-	* debian/changelog:
-
-2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* README:
-	* configure.ac:
-	* src/hildon-helper.h: Small fix to make the package actually compile.
-
-2007-04-25  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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  <xan.lopez at nokia.com>
-	
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* debian/rules: Fixing the shlibs.
-
-2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-banner.c: Fixing a problem with timed banners having
-	their parrent destroyed before they are.
-
-2007-04-17  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb.c:
-	* src/hildon-bread-crumb.h:
-
-	Make the get_natural_size function a vfunc.
-
-2007-04-16  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb.c:
-	* src/hildon-bread-crumb-trail.c:
-
-	Some cleanups.
-
-2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	[1.0.1-1 release]
-
-	* AUTHORS:
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating for release.
-
-2007-04-16  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
-	don't leak the pango layout.
-
-2007-04-16  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon.h:
-	* examples/hildon-bread-crumb-trail-example.c:
-
-	Fix example.
-
-2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <xan.lopez at nokia.com>
-
-	* 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  <xan.lopez at nokia.com>
-
-	* examples/hildon-bread-crumb-trail-example.c
-
-	Add license.
-	
-2007-04-12  Xan Lopez  <xan.lopez at nokia.com>
-
-	* 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	 <lucas.rocha at nokia.com>
-
-	* 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  <michael.kostrzewa at nokia.com> 
-
-	* debian/changelog: A 1.0.0 release notes.
-

Copied: projects/haf/tags/hildon-1/1.0.13-1/ChangeLog (from rev 13273, projects/haf/trunk/hildon-1/ChangeLog)

Deleted: projects/haf/tags/hildon-1/1.0.13-1/NEWS
===================================================================
--- projects/haf/trunk/hildon-1/NEWS	2007-08-17 09:22:50 UTC (rev 13272)
+++ projects/haf/tags/hildon-1/1.0.13-1/NEWS	2007-08-17 11:49:59 UTC (rev 13274)
@@ -1,56 +0,0 @@
-[1.0.12-1 release]
-* New HILDON_CHECK_VERSION macro
-* Bugfixes
-* Minor doc updates
-
-[1.0.11-1 release]
-* Adding some new API functions to control the active item in HildonFindToolbar
-* Fixing the default focus for font selection dialog
-* New examples
-* Changing the default long key press time
-* Fixed time picker on-map breakage
-
-[1.0.10-2 release]
-* Fix header installation
-
-[1.0.10-1 release]
-* Fixing a bit of focus crazyness in the time and date editors
-* Removing the separator from the code dialog
-* Fixing circular dep to enums
-* Hide the HildonWindow before performing the destroy
-
-[1.0.9-1 release]
-* Breadcrumb align/visibility fixes
-* HildonWindow fixes
-
-[1.0.8-1 release]
-* HildonBanner fixes for transiency
-* InfoBanner fixes
-* Updated examples 
-* A few other fixes in few places 
-
-[1.0.7-1 release]
-* Adding the gtk-timeout-update multiplier  to certain widgets
-
-[1.0.6-1 release]
-* Memory allocation fixes for color and font selection widgets
-* Breadcrumb leak/visibility fixes
-* New examples
-
-[1.0.5-1 release]
-* Fixes in the HildonWizardDialog
-* Memory freeing fixes in font selection dialog
-* Breadcrumb update
-
-[1.0.3-1 release]
-* Removing the API guard from helper functions. It was a mistake.
-
-[1.0.2-1 release]
-* Guard unstable API's with ENABLE_UNSTABLE_API define
-* Breadcrumb updates
-* Fixing a problem with timed banners having their parrent destroyed before they are
-* Fixing the sh libs
-
-[1.0.1-1 release] 
-* Breadcrumb trail widget by Xan
-* Fingerable scrollbar API by Michael

Copied: projects/haf/tags/hildon-1/1.0.13-1/NEWS (from rev 13273, projects/haf/trunk/hildon-1/NEWS)

Deleted: projects/haf/tags/hildon-1/1.0.13-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-1/configure.ac	2007-08-17 09:22:50 UTC (rev 13272)
+++ projects/haf/tags/hildon-1/1.0.13-1/configure.ac	2007-08-17 11:49:59 UTC (rev 13274)
@@ -1,204 +0,0 @@
-AC_INIT([Hildon gtk widgets], [1.0.12], [michael.kostrzewa at nokia.com], [hildon])
-AC_CANONICAL_SYSTEM
-
-AM_CONFIG_HEADER(config.h)
-AC_CONFIG_SRCDIR([src/hildon-window.h])
-AC_CONFIG_MACRO_DIR([m4])
-AM_MAINTAINER_MODE
-
-# define PACKAGE_VERSION_* variables
-AS_VERSION
-
-# set the libtool versioning
-# Quick guide into libtool versioning:
-# 1. Start with version information of `0:0:0' for each libtool library.
-# 2. Update the version information only immediately before a public release of your software. 
-#    More frequent updates are unnecessary, and only guarantee that the current interface number 
-#    gets larger faster.
-# 3. If the library source code has changed at all since the last update, then increment revision 
-#    (`c:r:a' becomes `c:r+1:a').
-# 4. If any interfaces have been added, removed, or changed since the last update, 
-#    increment current, and set revision to 0.
-# 5. If any interfaces have been added since the last public release, then increment age.
-# 6. If any interfaces have been removed since the last public release, then set age to 0.  
-AS_LIBTOOL(HILDON, 12, 0, 12)
-AM_INIT_AUTOMAKE
-
-AC_PROG_CC
-AM_PROG_LIBTOOL
-AC_PROG_INSTALL
-AC_PROG_AWK
-
-AC_HEADER_STDC
-
-GTK_VERSION=2.10
-
-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10)
-AC_SUBST(GTK_LIBS)
-AC_SUBST(GTK_CFLAGS)
-AC_SUBST(GTK_VERSION)
-
-# ESD is needed for the hildon-note sounds.
-
-PKG_CHECK_MODULES(ESD, esound)
-AC_SUBST(ESD_LIBS)
-AC_SUBST(ESD_CFLAGS)
-
-PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.6)
-AC_SUBST(GCONF_CFLAGS)
-AC_SUBST(GCONF_LIBS)
-
-ALL_LINGUAS="en_GB"
-AC_SUBST(ALL_LINGUAS) 
-AM_GLIB_GNU_GETTEXT
-
-GTK_DOC_CHECK([1.3])
-
-localedir=${datadir}/locale
-
-AC_SUBST(localedir)
-
-# Disable rebuild of glib-mkenum -generated source code:
-AC_ARG_ENABLE(rebuilds, [  --disable-rebuilds      disable all source autogeneration rules],,enable_rebuilds=yes)
-
-# define a MAINT-like variable REBUILD which is set if Perl
-# is found, so autogenerated sources can be rebuilt
-AC_CHECK_PROGS(PERL, perl5 perl)
-
-REBUILD=\#
-if test "x$enable_rebuilds" = "xyes" && \
-     test -n "$PERL" && \
-     $PERL -e 'exit !($] >= 5.002)' > /dev/null 2>&1 ; then
-  REBUILD=
-fi
-AC_SUBST(REBUILD)
-
-# build examples (or not)
-AC_ARG_WITH(examples, 
-    AC_HELP_STRING([--with-examples], [Build the examples]),
-    [
-     case "${withval}" in
-         yes) BUILD_EXAMPLES=yes ;;
-         no)  BUILD_EXAMPLES=no ;;
-         *)   AC_MSG_ERROR(bad value ${withval} for --with-examples) ;;
-     esac],
-     [BUILD_EXAMPLES=no])
-
-AM_CONDITIONAL(BUILD_EXAMPLES, test "x$BUILD_EXAMPLES" = "xyes")
-
-# just print out our status
-if test x$BUILD_EXAMPLES = xyes; then
-    AC_MSG_NOTICE(Will locally build example programs)
-else
-    AC_MSG_NOTICE(Will not build examples )
-fi
-
-# use maemo gtk+ specific api (or not)
-AC_ARG_WITH(maemo-gtk, 
-    AC_HELP_STRING([--with-maemo-gtk], [Use Maemo GTK+ API]),
-    [
-     case "${withval}" in
-         yes) USE_MAEMO_GTK=yes ;;
-         no)  USE_MAEMO_GTK=no ;;
-         *)   AC_MSG_ERROR(bad value ${withval} for --with-maemo-gtk) ;;
-     esac],
-     [USE_MAEMO_GTK=yes])
-
-AM_CONDITIONAL(USE_MAEMO_GTK, test "x$USE_MAEMO_GTK" = "xyes")
-
-# just print out our status
-if test x$USE_MAEMO_GTK = xyes; then
-    AC_MSG_NOTICE(Will use Maemo GTK+ specific API)
-    AC_DEFINE(MAEMO_GTK, [], [Whether to use Maemo GTK+ specific API])
-else
-    AC_MSG_NOTICE(Will not use Maemo GTK+ specific API)
-fi
-
-# build with assertion checks (or not)
-AC_ARG_WITH(asserts, 
-    AC_HELP_STRING([--with-asserts], [Build with the assertion checks]),
-    [
-     case "${withval}" in
-         yes) BUILD_WITH_ASSERTS=yes ;;
-         no)  BUILD_WITH_ASSERTS=no ;;
-         *)   AC_MSG_ERROR(bad value ${withval} for --with-asserts) ;;
-     esac],
-     [BUILD_WITH_ASSERTS=no])
-
-# just print out our status
-if test x$BUILD_WITH_ASSERTS = xyes; then
-    AC_MSG_NOTICE(Will build with assertion checks)
-    ASSERT_CFLAGS=""
-else
-    AC_MSG_NOTICE(Will not build with assertion checks)
-    ASSERT_CFLAGS="-DG_DISABLE_ASSERT"
-fi
-
-# build with relaxed flags or not
-AC_ARG_ENABLE(fatal, 
-    AC_HELP_STRING([--enable-fatal], [Build with fatal warnings]),
-    [
-     case "${enableval}" in
-         yes) BUILD_WITH_FATAL=yes ;;
-         no)  BUILD_WITH_FATAL=no ;;
-         *)   AC_MSG_ERROR(bad value ${enableval} for --enable-fatal) ;;
-     esac],
-     [BUILD_WITH_FATAL=no])
-
-# just print out our status
-if test x$BUILD_WITH_FATAL = xyes; then
-    AC_MSG_NOTICE(Will build with fatal warnings)
-    FATAL_CFLAGS="-Werror"
-else
-    AC_MSG_NOTICE(Will build with non-fatal warnings)
-    FATAL_CFLAGS=""
-fi
-
-# Check support (c unit test)
-PKG_CHECK_MODULES(CHECK, check , [BUILD_TESTS="yes"], [BUILD_TESTS="no"])
-AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
-
-CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format ${FATAL_FLAGS}"
-# -Wno-format due to way translation string are done
-
-### enable MAEMO platform extensions
-CFLAGS="$CFLAGS -DMAEMO_CHANGES -DHILDON_ENABLE_UNSTABLE_API"
-
-# HILDON_OBJ_*
-# default vars for the examples
-# includes all the low-level flags
-# FIXME Add esd and gconf flags
-HILDON_OBJ_CFLAGS="\$(CFLAGS) \$(GTK_CFLAGS) \$(CHECK_CFLAGS) \$(GCONF_CFLAGS) -I\$(top_builddir)/src/"
-HILDON_OBJ_LIBS="\$(top_builddir)/src/libhildon-\$(PACKAGE_VERSION_MAJOR).la \$(GTK_LIBS) \$(GCONF_LIBS) \$(CHECK_LIBS) `pkg-config --libs gthread-2.0`"
-AC_SUBST(HILDON_OBJ_CFLAGS)
-AC_SUBST(HILDON_OBJ_LIBS)
-
-AC_CONFIG_FILES([Makefile               \
-                 src/Makefile           \
-                 src/hildon-version.h   \
-                 pkgconfig/Makefile     \
-                 examples/Makefile      \
-                 pkgconfig/hildon.pc    \
-                 tests/Makefile         \
-                 doc/Makefile           \
-                 po/POTFILES            \
-                 po/porules.mk          \
-                 po/Makefile])
-
-AC_OUTPUT
-
-echo "
-
-Configuration:
-
-- Package:...........: ${PACKAGE}
-- Version............: ${VERSION}
-- Api................: ${PACKAGE}-${PACKAGE_VERSION_MAJOR}
-- Compiler...........: ${CC}
-- gtk-doc support....: ${enable_gtk_doc}
-- Build examples.....: ${BUILD_EXAMPLES}
-- Build with asserts.: ${BUILD_WITH_ASSERTS}
-- Build unit tests...: ${BUILD_TESTS}
-- Fatal warnings.....: ${BUILD_WITH_FATAL}
-
-"

Copied: projects/haf/tags/hildon-1/1.0.13-1/configure.ac (from rev 13273, projects/haf/trunk/hildon-1/configure.ac)

Deleted: projects/haf/tags/hildon-1/1.0.13-1/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-1/debian/changelog	2007-08-17 09:22:50 UTC (rev 13272)
+++ projects/haf/tags/hildon-1/1.0.13-1/debian/changelog	2007-08-17 11:49:59 UTC (rev 13274)
@@ -1,164 +0,0 @@
-libhildon (1.0.12-1) stable; urgency=low
-
-  * New HILDON_CHECK_VERSION macro
-  * Bugfixes
-  * Minor doc updates
-
-  * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro
-  * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
-  * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons
-  * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon, 06 Aug 2007 09:52:19 +0300
-
-libhildon (1.0.11-1) stable; urgency=low
-
-  * Adding some new API functions to control the active item in HildonFindToolbar
-  * Fixing the default focus for font selection dialog
-  * New examples
-  * Changing the default long key press time
-  * Fixed time picker on-map breakage
-
-  * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME
-  * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
-  * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt.
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Wed, 25 Jul 2007 10:14:34 +0300
-
-libhildon (1.0.10-2) stable; urgency=low
-
-  * Fix header installation. 
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon,  2 Jul 2007 10:09:31 +0300
-
-libhildon (1.0.10-1) stable; urgency=low
-
-  * Fixing a bit of focus crazyness in the time and date editors
-  * Removing the separator from the code dialog
-  * Fixing circular dep to enums
-  * Hide the HildonWindow before performing the destroy
-
-  * Fixes: NB#61129 volumebar info banner in muted state
-  * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped
-  * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor.
-  * Fixes: NB#60349 Date editor invalidates keyboard number input
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 29 Jun 2007 16:49:58 +0300
-
-libhildon (1.0.9-1) stable; urgency=low
-
-  * Breadcrumb align/visibility fixes
-
-  * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup()
-  * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing
-  * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION
-  * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application
-  * Fixes: MB#1101 Reproducible unintentional window/application close bug 
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Thu, 07 Jun 2007 14:39:06 +0300
-
-libhildon (1.0.8-1) stable; urgency=low
-
-  * Breadcrumb fixes
-  * HildonBanner fixes for transiency 
-  * Updated examples
-
-  * Fixes: NB#56434 Name of the month truncates in the Date & Time page in the startup wizard.
-  * Fixes: NB#54127 The arrow heads of Calendar popup vanish(except the one that is tapped) when tapped on one of the arrows of month or year.
-  * Fixes: NB#50288 Box remains on the am/pm indicator of the Date and Time Settings dialog.
-  * Fixes: NB#56082 HildonCalendarpopup:Sliding sylus to a dimmed date changes the year to 1970
-  * Fixes: NB#54147 Hildon calendar popup:The range checks for the years are not consistent.
-  * Fixes: NB#41501 Last line of text in preview dialog is not shown properly when bold and maximum font is selected
-  * Fixes: NB#38955 Inconsistent behaviour observed when 2 instances of date and time applet are open.
-  * Fixes: NB#52379 HildonCaption won't accept focus when it contains a complex widget tree
-  * Fixes: NB#56624 "Searching" info note displayed even after minimizing the search window
-  * Fixes: NB#59276 Escape timeout handler is not removed when HildonWindow is deleted.
-  * Fixes: NB#55161 Refreshing library is shown on top of other applications 
-  * Fixes: NB#58982 HildonBreadcrumbtrail:Pressing Esc key does not show any effect
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 01 Jun 2007 15:43:59 +0300
-
-libhildon (1.0.7-1) stable; urgency=low
-
-  * Fixed at some point in the past, but adding here:
-
-  * Fixes: NB#44440 hildon_note_new_cancel_with_progress_bar does unreasonable ellipsization...
-  * Fixes: NB#49916 ADDRESS BOOK, truncation, §addr_nc_notification4b§
-  * Fixes: NB#52006 The number editor in Pdf Viewer goes on a loop after reaching the maximum value.
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 25 May 2007 11:05:41 +0300
-
-libhildon (1.0.6-1) stable; urgency=low
-
-  * Fixes: NB#54061 Notes application crashes when font size & font colour is changed
-  * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area
-
-  * Memory allocation fixes for color and font selection widgets
-  * Breadcrumb leak/visibility fixes
-  * New examples
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Tue, 22 May 2007 13:45:59 +0300
-
-libhildon (1.0.5-1) stable; urgency=low
-
-  * Fixes: NB#54149 Date editor: Accepts year greater than 2037
-  * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
-
-  * Memory freeing fixes in font selection dialog.
-  * Breadcrumb update.
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon, 07 May 2007 13:16:09 +0300
-
-libhildon (1.0.4-1) stable; urgency=low
-
-  * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API.
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Thu, 26 Apr 2007 16:20:55 +0300
-
-libhildon (1.0.3-1) stable; urgency=low
-
-  * Removing the API guard from helper functions. It was a mistake.
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Thu, 26 Apr 2007 15:54:12 +0300
-
-libhildon (1.0.2-1) stable; urgency=low
-
-  * Guard unstable API's with ENABLE_UNSTABLE_API define
-  * Breadcrumb updates
-  * Fixing a problem with timed banners having their parrent destroyed before they are
-  * Fixing the sh libs
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Wed, 25 Apr 2007 16:48:30 +0300
-
-libhildon (1.0.1-1) stable; urgency=low
-
-  * New breadcrumb trial widget.
-  * Fingerable scrollbar API.
-
-  * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
-
-libhildon (1.0.0-1) stable; urgency=low
-
-  * Move to Gtk 2.10
-  * Consolidated API
-  * All the deprecated widgets are now removed
-  * Version bumping to 1.0.0 since we're now nice and stable
-  * Fix packaging for gtk-doc (not enabled by default)
-  * License change to LGPL version 2.1 or later
-  * Adding examples for many widgets
-
-  * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR
-  * Fixes: NB#49810 Errors in hildon-libs
-  * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
-  * Fixes: NB#46434 HildonWindow: inconsistent memory management
-  * Fixes: NB#30265 Warning from hildonlibs build
-  * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
-  * Fixes: NB#47989 Not possible to set empty title for HildonWindow
-  * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently.
-  * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text()
-  * Fixes: NB#50854 application menu closes when mouse released
-  
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Thu, 29 Mar 2007 16:36:27 +0300
-

Copied: projects/haf/tags/hildon-1/1.0.13-1/debian/changelog (from rev 13273, projects/haf/trunk/hildon-1/debian/changelog)


More information about the maemo-commits mailing list