[maemo-commits] [maemo-commits] r8920 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . data src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 3 11:59:30 EET 2007
- Previous message: [maemo-commits] r8919 - projects/haf/branches/maemo-af-desktop/hildon-desktop/src
- Next message: [maemo-commits] r8921 - in projects/haf/trunk/osso-gnomevfs-extra: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-01-03 11:59:28 +0200 (Wed, 03 Jan 2007) New Revision: 8920 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/Makefile.am projects/haf/branches/maemo-af-desktop/hildon-desktop/data/Makefile.am projects/haf/branches/maemo-af-desktop/hildon-desktop/data/desktop.conf projects/haf/branches/maemo-af-desktop/hildon-desktop/src/Makefile.am Log: 2007-01-03 Lucas Rocha <lucas.rocha at nokia.com> * data/desktop.conf: change default width to 480 for task navigator. * Makefile.am, data/Makefile.am, src/Makefile.am: added *~ to CLEANFILES. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-03 09:55:00 UTC (rev 8919) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-03 09:59:28 UTC (rev 8920) @@ -1,5 +1,11 @@ 2007-01-03 Lucas Rocha <lucas.rocha at nokia.com> + * data/desktop.conf: change default width to 480 for task navigator. + * Makefile.am, data/Makefile.am, src/Makefile.am: added *~ to + CLEANFILES. + +2007-01-03 Lucas Rocha <lucas.rocha at nokia.com> + * src/*.[ch]: several coding style and GObject standards fixes. config.h included in all files for consistency. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/Makefile.am =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/Makefile.am 2007-01-03 09:55:00 UTC (rev 8919) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/Makefile.am 2007-01-03 09:59:28 UTC (rev 8920) @@ -1 +1,3 @@ SUBDIRS = data libhildonwm libhildondesktop background-manager src + +CLEANFILES = *~ 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-03 09:55:00 UTC (rev 8919) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/data/Makefile.am 2007-01-03 09:59:28 UTC (rev 8920) @@ -1,4 +1,6 @@ -hildondesktopconf_DATA = desktop.conf \ - tasknavigator.conf \ - home.conf \ - hildon-home-layout.conf +hildondesktopconf_DATA = desktop.conf \ + tasknavigator.conf \ + home.conf \ + hildon-home-layout.conf + +CLEANFILES = *~ Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/data/desktop.conf =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/data/desktop.conf 2007-01-03 09:55:00 UTC (rev 8919) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/data/desktop.conf 2007-01-03 09:59:28 UTC (rev 8920) @@ -2,7 +2,7 @@ X-Type=panel_box X-Position-X=0 X-Position-Y=0 -X-Size-Width=100 +X-Size-Width=480 X-Size-Height=80 X-Orientation=vertical X-Config-File=tasknavigator.conf Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/src/Makefile.am =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/src/Makefile.am 2007-01-03 09:55:00 UTC (rev 8919) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/Makefile.am 2007-01-03 09:59:28 UTC (rev 8920) @@ -92,3 +92,5 @@ hd-select-plugins-dialog.h \ hd-config.h \ main.c + +CLEANFILES = *~
- Previous message: [maemo-commits] r8919 - projects/haf/branches/maemo-af-desktop/hildon-desktop/src
- Next message: [maemo-commits] r8921 - in projects/haf/trunk/osso-gnomevfs-extra: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]