subversion | 1 Jun 2007 10:40
Favicon

r12022 - projects/haf/hafbuildbot

Author: marivoll
Date: 2007-06-01 11:40:31 +0300 (Fri, 01 Jun 2007)
New Revision: 12022

Modified:
   projects/haf/hafbuildbot/sardine.packages
Log:
Disable bluez-utils so that Johan is not spammed to death with build failures.

Modified: projects/haf/hafbuildbot/sardine.packages
===================================================================
--- projects/haf/hafbuildbot/sardine.packages	2007-05-31 18:36:40 UTC (rev 12021)
+++ projects/haf/hafbuildbot/sardine.packages	2007-06-01 08:40:31 UTC (rev 12022)
 <at>  <at>  -123,7 +123,7  <at>  <at> 
 osso-obc svn
https://stage.maemo.org/svn/maemo/projects/connectivity/osso-obc/tags/osso-obc-0.10.1 ./autogen.sh
 osso-gwconnect svn
https://stage.maemo.org/svn/maemo/projects/connectivity/osso-gwconnect/tags/osso-gwconnect-1.0.10 ./autogen.sh
 bluez-libs svn
https://stage.maemo.org/svn/maemo/projects/connectivity/bluez-libs/tags/bluez-libs-3.10-0osso1 -
-bluez-utils svn
https://stage.maemo.org/svn/maemo/projects/connectivity/bluez-utils/tags/bluez-utils-3.10-0osso2 -
+#bluez-utils svn
https://stage.maemo.org/svn/maemo/projects/connectivity/bluez-utils/tags/bluez-utils-3.10-0osso2 -
 osso-obexsrv svn
https://stage.maemo.org/svn/maemo/projects/connectivity/osso-obexsrv/tags/osso-obexsrv-0.12.1 ./autogen.sh
 osso-bluez-compat svn
https://stage.maemo.org/svn/maemo/projects/connectivity/osso-bluez-compat/tags/osso-bluez-compat-0.5.1 ./autogen.sh
 libconic svn https://stage.maemo.org/svn/maemo/projects/haf/tags/libconic/0.13.mvo0 -
(Continue reading)

subversion | 1 Jun 2007 11:46
Favicon

r12023 - projects/haf/trunk/hildon-fm/hildon-fm

Author: marivoll
Date: 2007-06-01 12:46:40 +0300 (Fri, 01 Jun 2007)
New Revision: 12023

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-selection.c
Log:
	* hildon-fm/hildon-file-selection.c (trigger_repair): Pass address
	of pointers to dbus_message_append_args as required, not pointers
	themselves.  How unobvious.

Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-selection.c
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-selection.c	2007-06-01 08:40:31 UTC
(rev 12022)
+++ projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-selection.c	2007-06-01 09:46:40 UTC
(rev 12023)
 <at>  <at>  -2925,6 +2925,7  <at>  <at> 
   DBusConnection *conn;
   DBusMessage *message;
   dbus_bool_t ret;
