[Sugar-devel] [PATCH sugar] Bring back the Sugar cursor onto the intro screen, OLPC #10712

2011-10-18 Thread Simon Schampijer
this worked fine in Jhbuild and the latest 0.94 based OLPC build. Signed-off-by: Simon Schampijer si...@laptop.org --- bin/sugar-session | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/sugar-session b/bin/sugar-session index 8ea195f..ec9812a 100755 --- a/bin

Re: [Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-17 Thread Simon Schampijer
On 10/09/2011 08:55 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2011-10-09 18:01:35 +0200: The serial number is often only readable by root on non-XO hardware, that is why we do not read it. If the serial number can not be found on an XO we display the entry as 'Not

Re: [Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-17 Thread Simon Schampijer
On 10/17/2011 09:36 AM, James Cameron wrote: On Mon, Oct 17, 2011 at 09:23:18AM +0200, Simon Schampijer wrote: def _parse_firmware_number(firmware_no): if firmware_no is None: firmware_no = _not_available else: # try to extract Open Firmware version from OLPC style

Re: [Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-17 Thread Simon Schampijer
On 10/17/2011 10:37 AM, Simon Schampijer wrote: On 10/17/2011 09:36 AM, James Cameron wrote: On Mon, Oct 17, 2011 at 09:23:18AM +0200, Simon Schampijer wrote: def _parse_firmware_number(firmware_no): if firmware_no is None: firmware_no = _not_available else: # try to extract Open Firmware

[Sugar-devel] [ANNOUNCE] Sucrose 0.94.1 Tarballs Due

2011-10-17 Thread Simon Schampijer
Dear Sucrose Maintainers, we will have our first bug fix release in the 0.93 development cycle October the 19th [1]. Please provide the Sucrose 0.94.1 tarballs by latest Tuesday night (18th of October) and announce them as explained at [2]. Thanks, Simon [1]

Re: [Sugar-devel] [PATCH 1/2] Fix presence detection of keyboard layouts/options

2011-10-09 Thread Simon Schampijer
On 10/06/2011 04:58 PM, Daniel Drake wrote: foo is [] is not a valid way of checking if a list is empty as this code intends. foo alone as a boolean operator is an equivalent length check, and also serves as a is not None check too. --- bin/sugar-session |5 ++--- 1 files changed, 2

Re: [Sugar-devel] [PATCH 2/2] Only activate keyboard configuration if it was configured, OLPC #11175

2011-10-09 Thread Simon Schampijer
On 10/06/2011 04:59 PM, Daniel Drake wrote: Sugar is currently activing a new keyboard config even if the user did not change any settings. Looks good. Avoid this by only activating the configuration if user-specified settings are found in gconf. Also remove the default 'evdev' model string

Re: [Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-09 Thread Simon Schampijer
On 10/08/2011 09:57 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2011-10-07 11:13:15 +0200: '/ofw' is not used anymore on the XO, '/proc/device-tree' is used now instead. Instead of just adjusting for that change we took the chance to make the section hardware

[Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-09 Thread Simon Schampijer
. Signed-off-by: Simon Schampijer si...@laptop.org --- extensions/cpsection/aboutcomputer/model.py | 25 +++-- extensions/cpsection/aboutcomputer/view.py | 70 +- 2 files changed, 54 insertions(+), 41 deletions(-) diff --git a/extensions/cpsection/aboutcomputer

Re: [Sugar-devel] [PATCH] Update alpha according to filter after events in neighborhoodview icons - SL #3091 -v2

2011-10-09 Thread Simon Schampijer
On 10/07/2011 08:47 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiardgodi...@gmail.com The neighboard view use alpha to show the applied filter. When the state of a ap change the graphic representation is updated and the alpha should be restored acording the filter value. v2 - As suggested

[Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-09 Thread Simon Schampijer
1, 1.5, 1.75 and on a Thinkpad T61. Signed-off-by: Simon Schampijer si...@laptop.org --- extensions/cpsection/aboutcomputer/model.py | 23 +++--- extensions/cpsection/aboutcomputer/view.py | 65 +-- 2 files changed, 48 insertions(+), 40 deletions(-) diff --git

Re: [Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-09 Thread Simon Schampijer
On 10/09/2011 05:22 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2011-10-09 12:54:40 +0200: @@ -58,6 +58,8 @@ def get_serial_number(): serial_no = _read_file(os.path.join(_OFW_TREE, _SN)) elif os.path.exists(os.path.join(_PROC_TREE, _SN)):

[Sugar-devel] [PATCH sugar] Control Panel: making about my computer section hardware independent, OLPC #11232

2011-10-07 Thread Simon Schampijer
. Signed-off-by: Simon Schampijer si...@laptop.org --- extensions/cpsection/aboutcomputer/model.py | 12 +++-- extensions/cpsection/aboutcomputer/view.py | 70 +- 2 files changed, 42 insertions(+), 40 deletions(-) diff --git a/extensions/cpsection/aboutcomputer/model.py

Re: [Sugar-devel] [PATCH sugar] Control Panel About my Computer: show information on XO 1.75 OLPC #11232

2011-10-07 Thread Simon Schampijer
On 10/01/2011 01:32 PM, Sascha Silbe wrote: Excerpts from Paul Fox's message of 2011-09-29 14:38:35 +0200: yes, it would be much better to centralize this -- we'll certainly be going through this again in the future. please use olpc-hwinfo from sugar, if possible. Since we're talking about

Re: [Sugar-devel] [PATCH] Update alpha according to filter after events in neighborhoodview icons - SL #3091

2011-10-07 Thread Simon Schampijer
On 09/26/2011 02:29 PM, Sascha Silbe wrote: Excerpts from godiard's message of 2011-09-22 21:11:42 +0200: [src/jarabe/desktop/networkviews.py] @@ -149,6 +149,7 @@ class WirelessNetworkView(CanvasPulsingIcon): self._update_state() self._update_icon()

[Sugar-devel] [PATCH sugar] Make sure that we have a connection before we set our properties SL #3119

2011-10-07 Thread Simon Schampijer
The issue here is that we di not have a connection yet, when the name owner changes. It is safer to listen to the connection watcher when a connection is added (which was the original code). Tested as working fine in gabble and salut. Signed-off-by: Simon Schampijer si...@laptop.org --- src

Re: [Sugar-devel] [ASLO] Release Jukebox-23

2011-09-30 Thread Simon Schampijer
On 09/29/2011 11:27 PM, Sugar Labs Activities wrote: Activity Homepage: http://activities.sugarlabs.org/addon/4045 Sugar Platform: 0.82 - 0.94 Download Now: http://activities.sugarlabs.org/downloads/file/27595/jukebox-23.xo Please upload as well the tarballs for the activities in Fructose

Re: [Sugar-devel] [ASLO] Release Read-91

2011-09-30 Thread Simon Schampijer
On 09/29/2011 11:30 PM, Sugar Labs Activities wrote: Activity Homepage: http://activities.sugarlabs.org/addon/4028 Sugar Platform: 0.86 - 0.94 Download Now: http://activities.sugarlabs.org/downloads/file/27597/read-91.xo

Re: [Sugar-devel] [Localization] Activity Maintainers: updated translations

2011-09-30 Thread Simon Schampijer
On 09/29/2011 10:30 PM, Gary Martin wrote: On 29 Sep 2011, at 21:03, Gonzalo Odiard wrote: Sorry, I have tried to reproduce the error here, and confused your error. The command called by bundlebuilder at line 133 is msgfmt is installed in your xo? (is in the package gettext) Fab thanks that

[Sugar-devel] [RELEASE] Image Viewer-18

2011-09-30 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/fructose/Image Viewer/ImageViewer-18.tar.bz2 == News == * Release 18 (Simon Schampijer) * Commit from Sugar Labs: Translation System by user cjl.: 11 of 11 messages translated (0 fuzzy). (Pootle daemon) * Commit from Sugar Labs

[Sugar-devel] [RELEASE] Browse-129

2011-09-30 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-129.tar.bz2 == News == * Release 129 (Simon Schampijer) * Commit from Sugar Labs: Translation System by user cjl.: 33 of 33 messages translated (0 fuzzy). (Pootle daemon) * Commit from Sugar Labs: Translation

Re: [Sugar-devel] [PATCH sugar] Control Panel About my Computer: show information on XO 1.75 OLPC #11232

2011-09-29 Thread Simon Schampijer
On 09/29/2011 03:46 AM, James Cameron wrote: On Wed, Sep 28, 2011 at 04:24:06PM +0200, Simon Schampijer wrote: '/ofw' has been removed on the XOs now. We need to refine the check if the machine is an XO in order to display the information accordingly. Nak. compatible is the more correct

[Sugar-devel] [RELEASE] Browse-128

2011-09-29 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-128.tar.bz2 == News == * The Where did all the translations come from release 128 (Simon Schampijer) * Commit from Sugar Labs: Translation System by user cjl.: 30 of 33 messages translated (0 fuzzy). (Pootle

[Sugar-devel] [RELEASE] sugar-artwork-0.94.0

2011-09-29 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.94.0.tar.bz2 == News == * Release 0.94.0 (Simon Schampijer) - bump to 0.94.0 ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

[Sugar-devel] [RELEASE] sugar-base-0.94.0

2011-09-29 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-base/sugar-base-0.94.0.tar.bz2 == News == * Release 0.94.0 (Simon Schampijer) * Commit from Sugar Labs: Translation System by user cjl.: 5 of 5 messages translated (0 fuzzy). (Pootle daemon) * Commit from Sugar Labs

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

2011-09-29 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.94.0.tar.bz2 == News == * Release 0.94.0 (Simon Schampijer) * bundlebuilder: add back build_locale functionality to XOPackager SL #3116 (Simon Schampijer) * Commit from Sugar Labs: Translation

[Sugar-devel] [RELEASE] sugar-0.94.0

2011-09-29 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.94.0.tar.bz2 == News == * Release 0.94.0 (Simon Schampijer) * Update sucrose version for upcoming 0.94.0 (Simon Schampijer) * Commit from Sugar Labs: Translation System by user cjl.: 379 of 379 messages translated

[Sugar-devel] [RELEASE] sugar-datastore-0.94.0

2011-09-29 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/sugar-datastore-0.94.0.tar.bz2 == News == * Release 0.94.0 (Simon Schampijer) * Revert Make sure data store checkouts are read-only (Simon Schampijer) This had implications for SL #3135. Revert for now

Re: [Sugar-devel] [ANNOUNCE] Sugar 0.94: go-no-go evaluation

2011-09-29 Thread Simon Schampijer
On 09/28/2011 06:24 PM, Simon Schampijer wrote: Hi, I have been running through the open bugs on the Sugar Labs and OLPC bug tracker and found three issues that are regressions to 0.92. #3091 Filter in neighborhood view: filter does not stay active when an icon has been clicked: For this bug

Re: [Sugar-devel] [PATCH sugar-toolkit] bundlebuilder: add back build_locale functionality to XOPackager SL #3116

2011-09-28 Thread Simon Schampijer
On 09/26/2011 03:00 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2011-09-22 16:18:59 +0200: Due to the removal of the manifest support we lost as well the part of the code that does build the locale. This patch adds that functionality back. Thanks for the patch!

Re: [Sugar-devel] [PATCH sugar-toolkit] bundlebuilder: refactor get_files_git to Packager to avoid code duplication

2011-09-28 Thread Simon Schampijer
On 09/26/2011 03:10 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2011-09-19 19:12:39 +0200: Follow up patch for b582736375218e8944b3ce3daac667c7910a7e73 Thanks for the patch! Acked-By: Sascha Silbesi...@activitycentral.com Sascha Thanks Daniel and Sascha for the

[Sugar-devel] [PATCH sugar] Control Panel About my Computer: show information on XO 1.75 OLPC #11232

2011-09-28 Thread Simon Schampijer
'/ofw' has been removed on the XOs now. We need to refine the check if the machine is an XO in order to display the information accordingly. Follow up patch of b454c1253d95fc62c0cdf9ce34c40397a3c6f49e Signed-off-by: Simon Schampijer si...@laptop.org --- extensions/cpsection/aboutcomputer

[Sugar-devel] [ANNOUNCE] Sugar 0.94: go-no-go evaluation

2011-09-28 Thread Simon Schampijer
Hi, I have been running through the open bugs on the Sugar Labs and OLPC bug tracker and found three issues that are regressions to 0.92. #3091 Filter in neighborhood view: filter does not stay active when an icon has been clicked: For this bug we have a patch and it is under review. It is

Re: [Sugar-devel] [PATCH sugar] Control Panel About my Computer: show information on XO 1.75 OLPC #11232

2011-09-28 Thread Simon Schampijer
On 09/28/2011 06:24 PM, Walter Bender wrote: On Wed, Sep 28, 2011 at 10:24 AM, Simon Schampijersi...@schampijer.de wrote: '/ofw' has been removed on the XOs now. We need to refine the check if the machine is an XO in order to display the information accordingly. Can we finally agree to

[Sugar-devel] [DESIGN] Portfolio feedback

2011-09-23 Thread Simon Schampijer
Hi, the portfolio activity has been included into build os6 [1]. Here a quick feedback: - it is great: I wanted to have a tool to show the pictures I have been drawing for a while! - some icons in the toolbar have not been as clear to me: the thumbnail view one for example which switches

[Sugar-devel] 0.94 Branching

2011-09-23 Thread Simon Schampijer
Hi, we have been branching [1] off 'sucrose-0.94' with the Sucrose 0.93.5 release [2]. This is important to have the master branch available again for new development. The 'sucrose-0.94' will be used to host further stable development. The following branches have been created: - sugar

Re: [Sugar-devel] [PATCH] Update alpha according to filter after events in neighborhoodview icons - SL #3091

2011-09-23 Thread Simon Schampijer
On 09/22/2011 09:11 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiardgodi...@gmail.com Signed-off-by: Gonzalo Odiardgonz...@laptop.org Patch looks good and tested here on os6. Acked-by: Simon Schampijer si...@laptop.org Tested-by: Simon Schampijer si...@laptop.org Regards, Simon

Re: [Sugar-devel] Translations: We need help from activity maintainers

2011-09-23 Thread Simon Schampijer
On 09/23/2011 12:24 PM, Gonzalo Odiard wrote: Hello maintainers, You know pootle server is creating the pot files again, now a few activities have errors and need your help to enable the translators to do his work properly. The activities involved are Record, Browse, Distance, Speak, hmouse,

[Sugar-devel] [PATCH sugar-toolkit] bundlebuilder: add back build_locale functionality to XOPackager SL #3116

2011-09-22 Thread Simon Schampijer
Due to the removal of the manifest support we lost as well the part of the code that does build the locale. This patch adds that functionality back. Signed-off-by: Simon Schampijer si...@laptop.org --- src/sugar/activity/bundlebuilder.py |1 + 1 files changed, 1 insertions(+), 0 deletions

[Sugar-devel] [ANNOUNCE] 0.94 final development stage

2011-09-22 Thread Simon Schampijer
Hi, we are in the final stage of the 0.94 development process, one week away from our 0.94 release [1]. Are we on track? Yes, we keep on moving! Remember, that we are in hard code freeze: No source code changes can be made without approval from the release-team. Important: Translation and

Re: [Sugar-devel] [PATCH sugar] Color the favi-icon in the activities list and Journal in owners color SL #3090

2011-09-20 Thread Simon Schampijer
On 09/14/2011 03:58 PM, Simon Schampijer wrote: As discussed with Gary C. Martin. Signed-off-by: Simon Schampijersi...@laptop.org Reviewed/Acked by Sascha on irc, pushed as: http://git.sugarlabs.org/sugar/mainline/commit/cc64af8187b26a5aafa0c43d84c794ab071d8312 Regards, Simon

Re: [Sugar-devel] [PATCH sugar] Do not cache the buddy palette in friends tray, SL #3108

2011-09-20 Thread Simon Schampijer
On 09/19/2011 02:21 PM, Simon Schampijer wrote: Make the palette on demand as well Signed-off-by: Simon Schampijersi...@laptop.org Pushed as: http://git.sugarlabs.org/sugar/mainline/commit/069eada75f23398b227affd5252e1408260ca354 Thanks to Gonzalo for testing, Marco for reviewing

Re: [Sugar-devel] [PATCH sugar-toolkit] Joining shared activity: set title for activity palette in frame, SL #3109

2011-09-20 Thread Simon Schampijer
On 09/19/2011 03:50 PM, Simon Schampijer wrote: This one needs careful testing as this area has regressed already several times. We need to set the title when we join a shared session when we run a private session. Pushed as: http://git.sugarlabs.org/sugar/mainline/commit

Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-20 Thread Simon Schampijer
On 09/19/2011 08:42 PM, Simon Schampijer wrote: When a file transfer has been canceled (the sender quits before the receiver transferred it) we show a cancellation message and the option to dismiss the transfer status palette. The behavior for a cancelation by the sender is a bit different

[Sugar-devel] [RELEASE] sugar-artwork-0.93.4

2011-09-20 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.93.4.tar.bz2 == News == * Release 0.93.4 (Simon Schampijer) * Use the same styling as for the old style toolbars as well for the Browse tabs (Simon Schampijer

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

2011-09-20 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.93.4.tar.bz2 == News == * Release 0.93.4 (Simon Schampijer) * Joining shared activity: set title for activity palette in frame, SL #3109 (Simon Schampijer) * XO_Packager: package files

[Sugar-devel] [RELEASE] Browse-127

2011-09-20 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-127.tar.bz2 == News == * Release 127 (the translation-update-release) * Commit from Sugar Labs: Translation System by user cjl.: 33 of 33 messages translated (0 fuzzy). (Pootle daemon) * Commit from Sugar Labs:

[Sugar-devel] [RELEASE] sugar-0.93.5

2011-09-20 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.93.5.tar.bz2 == News == * Release 0.93.5 (Simon Schampijer) * Update sucrose version for upcoming 0.93.5 (Simon Schampijer) * Do not cache the buddy palette in friends tray, SL #3108 (Simon Schampijer) * Color

[Sugar-devel] [PATCH sugar] Do not cache the buddy palette in friends tray, SL #3108

2011-09-19 Thread Simon Schampijer
Make the palette on demand as well Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/frame/friendstray.py | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/jarabe/frame/friendstray.py b/src/jarabe/frame/friendstray.py index 4055340..ee5f815

[Sugar-devel] [PATCH sugar] Do not cache the buddy palette in friends tray, SL #3108

2011-09-19 Thread Simon Schampijer
Make the palette on demand as well Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/frame/friendstray.py | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/jarabe/frame/friendstray.py b/src/jarabe/frame/friendstray.py index 4055340..26a279b

Re: [Sugar-devel] [PATCH sugar] Do not cache the buddy palette in friends tray, SL #3108

2011-09-19 Thread Simon Schampijer
On 09/19/2011 02:17 PM, Marco Pesenti Gritti wrote: On 19 September 2011 12:59, Simon Schampijersi...@schampijer.de wrote: +#self.palette_invoker.cache_palette = False Leftover? Looks good to me otherwise. Marco Outch, was a leftover from testing. We need to set the non-caching

[Sugar-devel] [PATCH sugar-toolkit] Joining shared activity: set title for activity palette in frame, SL #3109

2011-09-19 Thread Simon Schampijer
This one needs careful testing as this area has regressed already several times. We need to set the title when we join a shared session when we run a private session. Signed-off-by: Simon Schampijer si...@laptop.org --- src/sugar/activity/activity.py |2 +- 1 files changed, 1 insertions

Re: [Sugar-devel] [PATCH] Browse (color tabs)

2011-09-19 Thread Simon Schampijer
On 09/13/2011 12:47 PM, Benjamin Berg wrote: On Tue, 2011-09-13 at 11:12 +0200, Simon Schampijer wrote: I would like to push those patches. Manuel has tested them as working, any other comments? Sorry, for not replying earlier. The patches look good to me. Benjamin Thanks for the review

Re: [Sugar-devel] [PATCH] XO_Packager: package files in git and the locale folder

2011-09-19 Thread Simon Schampijer
On 09/19/2011 06:17 PM, Daniel Drake wrote: On Tue, Sep 13, 2011 at 11:13 AM, Simon Schampijersi...@schampijer.de wrote: I just tested this patch while doing the Browse release (you have to be in a jhbuild environment to not use the system-wide bundle builder). Works for me as expected.

[Sugar-devel] [PATCH sugar-toolkit] bundlebuilder: refactor get_files_git to Packager to avoid code duplication

2011-09-19 Thread Simon Schampijer
Follow up patch for b582736375218e8944b3ce3daac667c7910a7e73 Signed-off-by: Simon Schampijer si...@laptop.org --- src/sugar/activity/bundlebuilder.py | 40 -- 1 files changed, 14 insertions(+), 26 deletions(-) diff --git a/src/sugar/activity/bundlebuilder.py b

[Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-19 Thread Simon Schampijer
the cancellation message and the option to dismiss the transfer status palette once you ackepted the transfer. The same behavior is true in Empathy. The cancellation message is the same as in Empathy. [1] https://bugs.freedesktop.org/show_bug.cgi?id=20621 Signed-off-by: Simon Schampijer si...@laptop.org

Re: [Sugar-devel] [PATCH] Wireless key dialog: handle delete_event correctly

2011-09-19 Thread Simon Schampijer
On 09/15/2011 11:43 AM, Daniel Drake wrote: When clicking 'OK' in the key dialog, the response callback correctly destroys the dialog after processing the response. However, this causes _key_dialog_destroy_cb to attempt to process a cancel response, causing an invalid message to be sent over

Re: [Sugar-devel] [PATCH sugar] Invitations: remove item from tray after using the join/decline palette options, SL #3089

2011-09-19 Thread Simon Schampijer
On 09/14/2011 03:40 PM, Simon Schampijer wrote: The old code did only handle the case cleanly when you clicked on the icon in the tray. When using the palette options several errors occured. This patch does add a change in behavior: it reveals the palette when you click on the button

Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-19 Thread Simon Schampijer
On 09/14/2011 12:50 PM, Simon Schampijer wrote: On 09/14/2011 12:04 PM, Simon Schampijer wrote: When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijersi

Re: [Sugar-devel] Memorize testing version

2011-09-16 Thread Simon Schampijer
On 09/16/2011 03:14 AM, Gonzalo Odiard wrote: I have uploaded a new version of Memorize [1], with the changes we discussed in irc today, and a few more fixes. * Auto save of modified games (but no demos) * Alerts with new texts. Works. * Change to equal tiles mode fixes. Hmm, there are a

Re: [Sugar-devel] [ANNOUNCE][Design] Design Team

2011-09-15 Thread Simon Schampijer
On 09/14/2011 06:36 PM, Gary Martin wrote: Hi all, I'd like to offer a warm welcome to Manuel Quiñones (manuq) for stepping up to the plate and taking a roll as a Design Team coordinator. He has been heavily involved in design meetings and mail list threads over many months, and taken an

Re: [Sugar-devel] [Localization] [ANNOUNCE] 0.94 schedule update: still on track

2011-09-15 Thread Simon Schampijer
On 09/13/2011 11:03 PM, Markus Schlager wrote: Hi Simon, Thanks Markus for the feedback, On Thu, 8 Sep 2011, Simon Schampijer wrote: There have been one interesting string change in the last week: there are two entries in the sugar.po that translate the same string ('Remove') but where

[Sugar-devel] Should we branch off sucrose-0.94 next Monday?

2011-09-15 Thread Simon Schampijer
Hi, we discussed during the Sugar camp that branching off not too late during the cycle would benefit the future development, that we keep master open for development and stabilize the stable branch (e.g. sucrose-0.94). There is one downside about this. The localization team needs to

Re: [Sugar-devel] New toolbar in Memorize

2011-09-14 Thread Simon Schampijer
On 09/14/2011 04:15 AM, manuel quiñones wrote: 2011/9/13 Simon Schampijersi...@schampijer.de: On 09/13/2011 02:12 PM, Gonzalo Odiard wrote: Here is a first patch implementing the proposed changes. This patch, does not include the change to synchronize the model in play and create mode, or the

[Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-14 Thread Simon Schampijer
When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/frame/activitiestray.py | 11 +-- 1 files changed, 5

Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-14 Thread Simon Schampijer
On 09/14/2011 12:04 PM, Simon Schampijer wrote: When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijersi...@laptop.org The patch does introduce a new

[Sugar-devel] [PATCH sugar] Invitations: remove item from tray after using the join/decline palette options, SL #3089

2011-09-14 Thread Simon Schampijer
options (discussed with Gary). This patch depends on: http://lists.sugarlabs.org/archive/sugar-devel/2011-September/033322.html Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/frame/activitiestray.py | 49 +++ 1 files changed, 27 insertions(+), 22

[Sugar-devel] [PATCH sugar] Color the favi-icon in the activities list and Journal in owners color SL #3090

2011-09-14 Thread Simon Schampijer
As discussed with Gary C. Martin. Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/desktop/activitieslist.py |6 -- src/jarabe/journal/keepicon.py |6 +- src/jarabe/journal/listview.py |6 -- 3 files changed, 13 insertions(+), 5 deletions

Re: [Sugar-devel] [PATCH] Browse (color tabs)

2011-09-13 Thread Simon Schampijer
On 09/11/2011 06:37 PM, Simon Schampijer wrote: ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel I would like to push those patches. Manuel has tested them as working, any other

[Sugar-devel] [RELEASE] Browse-126

2011-09-13 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-126.tar.bz2 == News == * Release 126 (Simon Schampijer) * Use the same styling as for the old style toolbars (dependent on a sugar-artwork fix to see the visual effect) (Simon Schampijer) * Fix for Follow link

Re: [Sugar-devel] [PATCH] XO_Packager: package files in git and the locale folder

2011-09-13 Thread Simon Schampijer
On 09/10/2011 04:07 PM, Simon Schampijer wrote: For clarification: the code does fallback to the previous behavior when the git-ls command does fail. So for example you can do a bundle from your activity folder on the XO, so as well when it is not a git checkout. Thanks Gary for clarifying

Re: [Sugar-devel] [RELEASE] Browse-126

2011-09-13 Thread Simon Schampijer
On 09/13/2011 12:06 PM, Simon Schampijer wrote: == Source == http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-126.tar.bz2 == News == * Release 126 (Simon Schampijer) * Use the same styling as for the old style toolbars (dependent on a sugar-artwork fix to see the visual

[Sugar-devel] Add 0.94 version field to ALSO

2011-09-13 Thread Simon Schampijer
Hey, just tried to add the 0.94 version field in ALSO (admin) but could not find it. Can someone point me to it or do it quickly? Thanks, Simon ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] New toolbar in Memorize

2011-09-13 Thread Simon Schampijer
On 09/13/2011 02:12 PM, Gonzalo Odiard wrote: Here is a first patch implementing the proposed changes. This patch, does not include the change to synchronize the model in play and create mode, or the change in the saving procedure, because I think is better do it in a separated patch. Gonzalo

Re: [Sugar-devel] [PATCH] Fix for Follow link in new tab

2011-09-12 Thread Simon Schampijer
On 09/11/2011 03:33 PM, Manuel Quiñones wrote: Proper code, using signals, instead of adding a reference of TabbedView to Browse objects. Signed-off-by: Manuel Quiñonesma...@laptop.org Thanks Manu, looks great! Pushed as ca64c52accf34bfd6b3af2f246428f46ae3e2961 Regards, Simon

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

2011-09-11 Thread Simon Schampijer
Filed ashttp://bugs.sugarlabs.org/ticket/3092 to track it.   Regards,    Simon     Gonzalo Odiard gonz...@laptop.org hat am 7. September 2011 um 15:04 geschrieben: On Wed, Sep 7, 2011 at 5:29 AM, Thomas C Gilliard satel...@bendbroadband.com wrote: ** Sugar 0.93.3 [1] is now producing

[Sugar-devel] [PATCH] Browse (color tabs)

2011-09-11 Thread Simon Schampijer
  0001-Use-the-same-styling-as-for-the-old-style-toolbars-a.patch Description: Binary data 0001-Use-the-same-styling-as-for-the-old-style-toolbars-B.patch Description: Binary data ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

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

2011-09-10 Thread Simon Schampijer
On 09/10/2011 05:15 AM, manuel quiñones wrote: El día 9 de septiembre de 2011 20:28, Simon Schampijer si...@schampijer.de escribió: On 09/09/2011 04:48 AM, manuel quiñones wrote: Hi Simon, I'm resending the patch with the fixes you noticed. Hi, Manuel, looks great. I have only a few

[Sugar-devel] [PATCH] XO_Packager: package files in git and the locale folder

2011-09-10 Thread Simon Schampijer
Hi, there have been reports (e.g. [1]) about Activities that had unexpected files in the xo bundle (e.g. patches). There have been a recent change that the support for the MANIFEST has been removed from the bundle builder. The MANIFEST 'controlled' which files were bundled. The current code does

Re: [Sugar-devel] [PATCH] XO_Packager: package files in git and the locale folder

2011-09-10 Thread Simon Schampijer
For clarification: the code does fallback to the previous behavior when the git-ls command does fail. So for example you can do a bundle from your activity folder on the XO, so as well when it is not a git checkout.   Thanks Gary for clarifying this point,    Simon      Simon Schampijer si

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

2011-09-10 Thread Simon Schampijer
the palette can access it. What do you think?   Regards,    Simon     manuel quiñones ma...@laptop.org hat am 10. September 2011 um 16:35 geschrieben: El día 10 de septiembre de 2011 03:51, Simon Schampijer si...@schampijer.de escribió: On 09/10/2011 05:15 AM, manuel quiñones wrote: El día 9

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

2011-09-10 Thread Simon Schampijer
Nice, can you get us a patch for that?   Regards,    Simon   (/me will drag now Gary to have a look at the Memorize toolbar rework...)    manuel quiñones ma...@laptop.org hat am 10. September 2011 um 17:13 geschrieben: El día 10 de septiembre de 2011 12:07, Simon Schampijer si...@schampijer.de

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

2011-09-09 Thread Simon Schampijer
On 09/09/2011 04:48 AM, manuel quiñones wrote: Hi Simon, I'm resending the patch with the fixes you noticed. Hi, Manuel, looks great. I have only a few smaller cleanups (unused imports etc) and there is one traceback left when you resume a session. I would suggest the following: - push

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

2011-09-08 Thread Simon Schampijer
On 09/08/2011 02:30 AM, Chris Leonard wrote: 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

[Sugar-devel] [ANNOUNCE] 0.94 schedule update: still on track

2011-09-08 Thread Simon Schampijer
Hi, we are still on track in our 0.94 development cycle [1]. The release is three weeks away from now, we plan to release the 28th of September! We have been entering string freeze now, which means: No string changes may be made without confirmation from the localization team and

Re: [Sugar-devel] New toolbar in Memorize

2011-09-08 Thread Simon Schampijer
On 09/07/2011 09:51 PM, Gonzalo Odiard wrote: 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

Re: [Sugar-devel] New toolbar in Memorize

2011-09-08 Thread Simon Schampijer
On 09/08/2011 12:21 PM, Gonzalo Odiard wrote: Hmm, how do I create a new game from scratch? I seem to be only able to edit an existing game. Simon The user can clean up the actual game to start a new one. May be is not very obvious :( Well it is obvious that I can do that...but I think

Re: [Sugar-devel] New toolbar in Memorize

2011-09-08 Thread Simon Schampijer
On 09/08/2011 01:33 PM, Gonzalo Odiard wrote: Simon also complained about how is implemented the change of mode to create/play. Have the Design Team any other idea? Gonzalo To phrase out my 'complain':) In the edit sub-toolbar you have to click on the edit button at the far left to start

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

2011-09-07 Thread Simon Schampijer
. @design team: because I could not figure out an easy way to get the volume's label in the listview I did change the text for an empty device to: 'The device is empty' This patch depends on the previous patch: Only show DOCUMENTS folder when it is not $HOME Signed-off-by: Simon Schampijer si

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] [PATCH] Browse: tabs usability improved

2011-09-07 Thread Simon Schampijer
) 2007, One Laptop Per Child Should be 2011 at least as well. +# Copyright (C) 2009, Tomeu Vizoso, Simon Schampijer +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation

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 /home/erikos

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 PM

[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

<    3   4   5   6   7   8   9   10   11   12   >