Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
src/chart/GNUmakefile | 6
src/chart/chart.cpp | 4
src/chart/gadget.cpp | 247
+++++++++++++++++++++++++++++++++++++---
src/chart/gadget.h | 49 +++++++
src/chart/kmchart.qrc | 6
src/chart/main.cpp | 29 ++++
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/chart/title_on_left.png |binary
src/chart/title_on_right.png |binary
src/chart/title_on_stretch.png |binary
src/dumptext/kmdumptext.pro.in | 2
14 files changed, 317 insertions(+), 29 deletions(-)
commit cd8ea2e1e38a28619040234ccbfc9f31feea28ce
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Jun 15 20:57:44 2008 +1000
Add code and pixmaps for currently selected title bar.
commit 6f8cb4ff4610c6392e2ed5a7dbf3f8c022ffd75b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Jun 14 16:52:48 2008 +1000
Add code for custom title bars.
|