Re: [Sugar-devel] SL. #2060 : Copying files multiple times results in bogus names.

2010-11-10 Thread Shanjit Singh Jajmann
On Wed, Nov 10, 2010 at 5:20 PM, Shanjit Singh Jajmann wrote: > Hello Team, > > I am working on the Issue SL# 2060. It proposes to change the naming > feature of files having the same name. > It changes the naming feature of the files (existing with the same name) when copied to the volume. Sorry

Re: [Sugar-devel] Sugar UI Dictator

2010-11-10 Thread Martin Dengler
On Tue, Nov 09, 2010 at 12:27:18PM -0500, Michael Stone wrote: > > On Tue, 9 Nov 2010 at 03:12:41 +, Martin Dengler wrote: > >On Mon, Nov 08, 2010 at 07:49:19PM -0500, Bernie Innocenti wrote: > >>[UX design might be better] if we agreed to delegate all design > >>decisions to one clever dictat

[Sugar-devel] SL. #2060 : Copying files multiple times results in bogus names.

2010-11-10 Thread Shanjit Singh Jajmann
Hello Team, I am working on the Issue SL# 2060. It proposes to change the naming feature of files having the same name. I invite everyone to look at the approach used, and provide feedback on both the approach and the implementation. A separate patch will also be put up shortly. Regards Shanjit

[Sugar-devel] [PATCH] Copying files multiple times results in bogus names. (SL#2060)

2010-11-10 Thread shanjit
From: Shanjit Singh Jajmann For every existing file copied to the location, the names are explicitly changed to filename(copynumber). e.g. games.png, games(2).png. games(3).jpg and so on. --- src/jarabe/journal/model.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --gi

[Sugar-devel] [ASLO] Release XO Help-12

2010-11-10 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4051 Sugar Platform: 0.82 - 0.90 Download Now: http://activities.sugarlabs.org/downloads/file/27104/help-12.xo Release notes: Changes since october 2009: * Fix permissions for HTML pages: use 0644 * Fix icon for F13 changes in rendering *

Re: [Sugar-devel] [Dextrose] [PATCH] Copying files multiple times results in bogus names. (SL#2060)

2010-11-10 Thread Gonzalo Odiard
Mhh, is sufficient with doing the split out of the while Gonzalo [gonz...@nautilus journal]$ git diff model.py diff --git a/src/jarabe/journal/model.py b/src/jarabe/journal/model.py index 81ca7d4..a422f6b 100644 --- a/src/jarabe/journal/model.py +++ b/src/jarabe/journal/model.py @@ -528,9 +528,9

Re: [Sugar-devel] [PATCH] Adopt Updater to new activity version scheme

2010-11-10 Thread Walter Bender
On Mon, Nov 8, 2010 at 11:45 AM, Simon Schampijer wrote: > --- >  extensions/cpsection/updater/backends/aslo.py |    9 ++--- >  extensions/cpsection/updater/model.py         |    4 +++- >  extensions/cpsection/updater/view.py          |    2 +- >  3 files changed, 10 insertions(+), 5 deletions

Re: [Sugar-devel] [PATCH] Adopt Updater to new activity version scheme

2010-11-10 Thread C. Scott Ananian
I hope there's documentation on the wiki for activity authors. (Ideally at the level of detail of PEP386.) There's certainly not source code documentation at any sufficient level of detail. --scott --                          ( http://cscott.net/ ) __

Re: [Sugar-devel] [PATCH] Copying files multiple times results in bogus names. (SL#2060)

2010-11-10 Thread James Cameron
On Wed, Nov 10, 2010 at 05:24:11PM +0530, shan...@seeta.in wrote: > From: Shanjit Singh Jajmann > > For every existing file copied to the location, the names are > explicitly changed to filename(copynumber). e.g. games.png, > games(2).png. games(3).jpg and so on. Nak. 1. it doesn't meet the ex

Re: [Sugar-devel] anonymous ASLO messages

2010-11-10 Thread David Farning
On Tue, Nov 9, 2010 at 9:02 PM, Rafael Enrique Ortiz Guerrero wrote: >> On Tue, Nov 9, 2010 at 9:52 PM, Aleksey Lim wrote: >> >> On Tue, Nov 09, 2010 at 09:36:37PM -0500, Rafael Enrique Ortiz Guerrero >> wrote: >> > Hi all >> > >> > >> > >> > On Tue, Nov 9, 2010 at 9:15 PM, Aleksey Lim >> > wrot

Re: [Sugar-devel] [PATCH] Adopt Updater to new activity version scheme

2010-11-10 Thread Gonzalo Odiard
You must update sugar and sugar-toolkit Gonzalo On Wed, Nov 10, 2010 at 6:37 PM, Walter Bender wrote: > On Mon, Nov 8, 2010 at 11:45 AM, Simon Schampijer > wrote: > > --- > > extensions/cpsection/updater/backends/aslo.py |9 ++--- > > extensions/cpsection/updater/model.py |