]> git.lyx.org Git - features.git/commit
Introduce groups for graphics insets. That includes:
authorPavel Sanda <sanda@lyx.org>
Tue, 6 May 2008 21:13:09 +0000 (21:13 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 6 May 2008 21:13:09 +0000 (21:13 +0000)
commit13e42a8c73327c9174061c5c881a4e79406c9be3
treeb9bf6b7bcd294105ae85f1c8be80689d868e7e42
parent99b12faae498a9a09c91691cd45d42e6bb9e6dfb
Introduce groups for graphics insets. That includes:
- GuiGraphics dialog field for setup new groups.
- Graphics context menu for assigning to certain group.
- Fileformat change for groupId field in Graphics inset.
- Undo mechanism added to inset-apply, for catching changes
  in preference dialog.
- Qt designer 4.4 used now.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24644 a592a061-630c-0410-9148-cb99ea01b6c8
17 files changed:
development/FORMAT
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_1_6.py
lib/ui/stdcontext.inc
src/Buffer.cpp
src/FuncCode.h
src/LyXAction.cpp
src/LyXFunc.cpp
src/Text3.cpp
src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/ui/GraphicsUi.ui
src/insets/InsetGraphics.cpp
src/insets/InsetGraphics.h
src/insets/InsetGraphicsParams.cpp
src/insets/InsetGraphicsParams.h