[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[linuxtools-commit] [Git@Eclipse] Eclipse Linux Tools branch feature/systemtap/no-birt updated. v0.8.0-918-gc5ea644
|
- From: genie@xxxxxxxxxxx (Otavio Pontes)
- Date: Thu, 19 Apr 2012 08:37:51 -0400 (EDT)
- Delivered-to: linuxtools-commit@eclipse.org
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 "Eclipse Linux Tools".
The branch, feature/systemtap/no-birt has been updated
via c5ea644e21b3cf7d6a0f50882604e8fc16a86a56 (commit)
via 611d7fd4e753f4b6a6a23aae5bc72e988fef8960 (commit)
via 3ea650c3772513266f1685d1e7a6fc8b04b72d8f (commit)
via f87aa7a39e3efa4187484ade6b48d769a610a949 (commit)
via 72b88da92216b7016bc8ae38a4e8384ce28fe871 (commit)
from 7ccd2c67b000d40455180b1fc5342cc5fe88c1a5 (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 c5ea644e21b3cf7d6a0f50882604e8fc16a86a56
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Apr 18 18:07:21 2012 -0300
Systemtap: Implementing zoom
commit 611d7fd4e753f4b6a6a23aae5bc72e988fef8960
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Apr 18 18:02:30 2012 -0300
Systemtap: Use the maxItems and viewableItens preferences to draw the charts
commit 3ea650c3772513266f1685d1e7a6fc8b04b72d8f
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Apr 18 17:21:57 2012 -0300
Systemtap: Removing unused properties
commit f87aa7a39e3efa4187484ade6b48d769a610a949
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Apr 18 10:26:57 2012 -0300
Systemtap: Removing suppress warings from GraphDisplaySet
commit 72b88da92216b7016bc8ae38a4e8384ce28fe871
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Apr 18 10:23:04 2012 -0300
Systemtap: Removing ChartCanvas and ChartWithToolTipCanvas
This classes were not used at all. There were some references, but they
were incorrect.
-----------------------------------------------------------------------
Summary of changes:
.../ui/graphing/actions/SaveGraphImageAction.java | 14 ++---
.../ui/graphing/structures/GraphDisplaySet.java | 28 ++++------
.../META-INF/MANIFEST.MF | 1 -
.../graphingapi/ui/chart/widget/ChartCanvas.java | 49 ------------------
.../ui/chart/widget/ChartWithToolTipCanvas.java | 53 --------------------
.../ui/charts/AbstractChartBuilder.java | 14 +++++-
.../ui/charts/AbstractChartWithAxisBuilder.java | 19 +++++---
.../ui/graphingapi/ui/charts/BarChartBuilder.java | 29 -----------
.../ui/graphingapi/ui/charts/LineChartBuilder.java | 24 ---------
.../ui/graphingapi/ui/widgets/GraphComposite.java | 5 --
10 files changed, 42 insertions(+), 194 deletions(-)
delete mode 100644 systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.ui/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/ui/chart/widget/ChartCanvas.java
delete mode 100644 systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.ui/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/ui/chart/widget/ChartWithToolTipCanvas.java
hooks/post-receive
--
Eclipse Linux Tools