Changes committed to git://oss.sgi.com/pcp/pcp-gui.git dev
dev/null |binary
images/aboutqt.svg | 136 ---------------------------
src/chart/GNUmakefile | 2
src/chart/aboutdialog.ui | 2
src/chart/pmchart.cpp | 5
src/chart/pmchart.h | 1
src/chart/pmchart.qrc | 1
src/chart/pmchart.ui | 15 ++
src/chart/seealsodialog.ui | 205 +++++++++++++++-------------------------
src/chart/tracing.cpp | 10 +
src/time/GNUmakefile | 2
src/time/aboutdialog.ui | 23 +---
src/time/pmtime.qrc | 1
src/time/pmtimearch.cpp | 5
src/time/pmtimearch.h | 1
src/time/pmtimearch.ui | 39 +++----
src/time/pmtimelive.cpp | 5
src/time/pmtimelive.h | 1
src/time/pmtimelive.ui | 39 +++----
src/time/seealsodialog.ui | 226 +++++++++++++++++----------------------------
20 files changed, 253 insertions(+), 466 deletions(-)
commit 715af50b7b658d6134f5061a1b774764223bda63
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 11:10:21 2012 +1100
Rework the See Also dialogs for pmchart and pmtime
Bit of positive cross-polination here; noticed in the valgrind
Qt UI (valkyrie) that there's a better way for managing the Qt
ack window - allowing Qt to do it itself. Means we have fewer
icons and copyright notices to look after - good stuff.
commit 06a75c7a35a95745baa4ac61e72291a4bdab41dc
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 10:17:10 2012 +1100
Update the About dialogs for pmtime and pmchart
commit e4d3c613714c5576e114546b101719ab879234ba
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 10:00:41 2012 +1100
Correct the trace chart y-axis label truncation
|