- Re-factored the code so that Engine is now the main class that owns WindowManager...
authorJan Lapinkataja <jan.lapinkataja@ixonos.com>
Wed, 20 May 2009 07:27:06 +0000 (10:27 +0300)
committerJan Lapinkataja <jan.lapinkataja@ixonos.com>
Wed, 20 May 2009 07:27:06 +0000 (10:27 +0300)
commitc7e1f3b242a6e5d1b381db0b88fad5b79ae72fd4
tree45794b25bd95c899442239ad6dfd1cfbbb776c24
parent9ee999fe4a7de48abc3b4f950699cd4564d16562
- Re-factored the code so that Engine is now the main class that owns WindowManager and contains all the logical parts of it (Task 1176)
- Some updating to progress bar class relation with operation mode change (Task 1168)
13 files changed:
QtMeetings.pro
debian/postrm
src/BusinessLogic/Engine.cpp
src/BusinessLogic/Engine.h
src/Domain/Configuration/Configuration.cpp
src/IO/DeviceControl/DeviceManager.h
src/UserInterface/Utils/PasswordDialog.cpp
src/UserInterface/Utils/PasswordDialog.h
src/UserInterface/Utils/ProgressBar.cpp [new file with mode: 0755]
src/UserInterface/Utils/ProgressBar.h [new file with mode: 0755]
src/UserInterface/WindowManager.cpp
src/UserInterface/WindowManager.h
src/main.cpp