]> git.lyx.org Git - features.git/commit
Improve fullscreen mode (bug 4146).
authorPavel Sanda <sanda@lyx.org>
Tue, 19 Feb 2008 21:51:55 +0000 (21:51 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 19 Feb 2008 21:51:55 +0000 (21:51 +0000)
commit72b270ab4b146e58c26e202e134408faad8394f4
treeef9b0f90750736b5697c6a54fd6d70441913959f
parent1ab314f8e6e145dc73d0a26b7e82a280b497ea3c
Improve fullscreen mode (bug 4146).

- added toolbars/tabbar/scrollbar toggling
- added text width control
- added GUI preferences & menu & shortcut

Known problems:
- Outliner in Mac is seeking some Mac devie to fix (see hints here:
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg135382.html )
- Toolbars visibility is shared between windows (views)
  (needs toolbars overhaul).
- Adding new tab items does not reflect fullscreen mode
  (i.e. margins and tabbar get visible)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23069 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
lib/bind/cua.bind
lib/ui/stdmenus.inc
src/BufferView.cpp
src/LyXRC.cpp
src/LyXRC.h
src/ToolbarBackend.h
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiToolbars.cpp
src/frontends/qt4/GuiToolbars.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/ui/PrefUi.ui