Re: removing of math panel - breaks compilation

2007-04-21 Thread José Matos
On Saturday 21 April 2007 11:29:16 am Andre Poenitz wrote: > So where are the math tool buttons nowadays? Panel gone, toolbars > unchanged on my machine... There is a new toolbar, you have math and "math panels" (new). > Andre' -- José Abílio

Re: removing of math panel - breaks compilation

2007-04-21 Thread Andre Poenitz
On Sat, Apr 21, 2007 at 11:56:31AM +0300, Martin Vermeer wrote: > On Fri, Apr 20, 2007 at 03:28:37PM +0200, Edwin Leuven wrote: > > Martin Vermeer wrote: > > >Ah yes, now I see what is happening. If you put "math" > > >etc. in the > > >default.ui file, the radio button for every toolbar has > > >

Re: removing of math panel - breaks compilation

2007-04-21 Thread Edwin Leuven
Martin Vermeer wrote: My complaint however was about using a radio button to offer _three_ states to the user. Radio buttons by definition toggle, i.e., offer _two_ states. The third state is not readily discoverable, and it took me a while (having seen many weird ui's in my life). Additionally

Re: removing of math panel - breaks compilation

2007-04-21 Thread Martin Vermeer
On Fri, Apr 20, 2007 at 03:28:37PM +0200, Edwin Leuven wrote: > Martin Vermeer wrote: > >Ah yes, now I see what is happening. If you put "math" > >etc. in the > >default.ui file, the radio button for every toolbar has > >*three* states > >that it cycles through. > > > >Can you say "deceptive, und

Re: removing of math panel

2007-04-20 Thread Bo Peng
I wonder whether we should see some change to Makefile.am, too. And insert -> math -> math panel? Bo

Re: removing of math panel

2007-04-20 Thread José Matos
On Friday 20 April 2007 5:45:09 pm Andre Poenitz wrote: > > I wonder whether we should see some change to Makefile.am, too. > > Andre' Jürgen removed then from src/frontends/qt4/Makefile.dialogs, is there a need to remove them from Makefile.am as well? -- José Abílio

Re: removing of math panel

2007-04-20 Thread Andre Poenitz
On Thu, Apr 19, 2007 at 11:38:04PM +0200, Edwin Leuven wrote: > attached patch gets rid of math panel > > will commit soon > Index: development/scons/scons_manifest.py > === > --- development/scons/scons_manifest.py (revision 1

Re: removing of math panel - breaks compilation

2007-04-20 Thread Edwin Leuven
Martin Vermeer wrote: Ah yes, now I see what is happening. If you put "math" etc. in the default.ui file, the radio button for every toolbar has *three* states that it cycles through. Can you say "deceptive, undiscoverable user interface"? so do we want the attached? Index: default.ui

Re: removing of math panel - breaks compilation

2007-04-20 Thread Edwin Leuven
Martin Vermeer wrote: Ah yes, now I see what is happening. If you put "math" etc. in the default.ui file, the radio button for every toolbar has *three* states that it cycles through. if i delete my session file then i don't have auto toolbars, which i only get after setting it through the men

Re: removing of math panel - breaks compilation

2007-04-20 Thread Martin Vermeer
On Fri, 20 Apr 2007 11:45:23 +0200 [EMAIL PROTECTED] (Jürgen Spitzmüller) wrote: > Edwin Leuven wrote: > > it turns out that i manage to set it via the menu, but default.ui > > doesn't work for me either (both math and panels) > > I think the reason is that default.ui only sets the initial status

Re: removing of math panel - breaks compilation

2007-04-20 Thread Jürgen Spitzmüller
Edwin Leuven wrote: > it turns out that i manage to set it via the menu, but default.ui > doesn't work for me either (both math and panels) I think the reason is that default.ui only sets the initial status. Once you have changed this via the menu, session is responsible. Jürgen

Re: removing of math panel - breaks compilation

2007-04-20 Thread Edwin Leuven
Martin Vermeer wrote: Why can I not automate the math_panels toolbar in the same way as the math toolbar? I tried in lib/ui/default.ui with no success. good question. it turns out that i manage to set it via the menu, but default.ui doesn't work for me either (both math and panels)

Re: removing of math panel

2007-04-20 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Edwin Leuven wrote: attached patch gets rid of math panel I am not sure you did right with this removal. I hope JMarc will not shout too much when he comes back... i personally don't see the point of keeping math panel around, I agree but you

Re: removing of math panel

2007-04-20 Thread Edwin Leuven
Abdelrazak Younes wrote: Edwin Leuven wrote: attached patch gets rid of math panel I am not sure you did right with this removal. I hope JMarc will not shout too much when he comes back... i personally don't see the point of keeping math panel around, but this can always be reverted if peo

Re: removing of math panel - breaks compilation

2007-04-20 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > Why can I not automate the math_panels toolbar in the same way as the > math toolbar? I tried in lib/ui/default.ui with no success. +1 furthermore, there's still the "math panel" item in stdmenus.inc (Ed only removed it from classic.ui). I wonder, though, if this shouldn'

Re: removing of math panel

2007-04-20 Thread Abdelrazak Younes
Edwin Leuven wrote: attached patch gets rid of math panel I am not sure you did right with this removal. I hope JMarc will not shout too much when he comes back... But thanks a lot for this new math framework, this is *really* good stuff! Abdel.

Re: removing of math panel - breaks compilation

2007-04-20 Thread Abdelrazak Younes
Martin Vermeer wrote: On Fri, 20 Apr 2007 09:48:09 +0200 Edwin Leuven <[EMAIL PROTECTED]> wrote: Jürgen Spitzmüller wrote: Uwe Stöhr wrote: Thiy commit is buggy: Should be fixed now. Jürgen thanks! This looks *very* good. I am left with a some questions though. Why can I not automate t

Re: removing of math panel - breaks compilation

2007-04-20 Thread Martin Vermeer
On Fri, 20 Apr 2007 09:48:09 +0200 Edwin Leuven <[EMAIL PROTECTED]> wrote: > Jürgen Spitzmüller wrote: > > Uwe Stöhr wrote: > >> Thiy commit is buggy: > > > > Should be fixed now. > > > > Jürgen > > thanks! This looks *very* good. I am left with a some questions though. Why can I not automat

Re: removing of math panel - breaks compilation

2007-04-20 Thread Edwin Leuven
Jürgen Spitzmüller wrote: Uwe Stöhr wrote: Thiy commit is buggy: Should be fixed now. Jürgen thanks!

Re: removing of math panel - breaks compilation

2007-04-20 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Thiy commit is buggy: Should be fixed now. Jürgen

Re: removing of math panel - breaks compilation

2007-04-19 Thread Uwe Stöhr
Edwin Leuven wrote: > >>attached patch gets rid of math panel > > get rid of last relic of mathpanel, the old iconpalette: > > http://www.lyx.org/trac/changeset/17873 Thiy commit is buggy: QLToolbar.C d:\lyxsvn\lyx-devel\src\frontends\qt4\iconpalette.h(47) : error C2143: syntax error: missin

Re: removing of math panel

2007-04-19 Thread Jonathan Vogt
Am Freitag 20 April 2007 schrieb Edwin Leuven: > Edwin Leuven wrote: > > the last one for tonight guys... > > will hit the pillow now and dream of brown papers bags... Hope you slept well. Trying to compile i get: Making all in qt4 make[5]: Entering directory `/home/jonathan/Documents/downloads/

Re: removing of math panel

2007-04-19 Thread José Matos
On Thursday 19 April 2007 11:08:12 pm Edwin Leuven wrote: > Edwin Leuven wrote: > > the last one for tonight guys... > > will hit the pillow now and dream of brown papers bags... Like this: Making all in qt4 make[5]: Entering directory `/home/jamatos/tmp/lyx-build/src/frontends/qt4' make[5]: *** N

Re: removing of math panel

2007-04-19 Thread Edwin Leuven
Edwin Leuven wrote: the last one for tonight guys... will hit the pillow now and dream of brown papers bags...

Re: removing of math panel

2007-04-19 Thread Edwin Leuven
Richard Heck wrote: Is the matrix dialog set to go the same route at some point? dunno, i have never used that one in my life and found out how it looks like two hours ago... ;-) I know I've said it before, but I'm not sure we can say it enough. This is great stuff. :-)

Re: removing of math panel

2007-04-19 Thread Edwin Leuven
Edwin Leuven wrote: attached patch gets rid of math panel get rid of last relic of mathpanel, the old iconpalette: http://www.lyx.org/trac/changeset/17873 the last one for tonight guys...

Re: removing of math panel

2007-04-19 Thread Edwin Leuven
Edwin Leuven wrote: attached patch gets rid of math panel will commit soon it is in: http://www.lyx.org/trac/changeset/17872