Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Add DescriptionEntry to the activity sub-toolbar

2012-01-31 Thread Simon Schampijer
The patch needs a small addition: diff --git a/src/sugar3/activity/widgets.py b/src/sugar3/activity/widgets.py index 616c9b9..f4cd4c9 100644 --- a/src/sugar3/activity/widgets.py +++ b/src/sugar3/activity/widgets.py @@ -260,6 +260,8 @@ class DescriptionEntry(Gtk.ToolItem): def __jobject_updat

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Add DescriptionEntry to the activity sub-toolbar

2012-01-31 Thread Simon Schampijer
de has the same error handling as the TitleEntry. Signed-off-by: Simon Schampijer Signed-off-by: Walter Bender --- src/sugar3/activity/widgets.py | 71 1 files changed, 71 insertions(+), 0 deletions(-) diff --git a/src/sugar3/activity/widgets.py b/src/

[Sugar-devel] [MINUTES] Development team meeting --- 31. Jan 2012 (15:00 UTC)

2012-01-31 Thread Simon Schampijer
Hi, for those that could not attend, here are the logs: Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-31T15:02:06.html meeting: Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-31T15:02:06 Regards, Simon __

Re: [Sugar-devel] [PATCH Sugar] Implementation of Text to Speech in Sugar Feature - v4

2012-01-31 Thread Simon Schampijer
On 01/31/2012 03:47 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiard This patch implement the text to speech feature using a gstremer espeak plugin and using a device icon in the frame to enable the user to configure parameters and play/pause/stop the spoken text. The configuration is saved

Re: [Sugar-devel] [Sugar 2/2] Implementation of Text to Speech in Sugar Feature - v3

2012-01-31 Thread Simon Schampijer
Hi Gonzalo, thanks for the new patch. On 01/26/2012 10:18 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiard Changes: * Fixes in schema descriptions. * Frame position value. * UI fixes according to different reviews. * Use a SugarMenuItem to mimic MenuItem behaviour because in the gtk3 pal

[Sugar-devel] [REMINDER] Development team meeting --- 31. Jan 2012 (15:00 UTC)

2012-01-31 Thread Simon Schampijer
Hi, today we will have our weekly development team meeting: Time: 31. Jan 2012 (15:00 UTC) Place: #sugar-meeting (freenode) This week I want us to focus on the Features that needs merging/changes. We have to land them today to make our release schedule [1], don't land them or decide to delay

Re: [Sugar-devel] [Sugar] Implement text to speech in Sugar feature - v2

2012-01-31 Thread Simon Schampijer
On 01/31/2012 12:31 AM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2012-01-30 23:32:23 +0100: If you have a long text been played, and want finish or start again from the beginning, you need a stop button. How about a rewind button instead? That would make it clearer what

Re: [Sugar-devel] [Sugar] Implement text to speech in Sugar feature - v2

2012-01-30 Thread Simon Schampijer
On 01/30/2012 08:55 PM, Sascha Silbe wrote: Excerpts from Gonzalo Odiard's message of 2012-01-25 17:46:01 +0100: [...] Why do we need a Stop button in addition to Play/Pause? And where does this callback get invoked? AFAICT the hook-up is commented out. If you have a long text been played, an

Re: [Sugar-devel] [PATCH sugar v2] Add Control Panel for proxy settings

2012-01-30 Thread Simon Schampijer
On 01/30/2012 11:13 PM, Simon Schampijer wrote: On 01/30/2012 02:32 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2012-01-30 12:56:57 +0100: Following the recommendations in [1] I have been applying a workaround in GTK2 to get a better wrapping for the labels *.

Re: [Sugar-devel] [PATCH sugar v2] Add Control Panel for proxy settings

2012-01-30 Thread Simon Schampijer
On 01/30/2012 02:32 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2012-01-30 12:56:57 +0100: Following the recommendations in [1] I have been applying a workaround in GTK2 to get a better wrapping for the labels *. I was about to ask whether we really need that complicat

Re: [Sugar-devel] [SPAM?]: Re: [PATCH sugar v2] Add Control Panel for proxy settings

2012-01-30 Thread Simon Schampijer
On 01/30/2012 10:26 AM, Simon Schampijer wrote: Hi Gary, thanks for the feedback! On 01/29/2012 05:46 PM, Gary Martin wrote: Hi Simon, On 28 Jan 2012, at 14:20, Simon Schampijer wrote: On 01/28/2012 01:44 PM, Simon Schampijer wrote: On 01/26/2012 07:15 PM, Simon Schampijer wrote: On 01

Re: [Sugar-devel] [SPAM?]: Re: [PATCH sugar v2] Add Control Panel for proxy settings

2012-01-30 Thread Simon Schampijer
Hi Gary, thanks for the feedback! On 01/29/2012 05:46 PM, Gary Martin wrote: Hi Simon, On 28 Jan 2012, at 14:20, Simon Schampijer wrote: On 01/28/2012 01:44 PM, Simon Schampijer wrote: On 01/26/2012 07:15 PM, Simon Schampijer wrote: On 01/24/2012 09:56 PM, Sascha Silbe wrote: From

