lyx_mirror/src/frontends
Peter Kümmel 8e54e38c3b enable selection with the mouse for math and tables
Qt doc for QMouseEvent::button(): 
         Note that the returned value is always Qt::NoButton for mouse move events.
    so we must use buttons() instead because later on 
    the code checks for the left button.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15693 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-02 22:23:26 +00:00
..
controllers - rework update handling, make cursor movement faster, 2006-10-22 11:46:36 +00:00
qt4 enable selection with the mouse for math and tables 2006-11-02 22:23:26 +00:00
Alert_pimpl.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Alert.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Alert.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Application.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Application.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
ChangeLog fix drawing of buttons (bug 2328) 2006-03-15 15:32:32 +00:00
Clipboard.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Dialogs.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Dialogs.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
FileDialog.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
FontLoader.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
FontMetrics.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Gui.h * Gui.h: new closeAll() pure virtual method. 2006-10-24 15:01:07 +00:00
key_state.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
LyXKeySym.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
LyXKeySymFactory.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
LyXView.C Prettier view->toolbars menu. 2006-11-02 18:59:33 +00:00
LyXView.h Prettier view->toolbars menu. 2006-11-02 18:59:33 +00:00
Makefile.am * Painter.h: 2006-10-30 10:09:59 +00:00
Menubar.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
mouse_state.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
NoGuiFontLoader.h Output docbook as utf8. Probably quite a bit more work needed, but then help form a docbook person is needed. 2006-10-19 21:00:33 +00:00
NoGuiFontMetrics.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Painter.C This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods. 2006-10-11 17:24:46 +00:00
Painter.h Work around a possible gcc bug: Since Abde'ls recent changes gcc does not 2006-10-30 18:56:22 +00:00
pch.h Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
Selection.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Timeout.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Timeout.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Toolbars.C Prettier view->toolbars menu. 2006-11-02 18:59:33 +00:00
Toolbars.h Prettier view->toolbars menu. 2006-11-02 18:59:33 +00:00
WorkArea.C Fix more member variable initialization order warnings from gcc. 2006-10-29 16:16:00 +00:00
WorkArea.h remove references to Qt3/Gtk 2006-10-30 21:45:37 +00:00