Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
aclocal.m4 | 6
images/emblem-system.png |binary
images/emblem-system.svg | 181 ++++++++++++++++++
m4/package_qtdev.m4 | 6
src/chart/GNUmakefile | 2
src/chart/chart.cpp | 13 -
src/chart/chart.h | 2
src/chart/chartdialog.cpp | 25 ++
src/chart/chartdialog.h | 3
src/chart/chartdialog.ui | 69 +++++-
src/chart/infodialog.cpp | 22 +-
src/chart/infodialog.h | 4
src/chart/kmchart.cpp | 27 +-
src/chart/kmchart.h | 5
src/chart/kmchart.qrc | 1
src/chart/kmchart.ui | 2
src/chart/namespace.cpp | 52 +++--
src/chart/namespace.h | 23 +-
src/chart/tabdialog.cpp | 13 -
src/chart/tabdialog.h | 4
src/chart/tabdialog.ui | 405
+++++++++++++++++++++++------------------
src/libqwt/qwt_legend_item.cpp | 11 +
src/libqwt/qwt_text_label.cpp | 25 ++
src/libqwt/qwt_text_label.h | 3
24 files changed, 637 insertions(+), 267 deletions(-)
commit bd25919be54e280e5b95813e7d7d4d7660b5c886
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun May 11 16:43:02 2008 +1000
Add an "Auto" anti-alias on/off selection that chooses a good default.
commit 24f7026be491a3d3e7d4f27ff31aca7e8bfeb1aa
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun May 11 14:02:01 2008 +1000
Extent QWT legends so that inactive state is more clearly shown.
commit c0d9bf5a4692acd7e1b28e36cc587bf755ee0723
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat May 10 16:05:13 2008 +1000
Several changes toward a more complete local context implementation.
commit 16dfc769259d3898b729c65771318d8ce65bea5f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat May 10 15:32:37 2008 +1000
Remove some dead code from kmchart.cpp/.
commit 999f52e6888202c8a29c0c86b68d8b7c7daa578e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat May 10 15:09:00 2008 +1000
Allow configure to use the QTDIR environment variable to locate binaries.
commit 141c3a1891718a5ee11cd2aaa3a081b505be34dc
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat May 10 15:05:48 2008 +1000
Split Tab edit/create dialog into two tabs to simplify extensions
to this dialog in the future and to focus the users attention to
the total/visible Samples values when clicking on the time axis.
|