Re: [Sugar-devel] [PATCH sugar v2] Add Control Panel for proxy settings

2012-01-28 Thread Simon Schampijer
On 01/28/2012 01:44 PM, Simon Schampijer wrote: On 01/26/2012 07:15 PM, Simon Schampijer wrote: On 01/24/2012 09:56 PM, Sascha Silbe wrote: From: Aleksey Lim Both individual users and deployments need to be able to set a proxy for Sugar and activities to use. While we'd like the syst

Re: [Sugar-devel] [PATCH sugar v2] Add Control Panel for proxy settings

2012-01-28 Thread Simon Schampijer
On 01/26/2012 07:15 PM, Simon Schampijer wrote: On 01/24/2012 09:56 PM, Sascha Silbe wrote: From: Aleksey Lim Both individual users and deployments need to be able to set a proxy for Sugar and activities to use. While we'd like the system to work that all out automatically (e.g. using WP

Re: [Sugar-devel] [PATCH sugar v2] Add Control Panel for proxy settings

2012-01-26 Thread Simon Schampijer
On 01/24/2012 09:56 PM, Sascha Silbe wrote: From: Aleksey Lim Both individual users and deployments need to be able to set a proxy for Sugar and activities to use. While we'd like the system to work that all out automatically (e.g. using WPAD [1]), this often isn't possible. Common reasons inclu

Re: [Sugar-devel] [PATCH sugar] sugar-session: export manual Gnome proxy settings as $http_proxy

2012-01-26 Thread Simon Schampijer
On 01/24/2012 10:31 PM, Sascha Silbe wrote: From: Jerry Vonau Some applications and tools and even some parts of Sugar will use the http_proxy environment variable if set, but don't use the Gnome (GConf) proxy settings. After changing the GConf proxy settings, Sugar needs to be restarted for th

Re: [Sugar-devel] [DESIGN] Write to Journal Anytime

2012-01-25 Thread Simon Schampijer
On 01/23/2012 11:12 PM, Simon Schampijer wrote: [...] While thinking further about how to best solve this issue I came across the search key (magnifier icon on the olpc keyboard or F5 on non-olpc hardware) which we have to get to the Journal quickly. I wondered if it would be a good idea to let

Re: [Sugar-devel] [FEATURES][DESIGN] Network proxy configuration

2012-01-24 Thread Simon Schampijer
On 01/23/2012 03:05 AM, Sridhar Dhanapalan wrote: On 23 January 2012 13:02, Gary Martin wrote: Hi Sridhar, On 23 Jan 2012, at 01:08, Sridhar Dhanapalan wrote: On 19 January 2012 21:16, Simon Schampijer wrote: If OLPC-AU has been telling their users to set the proxy via GNOME before that

[Sugar-devel] [ANNOUNCE] 0.96 Feature/API freeze the 30th of January 2012

2012-01-23 Thread Simon Schampijer
Hi, the Feature and API Freeze for Sugar 0.96 is the 30th of January 2012 [1]. I would like to ask all the Accepted Feature owners [2] to update their pages to reflect the current status. Please update the completeness (100% means the Feature has been accepted and merged by the maintainer). I

[Sugar-devel] [REMINDER] Development team meeting --- 24. Jan 2012 (15:00 UTC)

2012-01-23 Thread Simon Schampijer
Hi, today we will have our weekly development team meeting: Time: 24. Jan 2012 (15:00 UTC) Place: #sugar-meeting (freenode) This week I want us to focus on the Features only. There is only one week left to land them before the freeze [1]! I would like to ask all the Accepted Feature owners [

Re: [Sugar-devel] [PATCH browse] Append the current Sugar (Sucrose) version to the user agent

2012-01-23 Thread Simon Schampijer
On 01/23/2012 07:16 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2012-01-16 12:52:00 +0100: Furthermore we need to modify the Sugar version in Browse accordingly with each Sugar release as the Sugar version is only availble in the shell and not in the toolkit. As others

Re: [Sugar-devel] [PATCH browse] Bring back download functionality using WebKit

2012-01-23 Thread Simon Schampijer
On 01/23/2012 11:58 PM, Bert Freudenberg wrote: This is only tangentially related to the download functionality, but I was wondering if the webkit browser already does better on the identification issue? http://bugs.sugarlabs.org/ticket/2834 - Bert - _

Re: [Sugar-devel] [PATCH] Patch that let users set current page as homepage

2012-01-23 Thread Simon Schampijer
On 01/24/2012 03:39 AM, Manuel Quiñones wrote: Hi Ariel, El día 23 de enero de 2012 21:50, Ariel Calzada escribió: I have added some files in this patch. I don't know how to add it when i send the patch with git-email. I attach them here. You can add files for revision with "git add" comman

Re: [Sugar-devel] [DESIGN] Write to Journal Anytime

