]> git.lyx.org Git - features.git/commit
- introduces toolbar_toggle lfun
authorEdwin Leuven <e.leuven@gmail.com>
Wed, 23 May 2007 22:08:07 +0000 (22:08 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Wed, 23 May 2007 22:08:07 +0000 (22:08 +0000)
commit630fe09637d2ec718df16442b5468748cae0d455
tree394be9122b09a75e901be7efa46d982fb2128782
parentf8b1ce4ada8adb67b5749583bf482ebf8906d79c
- introduces toolbar_toggle lfun
- adds a "toggle math toolbar" and "toggle table toolbar" buttons to the main toolbar
 (i also moved "toggle toc" there)
- adds a "toggle math panels" button to the math toolbar
- reshuffles the Big Operators panel to avoid confusion with the sum icon on the math toolbar
- adds some icons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18478 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
lib/images/attic/dialog-show_mathpanel.xpm [deleted file]
lib/images/tabular-insert.xpm
lib/images/toolbar-toggle_math.xpm [new file with mode: 0644]
lib/images/toolbar-toggle_math_panels.xpm [new file with mode: 0644]
lib/images/toolbar-toggle_table.xpm [new file with mode: 0644]
lib/ui/stdmenus.inc
lib/ui/stdtoolbars.inc
src/LyXAction.cpp
src/LyXFunc.cpp
src/frontends/Toolbars.cpp
src/frontends/Toolbars.h
src/frontends/qt4/QLToolbar.cpp
src/frontends/qt4/QLToolbar.h
src/lfuns.h