----- Original message ----- >From [email protected] Sent: Mon, 23 Feb 2009, 10:00:01 UTC To [email protected] Subject maemo-commits Digest, Vol 39, Issue 29
> Send maemo-commits mailing list submissions to > [email protected] > > 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 > [email protected] > > You can reach the person managing the list at > [email protected] > > 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 > ([email protected]) > 2. r17478 - in projects/haf/trunk/hildon-thumbnail: . debian > ([email protected]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 22 Feb 2009 14:30:51 +0200 (EET) > From: [email protected] > Subject: [maemo-commits] r17477 - > projects/haf/trunk/libmatchbox2/matchbox/core > To: [email protected] > Message-ID: <[email protected]> > 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: [email protected] > Subject: [maemo-commits] r17478 - in > projects/haf/trunk/hildon-thumbnail: . debian > To: [email protected] > Message-ID: <[email protected]> > 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 <[email protected]> > > * 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 <[email protected]> > + > + * debian/hildon-thumbnail.install: Re-enabled the GStreamer plugin > + > 2009-02-18 Philip Van Hoof <[email protected]> > > * 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 > [email protected] > https://lists.maemo.org/mailman/listinfo/maemo-commits > > > End of maemo-commits Digest, Vol 39, Issue 29 > *********************************************
_______________________________________________ maemo-users mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-users
