Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 26 -
dev/null |binary
images/help-contents.png |binary
images/help-contents.svg | 603
+++++++++++++++++++++++++++++++++++++++++++
images/tooliconview.svg | 419 -----------------------------
images/toollistview.svg | 412 -----------------------------
images/zoom-in.png |binary
images/zoom-in.svg | 340 ++++++++++++++++++++++++
images/zoom-out.png |binary
images/zoom-out.svg | 342 ++++++++++++++++++++++++
qa/settings-testcases | 23 +
src/chart/GNUmakefile | 23 -
src/chart/chart.cpp | 4
src/chart/kmchart.cpp | 143 +++++++++-
src/chart/kmchart.h | 30 +-
src/chart/kmchart.qrc | 5
src/chart/kmchart.ui | 213 ++++++++-------
src/chart/main.cpp | 44 ++-
src/chart/main.h | 12
src/chart/settingsdialog.cpp | 73 ++++-
src/chart/settingsdialog.h | 25 +
src/chart/settingsdialog.ui | 170 +++++++++++-
src/chart/tab.cpp | 1
src/chart/tab.h | 4
src/chart/tabdialog.cpp | 12
25 files changed, 1907 insertions(+), 1017 deletions(-)
commit 461db19a0fa6d3352bef7ba9c198fda1b492937a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 2 22:17:37 2007 +1000
Implement zooming in/out of the current Tab, by altering the visible
points (which is already separated out from total sample history).
Also, needed to (and did, yay!) find a way to revert the revert which
made chart/logging intervals into integers instead of doubles as they
really should be. Verified this works on MacOSX as well, which was
where the original problem was (basically, using static functions has
resolved this, instead of using static constants - still doen't make
sense that g++ on Mac got confused by this).
commit 9232ef2dbbf9ce4180b40648476779376100c0d1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 2 20:54:11 2007 +1000
Move two features back from wishlist to the kmchart 1.0 list.
These are the toolbox setting dialog (it was a slow AFL grand
final...), and the ability to zoom in/out. Turns out neither
is overly difficult. The ability to customize the toolbar is
fairly handy (e.g. I like the toolbar on the right a fair bit,
as it gives more vertical space - its not everyones cup of tea
though), and zooming looks like it'll be easy since we have a
visible/total samples split already.
This change updates the README to reflect the above, and also
implements Toolbar settings (both code and interactive QA).
commit f7eb2885f41494f019b56a9391621d8d7535522e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 29 11:27:38 2007 +1000
User interface file updates for main kmchart window - rename Settings
to Preferences for consistency across platforms, remove some unused
icons, add a few new ones.
|