Andre Poenitz wrote:
On Thu, Jun 15, 2006 at 12:39:32PM +0200, Abdelrazak Younes wrote:
Minus potential compilation problems with gtk and/or xforms I think I am
ready to merge my branch with trunk. Please find attached the complete
patch. I will wait for some green lights before applying.
Good boy.
So, I'd like to merge now and move on. OK?
+ Right now this is not the case. For example, the call to
+ "FontLoader::initFontPath()" below is doned before the QApplication
s/doned/done/
Corrected thanks.
[Btw I think this is true. th QApplication should be created as eaerly
as possible]
We made sure that this is the case. But I still think there's still
something fishy somewhere. There are some static declaration and global
variables in the qt4 tree. I plan to remove all of them and hope that
will solve this bloody problem.
[Well, somehow I still think we should just dump everything in a big
'lyx' namespace and use 'using namespace lyx' in the .C files. The
nested namespaces are just line noise... But I guess that's not the time
and place to discuss that.]
Right, not now please.
Abdel.