lyx-devel  

Re: r33351 - in lyx-devel/trunk/src: frontends/qt4 frontends/qt4/ui insets

Pavel Sanda
Sun, 07 Feb 2010 18:19:23 -0800

you...@lyx.org wrote:
> Author: younes
> Date: Sun Feb  7 21:28:41 2010
> New Revision: 33351
> URL: http://www.lyx.org/trac/changeset/33351
> 
> Log:
> Box dialog: migrate to the new InsetDialog architecture. This simplifies the 
> code and allows for immediate application of any change in the dialog. This 
> is quite a complicated and non intuitive dialog still...
> 
> Modified:
>    lyx-devel/trunk/src/frontends/qt4/GuiBox.cpp
>    lyx-devel/trunk/src/frontends/qt4/GuiBox.h
>    lyx-devel/trunk/src/frontends/qt4/ui/BoxUi.ui
>    lyx-devel/trunk/src/insets/InsetBox.h
> 

...

> Modified: lyx-devel/trunk/src/frontends/qt4/ui/BoxUi.ui
> ==============================================================================
> --- lyx-devel/trunk/src/frontends/qt4/ui/BoxUi.ui     Sun Feb  7 21:25:53 
> 2010        (r33350)
> +++ lyx-devel/trunk/src/frontends/qt4/ui/BoxUi.ui     Sun Feb  7 21:28:41 
> 2010        (r33351)
> @@ -1,7 +1,8 @@
> -<ui version="4.0" >
> +<?xml version="1.0" encoding="UTF-8"?>
> +<ui version="4.0">

this will break older qt's, iircs either 4.4 or 4.2 designer won't break.
pavel