[Sugar-devel] [PATCH Browse] Graphic for the cancel loading button in the URL entry changed #3499

2012-04-27 Thread Manuel Quiñones
Now features a square black background, to distingish it from the upcoming clear URL entry button. Signed-off-by: Manuel Quiñones ma...@laptop.org --- icons/browse-dialog-cancel.svg | 23 --- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git

Re: [Sugar-devel] [DESIGN] More topics font related

2012-04-27 Thread Gonzalo Odiard
Yes, I should include the language coverage as a topic. Thanks Chris for remember. Gonzalo On Fri, Apr 27, 2012 at 1:34 AM, Chris Leonard cjlhomeaddr...@gmail.comwrote: All, It might be of interest to review this earlier incarnation of a font thread (started by Sridhar from AU).

Re: [Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Manuel Quiñones
Hi James (resending to the list). El día 26 de abril de 2012 20:45, James Simmons nices...@gmail.com escribió: Manuel, I just changed the font for Read Etexts to monospace.  Read Etexts is for the plain text files distributed by Project Gutenberg.  Most of these titles look just fine in the

[Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Manuel Quiñones
(Resending Dave's email to the list...) -- Hi! Please note, this email is my personal opinion only, not the views of any other persons, groups or companies. I am a consultant to the Google Web Fonts team, not an authorized representative for Google Inc or any of my other consulting clients.

[Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Manuel Quiñones
(Resending Dave's email to the list...) -- On 26 April 2012 16:48, Dave Crossland dcrossl...@google.com wrote: letter s/letter/letting :) ...fonts on the brain... ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Gonzalo Odiard
On Fri, Apr 27, 2012 at 7:25 AM, Manuel Quiñones ma...@laptop.org wrote: Hi James (resending to the list). El día 26 de abril de 2012 20:45, James Simmons nices...@gmail.com escribió: Manuel, I just changed the font for Read Etexts to monospace. Read Etexts is for the plain text

[Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Manuel Quiñones
(Resending Guillermo's email to the list...) -- Well, I suggested Gentium based on the fact that they were looking for a serif alternative to DejaVu Serif. As far as I know Gentium also has a good glyph coverage and it is optimized for small body text, so it seemed a good option. Anyway I

Re: [Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Gonzalo Odiard
Hi! Please note, this email is my personal opinion only, not the views of any other persons, groups or companies. I am a consultant to the Google Web Fonts team, not an authorized representative for Google Inc or any of my other consulting clients. Thanks for your understanding :-) We

Re: [Sugar-devel] [DESIGN] More topics font related

2012-04-27 Thread Manuel Quiñones
El día 27 de abril de 2012 02:08, Hal Murray hmur...@megapathdsl.net escribió: cjlhomeaddr...@gmail.com said: One element that is critical in all of this, of course, is taking some care to investigate the range of languages that any given font can represent. I'm sure that much of the

Re: [Sugar-devel] [DESIGN] More topics font related

2012-04-27 Thread Gonzalo Odiard
Is it easy to configure the font for a particular distribution? If not, how much work would that be? This is the Sugar feature that needs to be reactivated: http://wiki.sugarlabs.org/go/Features/Font_configuration Looks like this feature is about the font in the Sugar UI. Is

Re: [Sugar-devel] [DESIGN] More topics font related

2012-04-27 Thread Walter Bender
I am a bit late to the conversation... but a few observations, most of which have already been made: (1) We too did pretty extensive studies of the impact font style and design on reading back in the mid-80s. Our conclusions were that Serif vs San-Serif was pretty much in the noise. However,

[Sugar-devel] [PATCH Browse] Catch None value for url and set empty string in the URL entry #3476

2012-04-27 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- webtoolbar.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/webtoolbar.py b/webtoolbar.py index 654f720..b49cf5a 100644 --- a/webtoolbar.py +++ b/webtoolbar.py @@ -365,7 +365,10 @@ class

Re: [Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread James Simmons
Gonzalo, I don't know how many books for younger readers have ASCII art in their plain text versions, but I do know of one book that has a ton of it, because it is one of my donations to Project Gutenberg: http://www.gutenberg.org/ebooks/39442 I modified Read Etexts because I felt that my own

Re: [Sugar-devel] [PATCH Browse] Handle new windows request and instead open links in new tabs #3507

2012-04-27 Thread Simon Schampijer
Great, thanks for the patch, works as expected, * http://dev.laptop.org/~erikos/wanted.html opens a new tab * http://dev.laptop.org/~erikos/unwanted.html is blocked Acked, please push. Regards, Simon On 04/25/2012 08:55 PM, Manuel Quiñones wrote: Browse being a Sugar activity only has

Re: [Sugar-devel] [IAEP] Fwd: [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Sandra Thaxter
Frederick .. Manuel , We should consider the font clear at all resolutions and screen lighting backlighting or no backlighting.. Some fonts breakdown as fewer pixels are available for display. XO resolutions is generally great, but we shouldn't count on that if we are thinbking of standards,

Re: [Sugar-devel] [PATCH Browse] Fix for authentication with school server f6dd764abd7c160e6188757b8e61cd01062a92c6 #3456

2012-04-27 Thread Simon Schampijer
This patch looks good. And I applied it and do not see any regressions at least. Can we get it tested with the school server? Sam can you have a look if this is the final result we would like to see? Regards, Simon On 04/26/2012 11:31 PM, Manuel Quiñones wrote: The cookie is now

[Sugar-devel] [PATCH Browse] Allow 'Up' key in the drop-down list of suggested pages SL #3473

2012-04-27 Thread Manuel Kaufmann
This patch fixes #3473 but it's necessary to have the git version of python-gi because it needs this commit[1] to work [1] http://git.gnome.org/browse/pygobject/commit/?id=d37680bb9390426f7f58ea3d352c3e5e2106e978 Signed-off-by: Manuel Kaufmann humi...@gmail.com --- webtoolbar.py |8

Re: [Sugar-devel] [PATCH Browse] Fix for authentication with school server f6dd764abd7c160e6188757b8e61cd01062a92c6 #3456

2012-04-27 Thread Manuel Quiñones
Hi Simon, El día 27 de abril de 2012 12:19, Simon Schampijer si...@schampijer.de escribió: This patch looks good. And I applied it and do not see any regressions at least. Can we get it tested with the school server? Sam can you have a look if this is the final result we would like to see?

Re: [Sugar-devel] [PATCH Browse] Fix for authentication with school server f6dd764abd7c160e6188757b8e61cd01062a92c6 #3456

2012-04-27 Thread Simon Schampijer
On 04/27/2012 06:38 PM, Manuel Quiñones wrote: Hi Simon, El día 27 de abril de 2012 12:19, Simon Schampijer si...@schampijer.de escribió: This patch looks good. And I applied it and do not see any regressions at least. Can we get it tested with the school server? Sam can you have a look if

Re: [Sugar-devel] [PATCH Browse] Fix for authentication with school server f6dd764abd7c160e6188757b8e61cd01062a92c6 #3456

2012-04-27 Thread Manuel Quiñones
El día 27 de abril de 2012 13:39, Simon Schampijer si...@schampijer.de escribió: On 04/27/2012 06:38 PM, Manuel Quiñones wrote: Hi Simon, El día 27 de abril de 2012 12:19, Simon Schampijer si...@schampijer.de  escribió: This patch looks good. And I applied it and do not see any regressions

Re: [Sugar-devel] [PATCH Browse] Handle new windows request and instead open links in new tabs #3507

2012-04-27 Thread Manuel Quiñones
El día 27 de abril de 2012 11:37, Simon Schampijer si...@schampijer.de escribió: Great, thanks for the patch, works as expected, * http://dev.laptop.org/~erikos/wanted.html opens a new tab * http://dev.laptop.org/~erikos/unwanted.html is blocked Acked, please push. Regards,   Simon

Re: [Sugar-devel] [PATCH Browse] Catch None value for url and set empty string in the URL entry #3476

2012-04-27 Thread Simon Schampijer
On 04/27/2012 03:19 PM, Manuel Quiñones wrote: Signed-off-by: Manuel Quiñonesma...@laptop.org --- webtoolbar.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/webtoolbar.py b/webtoolbar.py index 654f720..b49cf5a 100644 --- a/webtoolbar.py +++ b/webtoolbar.py @@

Re: [Sugar-devel] [PATCH Browse] Catch None value for url and set empty string in the URL entry #3476

2012-04-27 Thread Manuel Quiñones
El día 27 de abril de 2012 14:08, Simon Schampijer si...@schampijer.de escribió: On 04/27/2012 03:19 PM, Manuel Quiñones wrote: Signed-off-by: Manuel Quiñonesma...@laptop.org ---  webtoolbar.py |    5 -  1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/webtoolbar.py

Re: [Sugar-devel] [PATCH Browse] Allow 'Up' key in the drop-down list of suggested pages SL #3473

2012-04-27 Thread Manuel Kaufmann
On Fri, 2012-04-27 at 12:57 -0300, Manuel Kaufmann wrote: This patch fixes #3473 but it's necessary to have the git version of python-gi because it needs this commit[1] to work How is the process in Fedora 16 to download a .rpm from it sources and re-build it again? I did it in Debian

Re: [Sugar-devel] [PATCH] When a object is removed from the clipboard try, select the last available v3 - SL #1266

2012-04-27 Thread Simon Schampijer
Great, looks good to me as well, pushed as 4da551e9bc1d54b19b29cd9abaedb73e7c6612e8 Regards, Simon On 04/24/2012 02:50 PM, Anish Mangal wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue 24 Apr 2012 04:48:27 PM IST, godi...@sugarlabs.org wrote: From: Gonzalo

[Sugar-devel] [ANNOUNCE] dextrose-sugar codebase git repos

2012-04-27 Thread Anish Mangal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I wanted to notify the creation of git repositories containing the sugar-dextrose codebase: Until recently, our code was present in the dextrose-OOB git repo (http://git.sugarlabs.org/dextrose/mainline/commits/bleeding-edge) in the form of

Re: [Sugar-devel] [ANNOUNCE] dextrose-sugar codebase git repos

2012-04-27 Thread Jerry Vonau
+1 Jerry Sent from my iPhone On 2012-04-27, at 2:38 PM, Anish Mangal an...@activitycentral.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I wanted to notify the creation of git repositories containing the sugar-dextrose codebase: Until recently, our code was

Re: [Sugar-devel] [PATCH Browse] Allow 'Up' key in the drop-down list of suggested pages SL #3473

2012-04-27 Thread Martin Langhoff
On Fri, Apr 27, 2012 at 2:10 PM, Manuel Kaufmann humi...@gmail.com wrote: How is the process in Fedora 16 to download a .rpm from it sources and re-build it again? There's a few ways based on srpms, but here's what I do, which is a bit different but easier. - install fedpkg -- it's a wrapper

[Sugar-devel] [PATCH Browse] Escape key stops page load SL #3373

2012-04-27 Thread Manuel Kaufmann
When a page is still loading the user is able to press the Escape key to stop its load. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- webactivity.py |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/webactivity.py b/webactivity.py index 156ea3c..3892010

[Sugar-devel] Problem with new style of bars

2012-04-27 Thread Alan Jhonn Aguiar Schwyn
Hi, I'm trying to change an activity to the new system of bars (Sugar 0.86) http://git.sugarlabs.org/puntillismo/mainline Someone knows how make this old objects in the new system? gtk.Label()gtk.SpinButton() I have this code, for example: item = gtk.ToolItem()self.label=

Re: [Sugar-devel] [DESIGN] Revisiting Read Activity default font

2012-04-27 Thread Gonzalo Odiard
Thanks! On Fri, Apr 27, 2012 at 8:09 PM, gespert...@gmail.com gespert...@gmail.comwrote: I know the site say open source fonts, but can we distribute them? Yes, the SIL OFL license allows that. Dave can give you more reliable details, but as far as I could understand after reading the

Re: [Sugar-devel] Problem with new style of bars

2012-04-27 Thread Gonzalo Odiard
You can do this, what is the problem? Gonzalo On Fri, Apr 27, 2012 at 11:40 PM, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: Hi, I'm trying to change an activity to the new system of bars (Sugar 0.86) http://git.sugarlabs.org/puntillismo/mainline Someone knows how make this old

Re: [Sugar-devel] Problem with new style of bars

2012-04-27 Thread Alan Jhonn Aguiar Schwyn
You can do this, what is the problem? I'm making something wrong because not works.. Can you clone the git and try them? git://git.sugarlabs.org/puntillismo/mainline.git ___ Sugar-devel mailing list

Re: [Sugar-devel] Problem with new style of bars

2012-04-27 Thread Gonzalo Odiard
Please, be more specific when you describe a problem, not works or problem does not help. You should replace: toolbox.show() by toolbox.show_all() Gonzalo On Sat, Apr 28, 2012 at 1:03 AM, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: You can do this, what is the problem? I'm