├── AutoUpdate ├── AutoUpdate.ico ├── AutoUpdate.rc ├── AutoUpdate.vcxproj ├── AutoUpdate.vcxproj.filters ├── AutoUpdate.vcxproj.user ├── autoupdate.cpp ├── autoupdate.h ├── autoupdate.qrc ├── autoupdate.ui ├── downloadthread.cpp ├── downloadthread.h └── main.cpp ├── ChatList ├── ChatListModel.cpp ├── ChatListModel.h ├── ChatListModelDelegate.cpp └── ChatListModelDelegate.h ├── DocShare ├── ConvertDocThread.cpp ├── ConvertDocThread.h ├── OcImageLoader.cpp ├── OcImageLoader.h ├── SeanPptProgressWdg.cpp ├── SeanPptProgressWdg.h ├── SeanPptProgressWdg.ui ├── SeanTestWdg.cpp ├── SeanTestWdg.h ├── SeanTestWdg.ui ├── ToolBar.cpp ├── ToolBar.h ├── WdgDocShare.cpp ├── WdgDocShare.h ├── qupfile.cpp └── qupfile.h ├── LICENSE ├── Meeting.ico ├── Meeting.rc ├── Meeting.vcxproj ├── Meeting.vcxproj.filters ├── Meeting.vcxproj.user ├── MeetingFrame ├── Debug │ ├── MeetingFrame.Build.CppClean.log │ └── MeetingFrame.log ├── FrameInifile.h ├── MeetingConnImpl.cpp ├── MeetingConnImpl.h ├── MeetingFrame.def ├── MeetingFrame.vcxproj ├── MeetingFrame.vcxproj.filters ├── MeetingFrame.vcxproj.user ├── MeetingFrameImpl.cpp ├── MeetingFrameImpl.h ├── Release │ ├── MeetingFrame.Build.CppClean.log │ └── MeetingFrame.log ├── dllmain.cpp ├── stdafx.cpp ├── stdafx.h ├── string_conv.h └── targetver.h ├── MeetingListModel ├── ButtonDelegate.cpp ├── ButtonDelegate.h ├── MeetingDetailDelegate.cpp ├── MeetingDetailDelegate.h ├── MeetingRoomWordWdg.cpp ├── MeetingRoomWordWdg.h ├── MeetingRoomWordWdg.ui ├── Meetinglistmodel.cpp ├── Meetinglistmodel.h ├── Meetinglistwdg.cpp ├── Meetinglistwdg.h ├── Meetinglistwdg.ui ├── SeanTableViewDelegate.cpp └── SeanTableViewDelegate.h ├── OpenMeeting2.sln ├── README.md ├── Resources ├── Default.qrc ├── arrow │ ├── down_style_1.png │ ├── down_style_1_disable.png │ ├── up_style_1.png │ └── up_style_1_disable.png ├── button │ ├── btnClear.png │ ├── btnFont.png │ ├── btnMic.png │ ├── btnPPT.png │ ├── btnST.png │ ├── btnST_Hover.png │ ├── btnSendMsg.png │ ├── btnSmile.png │ ├── btnSoundTip.png │ ├── btnSoundTip2.png │ ├── btnSpeakFree.png │ ├── btnSpeaker.png │ ├── btnTurnLeft.png │ └── btnTurnLeft2.png ├── check │ └── style_1.png ├── gif │ ├── 00389[24x24x8BPP].gif │ ├── 00390[24x24x8BPP].gif │ ├── 00391[24x24x8BPP].gif │ ├── 00392[24x24x8BPP].gif │ ├── 00393[24x24x8BPP].gif │ ├── 00394[24x24x8BPP].gif │ ├── 00395[24x24x8BPP].gif │ ├── 00396[24x24x8BPP].gif │ ├── 00397[24x24x8BPP].gif │ ├── 00398[24x24x8BPP].gif │ ├── 00399[24x24x8BPP].gif │ ├── 00400[24x24x8BPP].gif │ ├── 00401[24x24x8BPP].gif │ ├── 00402[24x24x8BPP].gif │ ├── 00403[24x24x8BPP].gif │ ├── 00404[24x24x8BPP].gif │ ├── 00405[24x24x8BPP].gif │ ├── 00406[24x24x8BPP].gif │ ├── 00407[24x24x8BPP].gif │ ├── 00408[24x24x8BPP].gif │ ├── 00409[24x24x8BPP].gif │ ├── 00410[24x24x8BPP].gif │ ├── 00411[24x24x8BPP].gif │ ├── 00412[24x24x8BPP].gif │ ├── 00413[24x24x8BPP].gif │ ├── 00414[24x24x8BPP].gif │ ├── 00415[24x24x8BPP].gif │ ├── 00416[24x24x8BPP].gif │ ├── 00417[24x24x8BPP].gif │ ├── 00418[24x24x8BPP].gif │ ├── 00419[24x24x8BPP].gif │ ├── 00420[24x24x8BPP].gif │ ├── 00421[24x24x8BPP].gif │ ├── 00422[24x24x8BPP].gif │ ├── 00423[24x24x8BPP].gif │ ├── 00424[24x24x8BPP].gif │ ├── 00425[24x24x8BPP].gif │ ├── 00426[24x24x8BPP].gif │ ├── 00427[24x24x8BPP].gif │ ├── 00428[24x24x8BPP].gif │ ├── 00429[24x24x8BPP].gif │ ├── 00430[24x24x8BPP].gif │ ├── 00431[24x24x8BPP].gif │ ├── 00432[24x24x8BPP].gif │ ├── 00433[24x24x8BPP].gif │ ├── 00434[24x24x8BPP].gif │ ├── 00435[24x24x8BPP].gif │ ├── 00436[24x24x8BPP].gif │ ├── 00437[24x24x8BPP].gif │ ├── 00438[24x24x8BPP].gif │ ├── 00439[24x24x8BPP].gif │ ├── 00440[24x24x8BPP].gif │ ├── 00441[24x24x8BPP].gif │ ├── 00442[24x24x8BPP].gif │ ├── 00443[24x24x8BPP].gif │ ├── 00444[24x24x8BPP].gif │ ├── 00445[24x24x8BPP].gif │ ├── 00446[24x24x8BPP].gif │ ├── 00447[24x24x8BPP].gif │ ├── 00448[24x24x8BPP].gif │ ├── 00449[24x24x8BPP].gif │ ├── 00450[24x24x8BPP].gif │ ├── 00451[24x24x8BPP].gif │ ├── 00452[24x24x8BPP].gif │ ├── 00453[24x24x8BPP].gif │ ├── 00454[24x24x8BPP].gif │ ├── 00455[24x24x8BPP].gif │ ├── 00456[24x24x8BPP].gif │ ├── 00457[24x24x8BPP].gif │ ├── 00458[24x24x8BPP].gif │ ├── 00459[24x24x8BPP].gif │ ├── 00460[24x24x8BPP].gif │ ├── 00461[24x24x8BPP].gif │ ├── 00462[24x24x8BPP].gif │ ├── 00463[24x24x8BPP].gif │ ├── 00464[24x24x8BPP].gif │ ├── 00465[24x24x8BPP].gif │ ├── 00466[24x24x8BPP].gif │ ├── 00467[24x24x8BPP].gif │ ├── 00468[24x24x8BPP].gif │ ├── 00469[24x24x8BPP].gif │ ├── 00470[24x24x8BPP].gif │ ├── 00471[24x24x8BPP].gif │ ├── 00472[24x24x8BPP].gif │ ├── 00473[24x24x8BPP].gif │ ├── 00474[24x24x8BPP].gif │ ├── 00475[24x24x8BPP].gif │ ├── 00476[24x24x8BPP].gif │ ├── 00477[24x24x8BPP].gif │ ├── 00478[24x24x8BPP].gif │ ├── 00479[24x24x8BPP].gif │ ├── 00480[24x24x8BPP].gif │ ├── 00481[24x24x8BPP].gif │ ├── 00482[24x24x8BPP].gif │ ├── 00483[24x24x8BPP].gif │ ├── 00484[24x24x8BPP].gif │ ├── 00485[24x24x8BPP].gif │ ├── 00486[24x24x8BPP].gif │ ├── 00487[24x24x8BPP].gif │ ├── 00488[24x24x8BPP].gif │ ├── 00489[24x24x8BPP].gif │ ├── 00490[24x24x8BPP].gif │ ├── 00491[24x24x8BPP].gif │ ├── 00492[24x24x8BPP].gif │ ├── 00493[24x24x8BPP].gif │ ├── 00494[24x24x8BPP].gif │ ├── 00495[24x24x8BPP].gif │ ├── 00496[24x24x8BPP].gif │ ├── 00497[24x24x8BPP].gif │ ├── 00498[24x24x8BPP].gif │ ├── 00499[24x24x8BPP].gif │ ├── 00500[24x24x8BPP].gif │ ├── 00501[24x24x8BPP].gif │ ├── 00502[24x24x8BPP].gif │ ├── 00503[24x24x8BPP].gif │ ├── 00504[24x24x8BPP].gif │ ├── 00505[24x24x8BPP].gif │ ├── 00506[24x24x8BPP].gif │ ├── 00507[24x24x8BPP].gif │ ├── 00508[24x24x8BPP].gif │ ├── 00509[24x24x8BPP].gif │ ├── 00510[24x24x8BPP].gif │ ├── 00511[24x24x8BPP].gif │ ├── 00512[24x24x8BPP].gif │ ├── 00513[24x24x8BPP].gif │ ├── 00514[24x24x8BPP].gif │ ├── 00515[24x24x8BPP].gif │ ├── 00516[24x24x8BPP].gif │ ├── 00517[24x24x8BPP].gif │ ├── 00518[24x24x8BPP].gif │ ├── 00519[24x24x8BPP].gif │ ├── 00520[24x24x8BPP].gif │ ├── 00521[24x24x8BPP].gif │ ├── 00522[24x24x8BPP].gif │ └── 00523[24x24x8BPP].gif ├── login.qss ├── login │ ├── DS_Toolbar_Bkg.png │ ├── Normal_bkg1.png │ ├── VideoOptimization1.png │ ├── VideoOptimization2.png │ ├── VideoOptimization3.png │ ├── VideoOptimization4.png │ ├── VideoOptimization5.png │ ├── VideoOptimization6.png │ ├── VideoOptimization7.png │ ├── VideoOptimization8.png │ ├── box_style_2.png │ ├── box_style_3.png │ ├── cancelBtnImage.png │ ├── dl_1.png │ ├── down_style_1.png │ ├── down_style_1_disable.png │ ├── fa_bg.png │ ├── icon_gb.png │ ├── icon_hdl.png │ ├── icon_hgb1-09.png │ ├── icon_hjr.png │ ├── icon_hsz.png │ ├── list_jr.png │ ├── list_wjr.png │ ├── login_bg1.png │ ├── login_bg2.png │ ├── logo.png │ ├── nav_wxz.png │ ├── nav_xz.png │ ├── strip_style_1.png │ ├── strip_style_2.png │ ├── style_1.png │ ├── style_1_disable.png │ ├── style_1_hover.png │ ├── style_1_normal.png │ ├── sz_1.png │ ├── thumb_style_1.png │ ├── up_style_1.png │ ├── up_style_1_disable.png │ ├── whiteImage.png │ ├── xz_1.png │ └── xz_2.png ├── qt_zh_CN.qm ├── room │ ├── afsh_1.png │ ├── icon_rom_name.png │ ├── imgSpeakStatus.png │ ├── mic_check.png │ ├── ppt_1.png │ ├── ppt_1h.png │ ├── speaker_check.png │ ├── user_type.png │ ├── wlzl_1.png │ ├── wlzl_2.png │ ├── wlzl_3.png │ ├── wlzl_4.png │ ├── wlzl_5.png │ ├── wlzl_6.png │ ├── xiatai_1.png │ ├── xiatai_h1.png │ ├── zcrkzsh_1.png │ ├── zysh_1.png │ └── zysh_1h.png ├── scroll │ ├── style_1_hover.png │ ├── style_1_normal.png │ └── style_2_hover.png ├── setting.qss ├── setting │ ├── 00901.png │ ├── 00902.png │ ├── 00903.png │ ├── 00904.png │ ├── 00905.png │ ├── 00906.png │ ├── 00907.png │ ├── 00908.png │ ├── 00909.png │ ├── 00910.png │ ├── 00911.png │ ├── 00912.png │ ├── 00913.png │ ├── 00914.png │ ├── 00915.png │ ├── 00916.png │ ├── 00917.png │ ├── 00999.png │ ├── 01406.png │ ├── 01407.png │ ├── 01408.png │ ├── 01427.png │ ├── 01428.png │ ├── 01429.png │ ├── 01437.png │ ├── 01438.png │ ├── 01439[22x22x8BPP].png │ ├── 01440.png │ ├── 01441.png │ ├── 01442.png │ ├── 01443.png │ ├── 01444.png │ ├── 01445.png │ ├── 01446.png │ ├── 01448.png │ ├── 03502[24x24x8BPP].png │ ├── 03503[24x24x8BPP].png │ ├── 03504[24x24x8BPP].png │ ├── 03505[24x24x8BPP].png │ ├── 03506[24x24x8BPP].png │ ├── 03507[24x24x8BPP].png │ ├── 03508[24x24x8BPP].png │ ├── 03509[24x24x8BPP].png │ ├── 03510[24x24x8BPP].png │ ├── 03511[24x24x8BPP].png │ ├── 03512[24x24x8BPP].png │ ├── 03513[24x24x8BPP].png │ ├── 03514[24x24x8BPP].png │ ├── 03515[24x24x8BPP].png │ ├── 03516[24x24x8BPP].png │ ├── 03517[24x24x8BPP].png │ ├── 03518[24x24x8BPP].png │ ├── 03519[24x24x8BPP].png │ ├── 03520[24x24x8BPP].png │ ├── 03521[24x24x8BPP].png │ ├── 03522[24x24x8BPP].png │ ├── 03523[24x24x8BPP].png │ ├── 03524[24x24x8BPP].png │ ├── 03525[24x24x8BPP].png │ ├── 03526[24x24x8BPP].png │ ├── 03527[24x24x8BPP].png │ ├── 03528[24x24x8BPP].png │ ├── 03529[24x24x8BPP].png │ ├── 03530[24x24x8BPP].png │ ├── 03531[24x24x8BPP].png │ ├── 03532[24x24x8BPP].png │ ├── 03533[24x24x8BPP].png │ ├── 03534[24x24x8BPP].png │ ├── 03535[24x24x8BPP].png │ ├── 03536[24x24x8BPP].png │ ├── 03537[24x24x8BPP].png │ ├── 03538[24x24x8BPP].png │ ├── 03539[24x24x8BPP].png │ ├── 03540[24x24x8BPP].png │ ├── 03541[24x24x8BPP].png │ ├── 03542[24x24x8BPP].png │ ├── 03543[24x24x8BPP].png │ ├── 03544[24x24x8BPP].png │ ├── 03545[24x24x8BPP].png │ ├── 03546[24x24x8BPP].png │ ├── 03547[24x24x8BPP].png │ ├── 03548[24x24x8BPP].png │ ├── 03549[24x24x8BPP].png │ ├── 03550[24x24x8BPP].png │ ├── 03551[24x24x8BPP].png │ ├── 03552[24x24x8BPP].png │ ├── 03553[24x24x8BPP].png │ ├── 03554[24x24x8BPP].png │ ├── 03555[24x24x8BPP].png │ ├── 03556[24x24x8BPP].png │ ├── 03557[24x24x8BPP].png │ ├── 03558[24x24x8BPP].png │ ├── 03559[24x24x8BPP].png │ ├── 03560[24x24x8BPP].png │ ├── 03561[24x24x8BPP].png │ ├── 03562[24x24x8BPP].png │ ├── 03563[24x24x8BPP].png │ ├── 03564[24x24x8BPP].png │ ├── 03565[24x24x8BPP].png │ ├── 03566[24x24x8BPP].png │ ├── 03567[24x24x8BPP].png │ ├── 03568[24x24x8BPP].png │ ├── 03569[24x24x8BPP].png │ ├── 03570[24x24x8BPP].png │ ├── 03571[24x24x8BPP].png │ ├── 03572[24x24x8BPP].png │ ├── 03573[24x24x8BPP].png │ ├── 03574[24x24x8BPP].png │ ├── 03575[24x24x8BPP].png │ ├── 03576[24x24x8BPP].png │ ├── 03577[24x24x8BPP].png │ ├── 03578[24x24x8BPP].png │ ├── 03579[24x24x8BPP].png │ ├── 03580[24x24x8BPP].png │ ├── 03581[24x24x8BPP].png │ ├── 03582[24x24x8BPP].png │ ├── 03583[24x24x8BPP].png │ ├── 03584[24x24x8BPP].png │ ├── 03585[24x24x8BPP].png │ ├── 03586[24x24x8BPP].png │ ├── 03587[24x24x8BPP].png │ ├── 03588[24x24x8BPP].png │ ├── 03589[24x24x8BPP].png │ ├── 03590[24x24x8BPP].png │ ├── 03591[24x24x8BPP].png │ ├── 03592[24x24x8BPP].png │ ├── 03593[24x24x8BPP].png │ ├── 03594[24x24x8BPP].png │ ├── 03595[24x24x8BPP].png │ ├── 03596[24x24x8BPP].png │ ├── 03597[24x24x8BPP].png │ ├── 03598[24x24x8BPP].png │ ├── 03599[24x24x8BPP].png │ ├── 03600[24x24x8BPP].png │ ├── 03601[24x24x8BPP].png │ ├── 03602[24x24x8BPP].png │ ├── 03603[24x24x8BPP].png │ ├── 03604[24x24x8BPP].png │ ├── 03605[24x24x8BPP].png │ ├── 03606[24x24x8BPP].png │ ├── 03607[24x24x8BPP].png │ ├── 03608[24x24x8BPP].png │ ├── 03609[24x24x8BPP].png │ ├── 03610[24x24x8BPP].png │ ├── 03611[24x24x8BPP].png │ ├── 03612[24x24x8BPP].png │ ├── 03613[24x24x8BPP].png │ ├── 03614[24x24x8BPP].png │ ├── 03615[24x24x8BPP].png │ ├── 03616[24x24x8BPP].png │ ├── 03617[24x24x8BPP].png │ ├── 03618[24x24x8BPP].png │ ├── 03619[24x24x8BPP].png │ ├── 03620[24x24x8BPP].png │ ├── 03621[24x24x8BPP].png │ ├── 03622[24x24x8BPP].png │ ├── 03623[24x24x8BPP].png │ ├── 03624[24x24x8BPP].png │ ├── 03625[24x24x8BPP].png │ ├── 03626[24x24x8BPP].png │ ├── 03627[24x24x8BPP].png │ ├── 03628[24x24x8BPP].png │ ├── 03629[24x24x4BPP].png │ ├── 03630[24x24x8BPP].png │ ├── 03631[24x24x8BPP].png │ ├── 03632[24x24x8BPP].png │ ├── 03633[24x24x8BPP].png │ ├── 03634[24x24x8BPP].png │ ├── 03635[24x24x8BPP].png │ ├── 03636[24x24x8BPP].png │ ├── AddTimeWinBtn_normal.png │ ├── MoreExpressionShops.png │ ├── SeanVideoMic.png │ ├── SeanVideoSpk.png │ ├── SeanVideoTestDefalutImage.png │ ├── SeanVideoTestDownBackImage.jpg │ ├── SeanVideoTestMainWindowTitleImage.jpg │ ├── SeanVideoTestUpImage.png │ ├── bg.png │ ├── bg_list.png │ ├── breath_in.png │ ├── button-down.png │ ├── button-hover.png │ ├── button-normal.png │ ├── closePptBtn.png │ ├── colorImage.png │ ├── faceImage.png │ ├── hoverFace.png │ ├── normalFace.png │ ├── pptLoadBackLabel.png │ ├── settingColorImage.png │ ├── style_1.png │ ├── testWdgImage.png │ ├── utsing.png │ ├── warning_orange.png │ └── whiteImage.png ├── slider │ ├── strip_style_1.png │ ├── strip_style_2.png │ └── thumb.png ├── style.qss ├── sys_button │ ├── btn_close.png │ ├── btn_max.png │ ├── btn_menu.png │ ├── btn_min.png │ └── btn_restore.png ├── video │ ├── BigVideoLogo.png │ ├── bigVideoBG.png │ ├── fullscreen_16.png │ ├── fullscreen_24.png │ ├── fullscreen_24_2.png │ ├── quit_full_screen.png │ ├── smallVideoBG.png │ ├── smallVideoLogo.png │ └── smallvideoLogo2.png ├── voiceTest │ ├── mic.png │ └── voice.png ├── voiceTestGuide.qss └── window │ ├── logo.png │ ├── style_01.png │ ├── style_02.png │ ├── style_03.png │ ├── style_07.png │ └── style_08.png ├── Room ├── DlgApplyAdmin.cpp ├── DlgApplyAdmin.h ├── DlgApplyAdmin.ui ├── LabelNetInfo.cpp ├── LabelNetInfo.h ├── LeftWdg.cpp ├── LeftWdg.h ├── LeftWdg.ui ├── RoomWdg.cpp ├── RoomWdg.h ├── RoomWdg.ui ├── WdgNetInfo.cpp ├── WdgNetInfo.h ├── qupfile.cpp └── qupfile.h ├── SeanThread ├── SeanThread.cpp └── SeanThread.h ├── Setting ├── AboutWidget.cpp ├── AboutWidget.h ├── AboutWidget.ui ├── AppSetting.cpp ├── AppSetting.h ├── DlgAVSetting.cpp ├── DlgAVSetting.h ├── DlgAVSetting.ui ├── ModifyPassWord.cpp ├── ModifyPassWord.h ├── ModifyPassWord.ui ├── SeanAnimation.cpp ├── SeanAnimation.h ├── SeanAnimation.ui ├── SeanButton.cpp ├── SeanButton.h ├── SeanGifWdg.cpp ├── SeanGifWdg.h └── SeanGifWdg.ui ├── UserList ├── CListItemDelegate.cpp ├── CListItemDelegate.h ├── CListModel.cpp └── CListModel.h ├── UserLoginWdg.ui ├── Video ├── VideoMgr.cpp ├── VideoMgr.h ├── VideoMonitorMgr.cpp ├── VideoMonitorMgr.h ├── VideoWin.cpp └── VideoWin.h ├── VideoMonitor ├── videomonitormain.cpp ├── videomonitormain.h └── videomonitormain.ui ├── VoiceTestGuide ├── MicTestWdg.cpp ├── MicTestWdg.h ├── MicTestWdg.ui ├── SeanProgressBar.cpp ├── SeanProgressBar.h ├── SpekerTestWdg.cpp ├── SpekerTestWdg.h ├── SpekerTestWdg.ui ├── VoiceTestWdg.cpp ├── VoiceTestWdg.h ├── VoiceTestWdg.ui └── WaveFile.h ├── Win32 ├── Debug │ ├── CrashRpt1402d.dll │ ├── CrashSender1402d.exe │ ├── QtCored4.dll │ ├── QtGuid4.dll │ ├── QtNetwork4.dll │ ├── QtNetworkd4.dll │ ├── ZYMediaFrame.dll │ ├── ZYMediaStream.dll │ ├── crashrpt_lang.ini │ ├── dbghelp.dll │ ├── imageformats │ │ ├── qjpeg4.dll │ │ └── qjpegd4.dll │ ├── msvcp100d.dll │ ├── msvcr100d.dll │ ├── quazip.dll │ ├── test.wav │ └── zlib1.dll └── Release │ ├── CrashRpt1402.dll │ ├── CrashSender1402.exe │ ├── OCMeeting.ilk │ ├── QtCore4.dll │ ├── QtGui4.dll │ ├── QtNetwork4.dll │ ├── ZYMediaFrame.dll │ ├── ZYMediaStream.dll │ ├── crashdump.dmp │ ├── crashrpt_lang.ini │ ├── dbghelp.dll │ ├── imageformats │ ├── qjpeg4.dll │ └── qjpegd4.dll │ ├── msvcp100.dll │ ├── msvcr100.dll │ ├── msvcrt.dll │ ├── newmsg.wav │ ├── quazip.dll │ ├── test.wav │ └── zlib1.dll ├── app_icon.ico ├── common ├── OSInfo.cpp ├── OSInfo.h ├── ccommondialog.cpp ├── ccommondialog.h ├── ccommonwidget.cpp └── ccommonwidget.h ├── eventcenter.cpp ├── eventcenter.h ├── login ├── MeetingLoadingWidget.cpp ├── MeetingLoadingWidget.h ├── RoomSelectWdg.cpp ├── RoomSelectWdg.h ├── RoomSelectWdg.ui ├── ServerAddressSet.cpp ├── ServerAddressSet.h ├── ServerAddressSet.ui ├── UserLoginWdg.cpp ├── UserLoginWdg.h └── UserLoginWdg.ui ├── main.cpp ├── stdafx.h ├── third_party └── Poco │ ├── ._Platform.h │ ├── ._Types.h │ ├── ASCIIEncoding.h │ ├── AbstractCache.h │ ├── AbstractDelegate.h │ ├── AbstractEvent.h │ ├── AbstractObserver.h │ ├── AbstractPriorityDelegate.h │ ├── AbstractStrategy.h │ ├── AccessExpirationDecorator.h │ ├── AccessExpireCache.h │ ├── AccessExpireLRUCache.h │ ├── AccessExpireStrategy.h │ ├── ActiveDispatcher.h │ ├── ActiveMethod.h │ ├── ActiveResult.h │ ├── ActiveRunnable.h │ ├── ActiveStarter.h │ ├── Activity.h │ ├── Alignment.h │ ├── Any.h │ ├── ArchiveStrategy.h │ ├── Array.h │ ├── Ascii.h │ ├── AsyncChannel.h │ ├── AtomicCounter.h │ ├── AutoPtr.h │ ├── AutoReleasePool.h │ ├── Base32Decoder.h │ ├── Base32Encoder.h │ ├── Base64Decoder.h │ ├── Base64Encoder.h │ ├── BasicEvent.h │ ├── BinaryReader.h │ ├── BinaryWriter.h │ ├── Buffer.h │ ├── BufferAllocator.h │ ├── BufferedBidirectionalStreamBuf.h │ ├── BufferedStreamBuf.h │ ├── Bugcheck.h │ ├── ByteOrder.h │ ├── Channel.h │ ├── Checksum.h │ ├── ClassLibrary.h │ ├── ClassLoader.h │ ├── Condition.h │ ├── Config.h │ ├── Configurable.h │ ├── ConsoleChannel.h │ ├── CountingStream.h │ ├── DateTime.h │ ├── DateTimeFormat.h │ ├── DateTimeFormatter.h │ ├── DateTimeParser.h │ ├── Debugger.h │ ├── DefaultStrategy.h │ ├── DeflatingStream.h │ ├── Delegate.h │ ├── DigestEngine.h │ ├── DigestStream.h │ ├── DirectoryIterator.h │ ├── DirectoryIteratorStrategy.h │ ├── DirectoryIterator_UNIX.h │ ├── DirectoryIterator_VMS.h │ ├── DirectoryIterator_WIN32.h │ ├── DirectoryIterator_WIN32U.h │ ├── DirectoryWatcher.h │ ├── Dynamic │ ├── Pair.h │ ├── Struct.h │ ├── Var.h │ ├── VarHolder.h │ └── VarIterator.h │ ├── DynamicAny.h │ ├── DynamicAnyHolder.h │ ├── DynamicFactory.h │ ├── DynamicStruct.h │ ├── Environment.h │ ├── Environment_UNIX.h │ ├── Environment_VMS.h │ ├── Environment_VX.h │ ├── Environment_WIN32.h │ ├── Environment_WIN32U.h │ ├── Environment_WINCE.h │ ├── Error.h │ ├── ErrorHandler.h │ ├── Event.h │ ├── EventArgs.h │ ├── EventLogChannel.h │ ├── Event_POSIX.h │ ├── Event_VX.h │ ├── Event_WIN32.h │ ├── Exception.h │ ├── ExpirationDecorator.h │ ├── Expire.h │ ├── ExpireCache.h │ ├── ExpireLRUCache.h │ ├── ExpireStrategy.h │ ├── FIFOBuffer.h │ ├── FIFOBufferStream.h │ ├── FIFOEvent.h │ ├── FIFOStrategy.h │ ├── FPEnvironment.h │ ├── FPEnvironment_C99.h │ ├── FPEnvironment_DEC.h │ ├── FPEnvironment_DUMMY.h │ ├── FPEnvironment_SUN.h │ ├── FPEnvironment_WIN32.h │ ├── File.h │ ├── FileChannel.h │ ├── FileStream.h │ ├── FileStreamFactory.h │ ├── FileStream_POSIX.h │ ├── FileStream_WIN32.h │ ├── File_UNIX.h │ ├── File_VMS.h │ ├── File_VX.h │ ├── File_WIN32.h │ ├── File_WIN32U.h │ ├── File_WINCE.h │ ├── Format.h │ ├── Formatter.h │ ├── FormattingChannel.h │ ├── Foundation.h │ ├── FunctionDelegate.h │ ├── FunctionPriorityDelegate.h │ ├── Glob.h │ ├── HMACEngine.h │ ├── Hash.h │ ├── HashFunction.h │ ├── HashMap.h │ ├── HashSet.h │ ├── HashStatistic.h │ ├── HashTable.h │ ├── HexBinaryDecoder.h │ ├── HexBinaryEncoder.h │ ├── InflatingStream.h │ ├── Instantiator.h │ ├── JSON │ ├── Array.h │ ├── Handler.h │ ├── JSON.h │ ├── JSONException.h │ ├── Object.h │ ├── ParseHandler.h │ ├── Parser.h │ ├── PrintHandler.h │ ├── Query.h │ ├── Stringifier.h │ ├── Template.h │ └── TemplateCache.h │ ├── KeyValueArgs.h │ ├── LRUCache.h │ ├── LRUStrategy.h │ ├── Latin1Encoding.h │ ├── Latin2Encoding.h │ ├── Latin9Encoding.h │ ├── LineEndingConverter.h │ ├── LinearHashTable.h │ ├── ListMap.h │ ├── LocalDateTime.h │ ├── LogFile.h │ ├── LogFile_STD.h │ ├── LogFile_VMS.h │ ├── LogFile_WIN32.h │ ├── LogFile_WIN32U.h │ ├── LogStream.h │ ├── Logger.h │ ├── LoggingFactory.h │ ├── LoggingRegistry.h │ ├── MD4Engine.h │ ├── MD5Engine.h │ ├── Manifest.h │ ├── MemoryPool.h │ ├── MemoryStream.h │ ├── Message.h │ ├── MetaObject.h │ ├── MetaProgramming.h │ ├── Mutex.h │ ├── Mutex_POSIX.h │ ├── Mutex_VX.h │ ├── Mutex_WIN32.h │ ├── Mutex_WINCE.h │ ├── NObserver.h │ ├── NamedEvent.h │ ├── NamedEvent_Android.h │ ├── NamedEvent_UNIX.h │ ├── NamedEvent_VMS.h │ ├── NamedEvent_WIN32.h │ ├── NamedEvent_WIN32U.h │ ├── NamedMutex.h │ ├── NamedMutex_Android.h │ ├── NamedMutex_UNIX.h │ ├── NamedMutex_VMS.h │ ├── NamedMutex_WIN32.h │ ├── NamedMutex_WIN32U.h │ ├── NamedTuple.h │ ├── NestedDiagnosticContext.h │ ├── Net │ ├── ._FTPStreamFactory.h │ ├── ._SocketDefs.h │ ├── AbstractHTTPRequestHandler.h │ ├── DNS.h │ ├── DatagramSocket.h │ ├── DatagramSocketImpl.h │ ├── DialogSocket.h │ ├── FTPClientSession.h │ ├── FTPStreamFactory.h │ ├── FilePartSource.h │ ├── HTMLForm.h │ ├── HTTPAuthenticationParams.h │ ├── HTTPBasicCredentials.h │ ├── HTTPBasicStreamBuf.h │ ├── HTTPBufferAllocator.h │ ├── HTTPChunkedStream.h │ ├── HTTPClientSession.h │ ├── HTTPCookie.h │ ├── HTTPCredentials.h │ ├── HTTPDigestCredentials.h │ ├── HTTPFixedLengthStream.h │ ├── HTTPHeaderStream.h │ ├── HTTPIOStream.h │ ├── HTTPMessage.h │ ├── HTTPRequest.h │ ├── HTTPRequestHandler.h │ ├── HTTPRequestHandlerFactory.h │ ├── HTTPResponse.h │ ├── HTTPServer.h │ ├── HTTPServerConnection.h │ ├── HTTPServerConnectionFactory.h │ ├── HTTPServerParams.h │ ├── HTTPServerRequest.h │ ├── HTTPServerRequestImpl.h │ ├── HTTPServerResponse.h │ ├── HTTPServerResponseImpl.h │ ├── HTTPServerSession.h │ ├── HTTPSession.h │ ├── HTTPSessionFactory.h │ ├── HTTPSessionInstantiator.h │ ├── HTTPStream.h │ ├── HTTPStreamFactory.h │ ├── HostEntry.h │ ├── ICMPClient.h │ ├── ICMPEventArgs.h │ ├── ICMPPacket.h │ ├── ICMPPacketImpl.h │ ├── ICMPSocket.h │ ├── ICMPSocketImpl.h │ ├── ICMPv4PacketImpl.h │ ├── IPAddress.h │ ├── IPAddressImpl.h │ ├── MailMessage.h │ ├── MailRecipient.h │ ├── MailStream.h │ ├── MediaType.h │ ├── MessageHeader.h │ ├── MulticastSocket.h │ ├── MultipartReader.h │ ├── MultipartWriter.h │ ├── NameValueCollection.h │ ├── Net.h │ ├── NetException.h │ ├── NetworkInterface.h │ ├── NullPartHandler.h │ ├── POP3ClientSession.h │ ├── ParallelSocketAcceptor.h │ ├── ParallelSocketReactor.h │ ├── PartHandler.h │ ├── PartSource.h │ ├── PartStore.h │ ├── QuotedPrintableDecoder.h │ ├── QuotedPrintableEncoder.h │ ├── RawSocket.h │ ├── RawSocketImpl.h │ ├── RemoteSyslogChannel.h │ ├── RemoteSyslogListener.h │ ├── SMTPChannel.h │ ├── SMTPClientSession.h │ ├── ServerSocket.h │ ├── ServerSocketImpl.h │ ├── Socket.h │ ├── SocketAcceptor.h │ ├── SocketAddress.h │ ├── SocketAddressImpl.h │ ├── SocketConnector.h │ ├── SocketDefs.h │ ├── SocketImpl.h │ ├── SocketNotification.h │ ├── SocketNotifier.h │ ├── SocketReactor.h │ ├── SocketStream.h │ ├── StreamSocket.h │ ├── StreamSocketImpl.h │ ├── StringPartSource.h │ ├── TCPServer.h │ ├── TCPServerConnection.h │ ├── TCPServerConnectionFactory.h │ ├── TCPServerDispatcher.h │ ├── TCPServerParams.h │ ├── WebSocket.h │ └── WebSocketImpl.h │ ├── Notification.h │ ├── NotificationCenter.h │ ├── NotificationQueue.h │ ├── NotificationStrategy.h │ ├── NullChannel.h │ ├── NullStream.h │ ├── Nullable.h │ ├── NumberFormatter.h │ ├── NumberParser.h │ ├── NumericString.h │ ├── ObjectPool.h │ ├── Observer.h │ ├── OpcomChannel.h │ ├── Optional.h │ ├── Path.h │ ├── Path_UNIX.h │ ├── Path_VMS.h │ ├── Path_WIN32.h │ ├── Path_WIN32U.h │ ├── Path_WINCE.h │ ├── PatternFormatter.h │ ├── Pipe.h │ ├── PipeImpl.h │ ├── PipeImpl_DUMMY.h │ ├── PipeImpl_POSIX.h │ ├── PipeImpl_WIN32.h │ ├── PipeStream.h │ ├── Platform.h │ ├── Platform_POSIX.h │ ├── Platform_VMS.h │ ├── Platform_VX.h │ ├── Platform_WIN32.h │ ├── Poco.h │ ├── PocoFoundationmd.lib │ ├── PocoFoundationmdd.lib │ ├── PocoJSONmd.lib │ ├── PocoJSONmdd.lib │ ├── PocoNetmd.lib │ ├── PocoNetmdd.lib │ ├── PocoUtilmd.lib │ ├── PocoUtilmdd.lib │ ├── PriorityDelegate.h │ ├── PriorityEvent.h │ ├── PriorityExpire.h │ ├── PriorityNotificationQueue.h │ ├── PriorityStrategy.h │ ├── Process.h │ ├── Process_UNIX.h │ ├── Process_VMS.h │ ├── Process_VX.h │ ├── Process_WIN32.h │ ├── Process_WIN32U.h │ ├── Process_WINCE.h │ ├── PurgeStrategy.h │ ├── RWLock.h │ ├── RWLock_Android.h │ ├── RWLock_POSIX.h │ ├── RWLock_VX.h │ ├── RWLock_WIN32.h │ ├── RWLock_WINCE.h │ ├── Random.h │ ├── RandomStream.h │ ├── RecursiveDirectoryIterator.h │ ├── RecursiveDirectoryIteratorImpl.h │ ├── RefCountedObject.h │ ├── RegularExpression.h │ ├── RotateStrategy.h │ ├── Runnable.h │ ├── RunnableAdapter.h │ ├── SHA1Engine.h │ ├── ScopedLock.h │ ├── ScopedUnlock.h │ ├── Semaphore.h │ ├── Semaphore_POSIX.h │ ├── Semaphore_VX.h │ ├── Semaphore_WIN32.h │ ├── SharedLibrary.h │ ├── SharedLibrary_HPUX.h │ ├── SharedLibrary_UNIX.h │ ├── SharedLibrary_VMS.h │ ├── SharedLibrary_VX.h │ ├── SharedLibrary_WIN32.h │ ├── SharedLibrary_WIN32U.h │ ├── SharedMemory.h │ ├── SharedMemory_DUMMY.h │ ├── SharedMemory_POSIX.h │ ├── SharedMemory_WIN32.h │ ├── SharedPtr.h │ ├── SignalHandler.h │ ├── SimpleFileChannel.h │ ├── SimpleHashTable.h │ ├── SingletonHolder.h │ ├── SortedDirectoryIterator.h │ ├── SplitterChannel.h │ ├── Stopwatch.h │ ├── StrategyCollection.h │ ├── StreamChannel.h │ ├── StreamConverter.h │ ├── StreamCopier.h │ ├── StreamTokenizer.h │ ├── StreamUtil.h │ ├── String.h │ ├── StringTokenizer.h │ ├── SynchronizedObject.h │ ├── SyslogChannel.h │ ├── Task.h │ ├── TaskManager.h │ ├── TaskNotification.h │ ├── TeeStream.h │ ├── TemporaryFile.h │ ├── TextBufferIterator.h │ ├── TextConverter.h │ ├── TextEncoding.h │ ├── TextIterator.h │ ├── Thread.h │ ├── ThreadLocal.h │ ├── ThreadPool.h │ ├── ThreadTarget.h │ ├── Thread_POSIX.h │ ├── Thread_VX.h │ ├── Thread_WIN32.h │ ├── Thread_WINCE.h │ ├── TimedNotificationQueue.h │ ├── Timer.h │ ├── Timespan.h │ ├── Timestamp.h │ ├── Timezone.h │ ├── Token.h │ ├── Tuple.h │ ├── TypeList.h │ ├── Types.h │ ├── URI.h │ ├── URIStreamFactory.h │ ├── URIStreamOpener.h │ ├── UTF16Encoding.h │ ├── UTF32Encoding.h │ ├── UTF8Encoding.h │ ├── UTF8String.h │ ├── UTFString.h │ ├── UUID.h │ ├── UUIDGenerator.h │ ├── UnWindows.h │ ├── UnbufferedStreamBuf.h │ ├── Unicode.h │ ├── UnicodeConverter.h │ ├── UniqueAccessExpireCache.h │ ├── UniqueAccessExpireLRUCache.h │ ├── UniqueAccessExpireStrategy.h │ ├── UniqueExpireCache.h │ ├── UniqueExpireLRUCache.h │ ├── UniqueExpireStrategy.h │ ├── Util │ ├── AbstractConfiguration.h │ ├── Application.h │ ├── ConfigurationMapper.h │ ├── ConfigurationView.h │ ├── FilesystemConfiguration.h │ ├── HelpFormatter.h │ ├── IniFileConfiguration.h │ ├── IntValidator.h │ ├── JSONConfiguration.h │ ├── LayeredConfiguration.h │ ├── LoggingConfigurator.h │ ├── LoggingSubsystem.h │ ├── MapConfiguration.h │ ├── Option.h │ ├── OptionCallback.h │ ├── OptionException.h │ ├── OptionProcessor.h │ ├── OptionSet.h │ ├── PropertyFileConfiguration.h │ ├── RegExpValidator.h │ ├── ServerApplication.h │ ├── Subsystem.h │ ├── SystemConfiguration.h │ ├── Timer.h │ ├── TimerTask.h │ ├── TimerTaskAdapter.h │ ├── Units.h │ ├── Util.h │ ├── Validator.h │ ├── WinRegistryConfiguration.h │ ├── WinRegistryKey.h │ ├── WinService.h │ └── XMLConfiguration.h │ ├── ValidArgs.h │ ├── Version.h │ ├── Void.h │ ├── Windows1250Encoding.h │ ├── Windows1251Encoding.h │ ├── Windows1252Encoding.h │ ├── WindowsConsoleChannel.h │ ├── zconf.h │ └── zlib.h ├── video_sdk ├── crash_report │ ├── CrashRpt1402.dll │ ├── CrashRpt1402d.dll │ ├── CrashSender1402.exe │ ├── CrashSender1402d.exe │ ├── crashrpt_lang.ini │ ├── dbghelp.dll │ ├── dummy.ini │ ├── dummy.log │ ├── include │ │ ├── CrashRpt.h │ │ └── CrashRptProbe.h │ ├── lib │ │ ├── CrashRpt1402.exp │ │ ├── CrashRpt1402.lib │ │ ├── CrashRpt1402d.exp │ │ ├── CrashRpt1402d.lib │ │ ├── CrashRptProbe1402.exp │ │ ├── CrashRptProbe1402.lib │ │ ├── CrashRptProbe1402d.exp │ │ └── CrashRptProbe1402d.lib │ ├── mfc100u.dll │ ├── msvcp100.dll │ └── msvcr100.dll ├── dll │ ├── debug │ │ └── ZYMediaFrame.dll │ └── release │ │ └── ZYMediaFrame.dll ├── inc │ ├── IMediaStream.h │ ├── IMeetingFrame.h │ ├── JlCompress.h │ ├── ZYMediaFrame.h │ ├── ZYMediaFrame.h.bak │ ├── crypt.h │ ├── ioapi.h │ ├── quaadler32.h │ ├── quachecksum32.h │ ├── quacrc32.h │ ├── quagzipfile.h │ ├── quaziodevice.h │ ├── quazip.h │ ├── quazip_global.h │ ├── quazipdir.h │ ├── quazipfile.h │ ├── quazipfileinfo.h │ ├── quazipnewinfo.h │ ├── typedef.h │ ├── unzip.h │ ├── zconf.h │ ├── zip.h │ └── zlib.h └── lib │ ├── Debug │ ├── ZYMediaFrame.exp │ ├── ZYMediaFrame.lib │ ├── ZYMediaStream.exp │ ├── ZYMediaStream.lib │ ├── quazip.lib │ ├── zdll.lib │ └── zlib.def │ └── Release │ ├── ZYMediaFrame.exp │ ├── ZYMediaFrame.lib │ ├── ZYMediaStream.exp │ ├── ZYMediaStream.lib │ ├── quazip.lib │ ├── zdll.lib │ └── zlib.def ├── 网页集成方式.txt └── 说明.txt /AutoUpdate/AutoUpdate.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/AutoUpdate/AutoUpdate.ico -------------------------------------------------------------------------------- /AutoUpdate/AutoUpdate.rc: -------------------------------------------------------------------------------- 1 | IDI_ICON1 ICON DISCARDABLE "AutoUpdate.ico" 2 | 3 | -------------------------------------------------------------------------------- /AutoUpdate/AutoUpdate.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | C:\Qt\4.8.5 5 | PATH=$(QTDIR)\bin%3b$(PATH) 6 | 7 | 8 | C:\Qt\4.8.5 9 | PATH=$(QTDIR)\bin%3b$(PATH) 10 | 11 | -------------------------------------------------------------------------------- /AutoUpdate/autoupdate.cpp: -------------------------------------------------------------------------------- 1 | #include "autoupdate.h" 2 | #include 3 | #include 4 | AutoUpdate::AutoUpdate(QWidget *parent, Qt::WFlags flags) 5 | : QDialog(parent, flags) 6 | { 7 | ui.setupUi(this); 8 | m_downloadThread = new DownloadThread(this); 9 | connect(ui.btnCancel,SIGNAL(clicked()),this,SLOT(OnBtnCancelClick())); 10 | connect(m_downloadThread,SIGNAL(EventDownloadFinish()),this,SLOT(OnDownloadFinish())); 11 | connect(m_downloadThread,SIGNAL(EventDownloadProgress(unsigned int)),this,SLOT(OnDownloadProgress(unsigned int))); 12 | } 13 | 14 | AutoUpdate::~AutoUpdate() 15 | { 16 | 17 | } 18 | 19 | void AutoUpdate::OnBtnCancelClick() 20 | { 21 | QApplication::quit(); 22 | } 23 | void AutoUpdate::StartUpdate(QString url) 24 | { 25 | m_downloadThread->moveToThread(&m_thread); 26 | m_thread.start(); 27 | m_downloadThread->StartDownload(url); 28 | } 29 | 30 | void AutoUpdate::OnDownloadProgress(unsigned int percent) 31 | { 32 | ui.progressBarDownload->setValue(percent); 33 | } 34 | void AutoUpdate::OnDownloadFinish() 35 | { 36 | QString strDir = QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)+"\\VideoMeeting\\"; 37 | QProcess *pProcess = new QProcess(this); 38 | QStringList t2; 39 | t2.append("/s"); 40 | pProcess->startDetached(strDir+"setup.exe",t2); 41 | QApplication::quit(); 42 | } 43 | 44 | -------------------------------------------------------------------------------- /AutoUpdate/autoupdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/AutoUpdate/autoupdate.h -------------------------------------------------------------------------------- /AutoUpdate/autoupdate.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /AutoUpdate/autoupdate.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | AutoUpdateClass 4 | 5 | 6 | 7 | 0 8 | 0 9 | 563 10 | 139 11 | 12 | 13 | 14 | 自动更新 15 | 16 | 17 | 18 | 19 | 220 20 | 80 21 | 101 22 | 41 23 | 24 | 25 | 26 | 取消 27 | 28 | 29 | 30 | 31 | 32 | 30 33 | 40 34 | 531 35 | 23 36 | 37 | 38 | 39 | 0 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /AutoUpdate/downloadthread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/AutoUpdate/downloadthread.cpp -------------------------------------------------------------------------------- /AutoUpdate/downloadthread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/AutoUpdate/downloadthread.h -------------------------------------------------------------------------------- /AutoUpdate/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/AutoUpdate/main.cpp -------------------------------------------------------------------------------- /ChatList/ChatListModel.cpp: -------------------------------------------------------------------------------- 1 | #include "ChatListModel.h" 2 | #include 3 | #include "../stdafx.h" 4 | ChatListModel::ChatListModel(QObject *parent) 5 | : QAbstractListModel(parent) 6 | { 7 | totalRowCount = 0; 8 | } 9 | 10 | ChatListModel::~ChatListModel() 11 | { 12 | 13 | } 14 | 15 | QVariant ChatListModel::data(const QModelIndex & index, int role)const 16 | { 17 | if(!index.isValid() || role != Qt::UserRole) 18 | { 19 | return QVariant(); 20 | } 21 | QVariant chatData; 22 | if(g_pMeetingFrame!=NULL) 23 | { 24 | PMsgItem chatInfo = g_pMeetingFrame->GetChatMsgItem(index.row()); 25 | chatData.setValue((void*)(chatInfo)); 26 | qDebug()<<"chatData == "<< QString::fromUtf8(chatInfo->msg); 27 | } 28 | 29 | return chatData; 30 | } 31 | 32 | int ChatListModel::rowCount(const QModelIndex & parent)const 33 | { 34 | return totalRowCount; 35 | } 36 | 37 | bool ChatListModel::insertRows(int row, int count, const QModelIndex & parent) 38 | { 39 | beginInsertRows(parent, row, row + count-1); 40 | totalRowCount += count; 41 | endInsertRows(); 42 | return true; 43 | } 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /ChatList/ChatListModel.h: -------------------------------------------------------------------------------- 1 | #ifndef CHATLISTMODEL_H 2 | #define CHATLISTMODEL_H 3 | 4 | #include 5 | #include 6 | class ChatListModel : public QAbstractListModel 7 | { 8 | Q_OBJECT 9 | public: 10 | ChatListModel(QObject *parent = 0); 11 | ~ChatListModel(); 12 | public: 13 | virtual bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex()); 14 | virtual QVariant data(const QModelIndex & index, int role = Qt::DisplayRole)const; 15 | virtual int rowCount(const QModelIndex & parent = QModelIndex())const; 16 | private: 17 | int totalRowCount; 18 | }; 19 | 20 | #endif // CHATLISTMODEL_H 21 | -------------------------------------------------------------------------------- /ChatList/ChatListModelDelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/ChatList/ChatListModelDelegate.cpp -------------------------------------------------------------------------------- /ChatList/ChatListModelDelegate.h: -------------------------------------------------------------------------------- 1 | #ifndef CHATLISTMODELDELEGATE_H 2 | #define CHATLISTMODELDELEGATE_H 3 | 4 | #include 5 | #include 6 | #include "LeftWdg.h" 7 | #include 8 | class ChatListModelDelegate : public QStyledItemDelegate 9 | { 10 | Q_OBJECT 11 | 12 | public: 13 | ChatListModelDelegate(QObject *parent = 0); 14 | ~ChatListModelDelegate(); 15 | 16 | public: 17 | void SetParentUI(QObject* apObjUI); 18 | public: 19 | virtual bool eventFilter(QObject *object, QEvent *event); 20 | virtual void paint(QPainter *painter,const QStyleOptionViewItem &option,const QModelIndex &index) const; 21 | private: 22 | QObject* parentUI; 23 | 24 | }; 25 | 26 | #endif // CHATLISTMODELDELEGATE_H 27 | -------------------------------------------------------------------------------- /DocShare/ConvertDocThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/ConvertDocThread.cpp -------------------------------------------------------------------------------- /DocShare/ConvertDocThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/ConvertDocThread.h -------------------------------------------------------------------------------- /DocShare/OcImageLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/OcImageLoader.cpp -------------------------------------------------------------------------------- /DocShare/OcImageLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/OcImageLoader.h -------------------------------------------------------------------------------- /DocShare/SeanPptProgressWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/SeanPptProgressWdg.cpp -------------------------------------------------------------------------------- /DocShare/SeanPptProgressWdg.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANPPTPROGRESSWDG_H 2 | #define SEANPPTPROGRESSWDG_H 3 | 4 | #include 5 | #include "ui_SeanPptProgressWdg.h" 6 | #include 7 | #include 8 | 9 | 10 | class SeanPptProgressWdg : public QWidget 11 | { 12 | Q_OBJECT 13 | 14 | public: 15 | SeanPptProgressWdg(QWidget *parent = 0); 16 | ~SeanPptProgressWdg(); 17 | void updateProgressWithFloat(QString uploadStr); 18 | Ui::SeanPptProgressWdg ui; 19 | private: 20 | 21 | 22 | QTimer *timer; 23 | int index; 24 | 25 | public slots: 26 | void closeWidget(); 27 | void updatePixmap(); 28 | }; 29 | 30 | #endif // SEANPPTPROGRESSWDG_H 31 | -------------------------------------------------------------------------------- /DocShare/SeanTestWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/SeanTestWdg.cpp -------------------------------------------------------------------------------- /DocShare/SeanTestWdg.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANTESTWDG_H 2 | #define SEANTESTWDG_H 3 | 4 | #include 5 | #include "ui_SeanTestWdg.h" 6 | #include 7 | #include 8 | 9 | class SeanTestWdg : public QWidget 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | SeanTestWdg(QWidget *parent = 0); 15 | ~SeanTestWdg(); 16 | Ui::SeanTestWdg ui; 17 | void JustShowLabel(); 18 | void ShowAll(); 19 | void ShowCloseDocBtn(bool bShow); 20 | private: 21 | 22 | QTimer *timer; 23 | bool penBtnChecked; 24 | protected: 25 | 26 | void mouseMoveEvent(QMouseEvent* event); 27 | void enterEvent ( QEvent * event ); 28 | void leaveEvent ( QEvent * event ); 29 | signals: 30 | void signalOfEnterTestWdg(); 31 | void signalOfLeaveTestWdg(); 32 | public slots: 33 | void setPenBntStats(); 34 | void timeoutToHiddenToolWdg(); 35 | }; 36 | 37 | #endif // SEANTESTWDG_H 38 | -------------------------------------------------------------------------------- /DocShare/ToolBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/ToolBar.cpp -------------------------------------------------------------------------------- /DocShare/ToolBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/ToolBar.h -------------------------------------------------------------------------------- /DocShare/WdgDocShare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/WdgDocShare.cpp -------------------------------------------------------------------------------- /DocShare/WdgDocShare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/DocShare/WdgDocShare.h -------------------------------------------------------------------------------- /DocShare/qupfile.h: -------------------------------------------------------------------------------- 1 | #ifndef QUPFILE_H 2 | #define QUPFILE_H 3 | 4 | #include 5 | #include 6 | 7 | class QUpFile : public QIODevice 8 | { 9 | Q_OBJECT 10 | public: 11 | QUpFile(const QString & name, const QByteArray &head, const QByteArray &tail, QObject *parent = 0); 12 | ~QUpFile(); 13 | bool openFile(); 14 | qint64 readData(char *data, qint64 maxlen); 15 | qint64 writeData(const char *data, qint64 len); 16 | qint64 size() const; 17 | 18 | private: 19 | QFile *file; 20 | QByteArray *head; 21 | QByteArray *tail; 22 | qint64 position; 23 | qint64 sizepart() const; 24 | qint64 sizefull() const; 25 | }; 26 | 27 | #endif // QUPFILE_H 28 | -------------------------------------------------------------------------------- /Meeting.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Meeting.ico -------------------------------------------------------------------------------- /Meeting.rc: -------------------------------------------------------------------------------- 1 | IDI_ICON1 ICON DISCARDABLE "app_icon.ico" 2 | 3 | -------------------------------------------------------------------------------- /Meeting.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | C:\Qt\4.8.5 5 | PATH=$(QTDIR)\bin%3b$(PATH) 6 | 7 | 8 | C:\Qt\4.8.5 9 | PATH=$(QTDIR)\bin%3b$(PATH) 10 | 11 | -------------------------------------------------------------------------------- /MeetingFrame/Debug/MeetingFrame.log: -------------------------------------------------------------------------------- 1 | 生成启动时间为 2015/7/27 9:58:04。 2 | 1>项目“C:\project\qt\openmeeting2\MeetingFrame\MeetingFrame.vcxproj”在节点 2 上(clean 个目标)。 3 | 1>_PrepareForClean: 4 | 正在删除文件“Debug\MeetingFrame.lastbuildstate”。 5 | 1>已完成生成项目“C:\project\qt\openmeeting2\MeetingFrame\MeetingFrame.vcxproj”(clean 个目标)的操作。 6 | 7 | 生成成功。 8 | 9 | 已用时间 00:00:00.01 10 | -------------------------------------------------------------------------------- /MeetingFrame/MeetingConnImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/MeetingConnImpl.cpp -------------------------------------------------------------------------------- /MeetingFrame/MeetingConnImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/MeetingConnImpl.h -------------------------------------------------------------------------------- /MeetingFrame/MeetingFrame.def: -------------------------------------------------------------------------------- 1 | LIBRARY "MeetingFrame" 2 | EXPORTS 3 | CreateMeetingFrame @1 NONAME 4 | -------------------------------------------------------------------------------- /MeetingFrame/MeetingFrame.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /MeetingFrame/MeetingFrameImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/MeetingFrameImpl.cpp -------------------------------------------------------------------------------- /MeetingFrame/MeetingFrameImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/MeetingFrameImpl.h -------------------------------------------------------------------------------- /MeetingFrame/Release/MeetingFrame.log: -------------------------------------------------------------------------------- 1 | 生成启动时间为 2015/7/27 11:03:43。 2 | 1>项目“C:\project\qt\openmeeting2\MeetingFrame\MeetingFrame.vcxproj”在节点 2 上(clean 个目标)。 3 | 1>_PrepareForClean: 4 | 正在删除文件“Release\MeetingFrame.lastbuildstate”。 5 | 1>已完成生成项目“C:\project\qt\openmeeting2\MeetingFrame\MeetingFrame.vcxproj”(clean 个目标)的操作。 6 | 7 | 生成成功。 8 | 9 | 已用时间 00:00:00.01 10 | -------------------------------------------------------------------------------- /MeetingFrame/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/dllmain.cpp -------------------------------------------------------------------------------- /MeetingFrame/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/stdafx.cpp -------------------------------------------------------------------------------- /MeetingFrame/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/stdafx.h -------------------------------------------------------------------------------- /MeetingFrame/string_conv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/string_conv.h -------------------------------------------------------------------------------- /MeetingFrame/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingFrame/targetver.h -------------------------------------------------------------------------------- /MeetingListModel/ButtonDelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingListModel/ButtonDelegate.cpp -------------------------------------------------------------------------------- /MeetingListModel/ButtonDelegate.h: -------------------------------------------------------------------------------- 1 | #ifndef BUTTONDELEGATE_H 2 | #define BUTTONDELEGATE_H 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | class ButtonDelegate : public QStyledItemDelegate 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | ButtonDelegate(QObject *parent = 0); 15 | ~ButtonDelegate(); 16 | public: 17 | protected: 18 | virtual void paint(QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index) const; 19 | virtual bool eventFilter(QObject *object, QEvent *event); 20 | 21 | private: 22 | void goinBtnPressed(QObject *object, QEvent *event); 23 | 24 | signals: 25 | void sendTableViewNumberRowAndWorth(int row,int isBool); 26 | }; 27 | 28 | #endif // BUTTONDELEGATE_H 29 | -------------------------------------------------------------------------------- /MeetingListModel/MeetingDetailDelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingListModel/MeetingDetailDelegate.cpp -------------------------------------------------------------------------------- /MeetingListModel/MeetingDetailDelegate.h: -------------------------------------------------------------------------------- 1 | #ifndef MEETINGDETAILDELEGATE_H 2 | #define MEETINGDETAILDELEGATE_H 3 | 4 | #include 5 | #include "../stdafx.h" 6 | #include 7 | #include 8 | 9 | class MeetingDetailDelegate : public QStyledItemDelegate 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | MeetingDetailDelegate(QObject *parent = 0); 15 | ~MeetingDetailDelegate(); 16 | protected: 17 | virtual void paint(QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index) const; 18 | private: 19 | 20 | }; 21 | 22 | #endif // MEETINGDETAILDELEGATE_H 23 | -------------------------------------------------------------------------------- /MeetingListModel/MeetingRoomWordWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingListModel/MeetingRoomWordWdg.cpp -------------------------------------------------------------------------------- /MeetingListModel/MeetingRoomWordWdg.h: -------------------------------------------------------------------------------- 1 | #ifndef MEETINGROOMWORDWDG_H 2 | #define MEETINGROOMWORDWDG_H 3 | 4 | #include 5 | #include "ui_MeetingRoomWordWdg.h" 6 | #include "ccommonwidget.h" 7 | #include "../stdafx.h" 8 | class MeetingRoomWordWdg : public CCommonWidget 9 | { 10 | Q_OBJECT 11 | 12 | public: 13 | MeetingRoomWordWdg(QWidget *parent = 0,CommonWndFlags WndFlag = enum_GGWndTitlebarHint | enum_GGWndCloseButtonHint); 14 | ~MeetingRoomWordWdg(); 15 | 16 | static MeetingRoomWordWdg *r_instance; 17 | static MeetingRoomWordWdg *GetInstance(); 18 | int indexRow; 19 | 20 | private: 21 | Ui::MeetingRoomWordWdg ui; 22 | 23 | public slots: 24 | void OnOK(); 25 | void OnCancel(); 26 | void OnClose(); 27 | 28 | signals: 29 | void toEnterRoomWithRoomId(uint32_t roomId); 30 | }; 31 | 32 | #endif // MEETINGROOMWORDWDG_H 33 | -------------------------------------------------------------------------------- /MeetingListModel/Meetinglistmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingListModel/Meetinglistmodel.cpp -------------------------------------------------------------------------------- /MeetingListModel/Meetinglistmodel.h: -------------------------------------------------------------------------------- 1 | #ifndef MEETINGLISTMODEL_H 2 | #define MEETINGLISTMODEL_H 3 | 4 | #include 5 | #include 6 | #include "MeetingListWdg.h" 7 | 8 | class MeetingListModel : public QAbstractTableModel 9 | { 10 | Q_OBJECT 11 | 12 | public: 13 | static MeetingListModel * m_instance; 14 | static MeetingListModel * GetInstance(); 15 | 16 | public: 17 | MeetingListModel(QObject *parent = 0); 18 | ~MeetingListModel(); 19 | int m_total; 20 | public: 21 | virtual int rowCount(const QModelIndex &parent = QModelIndex())const; 22 | virtual int columnCount(const QModelIndex &parent = QModelIndex())const; 23 | QVariant data(const QModelIndex &index, int role /* = Qt::DisplayRole */)const; 24 | QVariant headerData(int section, Qt::Orientation orientation, int role /* = Qt::DisplayRole */)const; 25 | virtual bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex()); 26 | virtual bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex()); 27 | private: 28 | QStringList headerList; 29 | 30 | 31 | 32 | }; 33 | 34 | #endif // MEETINGLISTMODEL_H 35 | -------------------------------------------------------------------------------- /MeetingListModel/Meetinglistwdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/MeetingListModel/Meetinglistwdg.cpp -------------------------------------------------------------------------------- /MeetingListModel/Meetinglistwdg.h: -------------------------------------------------------------------------------- 1 | #ifndef MEETINGLISTWDG_H 2 | #define MEETINGLISTWDG_H 3 | 4 | #include 5 | #include "ui_Meetinglistwdg.h" 6 | 7 | #include "MeetingListModel/Meetinglistmodel.h" 8 | #include "MeetingListModel/ButtonDelegate.h" 9 | #include 10 | #include 11 | #include "MeetingRoomWordWdg.h" 12 | #include "MeetingDetailDelegate.h" 13 | class MeetingListWdg : public QWidget 14 | { 15 | Q_OBJECT 16 | 17 | public: 18 | MeetingListWdg(QWidget *parent = 0); 19 | ~MeetingListWdg(); 20 | void InitDeviceList(); 21 | 22 | public: 23 | static MeetingListWdg *t_instance; 24 | static MeetingListWdg *GetTableViewInstance(); 25 | 26 | private: 27 | QPoint mouse_movePoint; 28 | bool mouse_pressed; 29 | void mousePressEvent(QMouseEvent *event); 30 | void mouseMoveEvent(QMouseEvent *event); 31 | void mouseReleaseEvent(QMouseEvent *event); 32 | public slots: 33 | void getFromButtonDelegateWithRowAndBool(int row,int isBool); 34 | void getRoomIdToEnterRoom(uint32_t roomId); 35 | 36 | private: 37 | Ui::MeetingListWdg ui; 38 | }; 39 | 40 | #endif // MEETINGLISTWDG_H 41 | -------------------------------------------------------------------------------- /MeetingListModel/SeanTableViewDelegate.cpp: -------------------------------------------------------------------------------- 1 | #include "SeanTableViewDelegate.h" 2 | #include 3 | SeanTableViewDelegate::~SeanTableViewDelegate() 4 | { 5 | 6 | } 7 | SeanTableViewDelegate::SeanTableViewDelegate(QTableView* tableView) 8 | { 9 | int gridHint = tableView->style()->styleHint(QStyle::SH_Table_GridLineColor, new QStyleOptionViewItemV4()); 10 | QColor gridColor = static_cast(gridHint); 11 | pen = QPen(gridColor, 0, tableView->gridStyle()); 12 | view = tableView; 13 | 14 | } 15 | 16 | void SeanTableViewDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option,const QModelIndex& index)const 17 | { 18 | 19 | view->setRowHeight(index.row(),60); 20 | QStyleOptionViewItem itemOption(option); 21 | if(itemOption.state & QStyle::State_HasFocus) 22 | itemOption.state = itemOption.state ^ QStyle::State_HasFocus; 23 | QStyledItemDelegate::paint(painter,itemOption,index); 24 | QPen oldPen = painter->pen(); 25 | painter->setPen(pen); 26 | painter->setPen(oldPen); 27 | } 28 | 29 | // QSize SeanTableViewDelegate::sizeHint( const QStyleOptionViewItem &option, const QModelIndex &index )const 30 | // { 31 | // return QSize(450, 100); 32 | // 33 | // } -------------------------------------------------------------------------------- /MeetingListModel/SeanTableViewDelegate.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANTABLEVIEWDELEGATE_H 2 | #define SEANTABLEVIEWDELEGATE_H 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | class SeanTableViewDelegate : public QStyledItemDelegate 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | SeanTableViewDelegate(QTableView* tableView); 15 | ~SeanTableViewDelegate(); 16 | protected: 17 | void paint(QPainter* painter,const QStyleOptionViewItem& option,const QModelIndex& index) const; 18 | //QSize sizeHint( const QStyleOptionViewItem &option, const QModelIndex &index ) const; 19 | 20 | private: 21 | QPen pen; 22 | QTableView* view; 23 | private: 24 | 25 | }; 26 | 27 | #endif // SEANTABLEVIEWDELEGATE_H 28 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 从事音视频聊天,流媒体相关软件研发已有10来年,回想当初自己入行时找资料的艰难,希望这份代码可以给初学者以帮助。互联网上流媒体的资料虽然也不少,但是大多是不全的只字片语,或者是代码很复杂的国外开源软件。openmeeting2虽然说不上技术有多好,至少是一个完整的可以跑起来的整体项目,初学者按照教程能一步一步的编译,部署。这对初学者的信心鼓励很重要。当然也欢迎大牛指正和拍砖,大家有技术方面的讨论可以加群377724275,大家的技术问题我都会回复的,可能有时因为工作原因会慢点。 -------------------------------------------------------------------------------- /Resources/arrow/down_style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/arrow/down_style_1.png -------------------------------------------------------------------------------- /Resources/arrow/down_style_1_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/arrow/down_style_1_disable.png -------------------------------------------------------------------------------- /Resources/arrow/up_style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/arrow/up_style_1.png -------------------------------------------------------------------------------- /Resources/arrow/up_style_1_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/arrow/up_style_1_disable.png -------------------------------------------------------------------------------- /Resources/button/btnClear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnClear.png -------------------------------------------------------------------------------- /Resources/button/btnFont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnFont.png -------------------------------------------------------------------------------- /Resources/button/btnMic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnMic.png -------------------------------------------------------------------------------- /Resources/button/btnPPT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnPPT.png -------------------------------------------------------------------------------- /Resources/button/btnST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnST.png -------------------------------------------------------------------------------- /Resources/button/btnST_Hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnST_Hover.png -------------------------------------------------------------------------------- /Resources/button/btnSendMsg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnSendMsg.png -------------------------------------------------------------------------------- /Resources/button/btnSmile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnSmile.png -------------------------------------------------------------------------------- /Resources/button/btnSoundTip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnSoundTip.png -------------------------------------------------------------------------------- /Resources/button/btnSoundTip2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnSoundTip2.png -------------------------------------------------------------------------------- /Resources/button/btnSpeakFree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnSpeakFree.png -------------------------------------------------------------------------------- /Resources/button/btnSpeaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnSpeaker.png -------------------------------------------------------------------------------- /Resources/button/btnTurnLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnTurnLeft.png -------------------------------------------------------------------------------- /Resources/button/btnTurnLeft2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/button/btnTurnLeft2.png -------------------------------------------------------------------------------- /Resources/check/style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/check/style_1.png -------------------------------------------------------------------------------- /Resources/gif/00389[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00389[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00390[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00390[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00391[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00391[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00392[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00392[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00393[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00393[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00394[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00394[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00395[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00395[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00396[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00396[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00397[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00397[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00398[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00398[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00399[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00399[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00400[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00400[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00401[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00401[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00402[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00402[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00403[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00403[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00404[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00404[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00405[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00405[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00406[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00406[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00407[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00407[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00408[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00408[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00409[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00409[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00410[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00410[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00411[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00411[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00412[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00412[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00413[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00413[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00414[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00414[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00415[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00415[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00416[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00416[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00417[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00417[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00418[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00418[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00419[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00419[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00420[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00420[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00421[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00421[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00422[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00422[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00423[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00423[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00424[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00424[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00425[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00425[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00426[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00426[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00427[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00427[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00428[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00428[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00429[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00429[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00430[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00430[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00431[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00431[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00432[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00432[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00433[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00433[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00434[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00434[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00435[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00435[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00436[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00436[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00437[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00437[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00438[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00438[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00439[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00439[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00440[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00440[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00441[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00441[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00442[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00442[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00443[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00443[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00444[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00444[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00445[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00445[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00446[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00446[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00447[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00447[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00448[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00448[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00449[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00449[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00450[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00450[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00451[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00451[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00452[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00452[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00453[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00453[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00454[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00454[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00455[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00455[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00456[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00456[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00457[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00457[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00458[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00458[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00459[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00459[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00460[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00460[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00461[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00461[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00462[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00462[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00463[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00463[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00464[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00464[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00465[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00465[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00466[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00466[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00467[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00467[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00468[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00468[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00469[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00469[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00470[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00470[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00471[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00471[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00472[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00472[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00473[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00473[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00474[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00474[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00475[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00475[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00476[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00476[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00477[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00477[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00478[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00478[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00479[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00479[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00480[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00480[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00481[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00481[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00482[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00482[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00483[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00483[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00484[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00484[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00485[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00485[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00486[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00486[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00487[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00487[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00488[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00488[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00489[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00489[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00490[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00490[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00491[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00491[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00492[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00492[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00493[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00493[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00494[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00494[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00495[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00495[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00496[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00496[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00497[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00497[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00498[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00498[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00499[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00499[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00500[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00500[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00501[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00501[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00502[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00502[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00503[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00503[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00504[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00504[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00505[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00505[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00506[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00506[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00507[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00507[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00508[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00508[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00509[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00509[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00510[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00510[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00511[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00511[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00512[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00512[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00513[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00513[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00514[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00514[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00515[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00515[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00516[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00516[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00517[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00517[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00518[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00518[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00519[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00519[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00520[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00520[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00521[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00521[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00522[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00522[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/gif/00523[24x24x8BPP].gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/gif/00523[24x24x8BPP].gif -------------------------------------------------------------------------------- /Resources/login.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login.qss -------------------------------------------------------------------------------- /Resources/login/DS_Toolbar_Bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/DS_Toolbar_Bkg.png -------------------------------------------------------------------------------- /Resources/login/Normal_bkg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/Normal_bkg1.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization1.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization2.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization3.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization4.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization5.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization6.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization7.png -------------------------------------------------------------------------------- /Resources/login/VideoOptimization8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/VideoOptimization8.png -------------------------------------------------------------------------------- /Resources/login/box_style_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/box_style_2.png -------------------------------------------------------------------------------- /Resources/login/box_style_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/box_style_3.png -------------------------------------------------------------------------------- /Resources/login/cancelBtnImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/cancelBtnImage.png -------------------------------------------------------------------------------- /Resources/login/dl_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/dl_1.png -------------------------------------------------------------------------------- /Resources/login/down_style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/down_style_1.png -------------------------------------------------------------------------------- /Resources/login/down_style_1_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/down_style_1_disable.png -------------------------------------------------------------------------------- /Resources/login/fa_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/fa_bg.png -------------------------------------------------------------------------------- /Resources/login/icon_gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/icon_gb.png -------------------------------------------------------------------------------- /Resources/login/icon_hdl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/icon_hdl.png -------------------------------------------------------------------------------- /Resources/login/icon_hgb1-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/icon_hgb1-09.png -------------------------------------------------------------------------------- /Resources/login/icon_hjr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/icon_hjr.png -------------------------------------------------------------------------------- /Resources/login/icon_hsz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/icon_hsz.png -------------------------------------------------------------------------------- /Resources/login/list_jr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/list_jr.png -------------------------------------------------------------------------------- /Resources/login/list_wjr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/list_wjr.png -------------------------------------------------------------------------------- /Resources/login/login_bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/login_bg1.png -------------------------------------------------------------------------------- /Resources/login/login_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/login_bg2.png -------------------------------------------------------------------------------- /Resources/login/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/logo.png -------------------------------------------------------------------------------- /Resources/login/nav_wxz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/nav_wxz.png -------------------------------------------------------------------------------- /Resources/login/nav_xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/nav_xz.png -------------------------------------------------------------------------------- /Resources/login/strip_style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/strip_style_1.png -------------------------------------------------------------------------------- /Resources/login/strip_style_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/strip_style_2.png -------------------------------------------------------------------------------- /Resources/login/style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/style_1.png -------------------------------------------------------------------------------- /Resources/login/style_1_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/style_1_disable.png -------------------------------------------------------------------------------- /Resources/login/style_1_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/style_1_hover.png -------------------------------------------------------------------------------- /Resources/login/style_1_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/style_1_normal.png -------------------------------------------------------------------------------- /Resources/login/sz_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/sz_1.png -------------------------------------------------------------------------------- /Resources/login/thumb_style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/thumb_style_1.png -------------------------------------------------------------------------------- /Resources/login/up_style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/up_style_1.png -------------------------------------------------------------------------------- /Resources/login/up_style_1_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/up_style_1_disable.png -------------------------------------------------------------------------------- /Resources/login/whiteImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/whiteImage.png -------------------------------------------------------------------------------- /Resources/login/xz_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/xz_1.png -------------------------------------------------------------------------------- /Resources/login/xz_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/login/xz_2.png -------------------------------------------------------------------------------- /Resources/qt_zh_CN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/qt_zh_CN.qm -------------------------------------------------------------------------------- /Resources/room/afsh_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/afsh_1.png -------------------------------------------------------------------------------- /Resources/room/icon_rom_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/icon_rom_name.png -------------------------------------------------------------------------------- /Resources/room/imgSpeakStatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/imgSpeakStatus.png -------------------------------------------------------------------------------- /Resources/room/mic_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/mic_check.png -------------------------------------------------------------------------------- /Resources/room/ppt_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/ppt_1.png -------------------------------------------------------------------------------- /Resources/room/ppt_1h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/ppt_1h.png -------------------------------------------------------------------------------- /Resources/room/speaker_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/speaker_check.png -------------------------------------------------------------------------------- /Resources/room/user_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/user_type.png -------------------------------------------------------------------------------- /Resources/room/wlzl_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/wlzl_1.png -------------------------------------------------------------------------------- /Resources/room/wlzl_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/wlzl_2.png -------------------------------------------------------------------------------- /Resources/room/wlzl_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/wlzl_3.png -------------------------------------------------------------------------------- /Resources/room/wlzl_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/wlzl_4.png -------------------------------------------------------------------------------- /Resources/room/wlzl_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/wlzl_5.png -------------------------------------------------------------------------------- /Resources/room/wlzl_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/wlzl_6.png -------------------------------------------------------------------------------- /Resources/room/xiatai_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/xiatai_1.png -------------------------------------------------------------------------------- /Resources/room/xiatai_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/xiatai_h1.png -------------------------------------------------------------------------------- /Resources/room/zcrkzsh_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/zcrkzsh_1.png -------------------------------------------------------------------------------- /Resources/room/zysh_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/zysh_1.png -------------------------------------------------------------------------------- /Resources/room/zysh_1h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/room/zysh_1h.png -------------------------------------------------------------------------------- /Resources/scroll/style_1_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/scroll/style_1_hover.png -------------------------------------------------------------------------------- /Resources/scroll/style_1_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/scroll/style_1_normal.png -------------------------------------------------------------------------------- /Resources/scroll/style_2_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/scroll/style_2_hover.png -------------------------------------------------------------------------------- /Resources/setting.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting.qss -------------------------------------------------------------------------------- /Resources/setting/00901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00901.png -------------------------------------------------------------------------------- /Resources/setting/00902.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00902.png -------------------------------------------------------------------------------- /Resources/setting/00903.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00903.png -------------------------------------------------------------------------------- /Resources/setting/00904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00904.png -------------------------------------------------------------------------------- /Resources/setting/00905.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00905.png -------------------------------------------------------------------------------- /Resources/setting/00906.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00906.png -------------------------------------------------------------------------------- /Resources/setting/00907.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00907.png -------------------------------------------------------------------------------- /Resources/setting/00908.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00908.png -------------------------------------------------------------------------------- /Resources/setting/00909.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00909.png -------------------------------------------------------------------------------- /Resources/setting/00910.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00910.png -------------------------------------------------------------------------------- /Resources/setting/00911.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00911.png -------------------------------------------------------------------------------- /Resources/setting/00912.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00912.png -------------------------------------------------------------------------------- /Resources/setting/00913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00913.png -------------------------------------------------------------------------------- /Resources/setting/00914.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00914.png -------------------------------------------------------------------------------- /Resources/setting/00915.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00915.png -------------------------------------------------------------------------------- /Resources/setting/00916.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00916.png -------------------------------------------------------------------------------- /Resources/setting/00917.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00917.png -------------------------------------------------------------------------------- /Resources/setting/00999.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/00999.png -------------------------------------------------------------------------------- /Resources/setting/01406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01406.png -------------------------------------------------------------------------------- /Resources/setting/01407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01407.png -------------------------------------------------------------------------------- /Resources/setting/01408.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01408.png -------------------------------------------------------------------------------- /Resources/setting/01427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01427.png -------------------------------------------------------------------------------- /Resources/setting/01428.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01428.png -------------------------------------------------------------------------------- /Resources/setting/01429.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01429.png -------------------------------------------------------------------------------- /Resources/setting/01437.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01437.png -------------------------------------------------------------------------------- /Resources/setting/01438.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01438.png -------------------------------------------------------------------------------- /Resources/setting/01439[22x22x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01439[22x22x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/01440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01440.png -------------------------------------------------------------------------------- /Resources/setting/01441.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01441.png -------------------------------------------------------------------------------- /Resources/setting/01442.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01442.png -------------------------------------------------------------------------------- /Resources/setting/01443.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01443.png -------------------------------------------------------------------------------- /Resources/setting/01444.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01444.png -------------------------------------------------------------------------------- /Resources/setting/01445.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01445.png -------------------------------------------------------------------------------- /Resources/setting/01446.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01446.png -------------------------------------------------------------------------------- /Resources/setting/01448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/01448.png -------------------------------------------------------------------------------- /Resources/setting/03502[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03502[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03503[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03503[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03504[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03504[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03505[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03505[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03506[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03506[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03507[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03507[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03508[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03508[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03509[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03509[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03510[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03510[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03511[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03511[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03512[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03512[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03513[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03513[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03514[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03514[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03515[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03515[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03516[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03516[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03517[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03517[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03518[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03518[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03519[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03519[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03520[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03520[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03521[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03521[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03522[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03522[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03523[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03523[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03524[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03524[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03525[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03525[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03526[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03526[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03527[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03527[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03528[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03528[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03529[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03529[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03530[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03530[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03531[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03531[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03532[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03532[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03533[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03533[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03534[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03534[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03535[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03535[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03536[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03536[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03537[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03537[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03538[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03538[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03539[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03539[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03540[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03540[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03541[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03541[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03542[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03542[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03543[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03543[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03544[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03544[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03545[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03545[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03546[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03546[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03547[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03547[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03548[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03548[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03549[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03549[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03550[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03550[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03551[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03551[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03552[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03552[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03553[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03553[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03554[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03554[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03555[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03555[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03556[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03556[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03557[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03557[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03558[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03558[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03559[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03559[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03560[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03560[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03561[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03561[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03562[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03562[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03563[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03563[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03564[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03564[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03565[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03565[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03566[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03566[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03567[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03567[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03568[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03568[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03569[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03569[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03570[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03570[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03571[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03571[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03572[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03572[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03573[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03573[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03574[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03574[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03575[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03575[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03576[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03576[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03577[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03577[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03578[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03578[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03579[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03579[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03580[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03580[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03581[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03581[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03582[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03582[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03583[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03583[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03584[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03584[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03585[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03585[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03586[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03586[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03587[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03587[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03588[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03588[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03589[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03589[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03590[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03590[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03591[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03591[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03592[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03592[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03593[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03593[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03594[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03594[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03595[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03595[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03596[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03596[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03597[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03597[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03598[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03598[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03599[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03599[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03600[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03600[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03601[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03601[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03602[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03602[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03603[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03603[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03604[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03604[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03605[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03605[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03606[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03606[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03607[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03607[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03608[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03608[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03609[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03609[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03610[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03610[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03611[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03611[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03612[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03612[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03613[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03613[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03614[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03614[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03615[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03615[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03616[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03616[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03617[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03617[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03618[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03618[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03619[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03619[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03620[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03620[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03621[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03621[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03622[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03622[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03623[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03623[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03624[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03624[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03625[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03625[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03626[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03626[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03627[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03627[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03628[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03628[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03629[24x24x4BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03629[24x24x4BPP].png -------------------------------------------------------------------------------- /Resources/setting/03630[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03630[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03631[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03631[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03632[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03632[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03633[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03633[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03634[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03634[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03635[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03635[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/03636[24x24x8BPP].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/03636[24x24x8BPP].png -------------------------------------------------------------------------------- /Resources/setting/AddTimeWinBtn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/AddTimeWinBtn_normal.png -------------------------------------------------------------------------------- /Resources/setting/MoreExpressionShops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/MoreExpressionShops.png -------------------------------------------------------------------------------- /Resources/setting/SeanVideoMic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/SeanVideoMic.png -------------------------------------------------------------------------------- /Resources/setting/SeanVideoSpk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/SeanVideoSpk.png -------------------------------------------------------------------------------- /Resources/setting/SeanVideoTestDefalutImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/SeanVideoTestDefalutImage.png -------------------------------------------------------------------------------- /Resources/setting/SeanVideoTestDownBackImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/SeanVideoTestDownBackImage.jpg -------------------------------------------------------------------------------- /Resources/setting/SeanVideoTestMainWindowTitleImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/SeanVideoTestMainWindowTitleImage.jpg -------------------------------------------------------------------------------- /Resources/setting/SeanVideoTestUpImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/SeanVideoTestUpImage.png -------------------------------------------------------------------------------- /Resources/setting/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/bg.png -------------------------------------------------------------------------------- /Resources/setting/bg_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/bg_list.png -------------------------------------------------------------------------------- /Resources/setting/breath_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/breath_in.png -------------------------------------------------------------------------------- /Resources/setting/button-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/button-down.png -------------------------------------------------------------------------------- /Resources/setting/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/button-hover.png -------------------------------------------------------------------------------- /Resources/setting/button-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/button-normal.png -------------------------------------------------------------------------------- /Resources/setting/closePptBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/closePptBtn.png -------------------------------------------------------------------------------- /Resources/setting/colorImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/colorImage.png -------------------------------------------------------------------------------- /Resources/setting/faceImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/faceImage.png -------------------------------------------------------------------------------- /Resources/setting/hoverFace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/hoverFace.png -------------------------------------------------------------------------------- /Resources/setting/normalFace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/normalFace.png -------------------------------------------------------------------------------- /Resources/setting/pptLoadBackLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/pptLoadBackLabel.png -------------------------------------------------------------------------------- /Resources/setting/settingColorImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/settingColorImage.png -------------------------------------------------------------------------------- /Resources/setting/style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/style_1.png -------------------------------------------------------------------------------- /Resources/setting/testWdgImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/testWdgImage.png -------------------------------------------------------------------------------- /Resources/setting/utsing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/utsing.png -------------------------------------------------------------------------------- /Resources/setting/warning_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/warning_orange.png -------------------------------------------------------------------------------- /Resources/setting/whiteImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/setting/whiteImage.png -------------------------------------------------------------------------------- /Resources/slider/strip_style_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/slider/strip_style_1.png -------------------------------------------------------------------------------- /Resources/slider/strip_style_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/slider/strip_style_2.png -------------------------------------------------------------------------------- /Resources/slider/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/slider/thumb.png -------------------------------------------------------------------------------- /Resources/style.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/style.qss -------------------------------------------------------------------------------- /Resources/sys_button/btn_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/sys_button/btn_close.png -------------------------------------------------------------------------------- /Resources/sys_button/btn_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/sys_button/btn_max.png -------------------------------------------------------------------------------- /Resources/sys_button/btn_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/sys_button/btn_menu.png -------------------------------------------------------------------------------- /Resources/sys_button/btn_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/sys_button/btn_min.png -------------------------------------------------------------------------------- /Resources/sys_button/btn_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/sys_button/btn_restore.png -------------------------------------------------------------------------------- /Resources/video/BigVideoLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/BigVideoLogo.png -------------------------------------------------------------------------------- /Resources/video/bigVideoBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/bigVideoBG.png -------------------------------------------------------------------------------- /Resources/video/fullscreen_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/fullscreen_16.png -------------------------------------------------------------------------------- /Resources/video/fullscreen_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/fullscreen_24.png -------------------------------------------------------------------------------- /Resources/video/fullscreen_24_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/fullscreen_24_2.png -------------------------------------------------------------------------------- /Resources/video/quit_full_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/quit_full_screen.png -------------------------------------------------------------------------------- /Resources/video/smallVideoBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/smallVideoBG.png -------------------------------------------------------------------------------- /Resources/video/smallVideoLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/smallVideoLogo.png -------------------------------------------------------------------------------- /Resources/video/smallvideoLogo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/video/smallvideoLogo2.png -------------------------------------------------------------------------------- /Resources/voiceTest/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/voiceTest/mic.png -------------------------------------------------------------------------------- /Resources/voiceTest/voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/voiceTest/voice.png -------------------------------------------------------------------------------- /Resources/voiceTestGuide.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/voiceTestGuide.qss -------------------------------------------------------------------------------- /Resources/window/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/window/logo.png -------------------------------------------------------------------------------- /Resources/window/style_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/window/style_01.png -------------------------------------------------------------------------------- /Resources/window/style_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/window/style_02.png -------------------------------------------------------------------------------- /Resources/window/style_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/window/style_03.png -------------------------------------------------------------------------------- /Resources/window/style_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/window/style_07.png -------------------------------------------------------------------------------- /Resources/window/style_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Resources/window/style_08.png -------------------------------------------------------------------------------- /Room/DlgApplyAdmin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Room/DlgApplyAdmin.cpp -------------------------------------------------------------------------------- /Room/DlgApplyAdmin.h: -------------------------------------------------------------------------------- 1 | #ifndef DLGAPPLYADMIN_H 2 | #define DLGAPPLYADMIN_H 3 | 4 | #include 5 | #include "ui_DlgApplyAdmin.h" 6 | #include "ccommonwidget.h" 7 | class DlgApplyAdmin : public CCommonWidget, public Ui::DlgApplyAdmin 8 | { 9 | Q_OBJECT 10 | 11 | public: 12 | DlgApplyAdmin(QWidget *parent = 0,CommonWndFlags WndFlag = enum_GGWndTitlebarHint | enum_GGWndCloseButtonHint); 13 | ~DlgApplyAdmin(); 14 | 15 | private: 16 | static DlgApplyAdmin* m_instance; 17 | public: 18 | static DlgApplyAdmin* GetInstance(); 19 | bool IsAdmin(); 20 | public slots: 21 | void OnOK(); 22 | void OnCancel(); 23 | void OnClose(); 24 | private: 25 | bool m_isAdmin; 26 | }; 27 | 28 | #endif // DLGAPPLYADMIN_H 29 | -------------------------------------------------------------------------------- /Room/LabelNetInfo.cpp: -------------------------------------------------------------------------------- 1 | #include "LabelNetInfo.h" 2 | #include 3 | #include 4 | #include 5 | LabelNetInfo::LabelNetInfo(QWidget *parent) 6 | : QLabel(parent) 7 | { 8 | m_lastEventTime = 0; 9 | } 10 | 11 | LabelNetInfo::~LabelNetInfo() 12 | { 13 | 14 | } 15 | 16 | void LabelNetInfo::enterEvent ( QEvent * event ) 17 | { 18 | qint64 t2 = QDateTime::currentMSecsSinceEpoch(); 19 | if(t2-m_lastEventTime>500){ 20 | emit EventEnter(); 21 | m_lastEventTime = t2; 22 | } 23 | } 24 | 25 | void LabelNetInfo::leaveEvent ( QEvent * event ) 26 | { 27 | 28 | qint64 t2 = QDateTime::currentMSecsSinceEpoch(); 29 | if(t2-m_lastEventTime>500){ 30 | emit EventLeave(); 31 | m_lastEventTime = t2; 32 | } 33 | } -------------------------------------------------------------------------------- /Room/LabelNetInfo.h: -------------------------------------------------------------------------------- 1 | #ifndef LABLENETINFO_H 2 | #define LABLENETINFO_H 3 | 4 | #include 5 | #include 6 | #include 7 | class LabelNetInfo : public QLabel 8 | { 9 | Q_OBJECT 10 | 11 | public: 12 | LabelNetInfo(QWidget *parent = 0); 13 | ~LabelNetInfo(); 14 | signals: 15 | void EventEnter(); 16 | void EventLeave(); 17 | 18 | protected: 19 | void enterEvent ( QEvent * event ); 20 | void leaveEvent ( QEvent * event ); 21 | private: 22 | qint64 m_lastEventTime; 23 | }; 24 | 25 | #endif // WDGNETINFO_H 26 | -------------------------------------------------------------------------------- /Room/LeftWdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Room/LeftWdg.h -------------------------------------------------------------------------------- /Room/RoomWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Room/RoomWdg.cpp -------------------------------------------------------------------------------- /Room/RoomWdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Room/RoomWdg.h -------------------------------------------------------------------------------- /Room/WdgNetInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Room/WdgNetInfo.cpp -------------------------------------------------------------------------------- /Room/WdgNetInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Room/WdgNetInfo.h -------------------------------------------------------------------------------- /Room/qupfile.h: -------------------------------------------------------------------------------- 1 | #ifndef QUPFILE_H 2 | #define QUPFILE_H 3 | 4 | #include 5 | #include 6 | 7 | class QUpFile : public QIODevice 8 | { 9 | Q_OBJECT 10 | public: 11 | QUpFile(const QString & name, const QByteArray &head, const QByteArray &tail, QObject *parent = 0); 12 | ~QUpFile(); 13 | bool openFile(); 14 | qint64 readData(char *data, qint64 maxlen); 15 | qint64 writeData(const char *data, qint64 len); 16 | qint64 size() const; 17 | 18 | private: 19 | QFile *file; 20 | QByteArray *head; 21 | QByteArray *tail; 22 | qint64 position; 23 | qint64 sizepart() const; 24 | qint64 sizefull() const; 25 | }; 26 | 27 | #endif // QUPFILE_H 28 | -------------------------------------------------------------------------------- /SeanThread/SeanThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/SeanThread/SeanThread.cpp -------------------------------------------------------------------------------- /SeanThread/SeanThread.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANTHREAD_H 2 | #define SEANTHREAD_H 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | class SeanThread : public QThread 12 | { 13 | Q_OBJECT 14 | 15 | public: 16 | SeanThread(); 17 | ~SeanThread(); 18 | static SeanThread *instance; 19 | static SeanThread *GetInstance(); 20 | void run(); 21 | bool isTrue; 22 | QString MD5(QString strOrgi); 23 | private: 24 | QNetworkReply *replyGet; 25 | QString m_strCacheDir; 26 | QString m_strLocalFileName; 27 | 28 | QString unUrl; 29 | int currentPage; 30 | int totalPage; 31 | QMutex mutex; 32 | 33 | protected: 34 | 35 | 36 | 37 | public slots: 38 | void downloadProgress(qint64 hasRead,qint64 total); 39 | void OnHttpError(QNetworkReply::NetworkError networkError); 40 | void OnDownloadReady(); 41 | 42 | }; 43 | 44 | #endif // SEANTHREAD_H 45 | -------------------------------------------------------------------------------- /Setting/AboutWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Setting/AboutWidget.cpp -------------------------------------------------------------------------------- /Setting/AboutWidget.h: -------------------------------------------------------------------------------- 1 | #ifndef ABOUTWIDGET_H 2 | #define ABOUTWIDGET_H 3 | 4 | #include 5 | #include "ui_AboutWidget.h" 6 | #include 7 | #include 8 | 9 | class AboutWidget : public QWidget 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | AboutWidget(QWidget *parent = 0); 15 | ~AboutWidget(); 16 | static AboutWidget *a_instance; 17 | static AboutWidget *GetInstance(); 18 | 19 | private: 20 | Ui::AboutWidget ui; 21 | 22 | bool mouse_pressed; 23 | QPoint mouse_movePoint; 24 | 25 | void mousePressEvent(QMouseEvent *event); 26 | void mouseMoveEvent(QMouseEvent *event); 27 | void mouseReleaseEvent(QMouseEvent *event); 28 | 29 | 30 | }; 31 | 32 | #endif // ABOUTWIDGET_H 33 | -------------------------------------------------------------------------------- /Setting/AppSetting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Setting/AppSetting.cpp -------------------------------------------------------------------------------- /Setting/AppSetting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Setting/AppSetting.h -------------------------------------------------------------------------------- /Setting/DlgAVSetting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Setting/DlgAVSetting.cpp -------------------------------------------------------------------------------- /Setting/DlgAVSetting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Setting/DlgAVSetting.h -------------------------------------------------------------------------------- /Setting/ModifyPassWord.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Setting/ModifyPassWord.cpp -------------------------------------------------------------------------------- /Setting/ModifyPassWord.h: -------------------------------------------------------------------------------- 1 | #ifndef MODIFYPASSWORD_H 2 | #define MODIFYPASSWORD_H 3 | 4 | #include "ccommonwidget.h" 5 | #include "ui_ModifyPassWord.h" 6 | #include 7 | 8 | class ModifyPassWord : public CCommonWidget, public Ui::ModifyPassWord 9 | { 10 | Q_OBJECT 11 | 12 | public: 13 | ModifyPassWord(QWidget *parent = 0,CommonWndFlags WndFlag = enum_GGWndTitlebarHint | enum_GGWndCloseButtonHint); 14 | ~ModifyPassWord(); 15 | public: 16 | 17 | static ModifyPassWord *m_instance; 18 | static ModifyPassWord *GetInstance(); 19 | void startAnimation(QString str); 20 | private: 21 | Ui::ModifyPassWord ui; 22 | 23 | QTimer *timer; 24 | public slots: 25 | void OnOK(); 26 | void OnCancel(); 27 | void OnClose(); 28 | 29 | void judeLastPasswordIsRight(); 30 | void judeNewPasswordFormatIsRight(); 31 | void judePasswordKeepSame(); 32 | 33 | }; 34 | 35 | #endif // MODIFYPASSWORD_H 36 | -------------------------------------------------------------------------------- /Setting/SeanAnimation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Setting/SeanAnimation.cpp -------------------------------------------------------------------------------- /Setting/SeanAnimation.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANANIMATION_H 2 | #define SEANANIMATION_H 3 | 4 | #include 5 | #include "ui_SeanAnimation.h" 6 | #include 7 | #include 8 | 9 | class SeanAnimation : public QWidget 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | SeanAnimation(QWidget *parent = 0); 15 | ~SeanAnimation(); 16 | 17 | QWidget *parentWdg; 18 | bool isTrue; 19 | public: 20 | static SeanAnimation *a_instance; 21 | static SeanAnimation *GetAnimationInstance(); 22 | 23 | void initAnimationBySean(); 24 | void setTiptitleWithString(QString tipStr); 25 | 26 | public slots: 27 | void timerUpDate(); 28 | 29 | private: 30 | Ui::SeanAnimation ui; 31 | QTimer *timer; 32 | 33 | 34 | int getHeigh; 35 | 36 | 37 | 38 | }; 39 | 40 | #endif // SEANANIMATION_H 41 | -------------------------------------------------------------------------------- /Setting/SeanButton.cpp: -------------------------------------------------------------------------------- 1 | #include "SeanButton.h" 2 | #include 3 | 4 | SeanButton::SeanButton(QWidget *parent=0) 5 | : QPushButton(parent) 6 | { 7 | bTag = 0; 8 | } 9 | 10 | void SeanButton::setImageWithTag(unsigned long long tag){ 11 | 12 | QPixmap *pixmap = NULL; 13 | pixmap = new QPixmap(24, 24); 14 | QString imStr = QString(":/setting/setting/0%1[24x24x8BPP].png").arg(3502+tag); 15 | 16 | pixmap->load(imStr); 17 | QIcon *icon = new QIcon(*pixmap); 18 | this->setIcon(*icon); 19 | } 20 | SeanButton::~SeanButton() 21 | { 22 | 23 | } 24 | -------------------------------------------------------------------------------- /Setting/SeanButton.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANBUTTON_H 2 | #define SEANBUTTON_H 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | class SeanButton : public QPushButton 9 | { 10 | Q_OBJECT 11 | 12 | public: 13 | SeanButton(QWidget *parent); 14 | ~SeanButton(); 15 | void setImageWithTag(unsigned long long tag); 16 | int bTag; 17 | private: 18 | 19 | }; 20 | 21 | #endif // SEANBUTTON_H 22 | -------------------------------------------------------------------------------- /Setting/SeanGifWdg.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANGIFWDG_H 2 | #define SEANGIFWDG_H 3 | 4 | #include 5 | #include "ui_SeanGifWdg.h" 6 | #include "SeanButton.h" 7 | 8 | 9 | 10 | class SeanGifWdg : public QWidget 11 | { 12 | Q_OBJECT 13 | 14 | public: 15 | SeanGifWdg(QWidget *parent = 0); 16 | ~SeanGifWdg(); 17 | 18 | static SeanGifWdg *g_Instance; 19 | static SeanGifWdg *GetInstance(); 20 | 21 | 22 | private: 23 | Ui::SeanGifWdg ui; 24 | 25 | public slots: 26 | void gifBtnClickedWithBtntag(); 27 | signals: 28 | void sendGifTagWithNum(unsigned long long num); 29 | void EventEnter(); 30 | void EventLeave(); 31 | protected: 32 | void enterEvent ( QEvent * event ); 33 | void leaveEvent ( QEvent * event ); 34 | }; 35 | 36 | #endif // SEANGIFWDG_H 37 | -------------------------------------------------------------------------------- /Setting/SeanGifWdg.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | SeanGifWdg 4 | 5 | 6 | 7 | 0 8 | 0 9 | 400 10 | 300 11 | 12 | 13 | 14 | SeanGifWdg 15 | 16 | 17 | 18 | 19 | 0 20 | 0 21 | 401 22 | 301 23 | 24 | 25 | 26 | true 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /UserList/CListItemDelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/UserList/CListItemDelegate.cpp -------------------------------------------------------------------------------- /UserList/CListItemDelegate.h: -------------------------------------------------------------------------------- 1 | #ifndef CLISTITEMDELEGATE_H 2 | #define CLISTITEMDELEGATE_H 3 | 4 | #include 5 | #include 6 | class CListItemDelegate : public QStyledItemDelegate 7 | { 8 | Q_OBJECT 9 | 10 | public: 11 | CListItemDelegate(QObject *parent = 0); 12 | ~CListItemDelegate(); 13 | public: 14 | void SetParentUI(QObject* apObjUI); 15 | protected: 16 | virtual bool eventFilter(QObject *object, QEvent *event); 17 | virtual void paint(QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index) const; 18 | private: 19 | bool m_bMouseMove; 20 | int m_bHoverUserID; 21 | QObject* m_objParentUI; 22 | bool m_bShow; 23 | }; 24 | 25 | #endif // CLISTITEMDELEGATE_H 26 | -------------------------------------------------------------------------------- /UserList/CListModel.cpp: -------------------------------------------------------------------------------- 1 | #include "CListModel.h" 2 | #include 3 | #include "../stdafx.h" 4 | CListModel::CListModel(QObject *parent) 5 | : QAbstractListModel(parent) 6 | { 7 | m_iRowCount = 0; 8 | } 9 | 10 | CListModel::~CListModel() 11 | { 12 | 13 | } 14 | 15 | QVariant CListModel::data(const QModelIndex & index, int role)const 16 | { 17 | if(!index.isValid() || role != Qt::UserRole) 18 | { 19 | return QVariant(); 20 | } 21 | QVariant loVarData; 22 | if(g_pMeetingFrame!=NULL) 23 | { /* 24 | Client_Online_User_Info userInfo; 25 | if(g_pMeetingFrame->GetUser(index.row(),&userInfo) 26 | loVarData.setValue((void*)(&userInfo)); 27 | */ 28 | } 29 | return loVarData; 30 | } 31 | 32 | int CListModel::rowCount(const QModelIndex & parent)const 33 | { 34 | return m_iRowCount; 35 | } 36 | 37 | bool CListModel::insertRows(int row, int count, const QModelIndex & parent) 38 | { 39 | beginInsertRows(parent, row, row + count-1); 40 | m_iRowCount += count; 41 | endInsertRows(); 42 | return true; 43 | } 44 | 45 | bool CListModel::removeRows(int row, int count, const QModelIndex & parent) 46 | { 47 | beginRemoveRows(parent, row, row + count-1); 48 | m_iRowCount -= count; 49 | endRemoveRows(); 50 | return true; 51 | } 52 | 53 | -------------------------------------------------------------------------------- /UserList/CListModel.h: -------------------------------------------------------------------------------- 1 | #ifndef CLISTMODEL_H 2 | #define CLISTMODEL_H 3 | 4 | #include 5 | #include 6 | class CListModel : public QAbstractListModel 7 | { 8 | Q_OBJECT 9 | public: 10 | CListModel(QObject *parent = 0); 11 | ~CListModel(); 12 | public: 13 | virtual bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex()); 14 | virtual bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex()); 15 | virtual QVariant data(const QModelIndex & index, int role = Qt::DisplayRole)const; 16 | virtual int rowCount(const QModelIndex & parent = QModelIndex())const; 17 | private: 18 | int m_iRowCount; 19 | }; 20 | 21 | #endif // CLISTMODEL_H 22 | -------------------------------------------------------------------------------- /Video/VideoMgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Video/VideoMgr.cpp -------------------------------------------------------------------------------- /Video/VideoMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Video/VideoMgr.h -------------------------------------------------------------------------------- /Video/VideoMonitorMgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Video/VideoMonitorMgr.cpp -------------------------------------------------------------------------------- /Video/VideoMonitorMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Video/VideoMonitorMgr.h -------------------------------------------------------------------------------- /Video/VideoWin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Video/VideoWin.cpp -------------------------------------------------------------------------------- /Video/VideoWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Video/VideoWin.h -------------------------------------------------------------------------------- /VideoMonitor/videomonitormain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VideoMonitor/videomonitormain.cpp -------------------------------------------------------------------------------- /VideoMonitor/videomonitormain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VideoMonitor/videomonitormain.h -------------------------------------------------------------------------------- /VoiceTestGuide/MicTestWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VoiceTestGuide/MicTestWdg.cpp -------------------------------------------------------------------------------- /VoiceTestGuide/MicTestWdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VoiceTestGuide/MicTestWdg.h -------------------------------------------------------------------------------- /VoiceTestGuide/SeanProgressBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VoiceTestGuide/SeanProgressBar.cpp -------------------------------------------------------------------------------- /VoiceTestGuide/SeanProgressBar.h: -------------------------------------------------------------------------------- 1 | #ifndef SEANPROGRESSBAR_H 2 | #define SEANPROGRESSBAR_H 3 | 4 | #include 5 | 6 | class SeanProgressBar : public QWidget 7 | { 8 | Q_OBJECT 9 | 10 | public: 11 | SeanProgressBar(QWidget *parent = 0); 12 | ~SeanProgressBar(); 13 | 14 | private: 15 | int vValue; 16 | public slots: 17 | void getSoundVulume(int voiceValue); 18 | 19 | protected: 20 | void paintEvent(QPaintEvent *event); 21 | 22 | private: 23 | 24 | }; 25 | 26 | #endif // SEANPROGRESSBAR_H 27 | -------------------------------------------------------------------------------- /VoiceTestGuide/SpekerTestWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VoiceTestGuide/SpekerTestWdg.cpp -------------------------------------------------------------------------------- /VoiceTestGuide/SpekerTestWdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VoiceTestGuide/SpekerTestWdg.h -------------------------------------------------------------------------------- /VoiceTestGuide/VoiceTestWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VoiceTestGuide/VoiceTestWdg.cpp -------------------------------------------------------------------------------- /VoiceTestGuide/VoiceTestWdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/VoiceTestGuide/VoiceTestWdg.h -------------------------------------------------------------------------------- /Win32/Debug/CrashRpt1402d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/CrashRpt1402d.dll -------------------------------------------------------------------------------- /Win32/Debug/CrashSender1402d.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/CrashSender1402d.exe -------------------------------------------------------------------------------- /Win32/Debug/QtCored4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/QtCored4.dll -------------------------------------------------------------------------------- /Win32/Debug/QtGuid4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/QtGuid4.dll -------------------------------------------------------------------------------- /Win32/Debug/QtNetwork4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/QtNetwork4.dll -------------------------------------------------------------------------------- /Win32/Debug/QtNetworkd4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/QtNetworkd4.dll -------------------------------------------------------------------------------- /Win32/Debug/ZYMediaFrame.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/ZYMediaFrame.dll -------------------------------------------------------------------------------- /Win32/Debug/ZYMediaStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/ZYMediaStream.dll -------------------------------------------------------------------------------- /Win32/Debug/crashrpt_lang.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/crashrpt_lang.ini -------------------------------------------------------------------------------- /Win32/Debug/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/dbghelp.dll -------------------------------------------------------------------------------- /Win32/Debug/imageformats/qjpeg4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/imageformats/qjpeg4.dll -------------------------------------------------------------------------------- /Win32/Debug/imageformats/qjpegd4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/imageformats/qjpegd4.dll -------------------------------------------------------------------------------- /Win32/Debug/msvcp100d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/msvcp100d.dll -------------------------------------------------------------------------------- /Win32/Debug/msvcr100d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/msvcr100d.dll -------------------------------------------------------------------------------- /Win32/Debug/quazip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/quazip.dll -------------------------------------------------------------------------------- /Win32/Debug/test.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/test.wav -------------------------------------------------------------------------------- /Win32/Debug/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Debug/zlib1.dll -------------------------------------------------------------------------------- /Win32/Release/CrashRpt1402.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/CrashRpt1402.dll -------------------------------------------------------------------------------- /Win32/Release/CrashSender1402.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/CrashSender1402.exe -------------------------------------------------------------------------------- /Win32/Release/OCMeeting.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/OCMeeting.ilk -------------------------------------------------------------------------------- /Win32/Release/QtCore4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/QtCore4.dll -------------------------------------------------------------------------------- /Win32/Release/QtGui4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/QtGui4.dll -------------------------------------------------------------------------------- /Win32/Release/QtNetwork4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/QtNetwork4.dll -------------------------------------------------------------------------------- /Win32/Release/ZYMediaFrame.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/ZYMediaFrame.dll -------------------------------------------------------------------------------- /Win32/Release/ZYMediaStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/ZYMediaStream.dll -------------------------------------------------------------------------------- /Win32/Release/crashdump.dmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/crashdump.dmp -------------------------------------------------------------------------------- /Win32/Release/crashrpt_lang.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/crashrpt_lang.ini -------------------------------------------------------------------------------- /Win32/Release/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/dbghelp.dll -------------------------------------------------------------------------------- /Win32/Release/imageformats/qjpeg4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/imageformats/qjpeg4.dll -------------------------------------------------------------------------------- /Win32/Release/imageformats/qjpegd4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/imageformats/qjpegd4.dll -------------------------------------------------------------------------------- /Win32/Release/msvcp100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/msvcp100.dll -------------------------------------------------------------------------------- /Win32/Release/msvcr100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/msvcr100.dll -------------------------------------------------------------------------------- /Win32/Release/msvcrt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/msvcrt.dll -------------------------------------------------------------------------------- /Win32/Release/newmsg.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/newmsg.wav -------------------------------------------------------------------------------- /Win32/Release/quazip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/quazip.dll -------------------------------------------------------------------------------- /Win32/Release/test.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/test.wav -------------------------------------------------------------------------------- /Win32/Release/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/Win32/Release/zlib1.dll -------------------------------------------------------------------------------- /app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/app_icon.ico -------------------------------------------------------------------------------- /common/OSInfo.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | class COSInfo 5 | { 6 | public: 7 | COSInfo(void); 8 | ~COSInfo(void); 9 | 10 | static BOOL IsWin95(); 11 | static BOOL IsWin98(); 12 | static BOOL IsWinMe(); 13 | static BOOL IsWin2000(); 14 | static BOOL IsWinXP(); 15 | static BOOL IsAboveWinXP(); 16 | static BOOL IsWinVista(); 17 | static BOOL IsWin7(); 18 | 19 | private: 20 | static void Init(); 21 | 22 | private: 23 | static OSVERSIONINFOEX m_oOSVerInfo; 24 | static BOOL m_bInit; 25 | }; 26 | 27 | -------------------------------------------------------------------------------- /common/ccommondialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/common/ccommondialog.cpp -------------------------------------------------------------------------------- /common/ccommondialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/common/ccommondialog.h -------------------------------------------------------------------------------- /common/ccommonwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/common/ccommonwidget.cpp -------------------------------------------------------------------------------- /common/ccommonwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/common/ccommonwidget.h -------------------------------------------------------------------------------- /eventcenter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/eventcenter.cpp -------------------------------------------------------------------------------- /eventcenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/eventcenter.h -------------------------------------------------------------------------------- /login/MeetingLoadingWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/login/MeetingLoadingWidget.cpp -------------------------------------------------------------------------------- /login/MeetingLoadingWidget.h: -------------------------------------------------------------------------------- 1 | #ifndef MEETINGLOADINGWIDGET_H 2 | #define MEETINGLOADINGWIDGET_H 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | 12 | 13 | class MeetingLoadingWidget : public QWidget 14 | { 15 | Q_OBJECT 16 | 17 | public: 18 | MeetingLoadingWidget(QWidget *parent = 0); 19 | ~MeetingLoadingWidget(); 20 | 21 | 22 | public: 23 | static MeetingLoadingWidget *load_instance; 24 | static MeetingLoadingWidget *GetLoadInstance(); 25 | 26 | private: 27 | 28 | QLabel *backLabel; 29 | QLabel *loadingLabel; 30 | QLabel *tipLabel; 31 | QPushButton *cancelBtn; 32 | QTimer *timer; 33 | 34 | 35 | int index; 36 | 37 | signals: 38 | 39 | void toHiddenLoadWidget(); 40 | 41 | public: 42 | void startWithBtnTitleAndTipString(bool is_start,QString btnStr,QString tipStr); 43 | 44 | public slots: 45 | void updatePixmap(); 46 | void cancelBtnClicked(); 47 | 48 | 49 | 50 | }; 51 | 52 | #endif // MEETINGLOADINGWIDGET_H 53 | -------------------------------------------------------------------------------- /login/RoomSelectWdg.cpp: -------------------------------------------------------------------------------- 1 | #include "RoomSelectWdg.h" 2 | 3 | RoomSelectWdg::RoomSelectWdg(QWidget *parent) 4 | : QWidget(parent) 5 | { 6 | ui.setupUi(this); 7 | } 8 | 9 | RoomSelectWdg::~RoomSelectWdg() 10 | { 11 | 12 | } 13 | -------------------------------------------------------------------------------- /login/RoomSelectWdg.h: -------------------------------------------------------------------------------- 1 | #ifndef ROOMSELECTWDG_H 2 | #define ROOMSELECTWDG_H 3 | 4 | #include 5 | #include "ui_RoomSelectWdg.h" 6 | 7 | class RoomSelectWdg : public QWidget 8 | { 9 | Q_OBJECT 10 | 11 | public: 12 | RoomSelectWdg(QWidget *parent = 0); 13 | ~RoomSelectWdg(); 14 | 15 | private: 16 | Ui::RoomSelectWdg ui; 17 | }; 18 | 19 | #endif // ROOMSELECTWDG_H 20 | -------------------------------------------------------------------------------- /login/RoomSelectWdg.ui: -------------------------------------------------------------------------------- 1 | 2 | RoomSelectWdg 3 | 4 | 5 | RoomSelectWdg 6 | 7 | 8 | 9 | 0 10 | 0 11 | 400 12 | 300 13 | 14 | 15 | 16 | RoomSelectWdg 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /login/ServerAddressSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/login/ServerAddressSet.cpp -------------------------------------------------------------------------------- /login/ServerAddressSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/login/ServerAddressSet.h -------------------------------------------------------------------------------- /login/UserLoginWdg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/login/UserLoginWdg.cpp -------------------------------------------------------------------------------- /login/UserLoginWdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/login/UserLoginWdg.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/main.cpp -------------------------------------------------------------------------------- /stdafx.h: -------------------------------------------------------------------------------- 1 | #ifndef STDAFX_H 2 | #define STDAFX_H 3 | #include 4 | #include 5 | #include "../video_sdk/inc/typedef.h" 6 | #include "../video_sdk/inc/ZYMediaFrame.h" 7 | #include "../video_sdk/inc/IMediaStream.h" 8 | #include "../video_sdk/inc/IMeetingFrame.h" 9 | #include "../Setting/AppSetting.h" 10 | extern IMeetingFrame* g_pMeetingFrame; 11 | #endif // EVENTCENTER_H -------------------------------------------------------------------------------- /third_party/Poco/._Platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/._Platform.h -------------------------------------------------------------------------------- /third_party/Poco/._Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/._Types.h -------------------------------------------------------------------------------- /third_party/Poco/Net/._FTPStreamFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/Net/._FTPStreamFactory.h -------------------------------------------------------------------------------- /third_party/Poco/Net/._SocketDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/Net/._SocketDefs.h -------------------------------------------------------------------------------- /third_party/Poco/PocoFoundationmd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoFoundationmd.lib -------------------------------------------------------------------------------- /third_party/Poco/PocoFoundationmdd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoFoundationmdd.lib -------------------------------------------------------------------------------- /third_party/Poco/PocoJSONmd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoJSONmd.lib -------------------------------------------------------------------------------- /third_party/Poco/PocoJSONmdd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoJSONmdd.lib -------------------------------------------------------------------------------- /third_party/Poco/PocoNetmd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoNetmd.lib -------------------------------------------------------------------------------- /third_party/Poco/PocoNetmdd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoNetmdd.lib -------------------------------------------------------------------------------- /third_party/Poco/PocoUtilmd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoUtilmd.lib -------------------------------------------------------------------------------- /third_party/Poco/PocoUtilmdd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/third_party/Poco/PocoUtilmdd.lib -------------------------------------------------------------------------------- /video_sdk/crash_report/CrashRpt1402.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/CrashRpt1402.dll -------------------------------------------------------------------------------- /video_sdk/crash_report/CrashRpt1402d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/CrashRpt1402d.dll -------------------------------------------------------------------------------- /video_sdk/crash_report/CrashSender1402.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/CrashSender1402.exe -------------------------------------------------------------------------------- /video_sdk/crash_report/CrashSender1402d.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/CrashSender1402d.exe -------------------------------------------------------------------------------- /video_sdk/crash_report/crashrpt_lang.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/crashrpt_lang.ini -------------------------------------------------------------------------------- /video_sdk/crash_report/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/dbghelp.dll -------------------------------------------------------------------------------- /video_sdk/crash_report/dummy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/dummy.ini -------------------------------------------------------------------------------- /video_sdk/crash_report/dummy.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/dummy.log -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRpt1402.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRpt1402.exp -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRpt1402.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRpt1402.lib -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRpt1402d.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRpt1402d.exp -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRpt1402d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRpt1402d.lib -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRptProbe1402.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRptProbe1402.exp -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRptProbe1402.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRptProbe1402.lib -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRptProbe1402d.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRptProbe1402d.exp -------------------------------------------------------------------------------- /video_sdk/crash_report/lib/CrashRptProbe1402d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/lib/CrashRptProbe1402d.lib -------------------------------------------------------------------------------- /video_sdk/crash_report/mfc100u.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/mfc100u.dll -------------------------------------------------------------------------------- /video_sdk/crash_report/msvcp100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/msvcp100.dll -------------------------------------------------------------------------------- /video_sdk/crash_report/msvcr100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/crash_report/msvcr100.dll -------------------------------------------------------------------------------- /video_sdk/dll/debug/ZYMediaFrame.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/dll/debug/ZYMediaFrame.dll -------------------------------------------------------------------------------- /video_sdk/dll/release/ZYMediaFrame.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/dll/release/ZYMediaFrame.dll -------------------------------------------------------------------------------- /video_sdk/inc/IMediaStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/inc/IMediaStream.h -------------------------------------------------------------------------------- /video_sdk/inc/IMeetingFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/inc/IMeetingFrame.h -------------------------------------------------------------------------------- /video_sdk/inc/ZYMediaFrame.h.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/inc/ZYMediaFrame.h.bak -------------------------------------------------------------------------------- /video_sdk/inc/quacrc32.h: -------------------------------------------------------------------------------- 1 | #ifndef QUACRC32_H 2 | #define QUACRC32_H 3 | 4 | /* 5 | Copyright (C) 2005-2014 Sergey A. Tachenov 6 | 7 | This file is part of QuaZIP. 8 | 9 | QuaZIP is free software: you can redistribute it and/or modify 10 | it under the terms of the GNU Lesser General Public License as published by 11 | the Free Software Foundation, either version 2.1 of the License, or 12 | (at your option) any later version. 13 | 14 | QuaZIP is distributed in the hope that it will be useful, 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | GNU Lesser General Public License for more details. 18 | 19 | You should have received a copy of the GNU Lesser General Public License 20 | along with QuaZIP. If not, see . 21 | 22 | See COPYING file for the full LGPL text. 23 | 24 | Original ZIP package is copyrighted by Gilles Vollant and contributors, 25 | see quazip/(un)zip.h files for details. Basically it's the zlib license. 26 | */ 27 | 28 | #include "quachecksum32.h" 29 | 30 | ///CRC32 checksum 31 | /** \class QuaCrc32 quacrc32.h 32 | * This class wrappers the crc32 function with the QuaChecksum32 interface. 33 | * See QuaChecksum32 for more info. 34 | */ 35 | class QUAZIP_EXPORT QuaCrc32 : public QuaChecksum32 { 36 | 37 | public: 38 | QuaCrc32(); 39 | 40 | quint32 calculate(const QByteArray &data); 41 | 42 | void reset(); 43 | void update(const QByteArray &buf); 44 | quint32 value(); 45 | 46 | private: 47 | quint32 checksum; 48 | }; 49 | 50 | #endif //QUACRC32_H 51 | -------------------------------------------------------------------------------- /video_sdk/inc/typedef.h: -------------------------------------------------------------------------------- 1 | #ifndef _TYPEDEFS_H_ 2 | #define _TYPEDEFS_H_ 3 | 4 | 5 | 6 | #if !defined(_MSC_VER) 7 | #include 8 | #else 9 | // Define C99 equivalent types, since pre-2010 MSVC doesn't provide stdint.h. 10 | typedef signed char int8_t; 11 | typedef signed short int16_t; 12 | typedef signed int int32_t; 13 | typedef __int64 int64_t; 14 | typedef unsigned char uint8_t; 15 | typedef unsigned short uint16_t; 16 | typedef unsigned int uint32_t; 17 | typedef unsigned __int64 uint64_t; 18 | #endif 19 | 20 | #if defined(_MSC_VER) 21 | #define OVERRIDE override 22 | #elif defined(__clang__) 23 | 24 | #pragma clang diagnostic ignored "-Wc++11-extensions" 25 | #define OVERRIDE override 26 | #elif defined(__GNUC__) && __cplusplus >= 201103 && \ 27 | (__GNUC__ * 10000 + __GNUC_MINOR__ * 100) >= 40700 28 | // GCC 4.7 supports explicit virtual overrides when C++11 support is enabled. 29 | #define OVERRIDE override 30 | #else 31 | #define OVERRIDE 32 | #endif 33 | 34 | 35 | 36 | #endif // WEBRTC_TYPEDEFS_H_ 37 | -------------------------------------------------------------------------------- /video_sdk/lib/Debug/ZYMediaFrame.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Debug/ZYMediaFrame.exp -------------------------------------------------------------------------------- /video_sdk/lib/Debug/ZYMediaFrame.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Debug/ZYMediaFrame.lib -------------------------------------------------------------------------------- /video_sdk/lib/Debug/ZYMediaStream.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Debug/ZYMediaStream.exp -------------------------------------------------------------------------------- /video_sdk/lib/Debug/ZYMediaStream.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Debug/ZYMediaStream.lib -------------------------------------------------------------------------------- /video_sdk/lib/Debug/quazip.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Debug/quazip.lib -------------------------------------------------------------------------------- /video_sdk/lib/Debug/zdll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Debug/zdll.lib -------------------------------------------------------------------------------- /video_sdk/lib/Release/ZYMediaFrame.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Release/ZYMediaFrame.exp -------------------------------------------------------------------------------- /video_sdk/lib/Release/ZYMediaFrame.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Release/ZYMediaFrame.lib -------------------------------------------------------------------------------- /video_sdk/lib/Release/ZYMediaStream.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Release/ZYMediaStream.exp -------------------------------------------------------------------------------- /video_sdk/lib/Release/ZYMediaStream.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Release/ZYMediaStream.lib -------------------------------------------------------------------------------- /video_sdk/lib/Release/quazip.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Release/quazip.lib -------------------------------------------------------------------------------- /video_sdk/lib/Release/zdll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiveMirror/openmeeting2/cfbdd98fac4e1f2ac4e4f9759cb4962e37863c4b/video_sdk/lib/Release/zdll.lib -------------------------------------------------------------------------------- /网页集成方式.txt: -------------------------------------------------------------------------------- 1 | openmeeting2网页集成方式,客户端安装好后,已经在电脑的注册表中注册好了协议,当你单击网页上的特定协议 2 | 3 | 连接时,会自动启动openmeeting2客户端进入房间,测试时,你可以把加密好的字符串直接复制到浏览器地址栏,再 4 | 5 | 按回车,就可以看到效果。目前加密方法是使用base64 6 | 7 | 8 | 9 | 网页集成方式: 10 | 11 | 加密前: 12 | 13 | 以用户,密码登录 14 | 15 | IMeeting://&1&1&101&md5password& 16 | 17 | 以房间密码,用户名登录 18 | 19 | IMeeting://&2&1&101&password& 20 | 21 | 加密码后 22 | 23 | IMeeting://JjImMybmm77lu7rmlowmMTIzNDU2Jg== 24 | 25 | 参数解析 26 | 27 | 1 登录类型: 1,用户名,密码登录 2 房间密码,用户名登录 28 | 29 | 2 房间号 30 | 31 | 3 用户帐号 32 | 33 | 4 密码 -------------------------------------------------------------------------------- /说明.txt: -------------------------------------------------------------------------------- 1 | openmeeting视频会议,仿QQ群视频,实现多人视频,多人语音,文字聊天,表情,共享PPT功能,自由发言,主持人控制发言,按F2发言三种语音模式 ,客户端使用vs2010+qt4.85开发,服务器使用php+go语言,数据库采用mysql 演示系统所有密码都是123456,演示用户 8001~8010 客户端下载地址: http://pan.baidu.com/s/1gdCikSV 服务器下载地址: http://pan.baidu.com/s/1bnAo2zP ,安装包压缩文件内有安装说明书 技术讨论加群:377724275 2 | 3 | 从事音视频聊天,流媒体相关软件研发已有10来年,回想当初自己入行时找资料的艰难,希望这份代码可以给初学者以帮助。互联网上流媒体的资料虽然也不少,但是大多是不全的只字片语,或者是代码很复杂的国外开源软件。openmeeting2虽然说不上技术有多好,至少是一个完整的可以跑起来的整体项目,初学者按照教程能一步一步的编译,部署。这对初学者的信心鼓励很重要。当然也欢迎大牛指正和拍砖,大家有技术方面的讨论可以加群 377724275,大家的技术问题我都会回复的,可能有时因为工作原因会慢点。 --------------------------------------------------------------------------------