small osx-related bits

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-10-08 14:46:05 +00:00
parent 6810aa2ab8
commit 49d09f876f
4 changed files with 16 additions and 6 deletions

View 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.

View 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; "

View 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.
@ -24,10 +28,10 @@
* 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>

View 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