]> git.lyx.org Git - features.git/commitdiff
small osx-related bits
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Oct 2003 14:46:05 +0000 (14:46 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Oct 2003 14:46:05 +0000 (14:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7881 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/bind/aqua.bind
src/frontends/qt2/ChangeLog
src/frontends/qt2/qfont_loader.C

index 6325a6ddf82919722dda806bb90ab6668e8036a5..8bc6837c1915a1ad276618660239ff5386089ff7 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * bind/aqua.bind: fix typo
+
 2003-10-07  Angus Leeming  <leeming@lyx.org>
 
        * external_templates: add transformers to the RasterImage and XFig
@@ -21,7 +25,7 @@
        * images/tabular-feature_delete-row.xpm:
        * images/tabular-insert.xpm:
        * images/math/frac.xpm:
-       * images/math/sqrt.xpm: replace rgb.txt names with #rrggbb eqivalent.
+       * images/math/sqrt.xpm: replace rgb.txt names with #rrggbb equivalent.
 
 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
 
@@ -34,7 +38,7 @@
 
 2003-10-03  José Matos  <jamatos@lyx.org>
 
-       * lyx2lxy:
+       * lyx2lyx:
        * lyxrevert_223.py:
        * lyxrevert_224.py:
        * lyxrevert_225.py: support backward saving for 1.3.x format.
index c367ac562ef3419e30b1ddcd4a9c38f432339e1d..57fb98040bc0690a446e110ac35f2a3a4529287d 100644 (file)
@@ -18,7 +18,7 @@
 \bind "M-~S-i r"               "reference-insert"
 \bind "M-~S-i n"               "note-insert"
 \bind "M-~S-i l"               "label-insert"
-\bind "M-~S-i i                "index-insert"
+\bind "M-~S-i i"               "index-insert"
 
 \bind "M-~S-i s s"             "command-sequence math-mode ; math-superscript ; font-free; "
 \bind "M-~S-i s u"             "command-sequence math-mode ; math-subscript ; font-free; "
index f1e2a158ac688c448cbb0ad73a63e4bf11fbb3aa..9fd97273bf7ba49d08aed60fc6394219a4d9cec4 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * qfont_loader.C: add #include (needed for LyX/Mac)
+
 2003-10-08  Angus Leeming  <leeming@lyx.org>
 
        Fix doxygen warnings.
        * iconpalette.h: 
        * panelstack.h: add #include <string>.
 
-2003-10-01  Vitaly Lipatov <lav@vl3143.spb.edu>
+2003-10-01  Vitaly Lipatov  <lav@vl3143.spb.edu>
 
-       * FileDialog.C: use fromqstr in a few places to enable the dialog to
-       read non-latin filenames.
+       * FileDialog.C: use fromqstr in a few places to enable the dialog to
+       read non-latin filenames.
 
 2003-10-01  Angus Leeming  <leeming@lyx.org>
 
index 54f894c43103a7181dc44bb530bacb2ffca920b2..3686d9dd0ef40cc2cff1cb326de671dba19f59a1 100644 (file)
@@ -19,6 +19,8 @@
 #include "support/lstrings.h"
 #include "frontends/lyx_gui.h"
 
+#include <qfontinfo.h>
+
 #include <boost/tuple/tuple.hpp>
 
 #ifdef Q_WS_X11