Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| > | Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | | | Lars,
| > | | | | Could you please check in your changes to my branch so that
| > we can
| > | | merge the branch to trunk?
| > | | IMHO, I believe qt4 and qt3 are fully functional now so even if xforms
| > | | and gtk are not 100% functional we can fix that in trunk.
| > | | It would be nice to have gtk at least compile before we merge.
| > I'll
| > | have a look at that when I have done the subversion stuff.
| > | | I'll also check qt3.
| > Just did so, it looks ok
| > scroll test ~23 seconds.
|
| So qt4 is on par with qt3 on linux now. This is good news. We still
| need the numbers for Mac.
|
| > IÃ'll have a look at the gtk compile failure as well.
|
| I am committing this patch that should help you.
|
| Abdel.
|
|
|
| Index: GuiImplementation.h
| ===================================================================
| --- GuiImplementation.h (revision 14193)
| +++ GuiImplementation.h (working copy)
| @@ -15,6 +15,7 @@
| #include "frontends/Gui.h"
| #include "frontends/LyXView.h"
|
| +#include "GView.h"
| #include "GScreen.h"
| #include "GWorkArea.h"
I have created a GuiImplementation.C for gtk as well and then that
include should go there.
|
| Index: GView.C
| ===================================================================
| --- GView.C (revision 14193)
| +++ GView.C (working copy)
| @@ -93,7 +93,6 @@
| // Define the components making up the window.
| menubar_.reset(new GMenubar(this, menubackend));
| getToolbars().init();
| - bufferview_.reset(new BufferView(this, 300, 300));
| minibuffer_.reset(new GMiniBuffer(this, *controlcommand_));
right. I already have that in my tree though.
--
Lgb