[Sugar-devel] [PATCH] Removal of hardcoded styles- Referring to CSS file in sugar-artwork

2012-08-12 Thread Kartik Kumar
Hi, regarding the task of removal of hardcoded styles, I have done few changes: * imported Gtk, Gdk and Gobject * repalaced gtk with Gtk * referring to CSS 'gtk-widgets-100.css' within css_provider's load_from_file method. I assume 'gtk-widgets-100.css' is generated by the 'gtk-widgets.css.em'

Re: [Sugar-devel] [DESIGN] Proposal: Multi-Selection and Batch Operations on Journal entries

2012-08-12 Thread Gary Martin
Hi Ajay, On 8 Aug 2012, at 10:42, Ajay Garg a...@activitycentral.com wrote: Hi Gary. Please find the link, for the latest sugar-rpm, that contains the fixes/changes, as per the 3 action-items marked for me, in 7th August's design-meeting ::

[Sugar-devel] [ASLO] Release CucaraSims-3

2012-08-12 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4370 Sugar Platform: 0.94 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/28189/cucarasims-3.xo Release notes: Sugar Labs Activities http://activities.sugarlabs.org ___

Re: [Sugar-devel] Maintenance, reviews, QA co

2012-08-12 Thread Bernie Innocenti
Improving the development process is as important as improving the code itself, so I think it's good to have this sort of discussion every once in a while. About 2 years ago I started a similar discussion on this mailing list because I thought that our development process was slow and

[Sugar-devel] [sugar 0.98 PATCH] sl#3800: In My Settings - ModemConfiguration, convert the procedure to process the results of connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb) from p

2012-08-12 Thread Ajay Garg
In the method get_modem_settings(), we call connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb). This is an asynchronous call. As of now, we busy wait, till the specified result callback is called (which in this case happens to be def _secrets_cb(secrets). After this is called, we return

[Sugar-devel] [sugar 0.98 PATCH v2] sl#1630, sl#3325: Support for mobile broadband provider database, plus ensure that all settings are persisted.

2012-08-12 Thread Ajay Garg
Note that the patch is to be applied in full, and NOT over version-1 patch, present at http://patchwork.sugarlabs.org/patch/1592/ Changes of version-2 over version-1 :: == a) Corrected the makefile, for addition of config.py. Thanks Ruben, for the fix :)

Re: [Sugar-devel] #3797 localization UNSP: Update pootle strings for Graph Plotter

2012-08-12 Thread S. Daniel Francis
2012/8/12 Sugar Labs Bugs bugtracker-nore...@sugarlabs.org: Comment: I fixed it manually. When you touch files in the /po dir in Gitorious it gets out of synch with the local copy that Pootle holds (and uses to recalculate the POT template) and this causes a failure to update the POT.

Re: [Sugar-devel] [sugar 0.98 PATCH] sl#3799: Truly show the waiting cursor, during the process a section-view is loaded.

2012-08-12 Thread James Cameron
Reviewed-by: James Cameron qu...@laptop.org -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [sugar 0.98 PATCH] sl#3800: In My Settings - ModemConfiguration, convert the procedure to process the results of connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb) fr

2012-08-12 Thread James Cameron
I like this change. I have review comments below. On Mon, Aug 13, 2012 at 03:18:33AM +0530, Ajay Garg wrote: In the method get_modem_settings(), we call connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb). This is an asynchronous call. As of now, we busy wait, till the specified

Re: [Sugar-devel] [DESIGN] Proposal: Contol-Panel packaging

2012-08-12 Thread Sridhar Dhanapalan
On 11 August 2012 08:28, John Gilmore g...@toad.com wrote: We have no control over the network environment what so ever and need to work within the confines of what is available. This is our primary constraint: we cannot install servers or proxies. Schools in remote areas have

Re: [Sugar-devel] [DESIGN] Proposal: Multi-Selection and Batch Operations on Journal entries

2012-08-12 Thread Gary Martin
Hi Ajay, On 12 Aug 2012, at 20:30, Gary Martin garycmar...@gmail.com wrote: Hi Ajay, On 8 Aug 2012, at 10:42, Ajay Garg a...@activitycentral.com wrote: Hi Gary. Please find the link, for the latest sugar-rpm, that contains the fixes/changes, as per the 3 action-items marked for me,

Re: [Sugar-devel] [DESIGN] Proposal: Lease expiry information display in My Settings - About My Computer

2012-08-12 Thread Gary Martin
Hi Anish, I've uploaded a mockup image to the wiki [1] which covers most of the items raised in this thread: - a new security section (that should only be shown if there is lease information) - lease number of days remaining - lease absolute expiry date (date string should use correct

Re: [Sugar-devel] [DESIGN] Proposal: Lease expiry information display in My Settings - About My Computer

2012-08-12 Thread James Cameron
Thanks, the mockup covers my desire for the lease data not being part of identity. -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [DESIGN] Proposal: Lease expiry information display in My Settings - About My Computer

2012-08-12 Thread Anish Mangal
Hi Gary, On Mon, Aug 13, 2012 at 6:18 AM, Gary Martin garycmar...@googlemail.com wrote: Hi Anish, I've uploaded a mockup image to the wiki [1] which covers most of the items raised in this thread: - a new security section (that should only be shown if there is lease information) -

Re: [Sugar-devel] #3797 localization UNSP: Update pootle strings for Graph Plotter

2012-08-12 Thread Chris Leonard
On Sun, Aug 12, 2012 at 6:30 PM, S. Daniel Francis fran...@sugarlabs.org wrote: 2012/8/12 Sugar Labs Bugs bugtracker-nore...@sugarlabs.org: Comment: I fixed it manually. When you touch files in the /po dir in Gitorious it gets out of synch with the local copy that Pootle holds (and uses

[Sugar-devel] [sugar 0.98 PATCH v2] sl#3800: In My Settings - ModemConfiguration, convert the procedure to process the results of connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb) fro

2012-08-12 Thread Ajay Garg
Note that this patch is to be applied in full, and NOT over version-1 patch, present at http://patchwork.sugarlabs.org/patch/1643/ Changes of version-2 over version-1 === a) Fixed a typo in the description. Thanks James Cameron :) b) Removed