Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
VERSION | 4
debian/changelog | 6
doc/CHANGES | 27
man/man1/kmsnap.1 | 2
src/chart/chart.cpp | 35
src/chart/chart.h | 1
src/chart/exportdialog.cpp | 15
src/chart/kmchart.cpp | 14
src/chart/kmchart.pro | 2
src/chart/tab.cpp | 1
src/libqwt/qwt_legend_item.cpp | 11
src/libqwt/qwt_plot_curve.cpp | 29
src/libqwt/qwt_plot_curve.h | 3
src/libqwt3d/gl2ps.c | 5986
++++++++++++++++++++++++++++++++++++++++
src/libqwt3d/gl2ps.h | 199 +
src/libqwt3d/libqwt3d.pro | 8
src/libqwt3d/qwt3d_io_gl2ps.cpp | 2
src/snap/kmsnap.sh | 6
src/time/kmtimearch.cpp | 5
src/time/kmtimearch.ui | 18
src/time/kmtimelive.cpp | 5
src/time/kmtimelive.ui | 24
22 files changed, 6336 insertions(+), 67 deletions(-)
commit 00bc76d4c4c88ce57ca100f3a14314957437382c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 23 20:42:38 2008 +1000
Bump version number to 1.1.
commit 9f3bdf1813220cc4fbf4555d047c979759ad7fa5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 23 20:27:20 2008 +1000
It turns out that Qt can be built without gif support, and often
is on Linux distros due to the age old gif patent issue. Its a
bad format to default to - so, we now default to png, which is
always available on all platforms.
commit 912327790321a79962572bf2bea0dcf470a95b00
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 23 19:41:48 2008 +1000
Fix all legend issues (both on-screen and in generated images)
by completely removing the fixLegendPen() workaround and fixing
the underlying issue properly by allowing a different width Pen
to be used for rendering each legend item. Also set the legend
font at an opportune time inside kmchart, so libqwt is sure to
have seen it prior to the times it uses it.
Added some cosmetic improvements as well - the plot legend box
is now displayed with a thin outline, and the Win-push-button
look for each legend is reversed (not depressed by default).
commit eb4e472a64ce6aacd7d7c29d00aafd6326c44af6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 23 17:24:28 2008 +1000
Fix shell issue in logical OR test in kmsnap.
commit 1f77dd51c8dfacdf866c06de0480a0acbaff08ac
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 23 12:56:36 2008 +1000
Resolve initial window sizing differences on Mac OS X. Because Qt
automatically "removes" the toolbar from the application, and uses
it as per "normal" Mac applications, across the top of the display,
we need to account for that size change in the initial window size,
but only on the Mac platform of course.
commit 272bb439d0eca6a500c8dbaae8c9f186c86c0117
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 23 12:52:51 2008 +1000
Add a vertical spacer at the base of the kmtime windows, to help with
layout issues on both Mac and Linux (first part of proper fix for Mac
in this area).
commit 96acb3db2b9939d32cbfb0df9e0aecc962783523
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 23 12:04:57 2008 +1000
Resolve linkage issue when trying qwt3d library.
|