> Hi Peter,
> 
> Thanks for the recommendations!  I'll take a close look at the patch.
> If you'd like to take things for a test drive, it might be better to use
> the version over on launchpad (https://launchpad.net/lyx-outline).  It
> incorporates the model changes sent yesterday in addition to one of the
> custom views.  (It's also synced against SVN, most recently as of this
> morning.)  It's pretty easy to compile with CMake and Qt Creator.
> 
> I've tested the Launchpad version on Linux and Windows and (so far),
> everything appears to be working.  Also, if you have any thoughts on UI,
> I'd love to hear those as well.
> 
> Cheers,
> 
> Rob

After some problems with bazaar (it's much to slow: bzr branch never ends)
I've managed to get the code with 
    bzr checkout --lightweight lp:lyx-outline
But I'm not sure if this is the right code because it stops compiling
on Linux, and I need attached patch.

After a first glance on the code I wonder about your reasons not to
use QGraphicsView? Wasn't it supported by PyQt?

Peter




-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
=== modified file 'src/frontends/qt4/CorkboardManager.cpp'
--- src/frontends/qt4/CorkboardManager.cpp	2010-05-24 14:09:18 +0000
+++ src/frontends/qt4/CorkboardManager.cpp	2010-05-25 15:52:07 +0000
@@ -42,7 +42,7 @@
 #include "FuncStatus.h"
 #include "FuncCode.h"
 #include "LyXAction.h"
-#include "Lyx.h"
+#include "LyX.h"
 #include "insets/InsetCommand.h"
 #include "insets/InsetRef.h"
 

Reply via email to