Re: [Sugar-devel] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-12-06 Thread Shanjit Singh Jajmann
19/ Shan On Mon, Dec 6, 2010 at 4:36 PM, Shanjit Singh Jajmann wrote: > Team, > > I thank you all for having a look at the patch and for recommending > necessary changes. > > I am sending a revised patch for the same. > > Feedback and Response appreciated. > > >

[Sugar-devel] [PATCH] Feature Request added : Remove Mute Toggle SL#1234

2010-12-06 Thread shanjit
From: Shanjit Singh Jajmann Mute toggle by clicking on the speaker icon has been removed. SL#1234 --- extensions/deviceicon/speaker.py | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/extensions/deviceicon/speaker.py b/extensions/deviceicon/speaker.py index

[Sugar-devel] [PATCH] Feature Request added : Remove Mute Toggle SL#1234

2010-12-06 Thread shanjit
From: Shanjit Singh Jajmann Mute toggle by clicking on the speaker icon has been removed. SL#1234 --- extensions/deviceicon/speaker.py | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/extensions/deviceicon/speaker.py b/extensions/deviceicon/speaker.py index

Re: [Sugar-devel] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-12-06 Thread Shanjit Singh Jajmann
Sat, Nov 13, 2010 at 7:08 AM, wrote: > >> From: Shanjit Singh Jajmann >> >> Muting by clicking on the icon is killed. >> --- >> extensions/deviceicon/speaker.py | 10 -- >> 1 files changed, 0 insertions(+), 10 deletions(-) >> >> diff --gi

[Sugar-devel] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-11-13 Thread shanjit
From: Shanjit Singh Jajmann Muting by clicking on the icon is killed. --- extensions/deviceicon/speaker.py | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/extensions/deviceicon/speaker.py b/extensions/deviceicon/speaker.py index 3a54464..4242105 100644 --- a

[Sugar-devel] Feature Request "Kill the "Mute" function on the volume icon in the frame"

2010-11-13 Thread Shanjit Singh Jajmann
Team, I am working on the Dextrose TODO list[1], I am doing the "Kill the "Mute" function on the volume icon in the frame" one, under the UI changes heading. I have created a Wiki page regarding my progress on the feature request[2], i would request you to have a look at it. Feedback would be ap

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

2010-11-13 Thread shanjit
From: Shanjit Singh Jajmann For every existing file copied to the location, the names are explicitly changed to filename_copynumber.extension e.g. games_1.png, games_2.png, games_3.jpg and so on. --- v1 -> v2. Parenthesis idea removed, i initialised from 1. Recommendations by Gonzalo Odi

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

2010-11-13 Thread Shanjit Singh Jajmann
> From: Shanjit Singh Jajmann > > This is not your own work. You shouldn't put your name on it like this. > > Daniel > ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

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

2010-11-12 Thread shanjit
From: Shanjit Singh Jajmann For every existing file copied to the location, the names are explicitly changed to filename_copynumber.extension e.g. games_1.png, games_2.png, games_3.jpg and so on. --- v1 -> v2. Parenthesis idea removed, i initialised from 1. v2 -> v3. Line wrappi

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

2010-11-12 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_1.png, games_2.png. games_3.jpg and so on. --- src/jarabe/journal/model.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

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

2010-11-12 Thread Shanjit Singh Jajmann
Hi all, Firstly, I thank you all for having a look at the patch. What i was trying to do was change the file names to file_name(copy_number_of_the_file, starting with 2). i had done so because of an earlier conversation with Aleksay and Sascha. My most recent conversation with Aleksay has made m

