From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12252 invoked by alias); 7 Dec 2009 15:58:23 -0000 Received: (qmail 12225 invoked by uid 9639); 7 Dec 2009 15:58:21 -0000 Date: Mon, 07 Dec 2009 15:58:00 -0000 Message-ID: <20091207155818.12198.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-329-gb930d6e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9156a0f81ec0316b11a7f5ad4db2bd92083e1614 X-Git-Newrev: b930d6ec364e35bb04a0860b1a5f2fbdee6effe3 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/msg00193.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 b930d6ec364e35bb04a0860b1a5f2fbdee6effe3 (commit) from 9156a0f81ec0316b11a7f5ad4db2bd92083e1614 (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 b930d6ec364e35bb04a0860b1a5f2fbdee6effe3 Author: Tim Moore Date: Mon Dec 7 16:50:44 2009 +0100 Change data set list display to use a check box for inclusion in a graph Incidently, this supports removing a data set from a graph. Also, remove the Add, Remove, and Cancel buttons from the data set dialog. * grapher/GraphWidget.hxx (DataModelColumns::_dataEnabled): new member _listConnection: new member * grapher/GraphWidget.cxx (GraphWidget): Delete connections for removed buttons. Connect to dialog show and hide signals instead of map. Add "Enabled" column to dialog list. (onDataAdd, onDataRemove): delete (onDataDialogOpen): Initialize list store with all data sets and hook up row_changed signal (onDataDialogClose, onRowChanged): new functions * grapher/graph-dialog.glade: Remove obsolete buttons (Add, Remove, Cancel). ----------------------------------------------------------------------- Summary of changes: grapher/GraphWidget.cxx | 68 +++++++++++++++++++++++------------------ grapher/GraphWidget.hxx | 8 ++++- grapher/graph-dialog.glade | 71 ++------------------------------------------ 3 files changed, 47 insertions(+), 100 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool