This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-329-gb930d6e


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 <timoore@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]