Re: [Sugar-devel] [ASLO] Release Image Viewer-50

2012-10-03 Thread Manuel Quiñones
2012/10/3 Agustin Zubiaga Sanchez : > I fixed a bug in the objectchooser [1] > And I have ported the setup.py to gtk3 [2] > > This changes are important, I have to release a new version? Yes Agus, please. Thanks, > > [1] git.sugarlabs.org/imageviewer/mainline/commit/7591e459 > [2] git.sugarlabs.

Re: [Sugar-devel] [ASLO] Release Image Viewer-50

2012-10-03 Thread Agustin Zubiaga Sanchez
I fixed a bug in the objectchooser [1] And I have ported the setup.py to gtk3 [2] This changes are important, I have to release a new version? [1] git.sugarlabs.org/imageviewer/mainline/commit/7591e459 [2] git.sugarlabs.org/imageviewer/mainline/commit/c46f22cb Regards, aguz 2012/10/3 Simon Scha

Re: [Sugar-devel] [PATCH artwork] Style active state of activities in home view for tap and click feedback

2012-10-03 Thread Martin Langhoff
On Wed, Oct 3, 2012 at 5:12 PM, Manuel Quiñones wrote: > And enlarging a bit: > > http://dev.laptop.org/~manuq/shell-port/icon-hover2.png > http://dev.laptop.org/~manuq/shell-port/icon-tap2.png I am partial towards the enlarged ones :-) cheers, m -- martin.langh...@gmail.com mar...@laptop.

Re: [Sugar-devel] Gst1.0 plugins in sugar-build

2012-10-03 Thread Manuel Kaufmann
On Wed, Oct 3, 2012 at 6:08 PM, Peter Robinson wrote: > The advantage of gstreamer is you can add extra codecs easily by just > installing packages and without recompiling anything and the > functionality should just work without any changes in the application > so I'm not sure why it's a needed r

Re: [Sugar-devel] [PATCH artwork] Style active state of activities in home view for tap and click feedback

2012-10-03 Thread Manuel Quiñones
2012/10/3 Martin Langhoff : > On Wed, Oct 3, 2012 at 4:53 PM, Manuel Quiñones wrote: >> Add a light grey background, which is the same size as the grey >> outline that appears when the icon is hovered. > > Yes! This stuff is needed. Touch feedback needs to be bright, clear, > and clearly larger th

Re: [Sugar-devel] Gst1.0 plugins in sugar-build

2012-10-03 Thread Peter Robinson
On Wed, Oct 3, 2012 at 10:01 PM, Manuel Kaufmann wrote: > Hello, > > I'd like to comment that there are many Gst 1.0 plugin decoders that > are not built because of missing dependencies. I had to install > "libmad-devel.x86_64" (on my F17) to be able to play MP3 files from > Jukebox. We've always

[Sugar-devel] Gst1.0 plugins in sugar-build

2012-10-03 Thread Manuel Kaufmann
Hello, I'd like to comment that there are many Gst 1.0 plugin decoders that are not built because of missing dependencies. I had to install "libmad-devel.x86_64" (on my F17) to be able to play MP3 files from Jukebox. Daniel, can be this package added as a dependency for sugar-build? Cheers, --

Re: [Sugar-devel] [PATCH artwork] Style active state of activities in home view for tap and click feedback

2012-10-03 Thread Martin Langhoff
On Wed, Oct 3, 2012 at 4:53 PM, Manuel Quiñones wrote: > Add a light grey background, which is the same size as the grey > outline that appears when the icon is hovered. Yes! This stuff is needed. Touch feedback needs to be bright, clear, and clearly larger than your finger so that you see it.

[Sugar-devel] [PATCH artwork] Style active state of activities in home view for tap and click feedback

