Refactor out the view into its own class and add autotest for it
commit65e752ce9fbcc47c17d845c37b5b49f56cd973a7
authorBenjamin C Meyer <ben@meyerhome.net>
Wed, 14 Mar 2007 01:54:08 +0000 (14 02:54 +0100)
committerBenjamin C Meyer <ben@meyerhome.net>
Wed, 14 Mar 2007 01:54:08 +0000 (14 02:54 +0100)
treee0ad31f6e4b9a805d19c0cf6cbecfba62a5575d0
parenteaf858b1472d8248145d6bb848e9cb3890005464
Refactor out the view into its own class and add autotest for it
Add new icons for the toolbar and application from Oxygen
20 files changed:
autotests/history/historytest.cpp
autotests/view/.gitignore [copied from src/.gitignore with 50% similarity]
autotests/view/view.pro [new file with mode: 0644]
autotests/view/viewtest.cpp [new file with mode: 0644]
pics/ambit.png
pics/arrow-left.png [new file with mode: 0644]
pics/arrow-right.png [new file with mode: 0644]
pics/columnview.png [new file with mode: 0644]
pics/iconview.png [new file with mode: 0644]
pics/treeview.png [new file with mode: 0644]
src/.gitignore
src/ambit.qrc [new file with mode: 0644]
src/history.cpp
src/history.h
src/main.cpp
src/mainwindow.cpp
src/mainwindow.h
src/src.pro
src/view.cpp [new file with mode: 0644]
src/view.h [copied from src/history.h with 51% similarity]