Re: Toolbar management problem

2007-02-06 Thread Andre Poenitz
On Sun, Feb 04, 2007 at 11:02:07PM +0100, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >>And how many full-time people do you have to provide these 15 > >>versions for linux? > > > >Took me about two weeks full-time to set up all the virtual machines > >(i.e. install OS, install required deve

Re: Toolbar management problem

2007-02-06 Thread Andre Poenitz
On Sun, Feb 04, 2007 at 11:20:20PM +0100, [EMAIL PROTECTED] wrote: > On Sun, 4 Feb 2007, Abdelrazak Younes wrote: > > >And could you do that for LyX? That would be very nice... > > Somewhat related (as we're already off-topic), it'd probably be a good > idea testing the Windows installers in vir

Re: Toolbar management problem

2007-02-04 Thread christian . ridderstrom
On Sun, 4 Feb 2007, Abdelrazak Younes wrote: And could you do that for LyX? That would be very nice... Somewhat related (as we're already off-topic), it'd probably be a good idea testing the Windows installers in virtual machines. Then it'd be relatively easy to start from the same situation

Re: Toolbar management problem

2007-02-04 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, Feb 02, 2007 at 09:42:23AM +0100, Jean-Marc Lasgouttes wrote: "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> We are currently releasing a new version of my day job's Andre> bread-and-butter product for four versions of Windows and Andre> fifteen(!) vari

Re: Toolbar management problem

2007-02-04 Thread christian . ridderstrom
On Sun, 4 Feb 2007, Andre Poenitz wrote: Took me about two weeks full-time to set up all the virtual machines (i.e. install OS, install required development packages, work around installation quirks etc.) Now a full recompile of our stuff is a bit more than an hour per platform, and about doub

Re: Toolbar management problem

2007-02-04 Thread Andre Poenitz
On Fri, Feb 02, 2007 at 09:42:23AM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > Andre> We are currently releasing a new version of my day job's > Andre> bread-and-butter product for four versions of Windows and > Andre> fifteen(!) variations of L

Re: Toolbar management problem

2007-02-02 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> We are currently releasing a new version of my day job's Andre> bread-and-butter product for four versions of Windows and Andre> fifteen(!) variations of Linux. And yes, there are Qt 4.2 based Andre> components in there. And how man

Re: Toolbar management problem

2007-02-01 Thread Bo Peng
So just because you refuse to use basic Qt 4.0 functionality we require Qt 4.2.2 just to be able to uses a homegrown solution? Yes. This is what I did because I could not find any better way. If you are confident that saveState/restoreState can fit in our backend <-> frontend <-> qt4 structure,

Re: Toolbar management problem

2007-02-01 Thread Andre Poenitz
On Tue, Jan 30, 2007 at 09:48:23AM +1800, Bo Peng wrote: > >Nonsense. It would be impossible to maintain that. > > Sounds reasonable. Jurgen or I will wrap the code. (I have no idea how > to tell qt version now). This will leave this bug WONTFIX for qt < > 4.2.2. So just because you refuse to use

Re: Toolbar management problem

2007-02-01 Thread Andre Poenitz
On Mon, Jan 29, 2007 at 04:24:24PM +0100, Jean-Marc Lasgouttes wrote: > > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: > > Bo> On 1/30/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > >> Georg Baum wrote: > No, it is not. > >> > >> So plesae, Bo, enclose your changes in #ifdef's. Breaking o

Re: Toolbar management problem

2007-01-30 Thread Abdelrazak Younes
Bo Peng wrote: If Bo has the energy and the time to do implement that, that would be a killer feature! If, like word, each window has its own buffers, I will be motivated (forced?) to do it. However, for lyx, all windows have the same set of buffers and there is no real need for multiple initia

Re: Toolbar management problem

2007-01-30 Thread Bo Peng
If Bo has the energy and the time to do implement that, that would be a killer feature! If, like word, each window has its own buffers, I will be motivated (forced?) to do it. However, for lyx, all windows have the same set of buffers and there is no real need for multiple initial windows. I ag

Re: Toolbar management problem

2007-01-30 Thread Abdelrazak Younes
José Matos wrote: On Tuesday 30 January 2007 3:20:18 pm Abdelrazak Younes wrote: But we could... And we will not before next beta. Fine. I was not proposing to do it anyway ;-) I am not so sure about the final version of 1.5.0... If Bo has the energy and the time to do implement that, t

Re: Toolbar management problem

2007-01-30 Thread Bo Peng
I am not sure I follow your discussion very well but please don't forget something: multi-view! This has to be saved for later. The session info should be read on start-up and written on exit following the last opened window, that's all there is to it. Everything in-between should use real, on

Re: Toolbar management problem

2007-01-30 Thread José Matos
On Tuesday 30 January 2007 3:20:18 pm Abdelrazak Younes wrote: > But we could... And we will not before next beta. I am not so sure about the final version of 1.5.0... -- José Abílio

Re: Toolbar management problem

2007-01-30 Thread Abdelrazak Younes
Bo Peng wrote: Only the last window state will be saved. We do not start multiple windows automatically. But we could... so this makes sense. Bo

Re: Toolbar management problem

2007-01-30 Thread Jürgen Spitzmüller
Bo Peng wrote: > OK. I will take care of this. My time is also limited though. Thanks. Could you merge the attached patch in your tree first (and modify, if you think so)? Else solving the conflicts will be a pain probably. Jürgen Index: src/frontends/qt4/GuiView.C ==

Re: Toolbar management problem

2007-01-30 Thread Bo Peng
Only the last window state will be saved. We do not start multiple windows automatically so this makes sense. Bo

Re: Toolbar management problem

2007-01-30 Thread Bo Peng
Could you have a go at this, please? I'm running out of time ATM. OK. I will take care of this. My time is also limited though. Bo

Re: Toolbar management problem

2007-01-30 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bo, Jurgen, I am not sure I follow your discussion very Abdelrazak> well but please don't forget something: multi-view! Abdelrazak> The session info should be read on

Re: Toolbar management problem

2007-01-30 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bo, Jurgen, I am not sure I follow your discussion very Abdelrazak> well but please don't forget something: multi-view! Abdelrazak> The session info should be read on start-up and written on A

Re: Toolbar management problem

2007-01-30 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bo, Jurgen, I am not sure I follow your discussion very Abdelrazak> well but please don't forget something: multi-view! Abdelrazak> The session info should be read on start-up and written on Abdelrazak> exit following

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > Then, in frontends/Toolbars.C, Toobars::init(), > > inifFlags of all the toolbars > load session for all 'ON' (or all?) toolbars > for each dock: >   add toolbars in order, according to session info > > We should also change Toolbars::add(name) to Toolbars::add(name, dock, > line)

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Would it be possible to delay those advanced toolbar placement up until > these are known? I guess that is after WorkArea::redraw(). That would be ideal (I haven't checked that yet). Ideally, the toolbar placement would have to be redone after each resize event (this wo

Re: Toolbar management problem

2007-01-29 Thread Bo Peng
That's what we should do anyway. Else the whole session thing is wrong as soon as a user swaps the order. Then, in frontends/Toolbars.C, Toobars::init(), inifFlags of all the toolbars load session for all 'ON' (or all?) toolbars for each dock: add toolbars in order, according to session info

Re: Toolbar management problem

2007-01-29 Thread Abdelrazak Younes
Bo, Jurgen, I am not sure I follow your discussion very well but please don't forget something: multi-view! The session info should be read on start-up and written on exit following the last opened window, that's all there is to it. Everything in-between should use real, on-screen, values.

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > val = session().sessionInfo().load("WindowHeight", false); Thanks, that works much better. See attached patch. Jürgen Index: src/frontends/qt4/GuiView.C === --- src/frontends/qt4/GuiView.C (Revision 16927) +++ src/fr

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > > But what happens if a short toolbar (not in its own line) becomes longer > > because a user has added some actions? Or vice versa, if he removes some > > actions and makes it shorter? > > Then we still try to follow suggestions from session and put > shortened/longered toolbars t

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > Session saved toolbar size is the real size. If a short toolbar > occupies the whole line, its width is the whole line. Then, two short > toolbars in different lines will have long widths saved in session, > which then tells us to put them into two separate lines during > restorati

Re: Toolbar management problem

2007-01-29 Thread Bo Peng
I don't think this is a good idea. As soon as the user changes the toolbar, this data becomes invalid. And it is no problem to get the width on the fly. Session saved toolbar size is the real size. If a short toolbar occupies the whole line, its width is the whole line. Then, two short toolbars

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > Actually, with the attached patch, real toolbar width and height is > saved to session so you should get enough information about previous > layout. I don't think this is a good idea. As soon as the user changes the toolbar, this data becomes invalid. And it is no problem to get

Re: Toolbar management problem

2007-01-29 Thread Bo Peng
Already done. The patch defines ToolbarSize but how would you fill the information? Actually, with the attached patch, real toolbar width and height is saved to session so you should get enough information about previous layout. With your approach, short \n short ==> short short. With real widt

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > Sounds reasonable. Jurgen or I will wrap the code. (I have no idea how > to tell qt version now). Already done. Jürgen

Re: Toolbar management problem

2007-01-29 Thread Bo Peng
Nonsense. It would be impossible to maintain that. Sounds reasonable. Jurgen or I will wrap the code. (I have no idea how to tell qt version now). This will leave this bug WONTFIX for qt < 4.2.2. Bo

Re: Toolbar management problem

2007-01-29 Thread Georg Baum
Bo Peng wrote: > Please add them when you are implementing your patch. I did not do it > because I thought that we are going to bundle qt libs with lyx on all > platforms. After all, qt4 is not standard on any platform. Nonsense. It would be impossible to maintain that. I was told several times t

Re: Toolbar management problem

2007-01-29 Thread Bo Peng
Sorry, I don't understand. Could you elaborate? Window geometry is supposed to be used once so in src/lyx_main.C val = session().sessionInfo().load("WindowHeight"); is called with a second default parameter release=true. Then, "WindowHeight" is removed from session and you are supposed

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > Please add them when you are implementing your patch. I did not do it > because I thought that we are going to bundle qt libs with lyx on all > platforms. I don't think we'll do that on Linux. And as of distributions, we have no say about which qt version they gonna compile LyX a

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Bo Peng wrote: > There is one trick here. Session Geometry is released when it is used > once (to save a few bytes of ram), you will need to change a previous > call to load(key, false) to be able to load it again. Sorry, I don't understand. Could you elaborate? > What session file provies you ar

Re: Toolbar management problem

2007-01-29 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> On 1/30/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: >> Georg Baum wrote: > No, it is not. >> >> So plesae, Bo, enclose your changes in #ifdef's. Breaking older qt >> versions is not acceptable IMHO. Bo> Please add them when you are impl

Re: Toolbar management problem

2007-01-29 Thread Bo Peng
On 1/30/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: Georg Baum wrote: > No, it is not. So plesae, Bo, enclose your changes in #ifdef's. Breaking older qt versions is not acceptable IMHO. Please add them when you are implementing your patch. I did not do it because I thought that we are g

Re: Toolbar management problem

2007-01-29 Thread Bo Peng
not known yet at this stage. I tried to read the session file directly, but all I get are empty values. There is one trick here. Session Geometry is released when it is used once (to save a few bytes of ram), you will need to change a previous call to load(key, false) to be able to load it again

Re: Toolbar management problem

2007-01-29 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Bad... Then I suggest to use WorkArea::width() or BufferView::workWidth() and add some pixels to take the scrollbar into account. Doesn't work either. The problem seems to be that the actual dimensions are not known yet at this stage. Would

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Bad... Then I suggest to use WorkArea::width() or > BufferView::workWidth() and add some pixels to take the scrollbar into > account. Doesn't work either. The problem seems to be that the actual dimensions are not known yet at this stage. I tried to read the session fil

Re: Toolbar management problem

2007-01-29 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I guess that when it is maximized, Qt has no way to know its size under X11 as this is handled by the Window manager. In this case, you'd better take the width of the GuiWorkArea (but not WorkArea::width as this would give you the width of the c

Re: Toolbar management problem

2007-01-29 Thread Georg Baum
Jürgen Spitzmüller wrote: > I don't think so, but I think the attached patch probably will. > Georg, could you test this? Maybe tonight. Georg

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Your patch will solve that, won't it? I don't think so, but I think the attached patch probably will. Georg, could you test this? Jürgen Index: src/frontends/qt4/GuiView.C === --- src/frontends/qt4/GuiView.

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I guess that when it is maximized, Qt has no way to know its size under > X11 as this is handled by the Window manager. In this case, you'd better > take the width of the GuiWorkArea (but not WorkArea::width as this would > give you the width of the content pane). In fac

Re: Toolbar management problem

2007-01-29 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Georg Baum wrote: No, it is not. So plesae, Bo, enclose your changes in #ifdef's. Breaking older qt versions is not acceptable IMHO. Your patch will solve that, won't it? In which case, I'd say just commit your patch. Abdel.

Re: Toolbar management problem

2007-01-29 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Why? WorkArea::width should always gives you the true width of the content pane (excluding scrollbar). But I think that for toobar purpose you'd rather need the width of the _window_ instead. This is given to you by GuiView::width(). You can cre

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Georg Baum wrote: > No, it is not. So plesae, Bo, enclose your changes in #ifdef's. Breaking older qt versions is not acceptable IMHO. Jürgen

Re: Toolbar management problem

2007-01-29 Thread Georg Baum
Jürgen Spitzmüller wrote: > Bo Peng wrote: >> But if you ever want to insert the break at non-TOP dock, 4.2.2 is >> required. > > What happens if you use an older version? Is LyX still usable (else, we > have to use #ifdef's IMO)? No, it is not. The view toolbar is currently always over the file

Re: Toolbar management problem

2007-01-29 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Why? WorkArea::width should always gives you the true width of the > content pane (excluding scrollbar). But I think that for toobar purpose > you'd rather need the width of the _window_ instead. This is given to > you by GuiView::width(). You can create a new pure virtua

Re: Toolbar management problem

2007-01-29 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Bo Peng wrote: But if you ever want to insert the break at non-TOP dock, 4.2.2 is required. What happens if you use an older version? Is LyX still usable (else, we have to use #ifdef's IMO)? As already announced, I have a different solution in the pipe (only inser

Re: Toolbar management problem

2007-01-28 Thread Jürgen Spitzmüller
Bo Peng wrote: > But if you ever want to insert the break at non-TOP dock, 4.2.2 is > required. What happens if you use an older version? Is LyX still usable (else, we have to use #ifdef's IMO)? > > As already announced, I have a different solution in the pipe (only > > inserting ToolbarBreaks i

Re: Toolbar management problem

2007-01-28 Thread Bo Peng
On 1/28/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: Bo Peng wrote: > The problem is partially fixed, but > > 1. qt >= 4.2.2 is required This is bad. But if you ever want to insert the break at non-TOP dock, 4.2.2 is required. As already announced, I have a different solution in the pip

Re: Toolbar management problem

2007-01-28 Thread Jürgen Spitzmüller
Bo Peng wrote: > The problem is partially fixed, but > > 1. qt >= 4.2.2 is required This is bad. > 2. toolbars on the same line are restored to different lines This is bad as well. As already announced, I have a different solution in the pipe (only inserting ToolbarBreaks if the toolbar exceed

Re: Toolbar management problem

2007-01-28 Thread Andre Poenitz
On Sat, Jan 27, 2007 at 04:18:45PM +1800, Bo Peng wrote: > >My approach would be to simply erase all session stuff related to > >toolbar appearance and positioning and just Qt integrated support. > > What I am not quite sure is about the interaction between backend and > frontend. You see, addTool

Re: Toolbar management problem

2007-01-27 Thread Bo Peng
Unfortunately, LyX don't remember the position completely. The problem is partially fixed, but 1. qt >= 4.2.2 is required 2. toolbars on the same line are restored to different lines I also save posx, posy to session but they can not be restored yet because move(posx, posy) does not work for t

Re: Toolbar management problem

2007-01-27 Thread Bo Peng
I think that the problem is that Qt4 does not allow this kind of (x,y) positionning of the toolbars. Qt4 just needs to know the logical position (top, bottom, left, or right) of the toolbars and the order. I am not quite sure. As I have said, if you stop at show(), with an added move() call, the

Re: Toolbar management problem

2007-01-27 Thread Abdelrazak Younes
Bo Peng wrote: > I agree with you but right now, the easy solution may be what I have > suggested. Moving frontend/MLToolbar to qt4/ is something for later. Agreed. Abdel, I can not figure out how to restore toolbar position. (move does not seem to work). I think that the problem is that Qt

Re: Toolbar management problem

2007-01-27 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > > Now, if you really want to use the saveState and restoreState > > functions, session itself is not a problem.  You can choose to add a > > binary field to ToolbarSection::ToolbarInfo, or use saveSessionInfo to > > save a string-repsentation of QByteArray. > > > > You th

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
> I agree with you but right now, the easy solution may be what I have > suggested. Moving frontend/MLToolbar to qt4/ is something for later. Agreed. Abdel, I can not figure out how to restore toolbar position. (move does not seem to work). The attached patch add posx, posy to Session::Toolba

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
If only you agreed with me when you started this toolbar session management... ;-) At that time, qt3 and xform were still alive and there is no saveState for them. Bo

Re: Toolbar management problem

2007-01-26 Thread Abdelrazak Younes
Bo Peng wrote: The toolback backend should only be for reading ui files and checking status. Everything related to appearance, including toolbar showing.hiding, should be frontend specific. This has really nothing to do in the backend. The backend shouldn't even know about it. I agree with you

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
The toolback backend should only be for reading ui files and checking status. Everything related to appearance, including toolbar showing.hiding, should be frontend specific. This has really nothing to do in the backend. The backend shouldn't even know about it. I agree with you but right now, t

Re: Toolbar management problem

2007-01-26 Thread Abdelrazak Younes
Bo Peng wrote: My approach would be to simply erase all session stuff related to toolbar appearance and positioning and just Qt integrated support. What I am not quite sure is about the interaction between backend and frontend. You see, addToolbar etc is done in the backend and display is done

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
My approach would be to simply erase all session stuff related to toolbar appearance and positioning and just Qt integrated support. What I am not quite sure is about the interaction between backend and frontend. You see, addToolbar etc is done in the backend and display is done from the fronten

Re: Toolbar management problem

2007-01-26 Thread Abdelrazak Younes
Bo Peng wrote: > You then need to make sure your restoreState work with all our backend > code for toolbars (addToolbar etc). This looks like a good plan ;-) I would rather go another way. Namely, figure out 1. location (left, top etc), already done. 2. line (first, second line etc) 3. positi

Re: Toolbar management problem

2007-01-26 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > > > You then need to make sure your restoreState work with all our backend > > > code for toolbars (addToolbar etc). > I would rather go another way. Namely, figure out So, what's the disadvantage of doing what Abdel proposes and letting each frontend deal w

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
> You then need to make sure your restoreState work with all our backend > code for toolbars (addToolbar etc). This looks like a good plan ;-) I would rather go another way. Namely, figure out 1. location (left, top etc), already done. 2. line (first, second line etc) 3. position at a line an

Re: Toolbar management problem

2007-01-26 Thread Abdelrazak Younes
Bo Peng wrote: Man, the moment you start copying Qt I suggest to simply use Qt. Sorry Bo, but this looks a bit masochistic to me. I fully understand your feeling. :-) Now, if you really want to use the saveState and restoreState functions, session itself is not a problem. You can choose to a

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
Man, the moment you start copying Qt I suggest to simply use Qt. Sorry Bo, but this looks a bit masochistic to me. I fully understand your feeling. :-) Now, if you really want to use the saveState and restoreState functions, session itself is not a problem. You can choose to add a binary fiel

Re: Toolbar management problem

2007-01-26 Thread Abdelrazak Younes
Bo Peng wrote: The simple answer is that because (future) frontend XXX does not have saveState. As a matter of fact, even qt 3 does not have it. Then for this hypothetical platform you will have to implement the feature. So, what is needed: 1. add some fields to Session::ToolbarSection::To

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
The simple answer is that because (future) frontend XXX does not have saveState. As a matter of fact, even qt 3 does not have it. So, what is needed: 1. add some fields to Session::ToolbarSection::ToolbarInfo which is supposed to be a superset of info that different frontends choose to use. 2.

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
what do you mean by "overlapping"? Isn't the problem that you just store the area, not the position within the area? I mean, disable multiple toolbars on the same Line (Qt term). Then, we do not need to save position. Why don't we store QMainWindow::saveState? The simple answer is that becau

Re: Toolbar management problem

2007-01-26 Thread Jürgen Spitzmüller
Bo Peng wrote: > That is great. The problem is that toolbars can overlap with each > other but session does not record such information what do you mean by "overlapping"? Isn't the problem that you just store the area, not the position within the area? > (QKToolbar::saveInfo). In this particular

Re: Toolbar management problem

2007-01-26 Thread Bo Peng
> Is this easy, or do you want a bugzilla entry? There's already a bugzilla entry. I have a half-finished patch in the pipe. That is great. The problem is that toolbars can overlap with each other but session does not record such information (QKToolbar::saveInfo). In this particular example, to

Re: Toolbar management problem

2007-01-26 Thread Jürgen Spitzmüller
Helge Hafting wrote: > Is this easy, or do you want a bugzilla entry? There's already a bugzilla entry. I have a half-finished patch in the pipe. Jürgen