2012-10-03 Thread Manuel Quiñones
Add a light grey background, which is the same size as the grey outline that appears when the icon is hovered. Also, make the rectangle corners a bit more round. Signed-off-by: Manuel Quiñones --- gtk3/theme/gtk-widgets.css.em | 15 --- 1 file changed, 12 insertions(+), 3 deletions(

[Sugar-devel] [PATCH shell 2/2] Home view: add active state to activity icons for click and tap feedback

2012-10-03 Thread Manuel Quiñones
This makes the active state styleable in the theme. When the icon is pressed, the state is changed to active. Also add a background render to the draw method, to make the backgroud styleable too. Signed-off-by: Manuel Quiñones --- src/jarabe/desktop/favoritesview.py | 30 ++

[Sugar-devel] [PATCH shell] Get back spacing between activity icon and hover border

2012-10-03 Thread Manuel Quiñones
size_request is deprecated and get_preferred_size should be used instead. We override the methods of EventIcon get_preferred_width and get_preferred_height because they are simpler to use from python, no need to make a requisition object, just return integers. Signed-off-by: Manuel Quiñones ---

Re: [Sugar-devel] ImageViewer (gtk3) traceback

2012-10-03 Thread Daniel Narvaez
That was fast :) Just tested and it works now. Thanks a lot! I don't need a release, I'm working from git. On 3 October 2012 18:43, Agustin Zubiaga Sanchez wrote: > Hi Daniel, > The bug is fixed in the repository [1] > Do you want to have a new release? > > [1] git.sugarlabs.org/imageviewer/main

Re: [Sugar-devel] ImageViewer (gtk3) traceback

2012-10-03 Thread Agustin Zubiaga Sanchez
Hi Daniel, The bug is fixed in the repository [1] Do you want to have a new release? [1] git.sugarlabs.org/imageviewer/mainline/commit/7591e459 Regards, aguz 2012/10/3 Daniel Narvaez > Hello, > > I added the gtk3 branch of the ImageViewer activity to buildbot but > it's failing to show the fil

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Peter Robinson
On Oct 3, 2012 6:56 PM, "Martin Langhoff" wrote: > > On Wed, Oct 3, 2012 at 11:54 AM, Peter Robinson wrote: > > You can still port to gstreamer 1.0 on 13.1.0 and just test with non > > ugly codecs (vorbis / webm etc). > > Yep. Work now with the ugly codecs. Once vmeta is ready we'll have to > ret

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Martin Langhoff
On Wed, Oct 3, 2012 at 11:54 AM, Peter Robinson wrote: > You can still port to gstreamer 1.0 on 13.1.0 and just test with non > ugly codecs (vorbis / webm etc). Yep. Work now with the ugly codecs. Once vmeta is ready we'll have to retest & debug, as it seems to be more fragile. Extra work :-(

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Peter Robinson
On Wed, Oct 3, 2012 at 3:39 PM, Manuel Kaufmann wrote: > On Wed, Oct 3, 2012 at 10:51 AM, Peter Robinson wrote: >> Ultimately I'm sure we'd like to drop 0.10 if at all possible just so >> we don't need to ship two copies and any of the deps that go with it. > > I'm working on the port of Jukebox

Re: [Sugar-devel] [PATCH v2 Browse] Remove temporary downloaded (cancelled) files SL #3973

2012-10-03 Thread Manuel Kaufmann
On Wed, Oct 3, 2012 at 12:08 PM, Martin Langhoff wrote: > Not at all. Ignoring the computer is not elegance. OK. I will send a new version of this patch with all the things that we were discussing. -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/ P

[Sugar-devel] ImageViewer (gtk3) traceback

2012-10-03 Thread Daniel Narvaez
Hello, I added the gtk3 branch of the ImageViewer activity to buildbot but it's failing to show the file picker, which breaks our UI test. I get the following traceback Traceback (most recent call last): File "/home/dnarvaez/Development/sugar-build/master/install/share/sugar/activities/ImageVi

Re: [Sugar-devel] [PATCH v2 Browse] Remove temporary downloaded (cancelled) files SL #3973

