qtmeetings sources to Maemo garage
authorOssi Jormakka <ossi.jormakka@ixonos.com>
Tue, 19 May 2009 06:25:11 +0000 (09:25 +0300)
committerOssi Jormakka <ossi.jormakka@ixonos.com>
Tue, 19 May 2009 06:25:11 +0000 (09:25 +0300)
commit9ee999fe4a7de48abc3b4f950699cd4564d16562
tree67d9675fb9e14ee065c5ae5ef5982df367e13f60
parent94e55605aca22d1f5e2e6f58eb88344e885e5de0
qtmeetings sources to Maemo garage
166 files changed:
QtMeetings.conf [new file with mode: 0644]
QtMeetings.desktop [new file with mode: 0644]
QtMeetings.doxygen [new file with mode: 0644]
QtMeetings.pro [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/changelog.Debian [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/postrm [new file with mode: 0644]
debian/preinst [new file with mode: 0644]
debian/qtmeetings.install [new file with mode: 0644]
debian/qtmeetings/DEBIAN/conffiles [new file with mode: 0644]
debian/qtmeetings/DEBIAN/control [new file with mode: 0644]
debian/qtmeetings/DEBIAN/md5sums [new file with mode: 0644]
debian/qtmeetings/DEBIAN/postinst [new file with mode: 0755]
debian/qtmeetings/DEBIAN/postrm [new file with mode: 0755]
debian/qtmeetings/DEBIAN/preinst [new file with mode: 0755]
debian/qtmeetings/etc/QtMeetings.conf [new file with mode: 0644]
debian/qtmeetings/etc/init.d/qtmeetings-launcher [new file with mode: 0755]
debian/qtmeetings/usr/bin/qtmeetings [new file with mode: 0755]
debian/qtmeetings/usr/bin/qtmeetings-devstopper [new file with mode: 0755]
debian/qtmeetings/usr/bin/qtmeetings-rename [new file with mode: 0755]
debian/qtmeetings/usr/bin/qtmeetings-updatercd [new file with mode: 0755]
debian/qtmeetings/usr/share/applications/hildon/QtMeetings.desktop [new file with mode: 0644]
debian/qtmeetings/usr/share/doc/qtmeetings/README.Debian [new file with mode: 0644]
debian/qtmeetings/usr/share/doc/qtmeetings/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0644]
resources/BusinessLogic.qrc [new file with mode: 0644]
resources/UserInterface.qrc [new file with mode: 0644]
resources/icons/arrow_left.png [new file with mode: 0644]
resources/icons/arrow_right.png [new file with mode: 0644]
resources/icons/button_current.png [new file with mode: 0644]
resources/icons/button_settings.png [new file with mode: 0644]
resources/icons/popup_cancel.png [new file with mode: 0644]
resources/icons/popup_error.png [new file with mode: 0644]
resources/icons/popup_information.png [new file with mode: 0644]
resources/icons/popup_ok.png [new file with mode: 0644]
resources/icons/popup_question.png [new file with mode: 0644]
resources/icons/popup_warning.png [new file with mode: 0644]
resources/icons/roomstatus_busy.png [new file with mode: 0644]
resources/icons/roomstatus_free.png [new file with mode: 0644]
resources/xml/errortable.xml [new file with mode: 0644]
scripts/qtmeetings-devstopper [new file with mode: 0755]
scripts/qtmeetings-launcher [new file with mode: 0755]
scripts/qtmeetings-rename [new file with mode: 0755]
scripts/qtmeetings-updatercd [new file with mode: 0755]
src/BusinessLogic/Engine.cpp [new file with mode: 0644]
src/BusinessLogic/Engine.h [new file with mode: 0644]
src/BusinessLogic/Utils/Clock.cpp [new file with mode: 0644]
src/BusinessLogic/Utils/Clock.h [new file with mode: 0644]
src/BusinessLogic/Utils/ErrorMapper.cpp [new file with mode: 0644]
src/BusinessLogic/Utils/ErrorMapper.h [new file with mode: 0644]
src/Domain/Configuration/Configuration.cpp [new file with mode: 0644]
src/Domain/Configuration/Configuration.h [new file with mode: 0644]
src/Domain/Configuration/ConnectionSettings.cpp [new file with mode: 0644]
src/Domain/Configuration/ConnectionSettings.h [new file with mode: 0644]
src/Domain/Configuration/DisplaySettings.cpp [new file with mode: 0644]
src/Domain/Configuration/DisplaySettings.h [new file with mode: 0644]
src/Domain/Configuration/StartupSettings.cpp [new file with mode: 0644]
src/Domain/Configuration/StartupSettings.h [new file with mode: 0644]
src/Domain/Meeting.cpp [new file with mode: 0644]
src/Domain/Meeting.h [new file with mode: 0644]
src/Domain/Room.cpp [new file with mode: 0644]
src/Domain/Room.h [new file with mode: 0644]
src/IO/Communication/Communication.cpp [new file with mode: 0644]
src/IO/Communication/Communication.h [new file with mode: 0644]
src/IO/Communication/CommunicationManager.cpp [new file with mode: 0644]
src/IO/Communication/CommunicationManager.h [new file with mode: 0644]
src/IO/Communication/MessagingUtils.cpp [new file with mode: 0644]
src/IO/Communication/MessagingUtils.h [new file with mode: 0644]
src/IO/DeviceControl/AlarmSender.cpp [new file with mode: 0644]
src/IO/DeviceControl/AlarmSender.h [new file with mode: 0644]
src/IO/DeviceControl/DeviceConfigurator.cpp [new file with mode: 0644]
src/IO/DeviceControl/DeviceConfigurator.h [new file with mode: 0644]
src/IO/DeviceControl/DeviceConstants.h [new file with mode: 0644]
src/IO/DeviceControl/DeviceDataStorage.cpp [new file with mode: 0644]
src/IO/DeviceControl/DeviceDataStorage.h [new file with mode: 0644]
src/IO/DeviceControl/DeviceManager.cpp [new file with mode: 0644]
src/IO/DeviceControl/DeviceManager.h [new file with mode: 0644]
src/IO/DeviceControl/HWKeyListener.cpp [new file with mode: 0644]
src/IO/DeviceControl/HWKeyListener.h [new file with mode: 0644]
src/UserInterface/Components/DigitalTimeDisplayWidget.cpp [new file with mode: 0644]
src/UserInterface/Components/DigitalTimeDisplayWidget.h [new file with mode: 0644]
src/UserInterface/Components/MeetingRoomCombo.cpp [new file with mode: 0644]
src/UserInterface/Components/MeetingRoomCombo.h [new file with mode: 0644]
src/UserInterface/Components/ObservedWidget.cpp [new file with mode: 0644]
src/UserInterface/Components/ObservedWidget.h [new file with mode: 0644]
src/UserInterface/Components/ScheduleWidget.cpp [new file with mode: 0644]
src/UserInterface/Components/ScheduleWidget.h [new file with mode: 0644]
src/UserInterface/Components/TimeDisplayWidget.cpp [new file with mode: 0644]
src/UserInterface/Components/TimeDisplayWidget.h [new file with mode: 0644]
src/UserInterface/Utils/PasswordDialog.cpp [new file with mode: 0644]
src/UserInterface/Utils/PasswordDialog.h [new file with mode: 0644]
src/UserInterface/Utils/PopUpMessageBox.cpp [new file with mode: 0644]
src/UserInterface/Utils/PopUpMessageBox.h [new file with mode: 0644]
src/UserInterface/Utils/ToolBox.cpp [new file with mode: 0644]
src/UserInterface/Utils/ToolBox.h [new file with mode: 0644]
src/UserInterface/Views/MeetingInfoDialog.cpp [new file with mode: 0644]
src/UserInterface/Views/MeetingInfoDialog.h [new file with mode: 0644]
src/UserInterface/Views/RoomStatusIndicatorWidget.cpp [new file with mode: 0644]
src/UserInterface/Views/RoomStatusIndicatorWidget.h [new file with mode: 0644]
src/UserInterface/Views/SettingsView.cpp [new file with mode: 0644]
src/UserInterface/Views/SettingsView.h [new file with mode: 0644]
src/UserInterface/Views/WeeklyViewWidget.cpp [new file with mode: 0644]
src/UserInterface/Views/WeeklyViewWidget.h [new file with mode: 0644]
src/UserInterface/WindowManager.cpp [new file with mode: 0644]
src/UserInterface/WindowManager.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
tests/BusinessLogic/Engine/QtMeetings.conf [new file with mode: 0644]
tests/BusinessLogic/Engine/TestEngine.cpp [new file with mode: 0644]
tests/BusinessLogic/Engine/TestEngine.h [new file with mode: 0644]
tests/BusinessLogic/Engine/TestEngineOnly.cpp [new file with mode: 0644]
tests/BusinessLogic/Engine/TestEngineOnly.pro [new file with mode: 0644]
tests/BusinessLogic/Utils/Clock/TestClock.cpp [new file with mode: 0644]
tests/BusinessLogic/Utils/Clock/TestClock.h [new file with mode: 0644]
tests/BusinessLogic/Utils/Clock/TestClockOnly.cpp [new file with mode: 0644]
tests/BusinessLogic/Utils/Clock/TestClockOnly.pro [new file with mode: 0644]
tests/BusinessLogic/Utils/ErrorMapper/TestErrorMapper.cpp [new file with mode: 0644]
tests/BusinessLogic/Utils/ErrorMapper/TestErrorMapper.h [new file with mode: 0644]
tests/BusinessLogic/Utils/ErrorMapper/TestErrorMapperOnly.cpp [new file with mode: 0644]
tests/BusinessLogic/Utils/ErrorMapper/TestErrorMapperOnly.pro [new file with mode: 0644]
tests/Domain/Configuration/Configuration/QtMeetings.conf [new file with mode: 0644]
tests/Domain/Configuration/Configuration/TestConfiguration.cpp [new file with mode: 0644]
tests/Domain/Configuration/Configuration/TestConfiguration.h [new file with mode: 0644]
tests/Domain/Configuration/Configuration/TestConfigurationOnly.cpp [new file with mode: 0644]
tests/Domain/Configuration/Configuration/TestConfigurationOnly.pro [new file with mode: 0644]
tests/Domain/Configuration/ConnectionSettings/TestConnectionSettings.cpp [new file with mode: 0644]
tests/Domain/Configuration/ConnectionSettings/TestConnectionSettings.h [new file with mode: 0644]
tests/Domain/Configuration/ConnectionSettings/TestConnectionSettingsOnly.cpp [new file with mode: 0644]
tests/Domain/Configuration/ConnectionSettings/TestConnectionSettingsOnly.pro [new file with mode: 0644]
tests/Domain/Configuration/DisplaySettings/TestDisplaySettings.cpp [new file with mode: 0644]
tests/Domain/Configuration/DisplaySettings/TestDisplaySettings.h [new file with mode: 0644]
tests/Domain/Configuration/DisplaySettings/TestDisplaySettingsOnly.cpp [new file with mode: 0644]
tests/Domain/Configuration/DisplaySettings/TestDisplaySettingsOnly.pro [new file with mode: 0644]
tests/Domain/Configuration/StartupSettings/TestStartupSettings.cpp [new file with mode: 0644]
tests/Domain/Configuration/StartupSettings/TestStartupSettings.h [new file with mode: 0644]
tests/Domain/Configuration/StartupSettings/TestStartupSettingsOnly.cpp [new file with mode: 0644]
tests/Domain/Configuration/StartupSettings/TestStartupSettingsOnly.pro [new file with mode: 0644]
tests/Domain/Meeting/TestMeeting.cpp [new file with mode: 0644]
tests/Domain/Meeting/TestMeeting.h [new file with mode: 0644]
tests/Domain/Meeting/TestMeetingOnly.cpp [new file with mode: 0644]
tests/Domain/Meeting/TestMeetingOnly.pro [new file with mode: 0644]
tests/Domain/Room/TestRoom.cpp [new file with mode: 0644]
tests/Domain/Room/TestRoom.h [new file with mode: 0644]
tests/Domain/Room/TestRoomOnly.cpp [new file with mode: 0644]
tests/Domain/Room/TestRoomOnly.pro [new file with mode: 0644]
tests/IO/Communication/TestCommunication.cpp [new file with mode: 0644]
tests/IO/Communication/TestCommunication.h [new file with mode: 0644]
tests/IO/Communication/TestCommunicationOnly.cpp [new file with mode: 0644]
tests/IO/Communication/TestCommunicationOnly.pro [new file with mode: 0644]
tests/IO/Communication/input.xml [new file with mode: 0644]
tests/IO/CommunicationManager/TestCommunicationManager.cpp [new file with mode: 0644]
tests/IO/CommunicationManager/TestCommunicationManager.h [new file with mode: 0644]
tests/IO/CommunicationManager/TestCommunicationManagerOnly.cpp [new file with mode: 0644]
tests/IO/CommunicationManager/TestCommunicationManagerOnly.pro [new file with mode: 0644]
tests/QtMeetings.conf [new file with mode: 0644]
tests/TestQtMeetings.cpp [new file with mode: 0644]
tests/TestQtMeetings.pro [new file with mode: 0644]
tests/UserInterface/Components/MeetingRoomCombo/TestMeetingRoomCombo.cpp [new file with mode: 0644]
tests/UserInterface/Components/MeetingRoomCombo/TestMeetingRoomCombo.h [new file with mode: 0644]
tests/UserInterface/Components/MeetingRoomCombo/TestMeetingRoomComboOnly.cpp [new file with mode: 0644]
tests/UserInterface/Components/MeetingRoomCombo/TestMeetingRoomComboOnly.pro [new file with mode: 0644]
welcome [deleted file]