First cut at a qt4 port. It now compiles and runs. Lots of outstanding bugs!
commit13f01154c96f983626f0c92f690bb98c373ce682
authorDavid Greaves <david@dgreaves.com>
Thu, 29 Jan 2009 18:40:02 +0000 (29 18:40 +0000)
committerDavid Greaves <david@dgreaves.com>
Thu, 29 Jan 2009 18:40:02 +0000 (29 18:40 +0000)
treed1f29e5b9cb24345a532fc73f73d264640b6789d
First cut at a qt4 port. It now compiles and runs. Lots of outstanding bugs!
40 files changed:
AUTHOR [new file with mode: 0644]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
qtshopper.pro [new file with mode: 0644]
src/CatListModel.cc [new file with mode: 0644]
src/CatListModel.h [new file with mode: 0644]
src/application.qrc [new file with mode: 0644]
src/data/26x26/qtshopper.png [new file with mode: 0644]
src/data/40x40/qtshopper.png [new file with mode: 0644]
src/data/64x64/qtshopper.png [new file with mode: 0644]
src/data/icon.svg [new file with mode: 0644]
src/data/maemo/qtshopper.xpm [new file with mode: 0644]
src/images/copy.png [new file with mode: 0644]
src/images/cut.png [new file with mode: 0644]
src/images/new.png [new file with mode: 0644]
src/images/open.png [new file with mode: 0644]
src/images/paste.png [new file with mode: 0644]
src/images/save.png [new file with mode: 0644]
src/main.cc [new file with mode: 0644]
src/qt-maemo-example.desktop [new file with mode: 0644]
src/shopper.h [new file with mode: 0644]
src/shopperList.cc [new file with mode: 0644]
src/shopperList.h [new file with mode: 0644]
src/ui/CategoryDialog.cc [new file with mode: 0644]
src/ui/CategoryDialog.h [new file with mode: 0644]
src/ui/ItemDialog.cc [new file with mode: 0644]
src/ui/ItemDialog.h [new file with mode: 0644]
src/ui/LabelEntry.cc [new file with mode: 0644]
src/ui/LabelEntry.h [new file with mode: 0644]
src/ui/mainwindow.cc [new file with mode: 0644]
src/ui/mainwindow.h [new file with mode: 0644]
src/ui/shopperView.cc [new file with mode: 0644]
src/ui/shopperView.h [new file with mode: 0644]
src/xmlList.cc [new file with mode: 0644]