]> git.lyx.org Git - features.git/commit
* On Mac it's common to have tool windows which are always in the
authorStefan Schimanski <sts@lyx.org>
Fri, 25 Jan 2008 22:31:33 +0000 (22:31 +0000)
committerStefan Schimanski <sts@lyx.org>
Fri, 25 Jan 2008 22:31:33 +0000 (22:31 +0000)
commit5b46cbef1aa75160f7891c2d517f1fa95fc248b9
tree6c33a3d2285ffb4c412a42ebf590c242d7fc4ac0
parent9f58157ffd1c8ad861cbe474c106a36dfe3e86d7
* On Mac it's common to have tool windows which are always in the
  foreground and are hidden when the main window is not
  focused. Moreover they are normally "auto applying".

  This patch implements this for the character and the paragraph
  dialog. These text propertied are implemented in major application like Apple
  Pages, OmniGraffle and others via inspectors or toolbars. Our "auto
  apply"-mode resembles these very well. So why not activate it and
  make LyX a bit more Mac-like.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22673 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiCharacter.cpp
src/frontends/qt4/GuiParagraph.cpp