Changes committed to git://oss.sgi.com/pcp/pcp-gui.git
Makepkgs | 1
build/GNUmakefile | 2
debian/control | 2
dev/null |binary
src/chart/GNUmakefile | 32 +------
src/chart/aboutdialog.ui | 4
src/chart/chartdialog.cpp | 4
src/chart/chartdialog.ui | 14 +--
src/chart/console.ui | 2
src/chart/exportdialog.ui | 4
src/chart/fileiconprovider.cpp | 22 ++---
src/chart/gadget.cpp | 22 ++---
src/chart/hostdialog.ui | 2
src/chart/images/title_off_left.png |binary
src/chart/images/title_off_right.png |binary
src/chart/images/title_off_stretch.png |binary
src/chart/images/title_on_left.png |binary
src/chart/images/title_on_right.png |binary
src/chart/images/title_on_stretch.png |binary
src/chart/infodialog.ui | 2
src/chart/main.cpp | 12 +-
src/chart/namespace.cpp | 6 -
src/chart/openviewdialog.cpp | 4
src/chart/openviewdialog.ui | 10 +-
src/chart/pmchart.cpp | 6 -
src/chart/pmchart.h | 6 -
src/chart/pmchart.qrc | 142 ++++++++++++++++-----------------
src/chart/pmchart.ui | 48 +++++------
src/chart/recorddialog.ui | 8 -
src/chart/samplesdialog.ui | 2
src/chart/saveviewdialog.ui | 6 -
src/chart/seealsodialog.ui | 6 -
src/chart/settingsdialog.ui | 2
src/chart/timebutton.cpp | 33 ++-----
src/chart/timecontrol.cpp | 22 -----
src/chart/timecontrol.h | 3
src/chart/viewdialog.ui | 6 -
src/include/pmtime.h | 3
src/query/GNUmakefile | 6 -
src/query/pmquery.cpp | 12 +-
src/query/pmquery.qrc | 12 +-
src/time/GNUmakefile | 10 --
src/time/aboutdialog.ui | 4
src/time/console.ui | 2
src/time/main.cpp | 28 +++---
src/time/pmtime.qrc | 42 ++++-----
src/time/pmtimearch.ui | 10 +-
src/time/pmtimelive.cpp | 5 -
src/time/pmtimelive.h | 2
src/time/pmtimelive.ui | 12 +-
src/time/seealsodialog.ui | 6 -
src/time/showboundsdialog.ui | 2
src/time/timelord.cpp | 22 -----
src/time/timelord.h | 1
54 files changed, 263 insertions(+), 351 deletions(-)
commit f50aa815e5636d26cf84af571efd42aa66b2bbb9
Merge: 3311af1... dcf0282...
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Mar 27 22:13:54 2009 +1100
Merge branch 'master' of git://oss.sgi.com/pcp/pcp-gui
commit 3311af18b8295c2104ec47520892d656c83b1fa5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Mar 27 22:10:22 2009 +1100
Fix old macro name typo in pmchart header.
commit 59383b221be4cee56272d5de7b70b0092328d017
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Mar 27 22:09:01 2009 +1100
Remove unneeded extra fwd declaration of pmtime global.
commit f455977c0ec98fb4c773bc9e1ee4b6261f8b1582
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Mar 27 22:08:35 2009 +1100
Fix the native Mac OS X toolbar look.
Turns out this must only be set after adding the initial
toolbar to its parent, cannot be done before.
commit 05fc68d74a499b287d5c1fcee03a6eabfab9dba4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Mar 27 22:07:15 2009 +1100
Tweak Debian packaging to have fewer dependencies.
commit 00f454d5e1588eb506b819e34393be68667ecbb5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Mar 27 22:06:49 2009 +1100
Remove spurious leftover line in Makepkgs script.
commit 6a4d54547ebdb660b8d441ad7f21af9ede6c6aed
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Mar 26 09:00:08 2009 +1100
Remove the handling of 'GUI style' messages - old misfeature.
commit 24c5d8960e1873f9314233a3c5a104eead73ab20
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Mar 26 08:50:03 2009 +1100
Move icon resources into "images" subdirs (pmchart/time/query).
This unclutters the individual source directories a fair bit.
commit 1a6f198c8b7bdeb256423f1eda1f0189eb3a0cf3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 11 08:11:32 2009 +1100
Make mac build dir descent consistent with others.
|