[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

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

2010-11-10 Thread Shanjit Singh Jajmann
Shanjit Singh Jajmann 1. http://wiki.sugarlabs.org/go/Copying_files_multiple_times_results_in_bogus_names 2. http://bugs.sugarlabs.org/ticket/2060 ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

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 copie

[Sugar-devel] [PATCH v8] Downgrading activities not allowed. (SL #2164)

2010-10-25 Thread shanjit
From: Shanjit Singh Jajmann , Anubhav Aggarwal Activity can be downgraded on the availability of an older .xo version of an activity. An alert pops up when trying to install an older .xo file of an activity, which asks the user to make a selection on whether to move to an older activity version

[Sugar-devel] [PATCH v7] Downgrading activities not allowed. (SL #2164)

2010-10-24 Thread shanjit
From: Shanjit Singh Jajmann Activity can be downgraded on the availability of an older .xo version of an activity. An alert pops up when trying to install an older .xo file of an activity, which asks the user to make a selection on whether to move to an older activity version or not. Co

Re: [Sugar-devel] [PATCH v3] Reduction in the time taken for loading of the menu (SL#1169)

2010-10-21 Thread Shanjit Singh Jajmann
Sascha, By mistake, i may have added a new thread. Request you to kindly ignore that. Do consider the patch in this thread only. Thanks Warm Regards Shanjit Singh Jajmann ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

[Sugar-devel] [PATCH v3] Reduction in the time taken for loading of the menu (SL#1169)

2010-10-21 Thread shanjit
From: Shanjit Singh Jajmann Reduction in the lead time for loading the drop down menus. Changes made in the time delay for rendering of the secondary palette to improve human computer interaction and experience. Co-authored-by: Frederick Grose Reviewed-by: Bernie Innocenti --- v1 ->

Re: [Sugar-devel] [PATCH v2] Reduction in the time taken for loading of the menu (SL#1169)

2010-10-21 Thread Shanjit Singh Jajmann
Sascha, Thanks for your time and the review of the patch. I will keep the the pointers in mind next time onwards. The revised patch has been put up. Regards Shanjit Singh Jajmann ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

[Sugar-devel] [PATCH v3] Reduction in the time taken for loading of the menu (SL#1169)

2010-10-21 Thread shanjit
From: Shanjit Singh Jajmann Reduction in the lead time for loading the drop down menus. Changes made in the time delay for rendering of the secondary palette to improve human computer interaction and experience. Co-authored-by: Frederick Grose Reviewed-by: Bernie Innocenti --- v1 ->

Re: [Sugar-devel] [Dextrose] [PATCH] Reduction in the time taken for loading of the menu (SL#1169)

2010-10-21 Thread Shanjit Singh Jajmann
Bernie, Thanks for your time to review the patch. Glad you could provide pointers. Thanks. Regards Shanjit Singh Jajmann ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH v2] Reduction in the time taken for loading of the menu (SL#1169)

2010-10-21 Thread shanjit
From: Shanjit Singh Jajmann Reduction in the lead time for loading the drop down menus. Changes made in the time delay for rendering of the secondary palette to improve human computer interaction and experience. v1 -> v2 : Since the time 0.0, was too short for comfortable viewing, argume

[Sugar-devel] [PATCH] Reduction in the time taken for loading of the menu (SL#1169)

2010-10-20 Thread shanjit
From: Shanjit Singh Jajmann The earlier menu which was slow in loading up, has now been made quicker to respond to hovering above it. Changes have been made to palette.py and palettewindow.py . v1 -> v2 : Since the time 0.0, was too short for comfortable viewing, changes have been made,

[Sugar-devel] [PATCH] Secondary palette appears too soon on Neighborhood view buddy icons (SL#2367)

2010-10-19 Thread shanjit
From: Shanjit Singh Jajmann Changes have been made to the arguments, as suggested in bug report. On hovering now, the name appears first. Being on the icon for a slighlty more time then shows the secondary palette. Co-Authored-By: Bernie Innocenti Co-Authored-By: Fredrick Grose --- src

[Sugar-devel] [PATCH v3] Downgrading activities not allowed. (SL#2164)

2010-10-16 Thread shanjit
med according to the nomenclature suggested,inline function used,signal emission condition revised,global variables removed. v2 -> v3. Taking care of all calling of misc.resume. Signed-off-by: Shanjit Singh Jajmann , Anubhav Aggarwal --- src/jarabe/journal/misc.py | 29 +--- src/

[Sugar-devel] [PATCH] Downgrading activities not allowed. (#2164)

2010-10-15 Thread shanjit
med according to the nomenclature suggested,inline function used,signal emission condition revised,global variables removed. v2 -> v3. Taking care of all calling of misc.resume. Signed-off-by: Shanjit Singh Jajmann , Anubhav Aggarwal --- src/jarabe/journal/misc.py | 29 +--- src/

[Sugar-devel] [PATCH] Downgrading activities not allowed. (#2164)

2010-10-13 Thread shanjit
med according to the nomenclature suggested,inline function used,signal emission condition revised,global variables removed. Signed-off-by: Shanjit Singh Jajmann , Anubhav Aggarwal --- src/jarabe/journal/journalactivity.py | 15 +++ src/jarabe/journal/listview.py|

[Sugar-devel] [Design]: Issue SL 2164 (Downgrading activities not allowed)

2010-10-11 Thread Shanjit Singh Jajmann
Team, I am currently working on issue #2164 ( http://bugs.sugarlabs.org/ticket/2164 ) . Send my revised patch for review a few minutes ago. Wish to thank Aleksey for his feedback and reviews. In reference to Aleksey's comment on my patch yesterday - >What about less invasive implementation, ie,

[Sugar-devel] [PATCH] Downgrading activities not allowed. (#2164)

2010-10-11 Thread shanjit
From: Shanjit Singh Jajmann Downgrading an activity is now made possible. When a .xo file of a version older than the currently installed version is clicked, a downgrading option is made available, by popping up of a confirmation alert. Depending upton the choice selected you can downgrade

[Sugar-devel] [PATCH] Downgrading activities not allowed. (#2164)

2010-10-07 Thread shanjit
From: Shanjit Singh Jajmann , Anubhav Aggarwal Downgrading an activity is now made possible. When a .xo file of a version older than the currently installed version is clicked, a downgrading option is made available, by popping up of a confirmation alert. Depending upton the choice selected

Re: [Sugar-devel] #1169 NORM: Drop down menus give no indication of their existence, also are too slow to load.

2010-10-02 Thread Shanjit Singh Jajmann
Hi, Appropriate changes have now been made to the issue and the patches have also been uploaded. Changes have been made as suggested by FGrose in his comment. Wish if the patch could be reviewed. Suggestions are welcome. regards Shan ___ Sugar-devel

[Sugar-devel] Unwanted characters in mail to sugar-devel list serv when sending patch.

2010-10-01 Thread Shanjit Singh Jajmann
Hi, I just made patch for Issue 2324, and forwarded it to the list. A lot of unwanted characters seem to have crept in, however when i send it to my inbox, or any other, no such thing happens. Could some pointers be provided to resolve this problem? Regards Shanjit

[Sugar-devel] [PATCH] Copy and Paste feature in Abacus Activity (#2324)

2010-10-01 Thread shanjit
From: Shanjit Singh Jajmann Values can now be copied to the clipboard. Values can also now be pasted from the clipboard to the abacus activity. --- AbacusActivity.py | 77 +++ abacus_window.py | 62 ++- sprites.py| 222

[Sugar-devel] [PATCH] Copy and Paste feature in Abacus Activity (#2324)

2010-10-01 Thread shanjit
From: Shanjit Singh Jajmann Values can now be copied to the clipboard. Values can also now be pasted from the clipboard to the abacus activity. --- AbacusActivity.py | 77 +++ abacus_window.py | 62 ++- sprites.py| 222

[Sugar-devel] Issue No. 2324. Implementing Copy/Paste using Clipboard in Abacus.

2010-10-01 Thread Shanjit Singh Jajmann
Hi, I am working on issue #2324, implementing Copy/Paste in Abacus Activity. I had some doubts on the functionality of copy and paste. According to what i have done, 1. The copy button when clicked copies any expression/number present in the output(bar) to the clipboard. 2. The paste button c

Re: [Sugar-devel] Bug No. #398

2010-09-29 Thread Shanjit Singh Jajmann
art, end = next +buffer.apply_tag_by_name('search-select', start, end) + +buffer.place_cursor(start) + +self._textview.scroll_to_iter(start, 0.1) +self._textview.scroll_to_iter(end, 0.1) + -- Regards S

[Sugar-devel] Bug No. #398

2010-09-27 Thread Shanjit Singh Jajmann
Team, I am working on http://bugs.sugarlabs.org/ticket/398 : Regarding the search box, i have tried to introduce the same functionality as in the 'Log' activity, in the toolbar of viewsource (jarabe/view/viewscreen.py), however i have run into some searching and highlighting issues regarding work

[Sugar-devel] Bug No. #1442

2010-09-20 Thread Shanjit Singh Jajmann
Sir/Ma'am, I am actually facing problem with this particular bug( http://bugs.sugarlabs.org/ticket/1442 ), it would be helpful if a few pointers be provided. Also if someone could elaborate on how to check between sugar / activity Compatibility it would be helpful. Regards Shan __