]> git.lyx.org Git - features.git/commit
framed.sty goes InsetBox:
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 4 Dec 2007 09:25:50 +0000 (09:25 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 4 Dec 2007 09:25:50 +0000 (09:25 +0000)
commit3582be1441db296f29b54649f743745843e499e2
treee27714f18045d2f3589f53475a5a020a990c0ad0
parentaaa239be61af55ac74bbba1020afe9b636948c56
framed.sty goes InsetBox:

* src/insets/InsetBox.{cpp,h}:
* src/frontends/qt4/GuiBox.{cpp,h}:
* src/frontends/qt4/ui/BoxUi.ui:
- add and handle Framed and Shaded boxes
- use more descriptive label names
- implement name() function for Box:Shaded's sake

* src/insets/InsetNote.{cpp,h}:
* src/frontends/qt4/GuiNote.cpp:
* src/frontends/qt4/ui/NoteUi.ui:
- remove Framed and Shaded.

* lib/layouts/stdinsets.inc:
- remove Note:Framed and Note:Shaded
- add Box:Shaded

* Buffer.cpp:
- bump format to 304.

* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- add conversion/reversion of framed/shaded notes to boxes.

* development/FORMAT:
- document file format change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21945 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
development/FORMAT
lib/layouts/stdinsets.inc
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_1_6.py
src/Buffer.cpp
src/frontends/qt4/GuiBox.cpp
src/frontends/qt4/GuiBox.h
src/frontends/qt4/GuiNote.cpp
src/frontends/qt4/ui/BoxUi.ui
src/frontends/qt4/ui/NoteUi.ui
src/insets/InsetBox.cpp
src/insets/InsetBox.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h