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-328-g9156a0f


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  9156a0f81ec0316b11a7f5ad4db2bd92083e1614 (commit)
       via  5891de489db0e172162279247fb633a719fa3756 (commit)
       via  e88061ec1fb047b65c247424dbadb10a85ff69ae (commit)
      from  6da1ad4654842c7a2489e18b9acc94f2f68a6b24 (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 9156a0f81ec0316b11a7f5ad4db2bd92083e1614
Merge: 5891de489db0e172162279247fb633a719fa3756 6da1ad4654842c7a2489e18b9acc94f2f68a6b24
Author: Tim Moore <timoore@redhat.com>
Date:   Mon Dec 7 12:47:32 2009 +0100

    Merge branch 'master' of ssh://sourceware.org/git/systemtap

commit 5891de489db0e172162279247fb633a719fa3756
Author: Tim Moore <timoore@redhat.com>
Date:   Mon Dec 7 12:43:56 2009 +0100

    option to display graph times relative to the start time
    
    This avoids having humongous numbers displayed on the graphs' x
    axis. Also, the dialog for adding a data set to a graph was cleaned
    up.
    
    * grapher/graph-dialog.glade: Add check box for display of relative
      time and a label for the data set list. Force the list of data sets
      to be larger.
    * grapher/Graph.hxx (_timeBase): new member
    * grapher/Graph.cxx (draw): Subtract _timeBase from displayed time
      value.
    * grapher/GraphWidget.hxx (DataModelColumns): Add a column for a data
      set's title, which is optional at the moment.
    * grapher/GraphWidget.hxx (_globalTimeBase, _timeBaseInitialized,
      _relativeTimesButton, _displayRelativeTimes): new members
    * grapher/GraphWidget.hxx (GraphWidget): Hook up check button for
      displaying relative time.
      (on_expose_event): Determine base time if needed; set base time in
      graphs.
      (onDataDialogOpen): Insert graph data set's name (key) and title
      into the list of data sets.

commit e88061ec1fb047b65c247424dbadb10a85ff69ae
Author: Tim Moore <timoore@redhat.com>
Date:   Mon Dec 7 12:23:27 2009 +0100

    Add a missing cairo context restore()
    
    It's not clear if this was causing any ill effects, but it is
    certainly bad form.
    
    * grapher/GraphWidget.cxx (on_expose_event): add missing cr->restore().

-----------------------------------------------------------------------

Summary of changes:
 grapher/Graph.cxx          |    4 +-
 grapher/Graph.hxx          |    1 +
 grapher/GraphWidget.cxx    |   47 ++++++++++++++++++++++++++++++++++++++++---
 grapher/GraphWidget.hxx    |    7 ++++++
 grapher/graph-dialog.glade |   46 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 99 insertions(+), 6 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]