[maemo-commits] [maemo-commits] r9003 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . data libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 9 15:14:56 EET 2007
- Previous message: [maemo-commits] r9002 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Next message: [maemo-commits] r9004 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . data src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-01-09 15:14:54 +0200 (Tue, 09 Jan 2007) New Revision: 9003 Added: projects/haf/branches/maemo-af-desktop/hildon-desktop/data/home-layout.conf Removed: projects/haf/branches/maemo-af-desktop/hildon-desktop/data/hildon-home-layout.conf Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/data/Makefile.am projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c Log: 2007-01-09 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-home-window.c, data/Makefile.am: renamed hildon-home-layout.conf to home-layout.conf. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-09 12:56:15 UTC (rev 9002) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-09 13:14:54 UTC (rev 9003) @@ -1,5 +1,10 @@ 2007-01-09 Lucas Rocha <lucas.rocha at nokia.com> + * libhildondesktop/hildon-home-window.c, data/Makefile.am: renamed + hildon-home-layout.conf to home-layout.conf. + +2007-01-09 Lucas Rocha <lucas.rocha at nokia.com> + * src/hn-app-*, src/hn-app-pixbuf-anim-blinker.[ch]: rename src/hildon-pixbuf-anim-blinker.[ch] to src/hn-app-pixbuf-anim-blinker.[ch] for consistency. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/data/Makefile.am =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/data/Makefile.am 2007-01-09 12:56:15 UTC (rev 9002) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/data/Makefile.am 2007-01-09 13:14:54 UTC (rev 9003) @@ -1,6 +1,6 @@ hildondesktopconf_DATA = desktop.conf \ tasknavigator.conf \ home.conf \ - hildon-home-layout.conf + home-layout.conf CLEANFILES = *~ Deleted: projects/haf/branches/maemo-af-desktop/hildon-desktop/data/hildon-home-layout.conf =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/data/hildon-home-layout.conf 2007-01-09 12:56:15 UTC (rev 9002) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/data/hildon-home-layout.conf 2007-01-09 13:14:54 UTC (rev 9003) @@ -1,29 +0,0 @@ -[/usr/share/applications/hildon-home/isearch-applet.desktop] -X=20 -Y=7 -X-home-applet-width=390 -X-home-applet-height=45 - -[/usr/share/applications/hildon-home/homeosso_rss_feed_reader.desktop] -X=20 -Y=61 -X-home-applet-width=390 -X-home-applet-height=350 - -[/usr/share/applications/hildon-home/osso-iradio-applet.desktop] -X=420 -Y=7 -X-home-applet-width=290 -X-home-applet-height=110 - -[/usr/share/applications/hildon-home/hildon-home-image-viewer.desktop] -X=420 -Y=276 -X-home-applet-width=290 -X-home-applet-height=134 - -[/usr/share/applications/hildon-home/speeddial.desktop] -X=420 -Y=122 -X-home-applet-width=290 -X-home-applet-height=150 Copied: projects/haf/branches/maemo-af-desktop/hildon-desktop/data/home-layout.conf (from rev 8998, projects/haf/branches/maemo-af-desktop/hildon-desktop/data/hildon-home-layout.conf) Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c 2007-01-09 12:56:15 UTC (rev 9002) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c 2007-01-09 13:14:54 UTC (rev 9003) @@ -51,10 +51,9 @@ #define LAYOUT_OPENING_BANNER_TIMEOUT 2500 -#define HH_AREA_CONFIGURATION_FILE ".osso/hildon-desktop/hildon-home-layout.conf" -#define HH_AREA_GLOBAL_CONFIGURATION_FILE "/etc/hildon-desktop/hildon-home-layout.conf" +#define HH_AREA_CONFIGURATION_FILE ".osso/hildon-desktop/home-layout.conf" +#define HH_AREA_GLOBAL_CONFIGURATION_FILE "/etc/hildon-desktop/home-layout.conf" - /* DBUS defines */ #define STATUSBAR_SERVICE_NAME "statusbar" #define STATUSBAR_INSENSITIVE_METHOD "statusbar_insensitive"
- Previous message: [maemo-commits] r9002 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Next message: [maemo-commits] r9004 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . data src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]