mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
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:
parent
6810aa2ab8
commit
49d09f876f
@ -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>
|
2003-10-07 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* external_templates: add transformers to the RasterImage and XFig
|
* external_templates: add transformers to the RasterImage and XFig
|
||||||
@ -21,7 +25,7 @@
|
|||||||
* images/tabular-feature_delete-row.xpm:
|
* images/tabular-feature_delete-row.xpm:
|
||||||
* images/tabular-insert.xpm:
|
* images/tabular-insert.xpm:
|
||||||
* images/math/frac.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>
|
2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
|
||||||
|
|
||||||
@ -34,7 +38,7 @@
|
|||||||
|
|
||||||
2003-10-03 José Matos <jamatos@lyx.org>
|
2003-10-03 José Matos <jamatos@lyx.org>
|
||||||
|
|
||||||
* lyx2lxy:
|
* lyx2lyx:
|
||||||
* lyxrevert_223.py:
|
* lyxrevert_223.py:
|
||||||
* lyxrevert_224.py:
|
* lyxrevert_224.py:
|
||||||
* lyxrevert_225.py: support backward saving for 1.3.x format.
|
* lyxrevert_225.py: support backward saving for 1.3.x format.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
\bind "M-~S-i r" "reference-insert"
|
\bind "M-~S-i r" "reference-insert"
|
||||||
\bind "M-~S-i n" "note-insert"
|
\bind "M-~S-i n" "note-insert"
|
||||||
\bind "M-~S-i l" "label-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 s" "command-sequence math-mode ; math-superscript ; font-free; "
|
||||||
\bind "M-~S-i s u" "command-sequence math-mode ; math-subscript ; font-free; "
|
\bind "M-~S-i s u" "command-sequence math-mode ; math-subscript ; font-free; "
|
||||||
|
@ -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>
|
2003-10-08 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
Fix doxygen warnings.
|
Fix doxygen warnings.
|
||||||
@ -24,10 +28,10 @@
|
|||||||
* iconpalette.h:
|
* iconpalette.h:
|
||||||
* panelstack.h: add #include <string>.
|
* 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
|
* FileDialog.C: use fromqstr in a few places to enable the dialog to
|
||||||
read non-latin filenames.
|
read non-latin filenames.
|
||||||
|
|
||||||
2003-10-01 Angus Leeming <leeming@lyx.org>
|
2003-10-01 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
#include "support/lstrings.h"
|
#include "support/lstrings.h"
|
||||||
#include "frontends/lyx_gui.h"
|
#include "frontends/lyx_gui.h"
|
||||||
|
|
||||||
|
#include <qfontinfo.h>
|
||||||
|
|
||||||
#include <boost/tuple/tuple.hpp>
|
#include <boost/tuple/tuple.hpp>
|
||||||
|
|
||||||
#ifdef Q_WS_X11
|
#ifdef Q_WS_X11
|
||||||
|
Loading…
Reference in New Issue
Block a user