From 3dae7373e3325e5abe8263488913faef1c63c86b Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Thu, 23 Dec 2010 03:52:08 +0000 Subject: Fixed *some* gui drawing speed issues. --- muse2/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'muse2/ChangeLog') diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 0ff13419..427d840e 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -3,6 +3,11 @@ - Added some comments in app.cpp that I've been willing to include for a while. (Orcan) - Added a line to CMakeLists to install the splash image. Commented out for now. (Orcan) - added new-user help dialog for Input button on midi track-info (rj) + - Fixed *some* gui drawing speed issues. (Tim) + Use Qt::WA_OpaquePaintEvent for windows we fully draw on, like part canvas, track list, meter. + In PartCanvas::drawItem(), ignore null intersect of item bbox + rect. + TODO: Other windows like Slider and Knob could probably use this. And with many parts, + drawing is still slow (esp waves), possibly because of alpha blending. 21.12.2010: - Moved all the config files "~/.musePrj, ~/.MusE, ~/.deicsonze.dco" into ~/.config/MusE/ and renamed them as "projects, MusE.cfg, deicsonze.dco", respectively. (Orcan) -- cgit v1.2.3