lyx_mirror/development/scons
Abdelrazak Younes 6a742b7aa0 This patch removes qscreen.[Ch] and simplify the cursor drawing on screen. Basically, we paint now only if needed. So there's no need anymore to handle the "no cursor" pixmap saving.
SConscript: removed qscreen.C
frontends/qt4/Makefile.am: removed qscreen.C
frontends/screen.h: remove workarea() constness
frontends/qt3/qscreen.[Ch]: ditto
frontends/gtk/GScreen.[Ch]: ditto
frontends/xforms/xscreen.[Ch]: ditto
frontends/qt4/LyXScreenFactory.C: now return the QWorkarea directly
frontends/qt4/QWorkArea.[Ch]: inherits LyXScreen, handle the cursor painting
frontends/qt4/qscreen.[Ch]: removed 

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13981 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-02 12:01:28 +00:00
..
qt4.py Scons: fix a few bugs: qt4, included_ libs, command line argument with blank 2006-05-21 15:50:55 +00:00
scons_utils.py Scons: initial msvc support, and separate fast_start and load_option options. 2006-05-29 16:58:14 +00:00
SConscript This patch removes qscreen.[Ch] and simplify the cursor drawing on screen. Basically, we paint now only if needed. So there's no need anymore to handle the "no cursor" pixmap saving. 2006-06-02 12:01:28 +00:00
SConstruct Scons: two small bug fixes, and a bit more about msvc 2006-06-01 03:01:46 +00:00