]> git.lyx.org Git - features.git/commit
Fix bug 1749. CAUTION: lyx2lyx not fully working yet (see FIXMEs).
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 25 Jun 2007 13:49:51 +0000 (13:49 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 25 Jun 2007 13:49:51 +0000 (13:49 +0000)
commitbcf64dd11c899e5937f447b19b62e1b3eac17a48
tree3f15c2d18dcdc35d9c5fd001cc2a0864f45ccb97
parent54ed37eade43a615baacc8ef4fd441e0cb3c34f7
Fix bug 1749. CAUTION: lyx2lyx not fully working yet (see FIXMEs).

* development/FORMAT:
- document file format change

* src/Buffer.cpp: bump format to 275.

* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_5.py:
- conversion and reversion of scaleBeforeRotation param (doesn't work yet!)

* src/insets/InsetGraphicsParams.{cpp,h}:
- new param scaleBeforeRotation
* src/insets/InsetGraphics.cpp:
- swap order of scale and rotate (if scaleBeforeRotation is false)

* src/frontends/qt4/QGraphics.C:
* src/frontends/qt4/QGraphicsDialog.{cpp,h}:
* src/frontends/qt4/ui/GraphicsUi.ui:
- add checkbox to toggle scaleBeforeRotation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18885 a592a061-630c-0410-9148-cb99ea01b6c8
development/FORMAT
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_1_5.py
src/Buffer.cpp
src/frontends/qt4/QGraphics.cpp
src/frontends/qt4/QGraphicsDialog.cpp
src/frontends/qt4/QGraphicsDialog.h
src/frontends/qt4/ui/GraphicsUi.ui
src/insets/InsetGraphics.cpp
src/insets/InsetGraphicsParams.cpp
src/insets/InsetGraphicsParams.h