Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 19 +--
images/aboutqt.png |binary
images/aboutqt.svg | 114 +++++++++++++++++++++++
src/chart/GNUmakefile | 2
src/chart/aboutdialog.ui | 59 +++++++-----
src/chart/aboutdialog.ui.h | 3
src/chart/aboutpcpdialog.ui | 138 ----------------------------
src/chart/aboutpcpdialog.ui.h | 17 ---
src/chart/chart.cpp | 8 -
src/chart/kmchart.pro | 10 --
src/chart/kmchart.ui | 116 ++++++++++--------------
src/chart/kmchart.ui.h | 13 +-
src/chart/seealsodialog.ui | 203
++++++++++++++++++++++++++++++++++++++++++
src/chart/seealsodialog.ui.h | 16 +++
src/chart/settingsdialog.ui | 12 --
src/chart/tab.cpp | 36 ++++---
src/chart/tab.h | 7 -
src/chart/tabdialog.ui | 12 ++
src/chart/tabdialog.ui.h | 19 +--
src/chart/view.cpp | 2
src/time/aboutdialog.ui | 56 +++++------
src/time/aboutdialog.ui.h | 2
src/time/aboutpcpdialog.ui | 153 -------------------------------
src/time/aboutpcpdialog.ui.h | 16 ---
src/time/kmtime.pro | 18 +--
src/time/kmtimearch.ui | 21 +---
src/time/kmtimearch.ui.h | 8 -
src/time/kmtimelive.ui | 21 +---
src/time/kmtimelive.ui.h | 8 -
src/time/main.h | 2
src/time/seealsodialog.ui | 203
++++++++++++++++++++++++++++++++++++++++++
src/time/seealsodialog.ui.h | 16 +++
33 files changed, 777 insertions(+), 553 deletions(-)
commit 83626fdb5386cdbf60f269f3e4202181f322b8c3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 28 08:42:57 2007 +1000
Add scalable vector graphic file for the Qt image.
commit fe85ec175ce61795a8e7e5ed045ce413ff1a3f4d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 28 08:08:46 2007 +1000
Rework acknowledgements dialog, add references to Qt and Qwt too.
commit acf278988ffe07940081432183241d421ef90d87
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jun 26 07:26:11 2007 +1000
Update .ui file so QtDesigner knows about the TimeAxis widget.
commit a3f25d44146d28fa1e392c3643b852b54c2b326e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jun 26 07:18:49 2007 +1000
Update TODO list after some recent bug fixes.
commit 897a382ac71cda07fa47026ef1a347313751fb6c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jun 22 20:18:40 2007 +1000
Fix visibleHistory used in setRawData call, was incorrectly
clobbering a local.
commit a6242d6738a9c043e3c9b1d5d5c595841b866930
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jun 22 20:16:49 2007 +1000
Make fastfwd replay twice as fast, scrolls nicely on my laptop now.
commit a24053397d8daa1bb7a8857b71129d6c4602feef
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jun 22 08:17:55 2007 +1000
Fix the Tabdialog init values, and increment to work like
Settingsdialog.
commit bcf538dc231814053e5e6bab1cac7b769477c889
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 21 14:35:58 2007 +1000
Small cleanups to calls to setSizePolicy (remove redundant args).
commit 5c11dc48a1c2694abab4c19f2f3b9838203e5210
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 21 10:09:06 2007 +1000
Use a QSplitter between charts, allowing independent chart vertical
resizing.
commit 4ea2741bfbd6864e230bf77a751899dca6ccd07b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 21 10:05:23 2007 +1000
Update README about pmproxy changes needed in libpcp.
|