[Sugar-devel] [PATCH v2] Clipboard menu off screen fixed for long text strings(SL #2201)

2010-10-26 Thread Mukul Gupta
Changing maximum text length to a suitable value in clipboardmenu which is dependent on the screen width and pixel size of characters --- src/jarabe/frame/clipboardmenu.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) v1->v2: text_maxlen dependent on screen size and character pix

Re: [Sugar-devel] [PATCH] Clipboard menu off screen fixed for long text strings(SL #2201)

2010-10-26 Thread Mukul Gupta
Team, Unfortunately, I had not mentioned the version number in the previous patch. I apologize for the mistake. I am correcting the indentation with adding the versions correctly. Regards, Mukul Gupta Research Engineer, SEETA On Wed, Oct 27, 2010 at 1:22 AM, Mukul Gupta wrote: > Chang

[Sugar-devel] [PATCH] Clipboard menu off screen fixed for long text strings(SL #2201)

2010-10-26 Thread Mukul Gupta
Changing maximum text length to a suitable value in clipboardmenu which is dependent on the screen width and pixel size of characters --- src/jarabe/frame/clipboardmenu.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/jarabe/frame/clipboardmenu.py b/src/jarabe/f

[Sugar-devel] [DESIGN] SL Bug# 2063 : Sugar should bring up an alert when an unhandled Python exception occurs

2010-10-25 Thread Mukul Gupta
t seem to serve all purposes. It has to be added somewhere which is being used all the time. 2. Wish if you could recommend on the GUI feature that could be used for displaying the alert message to the user. Looking forward to for your valuable suggestions, Regards, Mukul Gupta Research Engineer,SE

[Sugar-devel] [PATCH] Clipboard menu off screen fixed for long text strings(SL #2201)

2010-10-22 Thread Mukul Gupta
Changing maximum text length to a suitable value so that it fits into the screen --- src/jarabe/frame/clipboardmenu.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/frame/clipboardmenu.py b/src/jarabe/frame/clipboardmenu.py index b998110..1f5259e 100644 ---

[Sugar-devel] [PATCH v4 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-17 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 38 +++--- 1

[Sugar-devel] [PATCH v4 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-17 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 38 +++--- 1

[Sugar-devel] [PATCH v3 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-16 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 42 +++ 1

Re: [Sugar-devel] [PATCH v2 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-16 Thread Mukul Gupta
oking forward to your feedback. Regards, Mukul Gupta On Fri, Oct 15, 2010 at 8:03 PM, Aleksey Lim wrote: > On Fri, Oct 15, 2010 at 04:19:43PM +0530, Mukul Gupta wrote: > > The patch disables the Start and Start With menu items for files > > which can't be opened by any insta

[Sugar-devel] [PATCH v3 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-16 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 42 +++ 1

Re: [Sugar-devel] [PATCH] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-15 Thread Mukul Gupta
be as per Bug Description at the bugtracker. We can have a discussion on it. Looking forwards to your feedback. Regards, Mukul Gupta On Fri, Oct 15, 2010 at 4:55 AM, James Cameron wrote: > On Thu, Oct 14, 2010 at 11:32:34PM +0530, Mukul Gupta wrote: > > The patch disables the Start

Re: [Sugar-devel] [PATCH v2 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-15 Thread Mukul Gupta
Please find the explanation to the patch in the comments. On Fri, Oct 15, 2010 at 4:19 PM, Mukul Gupta wrote: > The patch disables the Start and Start With menu items for files > which can't be opened by any installed activity and instead > replace it with a hover dropdown with a

[Sugar-devel] [PATCH v2 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-15 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 38 +++--- 1

[Sugar-devel] [PATCH] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-14 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 99 +-- 1

Re: [Sugar-devel] SL Bug #2063

2010-10-13 Thread Mukul Gupta
David, Thank you. Appreciate your motivation and feedback. Regards, Mukul Gupta On Thu, Oct 14, 2010 at 1:41 AM, Mukul Gupta wrote: > Please find my explanations on the code added as comments. > > diff --git a/journalactivity.py b/journalactivity.py > index 44cc018..36a2e2e 10

Re: [Sugar-devel] SL Bug #2063

2010-10-13 Thread Mukul Gupta
occurs. ''' +sys.excepthook = _alert_excepthook + def get_journal(): global _journal if _journal is None: -- 1.7.0.4 On Thu, Oct 14, 2010 at 1:33 AM, David Farning wrote: > On Wed, Oct 13, 2010 at 2:50 PM, Mukul Gupta wrote: > > Team, > > > > Wish

Re: [Sugar-devel] SL Bug #2063

2010-10-13 Thread Mukul Gupta
feature that could be used for displaying the alert message to the user. Looking forward to for your valuable suggestions, Regards, Mukul Gupta Research Engineer,SEETA On Tue, Oct 12, 2010 at 12:46 AM, Mukul Gupta wrote: > Team, > > I had a discussion with Aleksey this morning at

Re: [Sugar-devel] SL Bug #2063

2010-10-11 Thread Mukul Gupta
otherwise. Looking forward to hearing from you. Regards, Mukul Gupta On Mon, Oct 11, 2010 at 2:14 PM, Manusheel Gupta wrote: > Tomeu and Daniel, > > > On Mon, Oct 11, 2010 at 1:50 PM, Tomeu Vizoso wrote: > >> On Mon, Oct 11, 2010 at 09:57, Daniel Drake wrote: >>

[Sugar-devel] SL Bug #2063

2010-10-10 Thread Mukul Gupta
mes. It would be great if you could shed some light on what approach should I follow or suggest an alternative way to this problem. Waiting for your response and valuable suggestions, Regards, Mukul Gupta Research Engineer,SEETA ___ Sugar-devel mailing lis

[Sugar-devel] [PATCH] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-08 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 99 +-- 1

Re: [Sugar-devel] Patch for SL Bug #630 : Journal Full Message has Issues

2010-09-24 Thread Mukul Gupta
Team, I was reconsidering that if the critical limit of 10MB was too low and whether it should be changed to around 35 MB. Please provide your suggestions. Regards, Mukul Gupta Research Engineer,SEETA On Fri, Sep 24, 2010 at 10:37 PM, Mukul Gupta wrote: > Team, > > This is with ref

[Sugar-devel] Patch for SL Bug #630 : Journal Full Message has Issues

2010-09-24 Thread Mukul Gupta
Dialog Display, an Alert in the Journal stating Low Memory is displayed.But when free memory reaches a critical limit(ie. 10MB) Modal Dialog Box is displayed repeatedly asking the user to delete some data in the Journal along with an alert in the Journal. Regards, Mukul Gupta Research Engineer, SEETA

[Sugar-devel] [PATCH] Bug #630:Modal Dialog Fix and Journal Memory Full Alert added

2010-09-24 Thread Mukul Gupta
Modal Dialog should be displayed only once at startup if free memory is less than 50MB but greater than 10MB. Instead, for every redundant Modal Dialog Display, an Alert in the Journal signifying Low Memory is displayed.But when free memory reaches a critical limit(ie. 10MB) Modal Dialog is display

Re: [Sugar-devel] SL bug #1520

2010-09-21 Thread Mukul Gupta
fixing up the bug. I tested sugar-emulator on Ubuntu Maverick and it seemed the keybindings were working. I tried Alt+ Tab and it worked. It seems the component has already been fixed. Regards, Mukul Gupta Research Engineer, SEETA On Tue, Sep 14, 2010 at 1:11 PM, Tomeu Vizoso wrote: > On

Re: [Sugar-devel] SL bug #1520

2010-09-10 Thread Mukul Gupta
PM, Tomeu Vizoso wrote: > On Wed, Sep 8, 2010 at 11:15, Tomeu Vizoso wrote: > > On Tue, Sep 7, 2010 at 20:01, Mukul Gupta wrote: > >> Team, > >> > >> I am working on Bug # 1520 on sugarlabs. > >> http://bugs.sugarlabs.org/ticket/1520 > >&g

[Sugar-devel] SL bug #1520

2010-09-07 Thread Mukul Gupta
. http://bugs.sugarlabs.org/ticket/1518 As far as solving the current bug is concerned I realised that Bernie had created a patch for the same in fedora and that could be implemented on ubuntu. I have studied the patch - http://sascha.silbe.org/patches/metacity-ungrab-keybindings.patch Regards, Mukul

[Sugar-devel] SL bug #1520

2010-09-06 Thread Mukul Gupta
Bernie, I am working on SL #1520 - http://bugs.sugarlabs.org/ticket/1520 with Dipankar. We have identified the problem with reviews from Sascha and Tomeu. Appreciate your reviews and support. Sascha wrote that you have fixed this issue on Fedora. Can you please provide us the link for the patch