[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 (br

[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 t

[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 do

[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 --- src/sugar/activity/bundlebuilder.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a

[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 the

[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: Tr

[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 that are in

[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

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 in

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] 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 Schampijer Pushed as: http://git.sugarlabs.org/sugar/mainline/commit/069eada75f23398b227affd5252e1408260ca354 Thanks to Gonzalo for testing, Marco for reviewing and Sascha for ack

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 Schampijer Reviewed/Acked by Sascha on irc, pushed as: http://git.sugarlabs.org/sugar/mainline/commit/cc64af8187b26a5aafa0c43d84c794ab071d8312 Regards, Simon

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 Schampijer

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. This is

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 dbus

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

2011-09-19 Thread Simon Schampijer
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 --- src/jarabe

[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 --- src/sugar/activity/bundlebuilder.py | 40 -- 1 files changed, 14 insertions(+), 26 deletions(-) diff --git a/src/sugar/activity/bundlebuilder.py b/src/sugar

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 Schampijer 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. Comments/Review on the

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

[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 --- src/sugar/activity/activity.py |2 +- 1 files changed, 1 insertions(+), 1 deletions

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 Schampijer 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 property of course

[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 --- 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 100644 --- a/src

[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 --- 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 100644 --- a/src

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 fe

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

2011-09-14 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 transl

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

2011-09-14 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

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

2011-09-14 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 acti

[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 --- 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(-) diff --git a/src

[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 --- src/jarabe/frame/activitiestray.py | 49 +++ 1 files changed, 27 insertions(+), 22 deletions

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 Schampijer The patch does introduce a new string. I

[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 --- src/jarabe/frame/activitiestray.py | 11 +-- 1 files changed, 5 insertions(+), 6

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 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

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

[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 http://lists.sugarlabs.org/listinfo/sugar-

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

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 this

[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 in

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

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ñones Thanks Manu, looks great! Pushed as ca64c52accf34bfd6b3af2f246428f46ae3e2961 Regards, Simon

[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 http://lis

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 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 this Problem

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" hat am 10. September 2011 um 17:13 geschrieben: > El día 10 de septiembre de 2011 12:07, Simon Schampijer > escribió

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

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

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 hat am

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

2011-09-09 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 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 smaller cle

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 yo

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 edit

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 the

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 and

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

2011-09-07 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 notificati

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

2011-09-07 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=247&view_mode=translate Remove - volume http://translate.sugarlabs.org/es/glucose/sugar.po?item=369&

[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] [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

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

2011-09-07 Thread Simon Schampijer
Hi Manuel, looks good. Reviewed-By: Simon Schampijer 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, Manuel

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 activitie

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 Sugar-devel@lists.sugarl

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 "/h

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

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

2011-09-07 Thread Simon Schampijer
toolbar.insert(self._forward, -1) self._forward.show() -if not disable_multiple_tabs: -self._add_tab = ToolButton('tab-add') - self._add_tab.set_tooltip(_('Add a tab')) -self._add_tab.props.sensitive = True -

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

2011-09-06 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] Change string "Remove" in device palette by "Remove device"

2011-09-06 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] [PATCH sugar] Only show DOCUMENTS folder when it is not $HOME

2011-09-06 Thread Simon Schampijer
On 09/06/2011 08:10 PM, Gonzalo Odiard wrote: Tested-by: Gonzalo Odiard Acked-by: Gonzalo Odiard Thanks Gonzalo for testing and the review, pushed as: http://git.sugarlabs.org/sugar/mainline/commit/e4f7d81e73fe445f4d4d7b1b168855835fcc09ea Sidenote: The guideline says that only a maintainer c

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

2011-09-06 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(): -self._show_message(MESSAGE_

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

2011-09-06 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: S

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

2011-09-06 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: S

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

2011-09-06 Thread Simon Schampijer
'xdg-user-dir DOCUMENTS' will return $HOME when DOCUMENTS does not exist, only display the DOCUMENTS folder when the actual folder exists Signed-off-by: Simon Schampijer --- src/jarabe/journal/volumestoolbar.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -

Re: [Sugar-devel] [DESIGN] Design Team meeting, Monday 5 Sept, 15:00 UTC, #sugar-meeting

2011-09-06 Thread Simon Schampijer
On 09/05/2011 11:02 PM, manuel quiñones wrote: Hi Gary, El 5 de septiembre de 2011 16:14, Gary Martin escribió: There are a quite a number of ways the rounded details could be styled, but as mockups go I like 5 the most (If we want to go rounded tabs), and 3 (if we want to keep it simple with

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

2011-09-06 Thread Simon Schampijer
On 09/06/2011 12:48 PM, Simon Schampijer wrote: 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 that case, it cannot be closed. We prevent

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

2011-09-06 Thread Simon Schampijer
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 that case, it cannot be closed. We prevent the closing by hidding the 'X' button. Also, the

Re: [Sugar-devel] [PATCH 1/2] Browse: always show tabs

2011-09-05 Thread Simon Schampijer
On 09/05/2011 12:10 AM, manuel quiñones wrote: 2011/9/4 Gary Martin: Hi Manuel, On 4 Sep 2011, at 22:11, Manuel Quiñones wrote: This was discussed and decided in Design Meeting of 29 Aug, improving the tabs usability in Browse. If there is only one tab and it is closed, a new tab is created

[Sugar-devel] [DESIGN] Open link in a new tab

2011-09-02 Thread Simon Schampijer
Hi, while we work on polishing the tabs in Browse it would be great to adjust as well the link palette and add an option for opening the link in a new tab. Something like [1]. A bit of brainstorming: - which should be the wording of the option Firefox has ('Open Link in New Tab')? - which

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

2011-09-02 Thread Simon Schampijer
'xdg-user-dir DOCUMENTS' will return $HOME when DOCUMENTS does not exist, only display the DOCUMENTS folder when the actual folder exists Signed-off-by: Simon Schampijer --- src/jarabe/journal/volumestoolbar.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff -

[Sugar-devel] Gtk3 Hackfest, Praha 2011, news updates

2011-09-02 Thread Simon Schampijer
Hi, two major changes have recently occurred in Sugar's underlying technologies. Firstly, GTK+ 2 has been obsoleted by GTK+ 3, and GNOME is now based on GTK+ 3. Secondly, PyGTK, the underlying Python library that Sugar uses to call into GTK+, has been deprecated in favor of PyGObject Introspe

Re: [Sugar-devel] ~/Documents icon present in Journal - even if empty?

2011-08-31 Thread Simon Schampijer
On 08/31/2011 10:15 PM, Martin Langhoff wrote: Looking at os41 on XO-1.75, which has latest Sugar. I see the icon for the ~/Documents folder even though it's empty. Intended? Should we (cheaply) check for empty? I switched to GNOME briefly yesterday, but no files were created. cheers, m Th

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

2011-08-31 Thread Simon Schampijer
-activity record.Record icon = activity-record activity_version = 93 show_launcher = yes Thanks Gonzalo Looks good: Reviewed-by: Simon Schampijer Regards, Simon ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] [ASLO] Release Write-76

2011-08-31 Thread Simon Schampijer
On 08/30/2011 08:46 PM, Sugar Labs Activities wrote: Activity Homepage: http://activities.sugarlabs.org/addon/4201 Sugar Platform: 0.84 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27543/write-76.xo Release notes: Release notes? :) Please upload as well the tarball, [

[Sugar-devel] Help testing Sugar 0.93.x

2011-08-31 Thread Simon Schampijer
Hi, we have been landing the features targeted at 0.94 and are currently in the phase of fixing bugs related to those features and other changes introduced by recent code changes [1]. I have been starting to create notes about the Features and changes that have been made [2]. Those will evolv

[Sugar-devel] What to do ones the 1.75 machine(s) arrive?

2011-08-30 Thread Simon Schampijer
Hi, some of the developers should have received a 1.75 by now. Just in case not everyone has seen this information: if the machine does not boot and you have a white screen you have to unbrick it [1]. More info on the machine itself can be found at [2]. For fun with the accelerometer please

Re: [Sugar-devel] [PATCH] move stop/reload button into the url entry

2011-08-30 Thread Simon Schampijer
On 08/30/2011 06:58 PM, Gonzalo Odiard wrote: On Tue, Aug 30, 2011 at 1:01 PM, Rafael Ortizwrote: On Tue, Aug 30, 2011 at 10:04 AM, Gonzalo Odiardwrote: Thanks for applying and launching a new release!. You know, most of the work was from Simon. May be we can look and try to do a sh

[Sugar-devel] [RELEASE] Browse-125

2011-08-30 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-125.tar.bz2 == News == * Release 125 (Simon Schampijer) * Show the start of an url if bigger than the entry field (Simon Schampijer) * Use iconentry.ICON_ENTRY_SECONDARY instead of gtk.ENTRY_ICON_SECONDARY by

Re: [Sugar-devel] [PATCH browse] Show the start of an url if bigger than the entry field

2011-08-30 Thread Simon Schampijer
On 08/30/2011 05:19 PM, Gonzalo Odiard wrote: Tested, please push. Gonzalo Thanks for testing, pushed: http://git.sugarlabs.org/browse/mainline/commit/ebefdeba1267ae8ff5ee7ecf399d2e21bea90f43 Regards, Simon ___ Sugar-devel mailing list Sugar-dev

Re: [Sugar-devel] [PATCH Browse] Use iconentry.ICON_ENTRY_SECONDARY instead of gtk.ENTRY_ICON_SECONDARY by compatibility

2011-08-30 Thread Simon Schampijer
, +self.entry.set_icon_from_name(iconentry.ICON_ENTRY_SECONDARY, 'browse-view-refresh') def _update_navigation_buttons(self): Thanks for the patch, which looks about right. Tested here with 0.93.x as working. Regards, Simo

Re: [Sugar-devel] [ASLO] Release Words-11

2011-08-30 Thread Simon Schampijer
On 08/25/2011 09:26 PM, Sugar Labs Activities wrote: Activity Homepage: http://activities.sugarlabs.org/addon/4315 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27528/words-11.xo Release notes: *Gui improvements, removal of pippy code by Manu Quiñones

[Sugar-devel] [DESIGN] Re: [PATCH sugar] Add new string 'Your device is empty' for external devices

2011-08-30 Thread Simon Schampijer
[adding the design pros to the conversation] Would be great to get feedback on this before the string freeze kicks in. Regards, Simon On 08/24/2011 12:51 PM, Simon Schampijer wrote: Currently the message will be the same for an empty Journal or an empty external device or an empty

Re: [Sugar-devel] [PATCH][Clock] service_name to bundle_id

2011-08-30 Thread Simon Schampijer
iewed-by: Simon Schampijer Regards, Simon ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH] move stop/reload button into the url entry

2011-08-30 Thread Simon Schampijer
On 08/26/2011 01:29 PM, manuel quiñones wrote: 2011/8/25 Simon Schampijer: [...] 1.7.4.4 ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel Tested in the XO. The url entry now takes 1/3

Re: [Sugar-devel] [PATCH] Manage the Documents folder in the VolumesToolbar

2011-08-30 Thread Simon Schampijer
On 08/30/2011 03:43 PM, Gonzalo Odiard wrote: This patch works ok, and solves the two issues. Tested-by: me Gonzalo Thanks, pushed as: http://git.sugarlabs.org/sugar/mainline/commit/0501c03981b6656aafed5ab5c6218d576ef2695d Regards, Simon ___ Su

Re: [Sugar-devel] [PATCH] Manage the Documents folder in the VolumesToolbar

2011-08-30 Thread Simon Schampijer
positioning issue. When the button is positioned correctly we can as well remove it cleanly. The mount point was set correctly actually. Regards, Simon >From 089017d7ac280f182c99832c8ea0b005ad9f9263 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 30 Aug 2011 15:14:06 +0200 Subject: [PA

[Sugar-devel] [PATCH browse] Show the start of an url if bigger than the entry field

2011-08-30 Thread Simon Schampijer
From: Simon Schampijer If the url is bigger than the entry field the important information is at the beginning of the url. Epiphany or Firefox are doing the same thing. Signed-off-by: Simon Schampijer --- webtoolbar.py |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a

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

2011-08-29 Thread Simon Schampijer
On 08/24/2011 04:12 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiard This more specific string, help solve translationes where "Remove" does not have the same meaning. In Spanish, for example the translation "Eliminar" means "Destroy" and must be used "Quitar" meaning take out. Yes, agree

Re: [Sugar-devel] [PATCH] Manage the Documents folder in the VolumesToolbar

2011-08-29 Thread Simon Schampijer
On 08/26/2011 11:51 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiard After adding the Documents folder in the VolumesToolbar, if the user unmount a device with the ObjectChooser opened, the code break and the device button is not removed. Thanks Gonzalo for the patch. We could as well sto

Re: [Sugar-devel] [RELEASE] sugar-0.93.3

2011-08-25 Thread Simon Schampijer
On 08/25/2011 09:22 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of Thu Aug 25 19:08:10 +0200 2011: * Revert commit ada284445e9a3ce96a0c9df4c299021254b0668d: This commit breaks OLPC builds, OLPC #11178 (Simon Schampijer) I don't see the reversal patch on Patchw

[Sugar-devel] [RELEASE] sugar-0.93.3

2011-08-25 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.93.3.tar.bz2 == News == * Release 0.93.3 (Simon Schampijer) * Update sucrose version for upcoming 0.93.3 (Simon Schampijer) * Revert commit ada284445e9a3ce96a0c9df4c299021254b0668d: This commit breaks OLPC builds

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

2011-08-25 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.93.3.tar.bz2 == News == * Release 0.93.3 (Simon Schampijer) * adding new emblem icon for view-source used by activity clones (Walter Bender) ___ Sugar

[Sugar-devel] [PATCH] move stop/reload button into the url entry

2011-08-25 Thread Simon Schampijer
From: Simon Schampijer This patch does move the stop and reload button from the toolbar to the url entry similar to what Safari and Epiphany are doing. This has the nice side effect that we gain extra space for the url entry itself. Signed-off-by: Simon Schampijer --- icons/browse-dialog

Re: [Sugar-devel] [DESIGN] Browse: move stop/reload button into the url entry

2011-08-25 Thread Simon Schampijer
On 08/25/2011 04:07 PM, manuel quiñones wrote: El día 25 de agosto de 2011 10:36, Simon Schampijer escribió: On 08/25/2011 02:38 PM, manuel quiñones wrote: El día 25 de agosto de 2011 07:28, Simon Schampijer escribió: On 08/25/2011 01:51 AM, manuel quiñones wrote: Hi Simon, 2011/8

Re: [Sugar-devel] [PATCH] adding new emblem icon for view-source used by activity clones

2011-08-25 Thread Simon Schampijer
On 08/25/2011 12:42 AM, Walter Bender wrote: On Wed, Aug 24, 2011 at 5:49 PM, Simon Schampijerwrote: On 08/13/2011 05:13 PM, Walter Bender wrote: From: Walter Bender Adding a new emblem icon based on the View Source icon. This badge is used by the cloning operator in View Source to mark clon

Re: [Sugar-devel] [DESIGN] Browse: move stop/reload button into the url entry

2011-08-25 Thread Simon Schampijer
On 08/25/2011 02:38 PM, manuel quiñones wrote: El día 25 de agosto de 2011 07:28, Simon Schampijer escribió: On 08/25/2011 01:51 AM, manuel quiñones wrote: Hi Simon, 2011/8/24 Simon Schampijer: Can someone help me adjusting the following three icons to another size? http

Re: [Sugar-devel] Disable view-source in activities?

2011-08-25 Thread Simon Schampijer
On 08/25/2011 02:09 PM, Gonzalo Odiard wrote: Testing the "Add clone to view-source submenu" patch I have found in the Chat activity the code: def handle_view_source(self): pass this code disable the view-source feature. Any idea about what is the reason to disable it? Thanks Gonzalo

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