Re: SV: What is groupId in GraphicsUi

2009-01-13 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > > - possibility to use graphics dialog for changin group definition as it > >   is now without any additional clicking around (i'm not sure we agree > > here) - possibility to define new group inside the graphics dialog (also > > not sure about your position) > > I thin

Re: What is groupId in GraphicsUi

2009-01-13 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Pavel Sanda writes: > > Manveru schreef: > >> I hadn't read this in manual, but from your explanations it seem to be > >> very user not-friendly feature. It is not natural to users entering > >> new name in that field every time they want new group. Without reading >

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > - possibility to use context menu for assign (i think we agree here) Yes > - possibility to use graphics dialog for changin group definition as it >   is now without any additional clicking around (i'm not sure we agree > here) - possibility to define new group inside the gra

Re: What is groupId in GraphicsUi

2009-01-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: Wrong, it's perfectly fine that the dialog do 'read' access to the buffer. The other way around is strictly forbidden. And it's good practice to avoid direct 'write' access to the buffer from the dialog; we should use an LFUN instead.

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> > imho Document->Settings way is very unpractical. my usual worflow is not to > > define set of groups and then assign them images, but to have set of images > > and start to create new groups via dialog without even closing it. > > My problem with the current approach is that graphic groups are

Re: What is groupId in GraphicsUi

2009-01-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: > Wrong, it's perfectly fine that the dialog do 'read' access to the > buffer. The other way around is strictly forbidden. And it's good > practice to avoid direct 'write' access to the buffer from the dialog; > we should use an LFUN instead. So could the buffer() be con

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > imho Document->Settings way is very unpractical. my usual worflow is not to > define set of groups and then assign them images, but to have set of images > and start to create new groups via dialog without even closing it. My problem with the current approach is that graphic g

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> Pavel Sanda writes: > > i also accept your critics, but this was to be addressed when i was trying > > to > > get the attention for design details of this feature. when i didn't get the > > feedback i did it the way i like to use it; > > Pissed off already? friday! ok, on wrong list :) pavel

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> Pavel Sanda wrote: > > i also accept your critics, but this was to be addressed when i was trying > > to get the attention for design details of this feature. when i didn't get > > the feedback i did it the way i like to use it; now i don't have time nor > > interest to rewrite it for a different

Re: What is groupId in GraphicsUi

2009-01-09 Thread Abdelrazak Younes
Pavel Sanda wrote: Pavel Sanda writes: this belongs to those 'another proposals'. you need to fetch the list of groups. in case user clicks on some group you need to fetch all parameters for this group. all this without direct access to buffer, so new lfun machinery would be needed around. The

Re: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> Pavel Sanda writes: > > i had the feeling that we try to avoid direct touching of kernel from gui, > > thats why everything in dialogs is passed through lfuns. > > My view is that we avoid to do _actions_ dorectly (so that everything > can be reproduced through lfuns), but we can query as much

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > i also accept your critics, but this was to be addressed when i was trying > to get the attention for design details of this feature. when i didn't get > the feedback i did it the way i like to use it; now i don't have time nor > interest to rewrite it for a different philosoph

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > i also accept your critics, but this was to be addressed when i was trying to > get the attention for design details of this feature. when i didn't get the > feedback i did it the way i like to use it; Pissed off already? JMarc

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> Pavel Sanda wrote: > > the point 2 is the only one i was a bit worried about. context menu > > selection is done on purpose, since it seemed to be most effective > > way how to work with groups for me. > > User actions should never ever be restricted to context menu exclusively. yes, thats why

Re: What is groupId in GraphicsUi

2009-01-09 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > i had the feeling that we try to avoid direct touching of kernel from gui, > thats why everything in dialogs is passed through lfuns. My view is that we avoid to do _actions_ dorectly (so that everything can be reproduced through lfuns), but we can query as much as we want.

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > the point 2 is the only one i was a bit worried about. context menu > selection is done on purpose, since it seemed to be most effective > way how to work with groups for me. User actions should never ever be restricted to context menu exclusively. Frankly, the graphic group

Re: SV: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> 1. The gui works in another way than many lyx options. Take the > 'local layout' option from the document options (In document > class tab) as an example on how I would expect it to work. > (A list of layouts-> add layout button-> new window to specify > the new layout-> new layout added) >

Re: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> Pavel Sanda writes: > > this belongs to those 'another proposals'. you need to fetch the list of > > groups. in case user clicks on some group you need to fetch all parameters > > for > > this group. all this without direct access to buffer, so new lfun machinery > > would be needed around. >

SV: What is groupId in GraphicsUi

2009-01-09 Thread Ingar Pareliussen
> -Opprinnelig melding- > Fra: Pavel Sanda [mailto:sa...@lyx.org] > Sendt: 9. januar 2009 09:51 > Til: lyx-users@lists.lyx.org > Emne: Re: What is groupId in GraphicsUi > > Manveru schreef: > > I hadn't read this in manual, but from your explanations it

Re: What is groupId in GraphicsUi

2009-01-09 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > this belongs to those 'another proposals'. you need to fetch the list of > groups. in case user clicks on some group you need to fetch all parameters for > this group. all this without direct access to buffer, so new lfun machinery > would be needed around. The dialog class

Re: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
> Pavel Sanda writes: > > the group name is just part of the image settings, so filling up the name > > is similar as filling the 'new' latex parameters for the image. i have > > removed the confusing "Initialize" word and enriched the tooltips. > > another proposals i have seen up to now are not

Re: What is groupId in GraphicsUi

2009-01-09 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > Manveru schreef: >> I hadn't read this in manual, but from your explanations it seem to be >> very user not-friendly feature. It is not natural to users entering >> new name in that field every time they want new group. Without reading >> the manual, people like I who mostly

Re: What is groupId in GraphicsUi

2009-01-09 Thread Pavel Sanda
Manveru schreef: > I hadn't read this in manual, but from your explanations it seem to be > very user not-friendly feature. It is not natural to users entering > new name in that field every time they want new group. Without reading > the manual, people like I who mostly not read manuals at all can

Re: What is groupId in GraphicsUi

2009-01-08 Thread Manveru
2009/1/9 Pavel Sanda : >> Manveru schreef: >>> This question is probably to devel list, but I am not subscribed >>> there. Probably I can get good answer here to my question. >>> >>> In 1.6 there in new option in Graphics Ui: "Initialize Group Name". I >>> would like to translate it to Polish, but

Re: What is groupId in GraphicsUi

2009-01-08 Thread Pavel Sanda
> Manveru schreef: >> This question is probably to devel list, but I am not subscribed >> there. Probably I can get good answer here to my question. >> >> In 1.6 there in new option in Graphics Ui: "Initialize Group Name". I >> would like to translate it to Polish, but this is not possible without

Re: What is groupId in GraphicsUi

2008-12-31 Thread Vincent van Ravesteijn
Manveru schreef: This question is probably to devel list, but I am not subscribed there. Probably I can get good answer here to my question. In 1.6 there in new option in Graphics Ui: "Initialize Group Name". I would like to translate it to Polish, but this is not possible without having context

What is groupId in GraphicsUi

2008-12-31 Thread Manveru
This question is probably to devel list, but I am not subscribed there. Probably I can get good answer here to my question. In 1.6 there in new option in Graphics Ui: "Initialize Group Name". I would like to translate it to Polish, but this is not possible without having context on mind. Thanks i