Changes committed to git://oss.sgi.com/nathans/pcp-gui.git
man/GNUmakefile | 2
man/man1/pmview.1 | 585 +++++++++++++++++++++++++
man/man4/GNUmakefile | 20
man/man4/pmview.4 | 1052 +++++++++++++++++++++++++++++++++++++++++++++
man/man5/GNUmakefile | 20
man/man5/pmlaunch.5 | 521 ++++++++++++++++++++++
src/view/barmod.cpp | 53 +-
src/view/barobj.cpp | 45 -
src/view/colormod.cpp | 20
src/view/colorscalemod.cpp | 20
src/view/defaultobj.cpp | 6
src/view/gridobj.cpp | 62 +-
src/view/launch.cpp | 67 +-
src/view/metriclist.cpp | 46 +
src/view/modlist.cpp | 89 +--
src/view/modulate.cpp | 7
src/view/pmview.cpp | 31 -
src/view/pmview.h | 6
src/view/scalemod.cpp | 20
src/view/scenegroup.cpp | 8
src/view/stackmod.cpp | 96 +---
src/view/stackobj.cpp | 21
src/view/text.cpp | 20
src/view/togglemod.cpp | 31 -
src/view/viewobj.cpp | 3
25 files changed, 2509 insertions(+), 342 deletions(-)
commit 032908c3f988302dac65260a15cfd2b172acfbbc
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 16:11:25 2009 +1000
Fix a OMC (-> PMC) -> QMC coding conversion problem in pmview.
Seems the error() method of the old metric class used to return an
error as less than _or_ equal to zero for some reason, whereas the
newer variants use the more common convention of less-than-zero as
an error. And voila, pmview scenes spring into colourful life!
commit 336e6c0e9f683772db11f76c069bcf80b3b3a5f7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 16:06:48 2009 +1000
Ensure pmview metric updates performed when time position changes received.
commit 5a5ee874f9cd7a29c297ff8e6d487b58987830dd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 16:05:33 2009 +1000
Couple of minor whitespace fixups noticed during debugging.
commit ab9b0395742a671d423fa97dbda75d9985609457
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 16:03:31 2009 +1000
Descend into the new man4 and man5 subdirs also.
commit 79a7ecf6762aab72b227e9852fadbd9c1a399e56
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 16:02:32 2009 +1000
Add the pmview and pmlaunch man pages into the PCP GUI tree.
commit dab661ca0c91d0d5f0901be37c860ee888968854
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 13:36:57 2009 +1000
Enable debug code throughout pmview, using Qt stderr stream.
commit a0e9fa992f8f239f7f4e5a76a5a25ca67d102e8f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 12:09:59 2009 +1000
Setup the timecontrol signal/slot interface correctly in pmview.
commit 99f626555fdb8885b4da812124b52a79b3685b32
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 18 12:08:58 2009 +1000
Use the correct interface to add metrics to the group.
|