Re: [Sugar-devel] Gtk 3.10 icon size regression

2014-01-19 Thread James Cameron
On Sat, Jan 18, 2014 at 12:07:34PM +0100, Daniel Narvaez wrote: > On 18 January 2014 11:32, James Cameron wrote: > > On Sat, Jan 18, 2014 at 10:41:57AM +0100, Daniel Narvaez wrote: > > > By the way, XO is our main platform from the number of users > > > point of view but it seems like a dead end a

[Sugar-devel] [ASLO] Release Physics-15

2014-01-19 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4193 Sugar Platform: 0.96 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28882/physics-15.xo Release notes: 15 ENHANCEMENT: * Add collaboration support for most tools BUG FIX: * Fixed problems with selector palettes

Re: [Sugar-devel] mime type error in sugar

2014-01-19 Thread Gonzalo Odiard
On Sun, Jan 19, 2014 at 1:47 PM, Daniel Narvaez wrote: > On 19 January 2014 17:04, Gonzalo Odiard wrote: > >> I don't know if this was needed by historical reasons, >> maybe the Gio functionality was not available. >> >> mime.get_for_file do some magic to recognize text files. >> > > Gio seems t

Re: [Sugar-devel] Collaboration support for sugar web activities

2014-01-19 Thread Emil Dudev
Please don't look at the poor javascript code :( I created a web activity that can act as sugar's mesh for web activities (with a few lines of code it should work for normal activities, too). This time I went the other way around. Instead of sending invites, when an activity is shared, everyone o

Re: [Sugar-devel] [DESIGN] Better journal icons

2014-01-19 Thread Daniel Narvaez
Adding [DESIGN]. On 19 January 2014 21:45, Sam Parkinson wrote: > Hi > > Here is my PR that makes the journal icons better. It now only shows the > white outline. You can check it out here: > https://github.com/sugarlabs/sugar-toolkit-gtk3/pull/88 . > > Sam > > _

[Sugar-devel] Better journal icons

2014-01-19 Thread Sam Parkinson
Hi Here is my PR that makes the journal icons better. It now only shows the white outline. You can check it out here: https://github.com/sugarlabs/sugar-toolkit-gtk3/pull/88 . Sam ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists

Re: [Sugar-devel] mime type error in sugar

2014-01-19 Thread Daniel Narvaez
On 19 January 2014 17:04, Gonzalo Odiard wrote: > I don't know if this was needed by historical reasons, > maybe the Gio functionality was not available. > > mime.get_for_file do some magic to recognize text files. > Gio seems to handle that just fine (tested with Gio.content_guess_type). > Pr

Re: [Sugar-devel] mime type error in sugar

2014-01-19 Thread Gonzalo Odiard
I don't know if this was needed by historical reasons, maybe the Gio functionality was not available. mime.get_for_file do some magic to recognize text files. Probably mime.get_for_file could call Gio instead of the SugarExt equivalent. Gonzalo On Sat, Jan 18, 2014 at 6:49 AM, Daniel Narvaez