Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
GNUmakefile | 4
configure.in | 8 +
debian/control | 3
src/chart/GNUmakefile | 2
src/chart/chart.cpp | 279
+++++++++++++++++++++++++++--------------
src/chart/chart.h | 42 +++---
src/chart/gadget.cpp | 13 +
src/chart/gadget.h | 21 +--
src/chart/groupcontrol.cpp | 24 ++-
src/chart/groupcontrol.h | 7 -
src/chart/kmchart.cpp | 42 +++---
src/chart/kmchart.h | 9 +
src/chart/kmchart.pro.in | 8 -
src/chart/kmchart.ui | 66 ---------
src/chart/main.cpp | 7 -
src/chart/recorddialog.cpp | 2
src/chart/recorddialog.h | 2
src/chart/tab.cpp | 55 ++++----
src/chart/tab.h | 16 +-
src/chart/tabwidget.cpp | 47 ------
src/chart/tabwidget.h | 46 ------
src/chart/timeaxis.cpp | 96 +++++++-------
src/chart/timeaxis.h | 14 +-
src/chart/view.cpp | 31 +---
src/dumptext/kmdumptext.pro.in | 2
src/libqmc/GNUmakefile | 6
src/libqmc/libqmc.pro | 11 -
src/libqmc/libqmc.pro.in | 12 +
src/libqwt/GNUmakefile | 4
src/libqwt/libqwt.pro | 128 ------------------
src/libqwt/libqwt.pro.in | 128 ++++++++++++++++++
src/libqwt3d/GNUmakefile | 6
src/libqwt3d/libqwt3d.pro | 74 ----------
src/libqwt3d/libqwt3d.pro.in | 74 ++++++++++
34 files changed, 645 insertions(+), 644 deletions(-)
commit ce2a56adfc797d3ca50c725f86f2fc6730699e29
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 11 09:16:17 2008 +1000
Autoconf/configure tweaks for Win32 builds.
commit 009da52e2a04018330602e32a8b2aea4d628c2bf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jun 10 19:01:38 2008 +1000
Switch from using a QTabWidget and QSplitter to manage vertical
charts, to a more flexible and interactive scheme based on the
QDockWidget class. This is only the first step and will break
a number of things, but the change is becoming too large so I'm
pushing in what I have now as the next step.
With this change one can move charts vertically and float/dock
individual charts from the main window. The previous support
for Tabs is now known to not work, however, and a replacement
scheme will be committed as soon as I've implemented it.
commit 1c761cd44533febd2e8fd4f49b0990314183a816
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 5 07:35:54 2008 +1000
Update dependencies on Debian packages - esp. for qt help tool.
|