Re: [Sugar-devel] [PATCH][Browse] Update progress bar and stop/reload buttons when switching tabs

2012-03-23 Thread Simon Schampijer
Thanks Manu for the patch, works in most of the cases but seem to fail for one case: - open Browse - open a pdf --- a new tab is opened --- the title is not shown in the url entry of the pdf tab - switch to another tab --- the title is shown there - switch back to the pdf tab --- the title is

[Sugar-devel] [PATCH browse] Use json as included in Python SL #3142

2012-03-23 Thread Simon Schampijer
We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Signed-off-by: Simon Schampijer si...@laptop.org --- model.py |6 +++--- webactivity.py |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)

[Sugar-devel] [PATCH][Browse] Update progress bar and stop/reload buttons when switching tabs

2012-03-23 Thread Manuel Quiñones
Calling the _set_status and _set_progress methods in the web toolbar directly when a new tab is activated. Also the callback for load-status is disconnected now in the previous tab, like the other callbacks. Removed the update of the navigation buttons when the loading status changes. This is

Re: [Sugar-devel] [PATCH browse] Use json as included in Python SL #3142

2012-03-23 Thread Manuel Quiñones
El día 23 de marzo de 2012 08:38, Simon Schampijer si...@schampijer.de escribió: We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Signed-off-by: Simon Schampijer si...@laptop.org Acked-by: Manuel Quiñones

[Sugar-devel] [RELEASE] Browse 133

2012-03-23 Thread Manuel Quiñones
== Source == http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-133.tar.bz2 == News == * Release 133 (Manuel Quiñones) * Commit from Sugar Labs: Translation System by user aputsiaq.: 37 of 37 messages translated (0 fuzzy). (Pootle daemon) * Commit from Sugar Labs: Translation

[Sugar-devel] Activity Packaging Wish List

2012-03-23 Thread Kalpa Welivitigoda
Hi, I updated the Fedora Sugar Activities page [1] so that the users can add their favourite/useful activities to be packaged. This will help the packagers so that they don't have to pick activities randomly to package. If you as a packager is working on a packaging a activity in the wish list

Re: [Sugar-devel] Activity Packaging Wish List

2012-03-23 Thread Walter Bender
On Fri, Mar 23, 2012 at 8:51 AM, Kalpa Welivitigoda callka...@gmail.com wrote: Hi, I updated the Fedora Sugar Activities page [1] so that the users can add their favourite/useful activities to be packaged. This will help the packagers so that they don't have to pick activities randomly to

Re: [Sugar-devel] Activity Packaging Wish List

2012-03-23 Thread Samuel Greenfeld
We should do a bit of merging - I created https://fedoraproject.org/wiki/QA:Testcase_sugar_activity_list since the Fedora 13 column made me think the list was unmaintained. (Misspellings in that list are from actual package descriptions - I did not correct most of them.) Keeping the version

Re: [Sugar-devel] Activity Packaging Wish List

2012-03-23 Thread Thomas C Gilliard
On 03/23/2012 05:51 AM, Kalpa Welivitigoda wrote: Hi, I updated the Fedora Sugar Activities page [1] so that the users can add their favourite/useful activities to be packaged. This will help the packagers so that they don't have to pick activities randomly to package. If you as a packager is

Re: [Sugar-devel] [PATCH browse] Use json as included in Python SL #3142

2012-03-23 Thread Simon Schampijer
On 03/23/2012 01:19 PM, Manuel Quiñones wrote: Acked-by: Manuel Quiñonesma...@laptop.org Thanks pushed. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Printing my FLOSS Manuals for OLPC

2012-03-23 Thread James Simmons
I have my three manuals on CreateSpace and the proof copies look great. Unfortunately, these books are easiest to get where they are least likely to be useful. In particular, I want *Como Hacer Una Actividad Sugar* to be available in South America. Someone was interested in using my cover design

Re: [Sugar-devel] Activity Packaging Wish List

2012-03-23 Thread Kalpa Welivitigoda
On Fri, Mar 23, 2012 at 6:45 PM, Walter Bender walter.ben...@gmail.com wrote: On Fri, Mar 23, 2012 at 8:51 AM, Kalpa Welivitigoda callka...@gmail.com wrote: Hi, I updated the Fedora Sugar Activities page [1] so that the users can add their favourite/useful activities to be packaged. This

Re: [Sugar-devel] Activity Packaging Wish List

2012-03-23 Thread Kalpa Welivitigoda
On Fri, Mar 23, 2012 at 6:52 PM, Samuel Greenfeld greenf...@laptop.org wrote: We should do a bit of merging - I created https://fedoraproject.org/wiki/QA:Testcase_sugar_activity_list since the Fedora 13 column made me think the list was unmaintained.  (Misspellings in that list are from actual

[Sugar-devel] [PATCH] Recreate corrupted key pair (#1568)

2012-03-23 Thread Daniel Drake
From: Sascha Silbe sascha-...@silbe.org Recreate a corrupted key pair instead of leaving it alone and failing horribly later. This case was recently encountered in Nicaragua. Signed-off-by: Sascha Silbe sascha-...@silbe.org Signed-off-by: Daniel Drake d...@laptop.org ---

[Sugar-devel] [ASLO] Release Log-28

2012-03-23 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4056 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27930/log-28.xo Release notes: * Updated translations. * Save a entry in the Journal again. Sugar Labs Activities

Re: [Sugar-devel] [PATCH] Recreate corrupted key pair (#1568)

2012-03-23 Thread James Cameron
On Fri, Mar 23, 2012 at 08:17:39PM +, Daniel Drake wrote: From: Sascha Silbe sascha-...@silbe.org Recreate a corrupted key pair instead of leaving it alone and failing horribly later. This case was recently encountered in Nicaragua. Signed-off-by: Sascha Silbe sascha-...@silbe.org