2012-01-23 Thread Simon Schampijer
Hi, while looking at Walter's patch [1] today I did go through the various options another time and noted the pro/cons that have been floating around. ===Full-screen Modal Alert=== Pro: - can be invoked from the Activity, the Journal and a shortcut - no moving target (palette) Con: - no conte

Re: [Sugar-devel] [PATCH browse] Bring back download functionality using WebKit

2012-01-23 Thread Simon Schampijer
On 01/23/2012 04:41 PM, Manuel Quiñones wrote: El día 12 de enero de 2012 17:55, Simon Schampijer escribió: This brings back the download functionality to Browse using WebKit, it handles the cases when you click on a link and the Browser is not setup to view this file. Nice. Closing the

Re: [Sugar-devel] [PATCH browse] Highlight the search results correctly

2012-01-23 Thread Simon Schampijer
On 01/23/2012 03:33 PM, Manuel Quiñones wrote: El día 12 de enero de 2012 07:30, Simon Schampijer escribió: Inspired by the Epiphany code we now highlight the search results in the default color, yellow. Using the webkit API correctly, great. I got an unexpected behaviour if I go back and

Re: [Sugar-devel] [PATCH browse] Append the current Sugar (Sucrose) version to the user agent

2012-01-23 Thread Simon Schampijer
On 01/23/2012 04:07 PM, Manuel Quiñones wrote: El día 16 de enero de 2012 08:52, Simon Schampijer escribió: This identifier is used in ASLO to determine which activities can be downloaded (ASLO is parsing the user agent of the Browser to provide an appropriate activity version, if it fails to

Re: [Sugar-devel] [PATCH browse] Display pages based on locale specific information

2012-01-23 Thread Simon Schampijer
On 01/23/2012 04:30 PM, Manuel Quiñones wrote: El día 13 de enero de 2012 08:35, Simon Schampijer escribió: This displays pages based on your locale information e.g. 'google.com' will be in French when your locale is set to 'fr'. We use our associated SoupSession to set

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Window: fixup of wrong conversion introduced by pygi-convert.sh

2012-01-23 Thread Simon Schampijer
On 01/23/2012 04:47 PM, Daniel Drake wrote: On Thu, Jan 19, 2012 at 8:19 AM, Simon Schampijer wrote: With 820efa56b9876bb418bc51d30de959775930e35c gtk.gdk.x11_get_server_time(window) wasn't correctly converted to GdkX11.x11_get_server_time(window). Found when tesing collaboration. Looks

Re: [Sugar-devel] [PATCH browse] Append the current Sugar (Sucrose) version to the user agent

2012-01-23 Thread Simon Schampijer
On 01/23/2012 04:25 PM, Thomas C Gilliard wrote: On 01/23/2012 07:07 AM, Manuel Quiñones wrote: El día 16 de enero de 2012 08:52, Simon Schampijer escribió: This identifier is used in ASLO to determine which activities can be downloaded (ASLO is parsing the user agent of the Browser to

Re: [Sugar-devel] [SPAM?]: Re: [FEATURES][DESIGN] Network proxy configuration

2012-01-23 Thread Simon Schampijer
On 01/23/2012 03:02 AM, Gary Martin wrote: Hi Sridhar, On 23 Jan 2012, at 01:08, Sridhar Dhanapalan wrote: On 19 January 2012 21:16, Simon Schampijer wrote: If OLPC-AU has been telling their users to set the proxy via GNOME before that is useful information. Other deployments might have

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Window: fixup of wrong conversion introduced by pygi-convert.sh

2012-01-19 Thread Simon Schampijer
With 820efa56b9876bb418bc51d30de959775930e35c gtk.gdk.x11_get_server_time(window) wasn't correctly converted to GdkX11.x11_get_server_time(window). Found when tesing collaboration. Signed-off-by: Simon Schampijer --- src/sugar3/graphics/window.py |2 +- 1 files changed, 1 insertions(

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] ObjectChooser: remove deprecated parameters

2012-01-19 Thread Simon Schampijer
On 01/18/2012 08:39 PM, Gonzalo Odiard wrote: I don't know why the title was deprecated, but... Thanks Gonzalo for the review. The title is always 'Choose an object' (see jarabe/journal/objectchooser.py) which keeps it consistent. The API has been deprecated since ages, really :) Regards,

Re: [Sugar-devel] [FEATURES][DESIGN] Network proxy configuration

2012-01-19 Thread Simon Schampijer
On 01/18/2012 03:59 AM, Jerry Vonau wrote: On Tue, 2012-01-17 at 16:52 +0100, Simon Schampijer wrote: On 21/11/11 21:27, Anish Mangal wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'd like to propose "Network proxy configuration in Sugar" http://wiki.sugarlabs.

Re: [Sugar-devel] [Sugar] Implement text to speech in Sugar feature - v2

2012-01-19 Thread Simon Schampijer
On 01/18/2012 03:25 PM, Gonzalo Odiard wrote: Thanks, please read my reply to your review mail http://lists.sugarlabs.org/archive/sugar-devel/2012-January/035292.html More below... On Wed, Jan 18, 2012 at 5:05 AM, Simon Schampijerwrote: On 17/01/12 22:49, godi...@sugarlabs.org wrote: From: G

Re: [Sugar-devel] [FEATURE] Global Text to Speech

2012-01-19 Thread Simon Schampijer
On 01/17/2012 10:48 PM, Gonzalo Odiard wrote: Hi Gonzalo, thanks for the patch! Here are a few notes: - when you have a text selected and want it to be spoken out a clipboard entry is created (I guess you need to have a look at why the clipboard tray reacts to that selection) I only see th

Re: [Sugar-devel] [Sugar] Implement text to speech in Sugar feature - v2

2012-01-18 Thread Simon Schampijer
On 17/01/12 22:49, godi...@sugarlabs.org wrote: From: Gonzalo Odiard Added controls to pause/stop and addressed suggestions in the review process. Thanks for the update! - one thing that is not solved yet, is the item that gets created in the clipboard tray - when I do not have text select

[Sugar-devel] [MINUTES] Development team meeting --- 17. Jan 2012 (15:00 UTC)

2012-01-17 Thread Simon Schampijer
Hi, for those that could not attend, here the logs: Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-17T15:03:37.html Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-17T15:03:37 Regards, Simon ___ Sugar-devel

Re: [Sugar-devel] [FEATURES][DESIGN] Network proxy configuration

2012-01-17 Thread Simon Schampijer
On 21/11/11 21:27, Anish Mangal wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'd like to propose "Network proxy configuration in Sugar" http://wiki.sugarlabs.org/go/Features/Proxy_configuration - -- Anish Mangal Hi Anish, there have been discussions [1] on how this Feature work

Re: [Sugar-devel] [PATCH] Add Write to Journal button to standard activity toolbar

2012-01-17 Thread Simon Schampijer
On 12/01/12 18:27, Walter Bender wrote: From: Walter Bender This patch adds a new button to the standard activity toolbar (between the activity title and the sharing button). The button involes a palette that contains a textview widget that lets the user make changes to metadata['description'].

[Sugar-devel] [REMINDER] Development team meeting --- 17. Jan 2012 (15:00 UTC)

2012-01-16 Thread Simon Schampijer
Hi, tomorrow we will have our weekly development team meeting: This week topics are: * status of the GTK3 port [1] * current status of the development cycle [2] Time: 17. Jan 2012 (15:00 UTC) Place: #sugar-meeting (freenode) Regards, Simon [1] http://wiki.sugarlabs.org/go/Features/GTK3 [

[Sugar-devel] [PATCH browse] Append the current Sugar (Sucrose) version to the user agent

2012-01-16 Thread Simon Schampijer
] https://lists.webkit.org/pipermail/webkit-gtk/2012-January/000893.html Signed-off-by: Simon Schampijer --- browser.py |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/browser.py b/browser.py index 83cc7ea..c5165db 100644 --- a/browser.py +++ b/browser.py @@ -383,9

[Sugar-devel] [PATCH browse] Display pages based on locale specific information

2012-01-13 Thread Simon Schampijer
ge-auto [2] http://developer.gimp.org/api/2.0/glib/glib-I18N.html#g-get-language-names [3] http://kb.mozillazine.org/About:config_entries#Intl. Signed-off-by: Simon Schampijer --- webactivity.py | 21 + 1 files changed, 5 insertions(+), 16 deletions(-) diff --git a/webactivity

[Sugar-devel] [PATCH browse] Bring back download functionality using WebKit

2012-01-12 Thread Simon Schampijer
This brings back the download functionality to Browse using WebKit, it handles the cases when you click on a link and the Browser is not setup to view this file. Requesting a download through Palettes is still to come. The code is inspired by the download code in Surf. Signed-off-by: Simon

Re: [Sugar-devel] [FEATURE] Global Text to Speech

2012-01-12 Thread Simon Schampijer
On 22/11/11 03:23, Gonzalo Odiard wrote: Attached is a first try of implementation, to discuss. Is using gstreamer-plugins-espeak, already included in the last images, and used in all the activities using text-to-speech. Do not add any new dependency. A device is added in the frame to configure

[Sugar-devel] [PATCH read] Adopt to removal of the old toolbar

2012-01-12 Thread Simon Schampijer
As part of the removal of the old toolbar, old API has been removed, adopt to that change, see http://lists.sugarlabs.org/archive/sugar-devel/2012-January/035201.html Signed-off-by: Simon Schampijer --- readtoolbar.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] ActivityBundle: clean from deprecated code

2012-01-12 Thread Simon Schampijer
On 12/01/12 04:42, Alan Jhonn Aguiar Schwyn wrote: - activity.info file: removed deprecated field 'service_name' use 'bundle_id' instead - activity.info file: removed deprecated field 'class' use 'exec' instead We must use: "exec = sugar-activity activity.Activity" ? In old sugar also work

[Sugar-devel] [PATCH browse] Highlight the search results correctly