2012-10-03 Thread Martin Langhoff
On Wed, Oct 3, 2012 at 6:52 AM, Manuel Kaufmann wrote: > On Tue, Oct 2, 2012 at 5:35 PM, Martin Langhoff > wrote: >> Actually, the answer is to avoid datetime. It's fine for high level >> work; when you care about times defined as epoch values, you > > Yes, you are right. But datetime is much mor

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Manuel Kaufmann
On Wed, Oct 3, 2012 at 10:51 AM, Peter Robinson wrote: > Ultimately I'm sure we'd like to drop 0.10 if at all possible just so > we don't need to ship two copies and any of the deps that go with it. I'm working on the port of Jukebox to Gst 1.0 and I have it quite stable but I'm doing some of my

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Peter Robinson
On Wed, Oct 3, 2012 at 2:24 PM, Simon Schampijer wrote: > On 10/03/2012 02:59 PM, Walter Bender wrote: >> >> On Wed, Oct 3, 2012 at 8:53 AM, Simon Schampijer >> wrote: >>> >>> Hi, >>> >>> in case not everybody has been aware of this, GStreamer 1.0.0 has now >>> been >>> officially released [1], a

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Simon Schampijer
On 10/03/2012 02:59 PM, Walter Bender wrote: On Wed, Oct 3, 2012 at 8:53 AM, Simon Schampijer wrote: Hi, in case not everybody has been aware of this, GStreamer 1.0.0 has now been officially released [1], and it has been picked up in Fedora [2]. Will is be part of the official F18 release?

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Simon Schampijer
On 10/03/2012 03:17 PM, Manuel Kaufmann wrote: On Wed, Oct 3, 2012 at 9:53 AM, Simon Schampijer wrote: in case not everybody has been aware of this, GStreamer 1.0.0 has now been officially released [1], and it has been picked up in Fedora [2]. Great! * What's about gstreamer plugins (ugly,

Re: [Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Walter Bender
On Wed, Oct 3, 2012 at 8:53 AM, Simon Schampijer wrote: > Hi, > > in case not everybody has been aware of this, GStreamer 1.0.0 has now been > officially released [1], and it has been picked up in Fedora [2]. Will is be part of the official F18 release? -walter > > Regards, >Simon > > [1] >

Re: [Sugar-devel] [ASLO] Release Image Viewer-50

2012-10-03 Thread Simon Schampijer
On 10/03/2012 12:08 PM, Gonzalo Odiard wrote: Hmm, setup.py was not ported to gtk3 :( Gonzalo Hopefully going through the steps using the porting guide [1] helps to avoid that. Regards, Simon [1] http://wiki.sugarlabs.org/go/Features/GTK3/Porting#Port_the_activity_from_GTK2_to_GTK3

[Sugar-devel] GStreamer 1.0.0 has been released

2012-10-03 Thread Simon Schampijer
Hi, in case not everybody has been aware of this, GStreamer 1.0.0 has now been officially released [1], and it has been picked up in Fedora [2]. Regards, Simon [1] http://lists.freedesktop.org/archives/gstreamer-announce/2012-September/000265.html [2] http://koji.fedoraproject.org/koji/p

[Sugar-devel] [ASLO] Release TurtleBots-17

2012-10-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4434 Sugar Platform: 0.92 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28255/turtlebots-17.xo Release notes: -followme: remove redundant save calibration - add brightness block -followme: change order of the blocks -

Re: [Sugar-devel] [PATCH v2 Browse] Remove temporary downloaded (cancelled) files SL #3973

2012-10-03 Thread Manuel Kaufmann
On Tue, Oct 2, 2012 at 5:35 PM, Martin Langhoff wrote: > Actually, the answer is to avoid datetime. It's fine for high level > work; when you care about times defined as epoch values, you Yes, you are right. But datetime is much more elegant and makes the code much more easy to read and follow. P

Re: [Sugar-devel] [ASLO] Release Image Viewer-50

2012-10-03 Thread Gonzalo Odiard
Hmm, setup.py was not ported to gtk3 :( Gonzalo On Wed, Oct 3, 2012 at 3:48 AM, Peter Robinson wrote: > Hi Agustin, > > I currently see an issue building it. The logs are below. I believe > Walter has seen this issue before so he might be able to assist. I > think there's something that needs t

[Sugar-devel] First release of SemanticXO [laptop.org #67749]

2012-10-03 Thread Christophe Guéret
Dear all, There is a first feature complete release of SemanticXO available for testing, along with two demo activities. I just published a description of the project there http://worldwidesemanticweb.wordpress.com/projects/semanticxo/ The code has been tested to work correctly on three XO-1 runn