+  const char *empty_string = "";

   conn = dbus_bus_get (DBUS_BUS_SYSTEM, NULL);
   if (conn == NULL)
 <at>  <at>  -2944,8 +2945,8  <at>  <at> 
     }

   ret = dbus_message_append_args (message,
-				  DBUS_TYPE_STRING, device,
(Continue reading)

subversion | 1 Jun 2007 11:47
Favicon

r12024 - projects/haf/trunk/hildon-fm

Author: marivoll
Date: 2007-06-01 12:47:04 +0300 (Fri, 01 Jun 2007)
New Revision: 12024

Modified:
   projects/haf/trunk/hildon-fm/ChangeLog
Log:

Modified: projects/haf/trunk/hildon-fm/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-fm/ChangeLog	2007-06-01 09:46:40 UTC (rev 12023)
+++ projects/haf/trunk/hildon-fm/ChangeLog	2007-06-01 09:47:04 UTC (rev 12024)
 <at>  <at>  -1,3 +1,14  <at>  <at> 
+2007-05-31  Marius Vollmer  <marius.vollmer@...>
+
+	* hildon-fm/hildon-file-selection.c (trigger_repair): Pass address
+	of pointers to dbus_message_append_args as required, not pointers
+	themselves.  How unobvious.
+
+	* hildon-fm/hildon-file-system-voldev.c
+	(capitalize_and_remove_trailing_spaces, beautify_mmc_name): New.
+	(hildon_file_system_voldev_volumes_changed): Use them to hack the
+	display name of memory cards (N33701).
+
 2007-05-28  Marius Vollmer  <marius.vollmer@...>

 	Released 1.9.26
subversion | 1 Jun 2007 11:52
Favicon

r12025 - in projects/haf/trunk/hildon-theme-layout-4: . rc

Author: jobi
Date: 2007-06-01 12:52:19 +0300 (Fri, 01 Jun 2007)
New Revision: 12025

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/ossoiradioapplet.rc
Log:

2007-06-01  Johan Bilien  <johan.bilien@...>

	* rc/ossoiradioapplet.rc: Fixed border values

Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-06-01 09:47:04 UTC (rev 12024)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-06-01 09:52:19 UTC (rev 12025)
 <at>  <at>  -1,3 +1,7  <at>  <at> 
+2007-06-01  Johan Bilien  <johan.bilien@...>
+
+	* rc/ossoiradioapplet.rc: Fixed border values
+
 2007-05-30  Johan Bilien  <johan.bilien@...>

 	* rc/ossorssfeedreader.rc: Fixed border values

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/ossoiradioapplet.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/ossoiradioapplet.rc	2007-06-01 09:47:04 UTC
(rev 12024)
(Continue reading)

subversion | 1 Jun 2007 12:19
Favicon

r12026 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

Author: jobi
Date: 2007-06-01 13:18:57 +0300 (Fri, 01 Jun 2007)
New Revision: 12026

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
Log:

2007-05-31  Johan Bilien  <johan.bilien@...>

	* hildon-home-area.c:
	- do not recompute the alpha mask when resizing

Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 09:52:19 UTC (rev 12025)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 10:18:57 UTC (rev 12026)
 <at>  <at>  -1,5 +1,10  <at>  <at> 
 2007-05-31  Johan Bilien  <johan.bilien@...>

+	* hildon-home-area.c:
+	- do not recompute the alpha mask when resizing
+
+2007-05-31  Johan Bilien  <johan.bilien@...>
+
 	* hildon-home-area.[ch]:
 	- inherit from Container instead of Fixed
 	- implement _size_allocate, _size_request, _forall

(Continue reading)

subversion | 1 Jun 2007 12:24
Favicon

r12027 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src

Author: jobi
Date: 2007-06-01 13:24:21 +0300 (Fri, 01 Jun 2007)
New Revision: 12027

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-toggle-button.c
   projects/haf/trunk/hildon-desktop/src/hd-panel-window.c
Log:

2007-06-01  Johan Bilien  <johan.bilien@...>

	* src/hd-panel-window.c:
	- added configure-event handler to track window geometry
	- attach the picture to the drawable so it can be used
	by child widgets drawing on the same window
	* src/hildon-toggle-button.c:
	- check if the drawable already has a Picture attached
	and use it if available

Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 10:18:57 UTC (rev 12026)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 10:24:21 UTC (rev 12027)
 <at>  <at>  -1,3 +1,13  <at>  <at> 
+2007-06-01  Johan Bilien  <johan.bilien@...>
+
+	* src/hd-panel-window.c:
+	- added configure-event handler to track window geometry
+	- attach the picture to the drawable so it can be used
(Continue reading)

subversion | 1 Jun 2007 12:32
Favicon

r12028 - in projects/haf/trunk/hildon-desktop: . debian

Author: jobi
Date: 2007-06-01 13:31:54 +0300 (Fri, 01 Jun 2007)
New Revision: 12028

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/configure.ac
   projects/haf/trunk/hildon-desktop/debian/changelog
Log:

2007-06-01  Johan Bilien  <johan.bilien@...>

	* configure.ac: 0.0.16

Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 10:24:21 UTC (rev 12027)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 10:31:54 UTC (rev 12028)
 <at>  <at>  -1,5 +1,9  <at>  <at> 
 2007-06-01  Johan Bilien  <johan.bilien@...>

+	* configure.ac: 0.0.16
+
+2007-06-01  Johan Bilien  <johan.bilien@...>
+
 	* src/hd-panel-window.c:
 	- added configure-event handler to track window geometry
 	- attach the picture to the drawable so it can be used

Modified: projects/haf/trunk/hildon-desktop/configure.ac
(Continue reading)

subversion | 1 Jun 2007 12:33
Favicon

r12029 - projects/haf/tags/hildon-desktop

Author: jobi
Date: 2007-06-01 13:33:08 +0300 (Fri, 01 Jun 2007)
New Revision: 12029

Added:
   projects/haf/tags/hildon-desktop/0.0.16-1/
Log:
  Tagged 0.0.16-1

Copied: projects/haf/tags/hildon-desktop/0.0.16-1 (from rev 12028, projects/haf/trunk/hildon-desktop)
subversion | 1 Jun 2007 12:34
Favicon

r12030 - projects/haf/hafbuildbot

Author: jobi
Date: 2007-06-01 13:34:06 +0300 (Fri, 01 Jun 2007)
New Revision: 12030

Modified:
   projects/haf/hafbuildbot/sardine.packages
Log:
  Updated hildon-desktop to 0.0.16-1

Modified: projects/haf/hafbuildbot/sardine.packages
===================================================================
--- projects/haf/hafbuildbot/sardine.packages	2007-06-01 10:33:08 UTC (rev 12029)
+++ projects/haf/hafbuildbot/sardine.packages	2007-06-01 10:34:06 UTC (rev 12030)
 <at>  <at>  -56,7 +56,7  <at>  <at> 
 lsof svn https://stage.maemo.org/svn/maemo/projects/haf/tags/lsof/4.70-1osso1 -
 libxml2 svn https://stage.maemo.org/svn/maemo/projects/haf/tags/libxml2/2.6.27.dfsg-1osso2 -
 maemo-af-desktop svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/maemo-af-desktop/3.0.0-1 -
-hildon-desktop svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-desktop/0.0.15-1 -
+hildon-desktop svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-desktop/0.0.16-1 -
 hildon-home-webshortcut svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-home-webshortcut/1:1.9.2-1 -
 maemo-af-desktop-config svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/maemo-af-desktop-config/0.1.8-1sardine1 -
 maemo-launcher svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/maemo-launcher/0.21.1-1.1 -
subversion | 1 Jun 2007 12:40
Favicon

r12031 - in projects/haf/tags/hildon-desktop: . 0.0.16-1nocomposite/debian

Author: jobi
Date: 2007-06-01 13:40:22 +0300 (Fri, 01 Jun 2007)
New Revision: 12031

Added:
   projects/haf/tags/hildon-desktop/0.0.16-1nocomposite/
Modified:
   projects/haf/tags/hildon-desktop/0.0.16-1nocomposite/debian/changelog
   projects/haf/tags/hildon-desktop/0.0.16-1nocomposite/debian/control
Log:
  Tagged 0.0.16-1nocomposite

Copied: projects/haf/tags/hildon-desktop/0.0.16-1nocomposite (from rev 12030, projects/haf/tags/hildon-desktop/0.0.16-1)

Modified: projects/haf/tags/hildon-desktop/0.0.16-1nocomposite/debian/changelog
===================================================================
--- projects/haf/tags/hildon-desktop/0.0.16-1/debian/changelog	2007-06-01 10:34:06 UTC (rev 12030)
+++ projects/haf/tags/hildon-desktop/0.0.16-1nocomposite/debian/changelog	2007-06-01
10:40:22 UTC (rev 12031)
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+hildon-desktop (0.0.16-1nocomposite) sardine; urgency=low
+
+  * removed build-dep on libxcomposite-dev and libxdamage-dev 
+
+ -- Johan Bilien <johan.bilien@...>  Fri,  1 Jun 2007 13:36:59 +0300
+
 hildon-desktop (0.0.16-1) sardine; urgency=low

   * src/hd-panel-window.c:

(Continue reading)


Gmane