2012-01-12 Thread Simon Schampijer
Inspired by the Epiphany code we now highlight the search results in the default color, yellow. Signed-off-by: Simon Schampijer --- edittoolbar.py | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/edittoolbar.py b/edittoolbar.py index 958b6ad..f77cbbe

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Activity: remove deprecated _shared_activity member

2012-01-11 Thread Simon Schampijer
On 11/01/12 17:53, Simon Schampijer wrote: Use the get_shared_activity method instead Signed-off-by: Simon Schampijer --- src/sugar3/activity/activity.py |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/sugar3/activity/activity.py b/src/sugar3/activity

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Remove support for the old deprecated toolbar

2012-01-11 Thread Simon Schampijer
- removed deprecated imports from the activity module, use the widgets module instead - removed the ActivityToolbox class - removed the Stop button from the ActivityToolbar - removed set_toolbar/get_toolbar API from the window module Signed-off-by: Simon Schampijer --- src/sugar3/activity

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Datastore: remove deprecated API

2012-01-11 Thread Simon Schampijer
This API is not in use anywhere in the shell and has been deprecated for quite some time. Signed-off-by: Simon Schampijer --- src/sugar3/datastore/datastore.py | 41 - 1 files changed, 0 insertions(+), 41 deletions(-) diff --git a/src/sugar3/datastore

[Sugar-devel] [PATCH sugar-toolkit-gtk3] ObjectChooser: remove deprecated parameters

2012-01-11 Thread Simon Schampijer
The objectchooser had the 'title', 'flags' and 'buttons' parameters deprecated for a long time, remove them now completely. The only parameters allowed are now the 'parent' and the 'what_filter'. Signed-off-by: Simon Schampijer --- src/suga

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Bundlebuilder: remove deprecated bundle_name argument

2012-01-11 Thread Simon Schampijer
Signed-off-by: Simon Schampijer --- src/sugar3/activity/bundlebuilder.py |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/sugar3/activity/bundlebuilder.py b/src/sugar3/activity/bundlebuilder.py index 3d1d5fc..bcc7aa9 100644 --- a/src/sugar3/activity

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Activity: remove deprecated _shared_activity member

2012-01-11 Thread Simon Schampijer
Use the get_shared_activity method instead Signed-off-by: Simon Schampijer --- src/sugar3/activity/activity.py |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/sugar3/activity/activity.py b/src/sugar3/activity/activity.py index aedcae8..3c1a2f3 100644 --- a/src

[Sugar-devel] [PATCH sugar-toolkit-gtk3] ActivityBundle: clean from deprecated code

2012-01-11 Thread Simon Schampijer
- removed deprecated mime type 'application/vnd.olpc-x-sugar' - activity.info file: removed deprecated field 'service_name' use 'bundle_id' instead - activity.info file: removed deprecated field 'class' use 'exec' instead Signed-off-by: Simon Sc

Re: [Sugar-devel] [PATCH browse] Adopt to WebKit API for title of the browser widget

