Changes committed to git://oss.sgi.com/nathans/pcp-gui.git
VERSION | 4
build/rpm/pcp-gui.spec.in | 2
configure.in | 1
debian/changelog | 10
doc/CHANGES | 8
src/GNUmakefile | 2
src/chart/main.cpp | 2
src/include/buildrules | 1
src/libqwt3d/GNUmakefile | 16
src/libqwt3d/gl2ps.c | 5990
-------------------------------
src/libqwt3d/gl2ps.h | 199 -
src/libqwt3d/libqwt3d.pro.in | 74
src/libqwt3d/qwt3d_autoptr.h | 75
src/libqwt3d/qwt3d_autoscaler.cpp | 253 -
src/libqwt3d/qwt3d_autoscaler.h | 51
src/libqwt3d/qwt3d_axis.cpp | 386 -
src/libqwt3d/qwt3d_axis.h | 131
src/libqwt3d/qwt3d_color.cpp | 63
src/libqwt3d/qwt3d_color.h | 63
src/libqwt3d/qwt3d_colorlegend.cpp | 223 -
src/libqwt3d/qwt3d_colorlegend.h | 77
src/libqwt3d/qwt3d_coordsys.cpp | 633 ---
src/libqwt3d/qwt3d_coordsys.h | 100
src/libqwt3d/qwt3d_dataviews.cpp | 10
src/libqwt3d/qwt3d_drawable.cpp | 140
src/libqwt3d/qwt3d_drawable.h | 66
src/libqwt3d/qwt3d_enrichment.h | 62
src/libqwt3d/qwt3d_enrichment_std.cpp | 347 -
src/libqwt3d/qwt3d_enrichment_std.h | 116
src/libqwt3d/qwt3d_function.cpp | 102
src/libqwt3d/qwt3d_function.h | 41
src/libqwt3d/qwt3d_global.h | 58
src/libqwt3d/qwt3d_graphplot.h | 24
src/libqwt3d/qwt3d_gridmapping.cpp | 32
src/libqwt3d/qwt3d_gridmapping.h | 34
src/libqwt3d/qwt3d_gridplot.cpp | 596 ---
src/libqwt3d/qwt3d_helper.h | 36
src/libqwt3d/qwt3d_io.cpp | 355 -
src/libqwt3d/qwt3d_io.h | 141
src/libqwt3d/qwt3d_io_gl2ps.cpp | 387 --
src/libqwt3d/qwt3d_io_gl2ps.h | 91
src/libqwt3d/qwt3d_io_reader.cpp | 225 -
src/libqwt3d/qwt3d_io_reader.h | 35
src/libqwt3d/qwt3d_label.cpp | 262 -
src/libqwt3d/qwt3d_label.h | 80
src/libqwt3d/qwt3d_lighting.cpp | 192
src/libqwt3d/qwt3d_mapping.h | 27
src/libqwt3d/qwt3d_meshplot.cpp | 320 -
src/libqwt3d/qwt3d_mousekeyboard.cpp | 387 --
src/libqwt3d/qwt3d_movements.cpp | 106
src/libqwt3d/qwt3d_multiplot.h | 24
src/libqwt3d/qwt3d_openglhelper.h | 130
src/libqwt3d/qwt3d_parametricsurface.cpp | 104
src/libqwt3d/qwt3d_parametricsurface.h | 44
src/libqwt3d/qwt3d_plot.cpp | 498 --
src/libqwt3d/qwt3d_plot.h | 315 -
src/libqwt3d/qwt3d_portability.h | 91
src/libqwt3d/qwt3d_scale.cpp | 304 -
src/libqwt3d/qwt3d_scale.h | 87
src/libqwt3d/qwt3d_surfaceplot.cpp | 183
src/libqwt3d/qwt3d_surfaceplot.h | 132
src/libqwt3d/qwt3d_types.cpp | 222 -
src/libqwt3d/qwt3d_types.h | 455 --
src/libqwt3d/qwt3d_volumeplot.h | 24
64 files changed, 20 insertions(+), 15229 deletions(-)
commit 0974e9d3875b2dc2839f4fb38ec53994ab38dd71
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Feb 26 09:32:31 2009 +1100
Bump version number.
commit 6bd42c3cdcdb2c2e08bbe1515a4e1913f500efc4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 25 17:46:35 2009 +1100
Remove libqwt3d - better pmview solution will be Coin3D.
(www.coin3d.org - cross-platform, Open-Inventor API, Qt support)
commit b5f63aae259031309fa9d6f5df51ab81b017b38d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 25 17:38:06 2009 +1100
Advance initial log position by "visible" points, not total points.
Resolves a problem reported by Nigel Donaldson when generating png
chart images from the command line.
commit c9e0aa3dd85f9b520e6b829e7f62c4aea557873d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 25 17:34:13 2009 +1100
Remove no-longer-needed rpm spec file qt-doc dependency.
|