ViewBase added and major changes to use the new architecture
authorMikko Siren <mikko.siren@ixonos.com>
Tue, 26 May 2009 07:43:41 +0000 (10:43 +0300)
committerMikko Siren <mikko.siren@ixonos.com>
Tue, 26 May 2009 07:43:41 +0000 (10:43 +0300)
commite6424950847505ac767d517f17df7830ad34b2ea
treeb4f4d74680b34cd20d17d1f5fef4734a4d7a3695
parent2fee8a8f52f449dd162bd1ece6c71dd3a460df1d
ViewBase added and major changes to use the new architecture
19 files changed:
QtMeetings.pro
src/BusinessLogic/Engine.cpp
src/BusinessLogic/Engine.h
src/UserInterface/Components/MeetingRoomCombo.cpp
src/UserInterface/Components/MeetingRoomCombo.h
src/UserInterface/Components/TimeDisplayWidget.cpp
src/UserInterface/Components/TimeDisplayWidget.h
src/UserInterface/Views/MeetingInfoDialog.cpp
src/UserInterface/Views/MeetingInfoDialog.h
src/UserInterface/Views/RoomStatusIndicatorWidget.cpp
src/UserInterface/Views/RoomStatusIndicatorWidget.h
src/UserInterface/Views/SettingsView.cpp
src/UserInterface/Views/SettingsView.h
src/UserInterface/Views/ViewBase.cpp [new file with mode: 0644]
src/UserInterface/Views/ViewBase.h [new file with mode: 0644]
src/UserInterface/Views/WeeklyViewWidget.cpp
src/UserInterface/Views/WeeklyViewWidget.h
src/UserInterface/WindowManager.cpp
src/UserInterface/WindowManager.h