lyx_mirror/src/frontends
Vincent van Ravesteijn f1dd63ec24 Fixes for the FileFormat pane of GuiPrefs.cpp:
- We have to block the signals coming from viewerCO and editorCO, otherwise the signal handlers will clear the customly set viewer or editor.

- A copy-paste error made the custom viewer to be changed when changing the editor combobox.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32143 a592a061-630c-0410-9148-cb99ea01b6c8
2009-11-22 00:19:50 +00:00
..
qt4 Fixes for the FileFormat pane of GuiPrefs.cpp: 2009-11-22 00:19:50 +00:00
tests
alert.h
Application.h Transfer all keyboard related code and actions from LyXFunc to GuiApplication. Part of it should be transfered later to GuiView and BufferView. This code can probably be simplified a lot... 2009-10-04 20:58:20 +00:00
Clipboard.h
Delegates.h
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h
LyXView.h Cleanup virtual interfaces. 2009-10-05 21:32:20 +00:00
Makefile.am
mouse_state.h
Painter.h
Selection.h
WorkArea.h Make WorkArea a pure virtual interface. 2009-10-05 21:39:23 +00:00
WorkAreaManager.cpp
WorkAreaManager.h