2012-01-11 Thread Simon Schampijer
On 09/01/12 11:45, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2012-01-04 14:34:29 +0100: [webactivity.py] @@ -426,7 +426,7 @@ class WebActivity(activity.Activity): browser = self._tabbed_view.current_browser if not self._jobject.metadata['title_

[Sugar-devel] [MINUTES] Development team meeting --- 10. Jan 2012 (15:00 UTC)

2012-01-10 Thread Simon Schampijer
Hi, for those that could not attend, here the logs: Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-10T15:01:06.html meeting: Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-10T15:01:06 Regards, Simon ___ Su

Re: [Sugar-devel] [PATCH sugar] Journal detail view: don't choke on invalid 'keep' property

2012-01-10 Thread Simon Schampijer
Hi Sascha, thanks for the patch. On 02/11/11 23:28, Sascha Silbe wrote: Properties of data store entries can get corrupted, e.g. due to low level crashes or running out of battery (see OLPC#11372 [1] for a real-life example). In addition any activity can - accidentally or on purpose - write dat

Re: [Sugar-devel] [PATCH sugar-datastore] Ensure we return valid internal / calculated properties

2012-01-10 Thread Simon Schampijer
Hi Sascha, thanks for the patch. On 02/11/11 23:21, Sascha Silbe wrote: The copy in the metadata storage can get corrupted, e.g. due to low level crashes or running out of battery (see OLPC#11372 [1] for a real-life example). This is especially problematic for the uid property, since without i

[Sugar-devel] [REMINDER] Development team meeting --- 10. Jan 2012 (15:00 UTC)

2012-01-09 Thread Simon Schampijer
Hi, tomorrow we will have our weekly development team meeting: This week topics are: * status of the GTK3 port [1] * current status of the development cycle [2] Time: 10. Jan 2012 (15:00 UTC) Place: #sugar-meeting (freenode) Action items from last week: [done] #action Gonzalo sending a mai

Re: [Sugar-devel] [DESIGN] Write to Journal Anytime

2012-01-08 Thread Simon Schampijer
On 03/01/12 20:04, Walter Bender wrote: Gary, Christian, et al., We are hopefully going to land some variant of the "Write to Journal Anytime" patch in Sugar 0.96 [1]. I'd like to discuss the details before jumping back into the code. The current plan of record is essentially to make a modal dis

Re: [Sugar-devel] [DESIGN] Browse: [+] for adding a new tab always at the far right?

2012-01-05 Thread Simon Schampijer
On 04/01/12 11:25, Simon Schampijer wrote: Hi, due to API changes in the GTK Notebook [1] we can add now an action widget to it (e.g. a button to add a new tab). So far our 'add-new-tab'-button in Browse was another special tab. We could simplify the Browse code a lot by using the act

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Finally remove the keep button completely

2012-01-05 Thread Simon Schampijer
see 0082e10f8ebc201d0837dc67ba739d9079903e45 for the complete reasoning. Signed-off-by: Simon Schampijer --- src/sugar3/activity/widgets.py | 25 - 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/src/sugar3/activity/widgets.py b/src/sugar3/activity

[Sugar-devel] [PATCH browse] Adopt to WebKit API for title of the browser widget

2012-01-04 Thread Simon Schampijer
The webkitgtk API [1] does return None if the title is not set. Adopt to that change. [1] http://webkitgtk.org/reference/webkitgtk-webkitwebview.html#WebKitWebView--title --- webactivity.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/webactivity.py b/webactivity.py

[Sugar-devel] [PATCH sugar] SugarAdhoc networks: make 'connect' option in Palette available

2012-01-04 Thread Simon Schampijer
The palette got only updated on device state changes so far, but is not initialised on startup. The device state is now signaled as well on bringup from the manager to the widget. --- src/jarabe/desktop/meshbox.py |2 +- src/jarabe/model/adhoc.py |1 + 2 files changed, 2 insertions(+),

[Sugar-devel] [DESIGN] Browse: [+] for adding a new tab always at the far right?

2012-01-04 Thread Simon Schampijer
Hi, due to API changes in the GTK Notebook [1] we can add now an action widget to it (e.g. a button to add a new tab). So far our 'add-new-tab'-button in Browse was another special tab. We could simplify the Browse code a lot by using the action widget instead. Yay! There will be a visual di

Re: [Sugar-devel] [PATCH browse] Improve session store and restore

2012-01-04 Thread Simon Schampijer
On 04/01/12 03:57, Manuel Quiñones wrote: This is the review from Simon Schampijer of commit 14102bcd65f015dcbf12d1406df8ef7ffb64d13d . * the sessionstore code is moved into Browser, we do have set_history_index/get_history_index already there, the TabbedView does use that path for their

Re: [Sugar-devel] [PATCH 2/2] Remove old zoom methods

2012-01-03 Thread Simon Schampijer
On 20/12/11 15:07, Manuel Quiñones wrote: Now the WebKit.WebView zoom_in() and zoom_out() methods are called and the page is effectively zoomed. Signed-off-by: Manuel Quiñones Looks good, thanks. Regards, Simon ___ Sugar-devel mailing list Sugar-

Re: [Sugar-devel] [PATCH] Store and restore session for each tab

2012-01-03 Thread Simon Schampijer
On 20/12/11 14:54, Manuel Quiñones wrote: > For going to a specific item in the history, it uses go_back() method > of WebKit.WebView. I tried also with WebKit.WebHistoryItem go_back(), > seemed the proper solution, but the page wouldn't update. Using webkit_web_view_go_back [1] is the right thi

[Sugar-devel] [MINUTES] Development team meeting --- 3. Jan 2012 (15:00 UTC)

2012-01-03 Thread Simon Schampijer
Hi, for those that could not attend, here the logs: Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-03T15:09:15.html Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-01-03T15:09:15 Action items: #action Gonzalo sending a mail to the testing team about test

[Sugar-devel] [ANNOUNCE] 0.96 schedule, freeze reminders

2012-01-03 Thread Simon Schampijer
Hi, I hope everyone had a great start into 2012 and a well deserved rest and accumulated new energy for the upcoming joys, challenges and surprises of the new year. First of all I want to highlight that the API/ABI and Feature freeze of the 0.96 development cycle are approaching, the deadlin

[Sugar-devel] [REMINDER] Development team meeting --- 3. Jan 2012 (15:00 UTC)

2012-01-02 Thread Simon Schampijer
Hi, tomorrow we will have our weekly development team meeting: This week topics are: * status of the GTK3 port [1] * current status of the development cycle [2] Time: 3. Jan 2012 (15:00 UTC) Place: #sugar-meeting (freenode) Regards, Simon [1] http://wiki.sugarlabs.org/go/Features/GTK3 [2

Re: [Sugar-devel] sugar-install-bundle is broken again

2012-01-02 Thread Simon Schampijer
On 31/12/11 19:42, Peter Robinson wrote: On Sat, Dec 31, 2011 at 5:06 PM, Peter Robinson wrote: Hi All, sugar-install-bundle is broken again :-( Executing code generated by kspost:sugar/kspost.75.install_bundles.inc... Traceback (most recent call last): File "/usr/bin/sugar-install-bundle",

[Sugar-devel] [RELEASE] sugar-toolkit-gtk3-0.95.2

2011-12-22 Thread Simon Schampijer
explorations by developers and packagers, we hope you enjoy! * Release 0.95.2 (Simon Schampijer) * Use the gtk3 toolkit in the sugar-activity (Simon Schampijer) * Set the sugar theme name in gsettings according the scale (Gonzalo Odiard) * Fix the installation of languages (Simon Schampijer) * Reimplement

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

2011-12-21 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.95.2.tar.bz2 == News == * Release 0.95.2 (Simon Schampijer) * Restructure for new /usr/bin/sugar-activity behaviour (Daniel Drake) * Commit from Sugar Labs: Translation System by user cjl.: 40 of 40

[Sugar-devel] [RELEASE] sugar-0.95.3

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

[Sugar-devel] [MINUTES] Development team meeting --- 20. Dec 2011 (15:00 UTC)

2011-12-20 Thread Simon Schampijer
Hi, for those that could not attend, here the logs: Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2011-12-20T15:00:27.html Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2011-12-20T15:00:27 Regards, Simon ___ Sugar-devel

[Sugar-devel] [REMINDER] Development team meeting --- 20. Dec 2011 (15:00 UTC)

2011-12-20 Thread Simon Schampijer
Hi, tomorrow we will have our weekly development team meeting: This week topics are: * status of the GTK3 port [1] * current status of the development cycle [2] Time: 20. Dec 2011 (15:00 UTC) Place: #sugar-meeting (freenode) Regards, Simon [1] http://wiki.sugarlabs.org/go/Features/GTK3 [

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] sugar-activity: import and make independent of sugar-toolkit GTK versions

2011-12-19 Thread Simon Schampijer
On 13/12/11 21:32, Simon Schampijer wrote: On 13/12/11 16:47, Daniel Drake wrote: As we move to adding support for a second UI toolkit (GTK+ 3.x), the sugar-activity binary used by all activities must become backend-toolkit-independent. It would be wasteful to have two backend toolkits loaded

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Set the sugar theme name in gsettings according the scale

2011-12-15 Thread Simon Schampijer
From: Gonzalo Odiard We need set the theme in gsettings according the scale in the SUGAR_SCLING environment variable. Signed-off-by: Gonzalo Odiard --- src/sugar3/activity/activity.py |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/sugar3/activity/activity.py

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Fix the installation of languages

2011-12-15 Thread Simon Schampijer
The GETTEXT_PACKAGE name must match the repository name. Found when packaging for Fedora. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index fa38c66..10d87c1 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_

Re: [Sugar-devel] [PATCH] String format fix for "View Source" activity title

2011-12-14 Thread Simon Schampijer
On 14/12/11 19:53, Manuel Quiñones wrote: Fixes bug #3272 . Signed-off-by: Manuel Quiñones --- src/jarabe/view/viewsource.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/view/viewsource.py b/src/jarabe/view/viewsource.py index 4ec47eb..1285e69 100644 --

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Reimplement Palettes for GTK3

2011-12-14 Thread Simon Schampijer
On 14/12/11 22:53, Daniel Drake wrote: Moving from GTK2 to GTK3 has presented various challenges regarding palettes. There are two small things that have been introduced accidentally by this patch, fixups are: commit a7f1eb596ed3a4b63cab97fbc97c1a9aa0f9c813 Author: Simon Schampijer Date

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] SugarExt: fix compile without pygtk

2011-12-13 Thread Simon Schampijer
On 13/12/11 16:54, Daniel Drake wrote: We no longer compile this against pygtk, so remove the include. Add the now-required Python.h include in its place. --- src/sugar3/_sugarbaseextmodule.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sugar3/_sugarbaseextmodu

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] sugar-activity: import and make independent of sugar-toolkit GTK versions

2011-12-13 Thread Simon Schampijer
On 13/12/11 16:47, Daniel Drake wrote: As we move to adding support for a second UI toolkit (GTK+ 3.x), the sugar-activity binary used by all activities must become backend-toolkit-independent. It would be wasteful to have two backend toolkits loaded in memory, and in the GTK2/GTK3 case, it is im

[Sugar-devel] [MINUTES] Development team meeting --- 13. Dec 2011 (15:00 UTC)

2011-12-13 Thread Simon Schampijer
Hi, for those that could not attend, here the logs: Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2011-12-13T15:00:22.html Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2011-12-13T15:00:22 Regards, Simon ___ Sugar-dev

[Sugar-devel] [REMINDER] Development team meeting --- 13. Dec 2011 (15:00 UTC)

2011-12-12 Thread Simon Schampijer
Hi, tomorrow we will have our weekly development team meeting: This week topics are: * status of the GTK3 port [1], can we merge the outstanding patches and get a first release? * current status of the development cycle [2] Time: 13. Dec 2011 (15:00 UTC) Place: #sugar-meeting (freenode) Re

Re: [Sugar-devel] sugar-toolkit-gtk3 patches

2011-12-12 Thread Simon Schampijer
On 05/12/11 20:24, Sascha Silbe wrote: Hi Simon et al., sugar-toolkit-gtk3 is starting to get into shape (branch silbe-rework-20111205). Remaining issues: [...] 3. a6513e6: Switch sugarext to be an introspectable library (Simon Schampijer) Some links explaining what this means and

Re: [Sugar-devel] [PATCH v2][sucrose-0.94][RFC] Add capability to connect to WPA/WPA2-Enterprise networks

2011-12-10 Thread Simon Schampijer
Hi Anish, thanks for the patch. On 09/12/11 12:08, Anish Mangal wrote: On Fri 09 Dec 2011 06:31:51 PM IST, Peter Robinson wrote: This really needs to be ported to the master branch which now used NetworkManager 0.9 For any code to land in a stable branch (here 0.94) it needs to go into the

Re: [Sugar-devel] Sugar upstreaming strategy and Activity Central upstreaming work

2011-12-10 Thread Simon Schampijer
On 09/12/11 16:44, Marco wrote: On 9 Dec 2011, at 19:13, Pablo Flores wrote: 1. Many community members I talked to agreed that it would be better having only one single maintainer, if possible working full time on it. What do you think about that? Why? My feeling is pretty much the opposite

Re: [Sugar-devel] sugar-toolkit-gtk3 patches

2011-12-08 Thread Simon Schampijer
On 05/12/11 20:24, Sascha Silbe wrote: Hi Simon et al., Hi Sascha, thanks for the update! sugar-toolkit-gtk3 is starting to get into shape (branch silbe-rework-20111205). Remaining issues: [...] 7. 8a4e452: Add wrapper for rsvg, c7d3870: Use rsvg wrapper while rsvg gains introspection

[Sugar-devel] [UN-REMINDER] Development team meeting --- 06. Dec 2011 (15:00 UTC)

2011-12-06 Thread Simon Schampijer
Hi, I was traveling the last days and did forget about the meeting. Let's do it next week at the normal time: 13th of December 2011 (15:00 UTC) If you want to send in your report of the achievements you have been made during the last week, please do so by replying to this mail. Regards,

Re: [Sugar-devel] [PATCH] Control Panel, Power section: check if powerd is available OLPC #11437

2011-11-29 Thread Simon Schampijer
On 28/11/11 17:41, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2011-11-28 15:49:27 +0100: [proposed commit message] Sounds good. The patch itself is fine? Yup, the code changes are definitely a good idea. Sascha Thanks, for the review, pushed as http://git.sugarlabs.o

[Sugar-devel] [MINUTES] Development team meeting --- 29. Nov 2011 (15:00 UTC)

2011-11-29 Thread Simon Schampijer
Hi, for those that could not attend, here the logs: Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2011-11-29T14:56:25.html Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2011-11-29T14:56:25 Regards, Simon ___ Sugar-devel

Re: [Sugar-devel] [PATCH 2/2] Remove mozilla xpcom and hulahop, add WebKit

2011-11-29 Thread Simon Schampijer
go ahead to push to master. Acked-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 1/2] Rename sugar to sugar3

