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-314-gc10fce7


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  c10fce7d6aaa57a4f94f9d7aeea906597456f7ce (commit)
       via  6197b0dc80c4f87000d26213293fe2cb72fbe081 (commit)
       via  06e217d9990635be43a59233d75c504385d1e243 (commit)
      from  379c58568dbb247ed6583434ff4658c0794b977d (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 c10fce7d6aaa57a4f94f9d7aeea906597456f7ce
Author: Tim Moore <timoore@redhat.com>
Date:   Wed Dec 2 19:27:07 2009 +0100

    Make the hover text conform to data displayed.
    
    Start of code to be more selective about the association between the
    hover text and the underling graph. Also, show the data set name in hover text.
    
    * grapher/GraphStyle.hxx (dataIndexAtPoint): New virtual function.
    * grapher/GraphStyle.cxx (dataIndexAtPoint): Implementation for bar graphs
    * grapher/GraphWidget.cxx (onHoverTimeout): Use dataIndexAtPoint.

commit 6197b0dc80c4f87000d26213293fe2cb72fbe081
Author: Tim Moore <timoore@redhat.com>
Date:   Tue Dec 1 19:05:09 2009 +0100

    Refactor drawing of different styles of graph into classes
    
    * grapher/GraphStyle.cxx: New file
    * grapher/GraphStyle.hxx: New file
    * grapher/Graph(draw): Move much drawing code to GraphStyle::draw

commit 06e217d9990635be43a59233d75c504385d1e243
Author: Tim Moore <timoore@redhat.com>
Date:   Tue Dec 1 13:34:12 2009 +0100

    Account for zoom factor when choosing hover text
    
    * grapher/Graph.cxx (getTimeAtPoint): Divide by _zoomFactor too.

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

Summary of changes:
 grapher/Graph.cxx       |   84 +++----------------------
 grapher/Graph.hxx       |    2 +
 grapher/GraphData.hxx   |   13 ++--
 grapher/GraphStyle.cxx  |  157 +++++++++++++++++++++++++++++++++++++++++++++++
 grapher/GraphStyle.hxx  |   54 ++++++++++++++++
 grapher/GraphWidget.cxx |   27 +++++----
 grapher/Makefile.am     |    2 +-
 grapher/Makefile.in     |   24 ++++++-
 grapher/StapParser.cxx  |    6 +-
 9 files changed, 271 insertions(+), 98 deletions(-)
 create mode 100644 grapher/GraphStyle.cxx
 create mode 100644 grapher/GraphStyle.hxx


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]