]> git.lyx.org Git - features.git/commit
Fix bug 3450:
authorAbdelrazak Younes <younes@lyx.org>
Thu, 12 Apr 2007 16:49:01 +0000 (16:49 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 12 Apr 2007 16:49:01 +0000 (16:49 +0000)
commit4d9c1bc29685055ce7e43396c2c33e2fd42afcd0
tree369355fe73ec7aadef730f2416c3d205fa616580
parentc537bb7b9263ea689942c5634ee0aee520c4fff1
Fix bug 3450:
http://bugzilla.lyx.org/show_bug.cgi?id=3450
* ControlMath
  - new MathSymbol struct that summarize the symbol attributes (including font and fontcode)

* QDelimiterDialog:
  - make use of the new MathSymbol for the ListWidget.
  - store the latex name in the tooltip instead of lookup for it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17786 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/controllers/ControlMath.C
src/frontends/controllers/ControlMath.h
src/frontends/qt4/QDelimiterDialog.C
src/frontends/qt4/QDelimiterDialog.h