Re: [E-devel] [Patch] elm_panes patch

2012-02-12 Thread The Rasterman
On Thu, 02 Feb 2012 11:45:57 +0530 Rajeev Ranjan said: while this is a nice debate over the word "fixed"... the patch hasn't really been looked at - well wpplied. all it does it make the edje theme make the divider handle look disabled and make it not work anymore when you make the panes fixed. w

Re: [E-devel] [Patch] elm_panes patch

2012-02-05 Thread Gustavo Sverzut Barbieri
sting one? >> > I would need to update the documentation for these existing APIs as well >> > as it is not there at present. >> > Thank you. >> > Regards, >> > Rajeev >> > >> > --- Original Message --- >> > Sender : Christopher Michael

Re: [E-devel] [Patch] elm_panes patch

2012-02-04 Thread Michael Blumenkrantz
hese existing APIs as well > > as it is not there at present. > > Thank you. > > Regards, > > Rajeev > > > > --- Original Message --- > > Sender : Christopher Michael > > Date : Feb 03, 2012 20:55 (GMT+05:30) > > Title : Re: [E-devel] [Patch]

Re: [E-devel] [Patch] elm_panes patch

2012-02-04 Thread Daniel Juyung Seo
looks better. We can consider something like > elm_panes_handler_fixed_set() if people here don't agree with the API name > elm_panes_locked_set(). > > But now when this API(elm_panes_fixed_set) is already there in the > elementary package, won't it be better to make thi

Re: [E-devel] [Patch] elm_panes patch

2012-02-03 Thread Rajeev Ranjan
n this API(elm_panes_fixed_set) is already there in the elementary > package, won't it be better to make this API working by applying this patch > and then deprecate it and replace it with new one! > Regards, > Rajeev > > --- Original Message --- > Sender : Michael

Re: [E-devel] [Patch] elm_panes patch

2012-02-03 Thread Christopher Michael
t) is already there in the elementary > package, won't it be better to make this API working by applying this patch > and then deprecate it and replace it with new one! > Regards, > Rajeev > > --- Original Message --- > Sender : Michael Blumenkrantz > Date : Fe

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Rajeev Ranjan
;t agree with the API name elm_panes_locked_set(). But now when this API(elm_panes_fixed_set) is already there in the elementary package, won't it be better to make this API working by applying this patch and then deprecate it and replace it with new one! Regards, Rajeev --- Original Messa

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Michael Blumenkrantz
t; community. > >>> > >> > >> I'd like to see: > >> > >> >> This patch addresses the issue of API elm_panes_fixed_set > >> > 'size_fixed_set' > >> > >> renamed to elm_panes_size_fixed_set OR elm_panes_fixe

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Christopher Michael
ixed_set >> > 'size_fixed_set' >> >> renamed to elm_panes_size_fixed_set OR elm_panes_fixed_size_set ... >> elm_panes_fixed_set doesn't exactly tell me what is being "fixed". >> >> dh >> >>> >>> --- Original Message

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Michael Blumenkrantz
nes_fixed_set doesn't exactly tell me what is being "fixed". > > dh > > > > > --- Original Message --- > > Sender : Christopher Michael > > Date : Feb 02, 2012 14:36 (GMT+05:30) > > Title : Re: [E-devel] [Patch] elm_panes

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Christopher Michael
the issue of API elm_panes_fixed_set > 'size_fixed_set' renamed to elm_panes_size_fixed_set OR elm_panes_fixed_size_set ... elm_panes_fixed_set doesn't exactly tell me what is being "fixed". dh > > --- Original Message --- > Sender : Christopher Michael >

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Rajeev Ranjan
theme. Regards, Rajeev P.S.: Resending the mail as the previous one's content was not sent to the community. --- Original Message --- Sender : Christopher Michael Date : Feb 02, 2012 14:36 (GMT+05:30) Title : Re: [E-devel] [Patch] elm_panes patch On 02/02/12 01:15, Rajeev Ranjan w

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Rajeev Ranjan
-- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, mor

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Christopher Michael
On 02/02/12 01:15, Rajeev Ranjan wrote: > Hi, > > Attached to the mail is patch for Elementary Widget elm_panes. > This patch addresses the issue of API elm_panes_fixed_set 'size_fixed_set' dh not working as the signal required to do so is not handled in default theme. signals..sigs.. > > Cha

[E-devel] [Patch] elm_panes patch

2012-02-01 Thread Rajeev Ranjan
Hi, Attached to the mail is patch for Elementary Widget elm_panes. This patch addresses the issue of API elm_panes_fixed_set not working as the signal required to do so is not handled in default theme. Change Log: a. Implementation of API elm_panes_fixed_set for default theme. When this propert