From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12134 invoked by alias); 3 Dec 2009 22:49:40 -0000 Received: (qmail 12106 invoked by uid 9639); 3 Dec 2009 22:49:39 -0000 Date: Thu, 03 Dec 2009 22:49:00 -0000 Message-ID: <20091203224939.12095.qmail@sourceware.org> From: moore@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-319-g388924a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5cd2f827aa03091c7d1832c9734827d8caff732d X-Git-Newrev: 388924acea820c7a1328eb2ac8a4128437853c3a Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q4/txt/msg00186.txt.bz2 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 "systemtap: system-wide probe/trace tool". The branch, master has been updated via 388924acea820c7a1328eb2ac8a4128437853c3a (commit) via 457a91c061a1658648fc155504795bf6f4c44740 (commit) via 03ebf81c360e429ef1e4f8bae48fe524f712589a (commit) from 5cd2f827aa03091c7d1832c9734827d8caff732d (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 388924acea820c7a1328eb2ac8a4128437853c3a Merge: 457a91c061a1658648fc155504795bf6f4c44740 5cd2f827aa03091c7d1832c9734827d8caff732d Author: Tim Moore Date: Thu Dec 3 23:48:34 2009 +0100 Merge commit 'origin/master' commit 457a91c061a1658648fc155504795bf6f4c44740 Author: Tim Moore Date: Thu Dec 3 23:45:51 2009 +0100 Error check in hover text code for empty graphs * grapher/GraphStyle.cxx(GraphStyleEvent::dataIndexAtPoint, GraphStyleBar::dataIndexAtPoint): check for empty graph data commit 03ebf81c360e429ef1e4f8bae48fe524f712589a Author: Tim Moore Date: Thu Dec 3 19:31:08 2009 +0100 Hover text for event-style graphs Don't draw the data value for an event; only display it in hover text. * grapher/Graph.hxx (window2GraphCoords): new function * grapher/Graph.cxx (window2GraphCoords): ditto * grapher/GraphStyle.cxx (GraphStyleEvent::dataIndexAtPoint): new function implementation. ----------------------------------------------------------------------- Summary of changes: grapher/Graph.cxx | 7 ++++++ grapher/Graph.hxx | 1 + grapher/GraphStyle.cxx | 52 +++++++++++++++++++++++++++++++++++------------ grapher/GraphStyle.hxx | 4 +++ 4 files changed, 50 insertions(+), 14 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool