[maemo-commits] [maemo-commits] r10212 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 26 16:41:13 EET 2007
- Previous message: [maemo-commits] r10211 - projects/haf/tags/osso-app-killer
- Next message: [maemo-commits] r10213 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-02-26 16:41:13 +0200 (Mon, 26 Feb 2007) New Revision: 10212 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.h projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.pc.in Log: * libhildondesktop/libhildondesktop.h: Added missing headers. * libhildondesktop/libhildondesktop.pc.in: Requires dbus-glib-1 * ChangeLog updated. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-02-26 14:36:42 UTC (rev 10211) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-02-26 14:41:13 UTC (rev 10212) @@ -1,10 +1,15 @@ 2007-02-26 Moises Martinez <moises.martinez at nokia.com> + * libhildondesktop/libhildondesktop.h: Added missing headers. + * libhildondesktop/libhildondesktop.pc.in: Requires dbus-glib-1 + +2007-02-26 Moises Martinez <moises.martinez at nokia.com> + * src/hd-desktop.c: - - Fixed usage of notification manager. - * libhildondesktop/hildon-desktop-notification-manager.[ch]: + - Fixed usage of notification manager. + * libhildondesktop/hildon-desktop-notification-manager.[ch]: - Fixed silly castings on notification manager. - - Added support for timeout. + - Added support for timeout. 2007-02-26 Johan Bilien <johan.bilien at nokia.com> @@ -16,8 +21,8 @@ 2007-02-26 Lucas Rocha <lucas.rocha at nokia.com> - * src/hn-app-button.c: return TRUE on button press handler to fix - miss-behavior when clicking on app button. + * src/hn-app-button.c: return TRUE on button press handler to fix + miss-behavior when clicking on app button. 2007-02-23 Moises Martinez <moises.martinez at nokia.com> Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.h =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.h 2007-02-26 14:36:42 UTC (rev 10211) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.h 2007-02-26 14:41:13 UTC (rev 10212) @@ -26,8 +26,10 @@ #define __LIBDESKTOP_H__ #include <libhildondesktop/hildon-desktop-panel-window.h> +#include <libhildondesktop/hildon-desktop-panel-window-dialog.h> #include <libhildondesktop/hildon-desktop-multiscreen.h> #include <libhildondesktop/hildon-desktop-panel.h> +#include <libhildondesktop/hildon-desktop-panel-expandable.h> #include <libhildondesktop/hildon-desktop-item.h> #include <libhildondesktop/hildon-desktop-panel-item.h> @@ -43,6 +45,8 @@ #include <libhildondesktop/hildon-home-area.h> #include <libhildondesktop/hildon-home-applet.h> +#include <libhildondesktop/hildon-desktop-notification-manager.h> + #include <libhildondesktop/libhildonmenu.h> #include <libhildondesktop/hildon-thumb-menu-item.h> Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.pc.in =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.pc.in 2007-02-26 14:36:42 UTC (rev 10211) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/libhildondesktop.pc.in 2007-02-26 14:41:13 UTC (rev 10212) @@ -6,7 +6,7 @@ Name: libhildondesktop Description: Hildon Lib Desktop -Requires: libxml-2.0 +Requires: libxml-2.0 dbus-glib-1 Version: @VERSION@ Libs: -L${libdir} -lhildondesktop Cflags: -I${includedir}
- Previous message: [maemo-commits] r10211 - projects/haf/tags/osso-app-killer
- Next message: [maemo-commits] r10213 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]