[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

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] 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] [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 garycmar...@googlemail.comescribió: 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

[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 si...@laptop.org --- src/jarabe/journal/volumestoolbar.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff

[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: Simon Schampijer si

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 Martingarycmar...@googlemail.com: Hi Manuel, On 4 Sep 2011, at 22:11, Manuel Quiñonesma...@laptop.org wrote: This was discussed and decided in Design Meeting of 29 Aug, improving the tabs usability in Browse. If there is only one

[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

[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 si...@laptop.org --- src/jarabe/journal/volumestoolbar.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

[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

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

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

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

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

[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

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] [PATCH browse] Show the start of an url if bigger than the entry field

2011-08-30 Thread Simon Schampijer
From: Simon Schampijer si...@laptop.org 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 si...@laptop.org --- webtoolbar.py |1 - 1 files changed, 0 insertions

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

2011-08-30 Thread Simon Schampijer
the 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 si...@schampijer.de Date: Tue, 30 Aug 2011 15:14:06

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 ___

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 Schampijersi...@schampijer.de: [...] 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

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

2011-08-30 Thread Simon Schampijer
Looks good! Reviewed-by: Simon Schampijer si...@laptop.org Regards, Simon ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

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

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

2011-08-30 Thread Simon Schampijer
Schampijer si...@laptop.org Reviewed-by: Simon Schampijer si...@laptop.org ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

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

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 Ortizraf...@activitycentral.comwrote: On Tue, Aug 30, 2011 at 10:04 AM, Gonzalo Odiardgonz...@laptop.orgwrote: Thanks for applying and launching a new release!. You know, most of the work was from

[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] 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 Odiardgodi...@gmail.com 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

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 Odiardgodi...@gmail.com 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.

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

2011-08-25 Thread Simon Schampijer
On 08/25/2011 01:51 AM, manuel quiñones wrote: Hi Simon, 2011/8/24 Simon Schampijersi...@schampijer.de: Can someone help me adjusting the following three icons to another size? http://git.sugarlabs.org/sugar-artwork/mainline/blobs/master/icons/scalable/actions/media-playback-stop.svg

[Sugar-devel] bug with: sugar-install-bundle to accept multiple files

2011-08-25 Thread Simon Schampijer
Hi, The following bug stops olpc builds atm with the latest Sugar 0.93.2: http://dev.laptop.org/ticket/11178 The patch in question is: commit ada284445e9a3ce96a0c9df4c299021254b0668d Author: James Cameron qu...@laptop.org Date: Tue Mar 1 11:38:47 2011 + sugar-install-bundle to

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

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 si...@schampijer.de escribió: On 08/25/2011 01:51 AM, manuel quiñones wrote: Hi Simon, 2011/8/24 Simon Schampijersi...@schampijer.de: Can someone help me adjusting the following three icons

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 Schampijersi...@schampijer.dewrote: On 08/13/2011 05:13 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com** Adding a new emblem icon based on the View Source icon. This badge is used by the

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 si...@schampijer.de escribió: On 08/25/2011 02:38 PM, manuel quiñones wrote: El día 25 de agosto de 2011 07:28, Simon Schampijer si...@schampijer.deescribió: On 08/25/2011 01:51 AM

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

2011-08-25 Thread Simon Schampijer
From: Simon Schampijer si...@laptop.org 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 si

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

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 Patchwork. Where

Re: [Sugar-devel] [PATCH] Add-view-source-for-sugar-toolkit

2011-08-24 Thread Simon Schampijer
On 08/23/2011 06:32 PM, Benjamin M. Schwartz wrote: On 08/23/2011 12:29 PM, Simon Schampijer wrote: -self.sugar_toolkit_title_text = _('View Sugar toolkit source') +self.sugar_toolkit_title_text = _('View source: %r') % 'Sugar Toolkit' So 'Sugar Toolkit' is untranslateable

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

2011-08-24 Thread Simon Schampijer
On 08/13/2011 05:13 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com Adding a new emblem icon based on the View Source icon. This badge is used by the cloning operator in View Source to mark cloned activity icons as modified. Note: This patch replaces a previous patch that

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

2011-08-24 Thread Simon Schampijer
On 08/17/2011 09:17 AM, Simon Schampijer wrote: On 08/14/2011 09:23 PM, Gary Martin wrote: Hi Simon, On 13 Aug 2011, at 16:02, Simon Schampijer wrote: Hi, Gary pointed out at one point that one could move the stop/reload button from the toolbar to the url entry similar to what Safari

Re: [Sugar-devel] Sugar Digest 2011-08-22

2011-08-23 Thread Simon Schampijer
On 08/22/2011 05:50 PM, Walter Bender wrote: == Sugar Digest == 1. The OLPC XO 1.75 machines (beta units) are starting to be distributed to developers. This machine is ARM based, which means that it will have superior battery life once all of the fine-tuning is complete. It also means that it

[Sugar-devel] Gtk3 Hackfest 2011, Praha, 28-30 October 2011

2011-08-22 Thread Simon Schampijer
Hi, to accomplish some tasks that are important during our Roadmap to port Sugar to GTK3 we will held a hackfest at the end of October in Praha, Czech Republic. If you are interested in hacking with us, please register at [1]. Regards, Simon [1]

Re: [Sugar-devel] [PATCH] Add-view-source-for-sugar-toolkit

2011-08-22 Thread Simon Schampijer
On 08/19/2011 06:50 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com As per feedback from the design team, I have added a radio button to view the source of the sugar-toolkit to the standard view source toolbar. --- Note: This is a modified version of an earlier patch that

Re: [Sugar-devel] [PATCH] Use alpha to visualize filter in neighborhood view

2011-08-19 Thread Simon Schampijer
On 08/19/2011 04:42 AM, godi...@sugarlabs.org wrote: From: Gonzalo Odiardgodi...@gmail.com Apply a alpha of 0.33 to unfiltered items to have consistency with the filter in te favorites view. Signed-of-by: Gonzalo Odiardgonz...@laptop.org Thanks for the patch, pushed as:

Re: [Sugar-devel] [SPAM?]: Re: [DESIGN] Filter in home view

2011-08-19 Thread Simon Schampijer
On 08/19/2011 12:04 AM, Gary Martin wrote: Hi Gonzalo, On 18 Aug 2011, at 17:56, Simon Schampijer wrote: On 08/18/2011 06:29 PM, Gary Martin wrote: Hi Simon, On 18 Aug 2011, at 16:57, Simon Schampijersi...@schampijer.de wrote: Hi Gary, On 08/16/2011 07:25 PM, Simon Schampijer wrote

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

2011-08-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.93.2.tar.bz2 == News == * Release 0.93.2 (Simon Schampijer) * Correct title in the activity frame SL #3042 (Simon Schampijer) * Do not remove the Keep button completely, keep around for backward

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

2011-08-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.93.2.tar.bz2 == News == * Release 0.93.2 (Simon Schampijer) * Add icon for accessing user documents in Journal volumes toolbar (Walter Bender) * Add edit-duplicate icon (Manuel Quinones, Gary C

[Sugar-devel] [RELEASE] sugar-0.93.2

2011-08-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.93.2.tar.bz2 == News == * Release 0.93.2 (Simon Schampijer) * adding $HOME/Documents to volumestoolbar (Walter Bender) * Model._get_mount_point loops forever (Martin Abente) * Use alpha to visualize the filter

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

2011-08-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-base/sugar-base-0.93.2.tar.bz2 == News == * Release 0.93.2 (Simon Schampijer) * fix configure.ac breakage caused by Pootle (Sascha Silbe) * Commit from Sugar Labs: Translation System by user cjl.: 5 of 5 messages

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

2011-08-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/sugar-datastore-0.93.2.tar.bz2 == News == * Release 0.93.2 (Simon Schampijer) * Make sure data store checkouts are read-only (Sascha Silbe) * don't destroy unchanged data store entries (SL#2668) (Sascha Silbe

Re: [Sugar-devel] [PATCH] adding $HOME/Documents to volumestoolbar

2011-08-19 Thread Simon Schampijer
On 08/17/2011 02:10 PM, Simon Schampijer wrote: On 08/16/2011 05:08 PM, Walter Bender wrote: On Tue, Aug 16, 2011 at 9:09 AM, Simon Schampijersi...@schampijer.de wrote: Hi Walter, thanks for the patch! Comments inline: On 08/15/2011 05:16 PM, Walter Bender wrote: From: Walter

Re: [Sugar-devel] [PATCH] Add view source for sugar-toolkit

2011-08-19 Thread Simon Schampijer
On 08/16/2011 05:16 PM, Simon Schampijer wrote: On 08/13/2011 05:14 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com As per feedback from the design team, I have added a radio button to view the source of the sugar-toolkit to the standard view source toolbar. Note

Re: [Sugar-devel] [PATCH] Avoid adding multiple times the callback to the duplicate button

2011-08-18 Thread Simon Schampijer
On 08/17/2011 08:43 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiardgodi...@gmail.com The effect of adding multiple times the callback is the first file the user duplicate, create one copy, the second create two copies, the third three copies... Signed-off-by: Gonzalo

Re: [Sugar-devel] [PATCH] fix calculation for determining the placement of badges

2011-08-18 Thread Simon Schampijer
On 08/17/2011 07:37 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com It is my understanding the icon_info.attach_x,y are pixel offsets into the icon from the lower-left corner. If that is the case, then it should be added rather than multiplied. The other interpretation is

[Sugar-devel] [PATCH sugar] Add support for XO 1.75

2011-08-18 Thread Simon Schampijer
and UUID during authentication. Signed-off-by: Simon Schampijer si...@laptop.org --- extensions/cpsection/aboutcomputer/model.py | 17 +++-- src/jarabe/desktop/schoolserver.py | 24 +--- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git

Re: [Sugar-devel] [PATCH sugar] Add support for XO 1.75

2011-08-18 Thread Simon Schampijer
On 08/18/2011 02:21 PM, Gonzalo Odiard wrote: Reviewed-by: Gonzalo Odiardgonz...@laptop.org Tested-by: Gonzalo Odiardgonz...@laptop.org Thanks Gonzalo for testing and the review. Pushed as: http://git.sugarlabs.org/sugar/mainline/commit/b454c1253d95fc62c0cdf9ce34c40397a3c6f49e Regards,

Re: [Sugar-devel] [PATCH sugar] Add support for XO 1.75

2011-08-18 Thread Simon Schampijer
On 08/18/2011 03:45 PM, James Cameron wrote: On Thu, Aug 18, 2011 at 01:15:02PM +0200, Simon Schampijer wrote: --- a/src/jarabe/desktop/schoolserver.py +++ b/src/jarabe/desktop/schoolserver.py @@ -107,13 +111,16 @@ def register_laptop(url=_REGISTER_URL): client = gconf.client_get_default

Re: [Sugar-devel] [PATCH] fix calculation for determining the placement of badges

2011-08-18 Thread Simon Schampijer
On 08/18/2011 05:25 PM, Walter Bender wrote: On Thu, Aug 18, 2011 at 10:34 AM, Gary Martin garycmar...@googlemail.com wrote: On 18 Aug 2011, at 10:01, Walter Bender wrote: On Thu, Aug 18, 2011 at 4:13 AM, Simon Schampijersi...@schampijer.de wrote: On 08/17/2011 07:37 PM, Walter Bender

Re: [Sugar-devel] [DESIGN] Filter in home view

2011-08-18 Thread Simon Schampijer
Hi Gary, On 08/16/2011 07:25 PM, Simon Schampijer wrote: On 08/16/2011 06:44 PM, Simon Schampijer wrote: On 08/16/2011 06:36 PM, Gary Martin wrote: On 16 Aug 2011, at 17:30, Simon Schampijer wrote: On 08/16/2011 06:10 PM, Gonzalo Odiard wrote: Thanks for the screen shots. For the grey

Re: [Sugar-devel] [SPAM?]: Re: [DESIGN] Filter in home view

2011-08-18 Thread Simon Schampijer
On 08/18/2011 06:29 PM, Gary Martin wrote: Hi Simon, On 18 Aug 2011, at 16:57, Simon Schampijersi...@schampijer.de wrote: Hi Gary, On 08/16/2011 07:25 PM, Simon Schampijer wrote: On 08/16/2011 06:44 PM, Simon Schampijer wrote: On 08/16/2011 06:36 PM, Gary Martin wrote: On 16 Aug 2011

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

2011-08-17 Thread Simon Schampijer
On 08/14/2011 09:23 PM, Gary Martin wrote: Hi Simon, On 13 Aug 2011, at 16:02, Simon Schampijer wrote: Hi, Gary pointed out at one point that one could move the stop/reload button from the toolbar to the url entry similar to what Safari is doing. Attached is a screenshot

Re: [Sugar-devel] [SPAM?]: Re: [DESIGN] Tabs in Browse

2011-08-17 Thread Simon Schampijer
On 08/17/2011 01:51 PM, Gary Martin wrote: Hi Simon, On 17 Aug 2011, at 10:20, Simon Schampijersi...@schampijer.de wrote: Hi, in the current version of Browse tabs are enabled by default. The tabs in Browse has been an unfinished Feature which mainly was meant to fix the issue of a web

Re: [Sugar-devel] [PATCH] adding $HOME/Documents to volumestoolbar

2011-08-17 Thread Simon Schampijer
On 08/16/2011 05:08 PM, Walter Bender wrote: On Tue, Aug 16, 2011 at 9:09 AM, Simon Schampijersi...@schampijer.de wrote: Hi Walter, thanks for the patch! Comments inline: On 08/15/2011 05:16 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com This patch adds

Re: [Sugar-devel] Removal of Activity Keep button

2011-08-17 Thread Simon Schampijer
On 08/17/2011 02:12 PM, Aleksey Lim wrote: On Sun, Jul 31, 2011 at 02:43:42PM +0200, Simon Schampijer wrote: On 07/31/2011 05:17 AM, Gonzalo Odiard wrote: On Sat, Jul 30, 2011 at 7:30 PM, Rafael Ortizraf...@activitycentral.comwrote: On Fri, Jul 29, 2011 at 6:34 PM, Gonzalo Odiardgonz

Re: [Sugar-devel] Removal of Activity Keep button

2011-08-17 Thread Simon Schampijer
On 08/17/2011 04:03 PM, James Simmons wrote: Simon, All my Activities hide the Keep button. I would like to be able to have fully backward compatible Activities for as long as possible. Everything I wrote should work in anything from .82 to the present. Hiding the button by default would be

Re: [Sugar-devel] Removal of Activity Keep button

2011-08-17 Thread Simon Schampijer
On 08/17/2011 04:13 PM, Simon Schampijer wrote: On 08/17/2011 04:03 PM, James Simmons wrote: Simon, All my Activities hide the Keep button. I would like to be able to have fully backward compatible Activities for as long as possible. Everything I wrote should work in anything from .82

Re: [Sugar-devel] Removal of Activity Keep button

2011-08-17 Thread Simon Schampijer
On 08/17/2011 05:07 PM, Simon Schampijer wrote: On 08/17/2011 04:13 PM, Simon Schampijer wrote: On 08/17/2011 04:03 PM, James Simmons wrote: Simon, All my Activities hide the Keep button. I would like to be able to have fully backward compatible Activities for as long as possible. Everything

[Sugar-devel] Sugar 0.93.2 delayed by 2 days

2011-08-17 Thread Simon Schampijer
Hi, we have been working hard in the last days on landing the envisioned Features and API changes. We are close, but it will take another two days. All the items have been going through several rounds of review and design discussions already. The open items are: - Adding $HOME/Documents to

Re: [Sugar-devel] [DESIGN] Filter in home view

2011-08-16 Thread Simon Schampijer
On 08/15/2011 11:59 PM, Gonzalo Odiard wrote: As discussed in Design Team meeting, I have tested using alpha to filter in the neighborhood view, and gray color to filter in the home view. I do not have a preference here. Tell my what you think. Attached are images and patches. The alpha for

Re: [Sugar-devel] [PATCH] Add clone to view-source submenu

2011-08-16 Thread Simon Schampijer
Hi Walter, thanks for the patch! First a few comments about the part that touches viewsource.py, I created a patch on top of yours to hopefully make things clearer: - use shutil.copytree for recursively copying a directory tree (maybe we should do the copying async to not freeze the UI) -

Re: [Sugar-devel] [PATCH] Add clone to view-source submenu

2011-08-16 Thread Simon Schampijer
On 08/16/2011 02:09 PM, Walter Bender wrote: On Tue, Aug 16, 2011 at 7:05 AM, Simon Schampijersi...@schampijer.de wrote: [...] I created a separate patch for Sascha yesterday to apply the clone patch without having applied the add sugar-toolkit patch. But this morning I also adding the

Re: [Sugar-devel] [PATCH] adding $HOME/Documents to volumestoolbar

2011-08-16 Thread Simon Schampijer
Hi Walter, thanks for the patch! Comments inline: On 08/15/2011 05:16 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com This patch adds $HOME/Documents to the volume toolbar in the Journal view. The rationale is to make it easier for people to move files in and out of the

Re: [Sugar-devel] [PATCH] Add view source for sugar-toolkit

2011-08-16 Thread Simon Schampijer
On 08/13/2011 05:14 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com As per feedback from the design team, I have added a radio button to view the source of the sugar-toolkit to the standard view source toolbar. Note: This is a modified version of an earlier patch that

Re: [Sugar-devel] [DESIGN] Filter in home view

2011-08-16 Thread Simon Schampijer
On 08/16/2011 06:10 PM, Gonzalo Odiard wrote: Thanks for the screen shots. For the grey version the stroke should be grey and the fill white (to match the background) so that the icon detail is still visible. Regards, --Gary Ok. I have applying the same colors than in the neighborhood view

Re: [Sugar-devel] [DESIGN] Filter in home view

2011-08-16 Thread Simon Schampijer
On 08/16/2011 06:10 PM, Gonzalo Odiard wrote: Thanks for the screen shots. For the grey version the stroke should be grey and the fill white (to match the background) so that the icon detail is still visible. Regards, --Gary Ok. I have applying the same colors than in the neighborhood view

Re: [Sugar-devel] [DESIGN] Filter in home view

2011-08-16 Thread Simon Schampijer
On 08/16/2011 06:36 PM, Gary Martin wrote: On 16 Aug 2011, at 17:30, Simon Schampijer wrote: On 08/16/2011 06:10 PM, Gonzalo Odiard wrote: Thanks for the screen shots. For the grey version the stroke should be grey and the fill white (to match the background) so that the icon detail is still

Re: [Sugar-devel] [DESIGN] Filter in home view

2011-08-16 Thread Simon Schampijer
On 08/16/2011 06:44 PM, Simon Schampijer wrote: On 08/16/2011 06:36 PM, Gary Martin wrote: On 16 Aug 2011, at 17:30, Simon Schampijer wrote: On 08/16/2011 06:10 PM, Gonzalo Odiard wrote: Thanks for the screen shots. For the grey version the stroke should be grey and the fill white (to match

[Sugar-devel] Adding pybox2d to Sugar platform?

2011-08-15 Thread Simon Schampijer
Hi, the 2D physics library pybox2d [1] is used in Physics and Pippy, both contain a copy of the code. There have been discussions whether we should add it to the Sugar platform or not. Since it is a library that can be of use to Activity developers and is already in use in more than one

Re: [Sugar-devel] [PATCH sugar] Wireless network Frame device: Add text for disconnected state

2011-08-15 Thread Simon Schampijer
On 06/30/2011 10:41 PM, Sascha Silbe wrote: Showing just an empty palette whenever we are disconnected (e.g. because no favourite AP is in range) is rather confusing for users. Signed-off-by: Sascha Silbesi...@activitycentral.com Acked-By: Simon Schampijer si...@laptop.org Regards, Simon

Re: [Sugar-devel] [PATCH sugar] Add duplicate functionality to the Journal and enhance copy functionality

2011-08-15 Thread Simon Schampijer
Pushed as: http://git.sugarlabs.org/sugar/mainline/commit/2148b47c2a5910eeb14fe827059585bef09fc111 Thanks for everyone involved who made this happen. Regards, Simon On 08/12/2011 08:01 PM, Simon Schampijer wrote: This patch adds a duplicate option to the Journal entry palette

Re: [Sugar-devel] [PATCH sugar-toolkit] Toolbox: replace the hippo based separator with a gtk.HSeparator

2011-08-13 Thread Simon Schampijer
On 08/12/2011 01:13 PM, Benjamin Berg wrote: Hallo, On Fri, 2011-08-12 at 10:47 +0200, si...@schampijer.de wrote: This makes the old-style Toolbar hippo free. [SNIP] +self._separator = gtk.HSeparator() +self._separator.modify_bg(gtk.STATE_NORMAL, +

Re: [Sugar-devel] [PATCH sugar-toolkit] Replace our custom entry widget with one based on gtk.Entry

2011-08-13 Thread Simon Schampijer
On 08/11/2011 06:27 PM, Benjamin Berg wrote: On Wed, 2011-08-10 at 14:31 +0200, si...@schampijer.de wrote: Our custom entry widget, which was based on sexyicon, did support placing an icon in the entry (e.g. the magnifier icon for the search entry) and displaying progress in the case of the url

Re: [Sugar-devel] [PATCH sugar-toolkit] Replace the hippo-based TimeoutIcon with one based on a gtk.Label and gtk.Alignment

2011-08-13 Thread Simon Schampijer
On 08/12/2011 12:32 AM, Simon Schampijer wrote: This patch depends on the addition of the SugarTimeoutIcon to the artwork where we set the font and background color. Signed-off-by: Simon Schampijersi...@laptop.org Reviewed-by: Benjamin Bergben...@sugarlabs.org Thanks for the review Benjamin

Re: [Sugar-devel] [PATCH sugar] Do startup animation of the activity icon using scaling and alpha - v3

2011-08-13 Thread Simon Schampijer
On 08/12/2011 08:41 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiardgodi...@sugarlabs.org This render the SVG image only one time, and then use alpha and scaling of the rendered icon and will speed up the overall activity startup. Another side effect is that the startup zoom not visible in

Re: [Sugar-devel] [PATCH] Add the SugarTimeoutIcon to set the font and background color

2011-08-13 Thread Simon Schampijer
Pushed as: http://git.sugarlabs.org/sugar-artwork/mainline/commit/94cf206d5d56f0775c6abf6fb9c04c71a8e6692a Regards, Simon On 08/12/2011 12:37 AM, Simon Schampijer wrote: Signed-off-by: Benjamin Bergben...@sugarlabs.org Reviewed-by: Simon Schampijersi...@laptop.org --- gtk/theme/gtkrc.em

Re: [Sugar-devel] Introspection Hackfest 2011

2011-08-13 Thread Simon Schampijer
On 08/10/2011 10:22 AM, si...@schampijer.de wrote: Hi, the Introspection Hackfest [1] started today. For those of you who can not attend in person the official irc channel is #introspection on GIMPNet. Regards, Simon [1] http://live.gnome.org/Hackfests/Introspection2011 Over the last

Re: [Sugar-devel] [PATCH hello-world] Remove KeepButton due to deprecation

2011-08-13 Thread Simon Schampijer
On 07/28/2011 02:56 PM, Gonzalo Odiard wrote: Thanks! Reviewed-by: Gonzalo Odiardgonz...@laptop.org Thanks for the review, pushed as: http://git.sugarlabs.org/hello-world/mainline/commit/6703590e5b37f48e14aa16f3de9b3e33ce5d879b Regards, Simon

Re: [Sugar-devel] [PATCH chat] Remove the KeepButton due to deprecation

2011-08-13 Thread Simon Schampijer
Hi Aleksey, can you push this if you are ok with it? Regards, Simon On 07/28/2011 02:56 PM, Gonzalo Odiard wrote: Reviewed-by: Gonzalo Odiardgonz...@laptop.org On Wed, Jul 27, 2011 at 12:02 PM, Simon Schampijersi...@schampijer.dewrote: From: Simon Schampijersi...@laptop.org ---

Re: [Sugar-devel] [PATCH] Maze: Remove KeepButton due to deprecation

2011-08-13 Thread Simon Schampijer
On 07/28/2011 02:49 PM, Simon Schampijer wrote: On 07/27/2011 06:41 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiardgodi...@gmail.com Looks good, thanks! Reviewed-by: Simon Schampijer si...@laptop.org Did this patch make it in? Regards, Simon

Re: [Sugar-devel] [PATCH chat] Remove the KeepButton due to deprecation

2011-08-13 Thread Simon Schampijer
On 08/13/2011 04:03 PM, Aleksey Lim wrote: On Sat, Aug 13, 2011 at 03:27:27PM +0200, Simon Schampijer wrote: Hi Aleksey, can you push this if you are ok with it? Thanks, pushed. Would be useful to add project maintianers (as HACKING file asks) to original email, to pop up patches

Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-12 Thread Simon Schampijer
On 08/12/2011 02:28 PM, Walter Bender wrote: 2011/8/12 Gary Martingarycmar...@googlemail.com Hi Manuel, On 11 Aug 2011, at 22:56, manuel quiñones wrote: Hello, My understanding of the status is that Manuq was going to do some more work on the icon, as per my early message, which I think

[Sugar-devel] [PATCH] Use a standard gtk.Entry instead of the custom AddressEntry from the toolkit

2011-08-12 Thread Simon Schampijer
From: Simon Schampijer si...@laptop.org The GtkEntry widget in version 2.16 has support for displaying a progress bar inside of an entry widget. This allows us to remove our custom widget. Signed-off-by: Simon Schampijer si...@laptop.org --- webtoolbar.py |8 +--- 1 files changed, 5

Re: [Sugar-devel] ​​[PATCH Browse] Use a standard gtk.Entry instead of the custom AddressEntry from the toolkit

2011-08-12 Thread Simon Schampijer
I had to rebase that patch [1]. The functionality stays the same. Regards, Simon [1] http://patchwork.sugarlabs.org/patch/903/ On 08/10/2011 02:40 PM, si...@schampijer.de wrote: The GtkEntry widget in version 2.16 has support for displaying a progress bar inside of an entry widget. This

Re: [Sugar-devel] [PATCH sugar] Add duplicate functionality to the Journal and enhance copy functionality

2011-08-12 Thread Simon Schampijer
On 08/08/2011 09:42 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of Fri Jul 29 18:35:41 +0200 2011: This patch adds a duplicate option to the Journal entry palette and the entry detail view. You're doing two changes in functionally independent parts of the code and the

[Sugar-devel] [PATCH sugar] Add duplicate functionality to the Journal and enhance copy functionality

2011-08-12 Thread Simon Schampijer
and showing the available options instead of copying directly to the clipboard. The design discussion has been taking place at: http://lists.sugarlabs.org/archive/sugar-devel/2011-May/031316.html Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/journal/journalactivity.py |1

[Sugar-devel] [PATCH sugar-toolkit] Replace the hippo-based TimeoutIcon with one based on a gtk.Label and gtk.Alignment

2011-08-11 Thread Simon Schampijer
This patch depends on the addition of the SugarTimeoutIcon to the artwork where we set the font and background color. Signed-off-by: Simon Schampijer si...@laptop.org Reviewed-by: Benjamin Berg ben...@sugarlabs.org --- src/sugar/graphics/alert.py | 88

[Sugar-devel] [PATCH] Add the SugarTimeoutIcon to set the font and background color

2011-08-11 Thread Simon Schampijer
Signed-off-by: Benjamin Berg ben...@sugarlabs.org Reviewed-by: Simon Schampijer si...@laptop.org --- gtk/theme/gtkrc.em | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 69dccd9..7f180a7 100644 --- a/gtk/theme

Re: [Sugar-devel] [PATCH] prevent view source display of .pyo, .pyc, .so files (#2854)

2011-08-01 Thread Simon Schampijer
The patch looks good in general, On 07/18/2011 11:19 PM, Sascha Silbe wrote: Excerpts from Walter Bender's message of Mon Jul 04 12:37:00 +0200 2011: [src/jarabe/view/viewsource.py] +_EXCLUDE = ('.pyc', '.pyo', '.so', '.o', '.a', '.la', '.mo', '~', '.xo', +'.tar', '.bz2', '.zip',

[Sugar-devel] [ANNOUNCE] Sugar 0.94 schedule

2011-08-01 Thread Simon Schampijer
Hi, after positive feedback on my proposal for the 0.94 schedule I am now announcing the schedule officially: Sugar 0.94 is planned to be released the 28th of September 2011, please mark this date in your calendar! The full 0.94 release schedule can be found at [1]. Please watch out for

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