Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 15 +--
images/tab-new.png |binary
images/tab-new.svg | 13 ++-
qa/archives/viewqa1.0 |binary
qa/archives/viewqa1.index |binary
qa/archives/viewqa1.meta |binary
qa/archives/viewqa2.0 |binary
qa/archives/viewqa2.index |binary
qa/archives/viewqa2.meta |binary
qa/archives/viewqa3.0 |binary
qa/archives/viewqa3.index |binary
qa/archives/viewqa3.meta |binary
qa/create-save-view-testcases | 66 +++++++----------
qa/settings-testcases | 4 -
qa/views/NoSuchHost | 6 +
src/chart/fileiconprovider.cpp | 2
src/chart/kmchart.cpp | 11 ++
src/chart/kmchart.h | 19 ++---
src/chart/main.cpp | 1
src/chart/openviewdialog.cpp | 20 -----
src/chart/openviewdialog.h | 2
src/chart/openviewdialog.ui | 155
+++--------------------------------------
src/chart/qcolorpicker.cpp | 2
src/chart/recorddialog.cpp | 4 +
src/chart/saveviewdialog.cpp | 20 -----
src/chart/saveviewdialog.h | 2
src/chart/saveviewdialog.ui | 154
++++------------------------------------
src/chart/settingsdialog.cpp | 1
src/chart/source.cpp | 5 +
src/chart/source.h | 2
src/chart/tab.cpp | 1
src/chart/view.cpp | 2
32 files changed, 119 insertions(+), 388 deletions(-)
commit bed3e5bc5581a36bcd80e25a05c51e42c1dbf8bc
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 22:09:00 2007 +1000
Fix many of the bugs found during interactive QA of the open/save
view dialogs - icon list filename display oddities, no icon/list
choice, icon issues, missing newly-saved views from displayed list.
Also improve header dependencies for quicker builds on my laptop.
commit 50cbd73593794c11920e0abf31f652aee8f9b72c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 15:34:14 2007 +1000
Fix bug found in settings dialog QA related to colour selections.
commit 716334ad281478c47e4fe71d1882dc280ae04209
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 14:40:29 2007 +1000
Update docs as to where we are up to, work remaining, etc
commit c067baa77e057af98f5c649322b3187812ece0df
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 14:22:44 2007 +1000
Update view open/save QA - add archives and views for this now as well.
commit 2097ac1141a4228015d3d476e1483367b56edcf7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 13:50:55 2007 +1000
Add initial pmlogger identification line, for file(1).
commit a8a0875d29ec533a61dcdc9af09e21a3e36d4934
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 11:25:34 2007 +1000
Fix white outline botch in new tab icon.
|