2011-11-29 Thread Simon Schampijer
ahead to push to master. Acked-by: Simon Schampijer Regards, Simon ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [REMINDER] Development team meeting --- 29. Nov 2011 (15:00 UTC)

2011-11-29 Thread Simon Schampijer
On 29/11/11 13:19, Simon Schampijer wrote: Hi, tomorrow we will have our weekly development team meeting: This week Oups, just to be sure - the meeting is today, as always the Tuesday. Hope this did not led to confusion and I see everyone in 20 minutes. Regards, Simon

[Sugar-devel] [REMINDER] Development team meeting --- 29. Nov 2011 (15:00 UTC)

2011-11-29 Thread Simon Schampijer
Hi, tomorrow we will have our weekly development team meeting: This week topics are: * status of the GTK3 port * current status of the development cycle [1] * proposed Features for the 0.96 cycle [2] * activity team status Time: 29. Nov 2011 (15:00 UTC) Place: #sugar-meeting (freenode) Regar

Re: [Sugar-devel] [PATCH] Control Panel, Power section: check if powerd is available OLPC #11437

2011-11-28 Thread Simon Schampijer
On 28/11/11 15:00, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of 2011-11-28 10:42:05 +0100: On the XO 1.75 '/ofw' is not used anymore on the XO-1.75, '/proc/device-tree' is used now instead. Check if powerd is available to determine if the power section is displayed or not.

[Sugar-devel] [PATCH] Control Panel, Power section: check if powerd is available OLPC #11437

2011-11-28 Thread Simon Schampijer
On the XO 1.75 '/ofw' is not used anymore on the XO-1.75, '/proc/device-tree' is used now instead. Check if powerd is available to determine if the power section is displayed or not. Signed-off-by: Simon Schampijer --- src/jarabe/controlpanel/gui.py |3 ++- 1 files c

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