Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 27
build/mac/installer-info | 2
images/camera-video-close.png |binary
images/camera-video-close.svg | 1208
++++++++++++++++++++++++++++++++++++++++++
qa/tab-create-edit-testcases | 23
src/chart/GNUmakefile | 11
src/chart/chartdialog.cpp | 6
src/chart/exportdialog.cpp | 15
src/chart/kmchart.cpp | 181 +++---
src/chart/kmchart.h | 10
src/chart/kmchart.pro | 5
src/chart/kmchart.qrc | 1
src/chart/kmchart.ui | 32 -
src/chart/main.cpp | 34 -
src/chart/main.h | 3
src/chart/openviewdialog.cpp | 6
src/chart/recorddialog.cpp | 18
src/chart/saveviewdialog.cpp | 2
src/chart/tab.cpp | 28
src/chart/tab.h | 7
src/chart/tabdialog.cpp | 68 +-
src/chart/tabdialog.h | 12
src/chart/tabdialog.ui | 559 ++++++++++---------
src/chart/tabwidget.cpp | 40 +
src/chart/tabwidget.h | 46 +
src/chart/timeaxis.cpp | 2
src/chart/view.cpp | 12
src/include/buildmacros | 2
28 files changed, 1829 insertions(+), 531 deletions(-)
commit 82b0766da6441457a5fc77d50199ef3c8fd0f3ea
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 17:57:48 2007 +1000
Resolve the issue where zooming in/out a bit mucked up the Edit Tab
dialogs view of Visible vs Total samples. Also tuned the algorithm
used to calculate number of points to zoom so that it zooms by less
as you get closer to the minimum value.
commit 0efd076060f922ba34017d02f4ed02f400afe349
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 17:29:40 2007 +1000
Fix spinbox/slider maximum range truncation issue.
commit 1d5304f2f7b97835dec73c81ddbbd31205413ba9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 15:40:01 2007 +1000
Add an icon for the stop recording action, mainly for the toolbars use.
commit 8e5a05834c80b5fe2bc7284cc3f7b4bb480b71d3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 15:22:41 2007 +1000
Fix several problems with Tabs - firstly, we only want the Tab labels
showing across the top if there is more than one Tab active. In order
to do this, we need access to the protected tabBar() routine, hence we
need to subclass QTabWidget - see tabwidget.h. Move the global list
of tabs here for consistency.
Also fixes a problem to do with deleting tabs, which at the moment is
tripping an assert due to a double-callback on closeTab().
Finally, rearrange some of the File Menu items to be more consistent
with modern apps that use tabs (like most web browsers).
commit 7320e13648532d85a8b0dcc74dbed0641a16eb23
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 14:30:34 2007 +1000
Add some missing build DIRT for Mac builds.
commit 34cbe7ce7535aae70c7c6623bc75884de4d83aba
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 14:25:41 2007 +1000
Resize a Mac installer string to <16bytes as docs suggest.
commit 8428b2fb76e932286a363eea567b973cb7d33041
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 09:59:17 2007 +1000
Move known Tab issues into the main list, else they get forgotton.
commit b95553bcfffd79a8ad1076dae9f9fb6233827d11
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 18 09:58:47 2007 +1000
Fix up layout oddities on the Tab dialog.
|