On Thursday 19 August 2004 07:32, Georg Baum wrote:
>
> Done. I don't know much more about qt, but I have learned that often a
> toqstr()/fromqstr() is needed.

  Thanks. :-)

> I do however not understand why this did compile on your machine and it
> did not on mine.

  Probably because I'm using qt 3.3.3 :-)

  Did you saw the recent changes that I made to lyx2lyx, do you have any 
comment? I'm thinking particularly about the LyX.py module.

  I intend to change the convert_1_4.lyx further, I will put both the 
convert and revert functions as cycles:

convertion_hub = ((223, (xyx, abc, def)),
      (224,(.......),
      ....................
      (235, (convert_bullets, add_begin_header, ...))

convert (file):
 for format, convert_list in convertion_hub:
  if file.format >= format:
   continue
  for conv_step in convert_list:
   conv_step(file)
       ---------------------------------------------

  I think that after this change the code will be more readable. What do you 
think?

  I would like to have input from other developers using lyx2lyx, your 
feedback is appreciated. :-)

> Georg

-- 
José Abílio

Reply via email to