[maemo-users] Fw: maemo-commits Digest, Vol 39, Issue 29

From: testjohn2 at gmail.com testjohn2 at gmail.com
Date: Mon Feb 23 17:51:11 EET 2009
----- Original message -----
>From maemo-commits-request at maemo.org
Sent:  Mon, 23 Feb 2009, 10:00:01 UTC
To maemo-commits at maemo.org
Subject maemo-commits Digest, Vol 39, Issue 29

> Send maemo-commits mailing list submissions to
>     maemo-commits at maemo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>     https://lists.maemo.org/mailman/listinfo/maemo-commits
> or, via email, send a message with subject or body 'help' to
>     maemo-commits-request at maemo.org
>
> You can reach the person managing the list at
>     maemo-commits-owner at maemo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of maemo-commits digest..."
>
>
> Today's Topics:
>
>    1. r17477 -    projects/haf/trunk/libmatchbox2/matchbox/core
>      (subversion at stage.maemo.org)
>    2. r17478 - in projects/haf/trunk/hildon-thumbnail: .    debian
>      (subversion at stage.maemo.org)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 22 Feb 2009 14:30:51 +0200 (EET)
> From: subversion at stage.maemo.org
> Subject: [maemo-commits] r17477 -
>     projects/haf/trunk/libmatchbox2/matchbox/core
> To: maemo-commits at maemo.org
> Message-ID: <20090222123051.27E3324DCC9 at stage.maemo.org>
> Content-Type: text/plain; charset=UTF-8
>
> Author: kihamala
> Date: 2009-02-22 14:30:42 +0200 (Sun, 22 Feb 2009)
> New Revision: 17477
>
> Modified:
>    projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
>    projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client.c
> Log:
> add two FIXMEs
>
>
> Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
> ===================================================================
> --- projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c    2009-02-20
> 16:06:08 UTC (rev 17476) +++
> projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c    2009-02-22
> 12:30:42 UTC (rev 17477) @@ -2050,6 +2050,8 @@    if (client !=
> wm->focused_client)      return;
> 
> +  /* FIXME: shouldn't we always start from top of the stack, because
> +  * the next client might not want focus? */
>    next = mb_wm_client_get_next_focused_client (client);
> 
>    if (!next && wm->stack_top)
>
> Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client.c
> ===================================================================
> --- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client.c    2009-02-20
> 16:06:08 UTC (rev 17476) +++
> projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client.c    2009-02-22 12:30:42
> UTC (rev 17477) @@ -655,6 +655,8 @@  {
>    MBWindowManagerClient *result=NULL, *c;
> 
> +  /* FIXME: should this be enumerate_reverse?
> +  * Now it begins from the bottom? */
>    mb_wm_stack_enumerate (client->wmref, c)
>        if (c->transient_for == client)
>          result = c;
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 23 Feb 2009 11:13:18 +0200 (EET)
> From: subversion at stage.maemo.org
> Subject: [maemo-commits] r17478 - in
>     projects/haf/trunk/hildon-thumbnail: .    debian
> To: maemo-commits at maemo.org
> Message-ID: <20090223091318.9AE2A24DCCA at stage.maemo.org>
> Content-Type: text/plain; charset=UTF-8
>
> Author: pvanhoof
> Date: 2009-02-23 11:13:05 +0200 (Mon, 23 Feb 2009)
> New Revision: 17478
>
> Modified:
>    projects/haf/trunk/hildon-thumbnail/ChangeLog
>    projects/haf/trunk/hildon-thumbnail/debian/hildon-thumbnail.install
> Log:
> 2009-02-23  Philip Van Hoof  <pvanhoof at codeminded.be>
>
>        * debian/hildon-thumbnail.install: Re-enabled the GStreamer plugin
>
>
>
> Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
> ===================================================================
> --- projects/haf/trunk/hildon-thumbnail/ChangeLog    2009-02-22 12:30:42 UTC (rev
> 17477) +++ projects/haf/trunk/hildon-thumbnail/ChangeLog    2009-02-23 09:13:05 UTC
> (rev 17478) @@ -1,3 +1,7 @@
> +2009-02-23  Philip Van Hoof  <pvanhoof at codeminded.be>
> +
> +    * debian/hildon-thumbnail.install: Re-enabled the GStreamer plugin
> +
>  2009-02-18  Philip Van Hoof  <pvanhoof at codeminded.be>
> 
>      * daemon/hildon-thumbnail-daemon.c
>
> Modified: projects/haf/trunk/hildon-thumbnail/debian/hildon-thumbnail.install
> ===================================================================
> --- projects/haf/trunk/hildon-thumbnail/debian/hildon-thumbnail.install
>     2009-02-22 12:30:42 UTC (rev 17477) +++
> projects/haf/trunk/hildon-thumbnail/debian/hildon-thumbnail.install    2009-02-23
> 09:13:05 UTC (rev 17478) @@ -15,4 +15,5 @@
> usr/lib/hildon-thumbnailer/plugins/libhildon-thumbnailer-exec.so
> usr/lib/hildon-thumbnailer/plugins/libhildon-thumbnailer-gdkpixbuf.so
> usr/lib/hildon-thumbnailer/plugins/libhildon-thumbnailer-epeg.so
> +usr/lib/hildon-thumbnailer/plugins/libhildon-thumbnailer-gstreamer-video.so
> usr/lib/hildon-thumbnailer/output-plugins/libhildon-thumbnailer-jpeg.so
>
>
>
> ------------------------------
>
> _______________________________________________
> maemo-commits mailing list
> maemo-commits at maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-commits
>
>
> End of maemo-commits Digest, Vol 39, Issue 29
> *********************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maemo.org/pipermail/maemo-users/attachments/20090223/feaffe21/attachment.htm 
More information about the maemo-users mailing list