[flosslogic-commits] flosslogic branch, master, updated. 1edbd4e0b7e04d0de97cd9a612338c4e2977f2c5
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-03-13 15:34:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "flosslogic". The branch, master has been updated via 1edbd4e0b7e04d0de97cd9a612338c4e2977f2c5 (commit) via 938525b167c22dd94237e0fce2589c240b0e3888 (commit) via aefb17787af0509c1a742225a0b671746fcea07f (commit) via 9b35272d681f708900ab66ba9b43bc4d5031f328 (commit) from 2c7f87140d98f0d8c7c0dd43c6fd1affa2c83a6e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1edbd4e0b7e04d0de97cd9a612338c4e2977f2c5 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 16:29:09 2010 +0100 Fix compiler warnings. commit 938525b167c22dd94237e0fce2589c240b0e3888 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 16:24:21 2010 +0100 Fix proper redrawing of the graphs upon resize. commit aefb17787af0509c1a742225a0b671746fcea07f Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 15:14:22 2010 +0100 C++ micro-optimization: Use ++i instead of i++. commit 9b35272d681f708900ab66ba9b43bc4d5031f328 Author: Uwe Hermann <uw...@he...> Date: Sat Mar 13 15:04:34 2010 +0100 Further performance optimizations. Only re-generate the QPainterPaths of the channel graphs when needed. In the paintEvent() only reraw the existing QPainterPath, but don't regenerate it. ----------------------------------------------------------------------- Summary of changes: gui/channelrenderarea.cpp | 78 +++++++++++++++++++++++++------------------- gui/channelrenderarea.h | 4 ++ gui/mainwindow.cpp | 48 +++++++++++++++++---------- 3 files changed, 78 insertions(+), 52 deletions(-) hooks/post-receive -- flosslogic |