Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
src/chart/GNUmakefile | 3
src/chart/gadget.cpp | 195
++++++++++++++++++++++++++++++++++++++++
src/chart/gadget.h | 40 ++++++++
src/chart/kmchart.qrc | 3
src/chart/main.cpp | 18 +++
src/chart/main.h | 3
src/chart/title_off_left.png |binary
src/chart/title_off_right.png |binary
src/chart/title_off_stretch.png |binary
src/dumptext/kmdumptext.pro.in | 2
src/include/builddefs.in | 2
src/include/buildrules | 4
12 files changed, 264 insertions(+), 6 deletions(-)
commit 6f8cb4ff4610c6392e2ed5a7dbf3f8c022ffd75b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Jun 14 16:52:48 2008 +1000
Add code for custom title bars.
commit b1903df33fbf601b3c6b48e6004dcb23ce0d1afe
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Jun 14 13:55:22 2008 +1000
Remove hardcoded qt debug style, use configure-driven debug/release
state.
|