[Sugar-devel] [PATCH sugar] Add empty messages for empty devices and empty DOCUMENTS folders

2011-09-07 Thread Simon Schampijer
Currently the message will be the same for an empty Journal or an empty external device or an empty documents folder. This patch does distinguish between the different cases. In order to get the path of the documents folder as well from the listview the function has been moved to the model.

Re: [Sugar-devel] [PATCH sugar] Add empty messages for empty devices and empty DOCUMENTS folders

2011-09-07 Thread Simon Schampijer
On 09/06/2011 08:59 PM, Gonzalo Odiard wrote: Tested and works ok. IMHO, sending the constants had more sense when we only had two messages, now should be more clear if we do: if len(tree_model) == 0: if self._is_query_empty(): -

Re: [Sugar-devel] [PATCH sugar] Only show DOCUMENTS folder when it is not $HOME

2011-09-07 Thread Simon Schampijer
On 09/06/2011 08:10 PM, Gonzalo Odiard wrote: Tested-by: Gonzalo Odiardgonz...@laptop.org Acked-by: Gonzalo Odiardgonz...@laptop.org Thanks Gonzalo for testing and the review, pushed as: http://git.sugarlabs.org/sugar/mainline/commit/e4f7d81e73fe445f4d4d7b1b168855835fcc09ea Sidenote: The

Re: [Sugar-devel] [PATCH] Change string Remove in device palette by Remove device

2011-09-07 Thread Simon Schampijer
Thanks for all the feedback! I pushed [1] now Sascha's patch which uses pgettext to give context for translators. Chris will be making sure the translators can pick those changes up. Regards, Simon [1] http://git.sugarlabs.org/sugar/mainline/commit/7e1fa4e984e00cfaaddb46d0c043bdf21ce09fd6

Re: [Sugar-devel] Deprecating class and service_name in activity.info file

2011-09-07 Thread Simon Schampijer
On 09/01/2011 08:40 AM, Simon Schampijer wrote: On 08/31/2011 04:33 PM, Gonzalo Odiard wrote: In the ticket #2870 we tried to change all the activities included by default to use bundle_id and exec configuration due to deprecation of class and service_name. The only pending activity is Record

Re: [Sugar-devel] [DESIGN] Stop start-up icon pulsing when an activity fails to start

2011-09-07 Thread Gary Martin
On 6 Sep 2011, at 18:48, Samuel Greenfeld greenf...@laptop.org wrote: I would like to propose that we stop pulsing the animated icons (in the main screen area as well as the upper toolbar frame) when an activity fails to start, and Sugar already knows to display a message stating this

Re: [Sugar-devel] [DESIGN] Stop start-up icon pulsing when an activity fails to start

2011-09-07 Thread Thomas C Gilliard
Sugar 0.93.3 [1] is now producing this Problem in default applications: icon stays pulsing in top bar after closing these applications [2]: record 93 clock 6 Plus surf 115 None failed to start (STOP) Error in log: cannot import name AddressEntry (webtoolbar) icon stays pulsing in top bar [3]

[Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread Manuel Quiñones
The Add Tab button has been relocated next to the tab labels, allowing more space for the URL entry. Tabs are always shown. There is at least one tab. In that case, it cannot be closed. We prevent the closing by hidding the 'X' button. Also, the close image was sugarized. There is now a fixed

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread manuel quiñones
Hi, El día 6 de septiembre de 2011 07:48, Simon Schampijer si...@schampijer.de escribió: On 09/05/2011 08:44 PM, Manuel Quiñones wrote: The Add Tab button has been relocated next to the tab labels, allowing more space for the URL entry. Tabs are always shown.  There is at least one tab.  In

Re: [Sugar-devel] Deprecating class and service_name in activity.info file

2011-09-07 Thread Gonzalo Odiard
Looks like it was pushed. I have changed patchwork state and closed the ticket. Thanks to all the developers involved Gonzalo Has this been pushed? If yes, please mind to note the commit id and update patchwork accordingly:

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread Simon Schampijer
Hi Manuel, the general approach looks really good, and the code has high quality, just a few nitpicks and suggestions: On 09/07/2011 01:52 PM, Manuel Quiñones wrote: The Add Tab button has been relocated next to the tab labels, allowing more space for the URL entry. Tabs are always shown.

Re: [Sugar-devel] [DESIGN] Stop start-up icon pulsing when an activity fails to start

2011-09-07 Thread Gonzalo Odiard
On Wed, Sep 7, 2011 at 5:29 AM, Thomas C Gilliard satel...@bendbroadband.com wrote: ** Sugar 0.93.3 [1] is now producing this Problem in default applications: icon stays pulsing in top bar after closing these applications [2]: record 93 clock 6 Probably related to

Re: [Sugar-devel] [PATCH sugar] Add empty messages for empty devices and empty DOCUMENTS folders

2011-09-07 Thread Gonzalo Odiard
Retested! Please push. Gonzalo On Wed, Sep 7, 2011 at 3:07 AM, Simon Schampijer si...@schampijer.dewrote: On 09/06/2011 08:59 PM, Gonzalo Odiard wrote: Tested and works ok. IMHO, sending the constants had more sense when we only had two messages, now should be more clear if we do:

[Sugar-devel] [ASLO] Release GeoGebra-5

2011-09-07 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4284 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27559/geogebra-5.xo Release notes: * GeoGebra 3.2.47.0 release Sugar Labs Activities http://activities.sugarlabs.org

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread Simon Schampijer
On 09/07/2011 03:03 PM, Simon Schampijer wrote: Hi Manuel, [..] There are as well two errors in the logs we need to address: 1315401901.466328 DEBUG web-activity: Starting the web activity Traceback (most recent call last): File /home/erikos/Activities/Browse.activity/widgets.py, line 73,

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread Simon Schampijer
On 09/07/2011 03:37 PM, Simon Schampijer wrote: On 09/07/2011 03:03 PM, Simon Schampijer wrote: Hi Manuel, [..] There are as well two errors in the logs we need to address: 1315401901.466328 DEBUG web-activity: Starting the web activity Traceback (most recent call last): File

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread Martin Langhoff
Hi Manuel, happy with this overall -- one comment... On Wed, Sep 7, 2011 at 7:52 AM, Manuel Quiñones ma...@laptop.org wrote: When a new tab is opened, it now shows an empty page, not the default page.  In the future, we will add a hint in this empty page, similar to what we have for an empty

Re: [Sugar-devel] [PATCH sugar] Add empty messages for empty devices and empty DOCUMENTS folders

2011-09-07 Thread Simon Schampijer
On 09/07/2011 03:20 PM, Gonzalo Odiard wrote: Retested! Please push. Gonzalo Pushed as: http://git.sugarlabs.org/sugar/mainline/commit/b644c5e097b14810336da85c9669559d55fd7f60 Regards, Simon ___ Sugar-devel mailing list

Re: [Sugar-devel] [PATCH sugar] Only consider the exact same version of a bundle as installed (fixes SL#3081)

2011-09-07 Thread Simon Schampijer
On 09/04/2011 10:52 PM, Sascha Silbe wrote: 49232e55 introduced a typo that caused a bundle to be considered installed even if it contained an older version than what was actually installed. This is turn triggered the upgrade logic in jarabe.journal.misc.resume(). The result was that activities

Re: [Sugar-devel] [PATCH] Jukebox: restore activity subtoolbar

2011-09-07 Thread Simon Schampijer
Hi Manuel, looks good. Reviewed-By: Simon Schampijer si...@laptop.org Regards, Simon PS: there seem to be an issue with the subtoolbar: when you click on it (lock it in) and click again on it it does not go away anymore. For both the activity and the view toolbar On 09/02/2011 03:02

Re: [Sugar-devel] [PATCH] Jukebox: restore activity subtoolbar

2011-09-07 Thread Gonzalo Odiard
Right now, jukebox is not saving anything useful in the journal, then I don't see why we need this toolbar. But this will change soon, because Manuel have a play list patch in the works. Then we can add this toolbar. Gonzalo 2011/9/7 Simon Schampijer si...@schampijer.de Hi Manuel, looks

[Sugar-devel] [RELEASE] sugar-toolkit-0.93.3

2011-09-07 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.93.3.tar.bz2 == News == * Release 0.93.3 (Simon Schampijer) * Some activities segfault when closing, OLPC #11201 (Simon Schampijer) * Commit from Sugar Labs: Translation System by user ganesh.: 40

[Sugar-devel] [RELEASE] sugar-0.93.4

2011-09-07 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.93.4.tar.bz2 == News == * Release 0.93.4 (Simon Schampijer) * Update Sucrose version for upcoming 0.93.4 (Simon Schampijer) * Pylint: remove unused import XoColor (Simon Schampijer) * Adjust the docstring for

[Sugar-devel] Patchwork (was: Re: Deprecating class and service_name in activity.info file)

2011-09-07 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Wed Sep 07 08:29:59 +0200 2011: PS: Who is maintaining patchwork? What keywords does it look for to close tickets? Is a cron-job handling that? Works rather badly for me. Nobody is actively maintaining Patchwork. Marco offered to do it [1,2], but

[Sugar-devel] [ASLO] Release TurtleArt Butia-6

2011-09-07 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4434 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27549/turtle_art_butia-6.xo Release notes: - Fix the translations - Repainting eliminated - Changes in the Lua compilation for the library

[Sugar-devel] [ASLO] Release Ruler-12

2011-09-07 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4192 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27560/ruler-12.xo Release notes: BUG FIX * removed some untranslated languages that were causing problems when building the RPM Sugar Labs

[Sugar-devel] New toolbar in Memorize

2011-09-07 Thread Gonzalo Odiard
I have played with all the ideas we talked, and have implemented the new toolbar in Memorize. The only missing piece is load in the combo the games present in the Journal, and remove the load and save buttons, but the present change is already big and I think this can be implemented later. I am

[Sugar-devel] [Memorize PATCH 2/2] Implement new toolbar in Memorize

2011-09-07 Thread godiard
From: Gonzalo Odiard godi...@gmail.com Signed-off-by: Gonzalo Odiard gonz...@laptop.org --- activity.py| 127 +++-- cardlist.py|2 +- createtoolbar.py | 161 +--- game.py|1

Re: [Sugar-devel] Activities for teacher-oriented and mouse-based interactions?

2011-09-07 Thread Tabitha Roder
On 7 September 2011 03:23, Bastien b...@altern.org wrote: 2) What set of meaningful activities would you pick up? As well as what Walter has already suggested, I would think about the stable activities that make almost all the builds so they have some tools that almost always work whatever

Re: [Sugar-devel] [PATCH] Change string Remove in device palette by Remove device

2011-09-07 Thread Chris Leonard
This has been pulled to Pootle and all langs sugar.po have been refreshed. Remove - clipboard http://translate.sugarlabs.org/es/glucose/sugar.po?item=247view_mode=translate Remove - volume http://translate.sugarlabs.org/es/glucose/sugar.po?item=369view_mode=translate cjl On Wed, Sep 7, 2011 at

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread manuel quiñones
Hi Simon, Thank you very much for your insightful review, I welcome the changes you proposed. I did almost all of them, I'm still working in the error that appear in the logs. I fixed the one that raised maximum recursion depth exceeded, but I'm following the others. El día 7 de septiembre de

[Sugar-devel] [SERVER] Sugar Server Kit v1.1 Roadmap

2011-09-07 Thread Aleksey Lim
Hi all, The original url to that Todo is http://wiki.sugarlabs.org/go/Sugar_Server_Kit/1.1/Todo == New components == * http://wiki.sugarlabs.org/go/Sugar_Server_Kit/sugar-server-blacklist * http://wiki.sugarlabs.org/go/Sugar_Server_Kit/sugar-client == Documentation == * in-code documentation