]> git.lyx.org Git - features.git/commit
move reading of bind files from lyxrc.C to kbmap.C; do not read bindings or menus...
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 26 Jul 2003 23:04:39 +0000 (23:04 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 26 Jul 2003 23:04:39 +0000 (23:04 +0000)
commit80d7f70dc340e8b1ab29d38284b8327d13757196
treecb52a20d3f742c087b4326be2ba3000da3f0a1b8
parent6a2f81278dfdd924d6b6b761935d930e325b96d9
move reading of bind files from lyxrc.C to kbmap.C; do not read bindings or menus when not using gui; move paper related enums to a new paper.h; remove dependency on bufferparams.h from lyxrc.h; small bugfix to tex2lyx; fix bad menu shortcut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7372 a592a061-630c-0410-9148-cb99ea01b6c8
39 files changed:
lib/ChangeLog
lib/ui/stdmenus.ui
src/ChangeLog
src/buffer.C
src/bufferparams.C
src/bufferparams.h
src/converter.C
src/encoding.h
src/format.C
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlTabular.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/QDocument.C
src/frontends/qt2/QDocumentDialog.C
src/frontends/qt2/QGraphics.C
src/frontends/qt2/QPrefs.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/XPainter.C
src/graphics/ChangeLog
src/graphics/GraphicsTypes.C
src/graphics/GraphicsTypes.h
src/insets/ChangeLog
src/insets/insetexternal.C
src/insets/insetgraphicsParams.C
src/insets/renderers.C
src/ispell.C
src/kbmap.C
src/kbmap.h
src/lyx_main.C
src/lyxrc.C
src/lyxrc.h
src/paper.h [new file with mode: 0644]
src/tex2lyx/ChangeLog
src/tex2lyx/text.C
src/text3.C