[maemo-commits] [maemo-commits] r8518 - in projects/haf/branches/hildon-fm/1.x: . debian
From: www-data at stage.maemo.org www-data at stage.maemo.orgDate: Thu Nov 30 18:46:40 EET 2006
- Previous message: [maemo-commits] r8517 - in projects/haf/trunk/maemo-af-desktop: . hildon-navigator
- Next message: [maemo-commits] r8519 - projects/haf/branches/hildon-fm/1.x/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2006-11-30 18:46:38 +0200 (Thu, 30 Nov 2006) New Revision: 8518 Modified: projects/haf/branches/hildon-fm/1.x/ChangeLog projects/haf/branches/hildon-fm/1.x/configure.ac projects/haf/branches/hildon-fm/1.x/debian/changelog Log: Prepare 1.18 release. Modified: projects/haf/branches/hildon-fm/1.x/ChangeLog =================================================================== --- projects/haf/branches/hildon-fm/1.x/ChangeLog 2006-11-30 16:45:59 UTC (rev 8517) +++ projects/haf/branches/hildon-fm/1.x/ChangeLog 2006-11-30 16:46:38 UTC (rev 8518) @@ -1,3 +1,47 @@ +2006-11-30 Marius Vollmer <marius.vollmer at nokia.com> + + * hildon-fm/hildon-file-system-model.c (location_rescan): New. + (setup_node_for_location): Connect it. + (hildon_file_system_model_destroy_model_node): Expect three + signals to be disconnected. + (hildon_file_system_model_queue_node_reload): Refactored out of + _hildon_file_system_model_queue_reload in order to be able to + reload nodes directly without having to construct a iter first. + + * hildon-fm/hildon-file-system-obex.h (struct + _HildonFileSystemObex): Added binding_id member. + * hildon-fm/hildon-file-system-obex.c (bonding_changed): New, for + triggering a rescan. + (hildon_file_system_obex_init): Connect it to the file system + settings. + (hildon_file_system_obex_finalize): Disconnect it. + + * hildon-fm/hildon-file-system-settings.c + (hildon_file_system_settings_get_property, + hildon_file_system_settings_class_init): Added "bonding-changed" + property. + (hildon_file_system_settings_setup_dbus): Catch bonding signals + from Bluez. + (hildon_file_system_settings_handle_dbus_signal): Handle them. + + * hildon-fm/hildon-file-system-special-location.h (struct + _HildonFileSystemSpecialLocationClass): Added 'rescan' signal. + * hildon-fm/hildon-file-system-special-location.c (enum + HildonFileSystemSpecialLocationSignals, + hildon_file_system_special_location_class_init): Register it. + +2006-11-29 Marius Vollmer <marius.vollmer at nokia.com> + + * hildon-fm/hildon-file-system-upnp.c + (hildon_file_system_upnp_init): Use 'device' directly instead of + casting it; it is already the right type. + + * hildon-fm/hildon-file-chooser-dialog.c (set_stub_and_ext): Do + not set entry widget, that was confusing the internal state + related to autonaming somehow. + (hildon_file_chooser_dialog_set_current_folder): Terminate + g_strconcat argument list with NULL, stupid. + 2006-11-21 Marius Vollmer <marius.vollmer at nokia.com> Released 1.17 Modified: projects/haf/branches/hildon-fm/1.x/configure.ac =================================================================== --- projects/haf/branches/hildon-fm/1.x/configure.ac 2006-11-30 16:45:59 UTC (rev 8517) +++ projects/haf/branches/hildon-fm/1.x/configure.ac 2006-11-30 16:46:38 UTC (rev 8518) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-fm, 1.17) +AM_INIT_AUTOMAKE(hildon-fm, 1.18) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST Modified: projects/haf/branches/hildon-fm/1.x/debian/changelog =================================================================== --- projects/haf/branches/hildon-fm/1.x/debian/changelog 2006-11-30 16:45:59 UTC (rev 8517) +++ projects/haf/branches/hildon-fm/1.x/debian/changelog 2006-11-30 16:46:38 UTC (rev 8518) @@ -1,3 +1,9 @@ +hildon-fm (1.18-0unreleased2) unstable; urgency=low + + * + + -- Marius Vollmer <marius.vollmer at nokia.com> Mon, 27 Nov 2006 16:11:43 +0200 + hildon-fm (1.17-1) unstable; urgency=low * Put dependency 'hildon-fm1 (>= 1.14)' into shlibs file.
- Previous message: [maemo-commits] r8517 - in projects/haf/trunk/maemo-af-desktop: . hildon-navigator
- Next message: [maemo-commits] r8519 - projects/haf/branches/hildon-fm/1.x/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]