Commit Graph

6455 Commits

Author SHA1 Message Date
Richard Alam
b90f599b33 - hook up events in take poll window 2013-07-09 14:59:09 +00:00
Richard Alam
09ed93413d - polish bar chart...but I notice that it sometimes flickers 2013-07-08 22:12:01 +00:00
Richard Alam
2e307c5a6c - polish pie chart display 2013-07-08 22:05:49 +00:00
Richard Alam
18b0c36209 - display result using bar chart 2013-07-08 20:00:15 +00:00
Richard Alam
a0282eeba7 - update pie chart result when someone responds to poll 2013-07-08 19:18:12 +00:00
Richard Alam
07cb2a8aab - activate Update Poll buttons 2013-07-08 17:41:24 +00:00
Richard Alam
00f6ce906e - update poll list when meeting is created 2013-07-08 17:27:54 +00:00
Richard Alam
8269de8c44 Merge pull request #198 from SenecaCDOT-BigBlueButton/modify-page-title
Modify page title
2013-07-08 10:17:28 -07:00
Chad Pilkey
06a279ba2f added meeting title to the client html document title 2013-07-08 09:46:23 -07:00
Chad Pilkey
0e69428914 fixed a race condition with the shortcut options 2013-07-08 09:44:31 -07:00
Richard Alam
b514b9581c - hook up buttons for create poll window 2013-07-08 16:30:20 +00:00
Richard Alam
e818f36766 - open and close main poll window 2013-07-08 16:08:03 +00:00
Richard Alam
73b7b1ccfa - cleanup 2013-07-08 15:43:10 +00:00
Markos Calderon
d26265b71a use a different event 2013-07-05 16:11:26 -05:00
Chad Pilkey
95868fc98d reworked the meeting name in the toolbar 2013-07-05 11:53:02 -07:00
Richard Alam
2987659a2a - cleanup 2013-07-05 08:40:04 -04:00
Richard Alam
319dd82832 - handle user leaving from meeting 2013-07-05 08:38:54 -04:00
Richard Alam
25df600f23 - cleanup 2013-07-05 06:59:37 -04:00
Richard Alam
3d890f5f68 - cleanup
- intialize poll model properly for viewers and moderators
 - display proper window for verwer and moderators/presenter when poll starts
2013-07-05 06:34:27 -04:00
Richard Alam
4bb112daf2 - bunch of cleanup
- handle start and stop poll events
2013-07-05 05:33:21 -04:00
Markos Calderon
d08fef0c2d Merge branch 'make-users-user-conn-invoke' of https://github.com/bigbluebutton/bigbluebutton into make-users-user-conn-invoke 2013-07-04 18:26:23 -05:00
Markos Calderon
5e6cfb73ea fixing bugs in sending messages to bbb-web 2013-07-04 18:26:13 -05:00
Richard Alam
d98a8195ed - trigger start poll 2013-07-04 22:22:40 +00:00
Chad Pilkey
7bafd045e1 chat notification blinker is removed 2013-07-04 15:21:25 -07:00
Richard Alam
526f6d69a6 - implement taking poll 2013-07-04 20:49:23 +00:00
Richard Alam
4324655bc3 - add methods to get moderators and viewers 2013-07-04 18:00:51 +00:00
Markos Calderon
5ed910cde5 Updating localization files 2013-07-04 12:18:57 -05:00
Richard Alam
944db497e2 Merge branch 'master' into make-users-user-conn-invoke 2013-07-04 16:27:53 +00:00
Richard Alam
ed1766d7e6 - change how we append to array 2013-07-04 16:26:21 +00:00
Richard Alam
04a1fd3d85 Merge branch 'make-users-user-conn-invoke' of github.com:bigbluebutton/bigbluebutton into make-users-user-conn-invoke 2013-07-04 16:19:56 +00:00
Richard Alam
fadf54c558 - modify so that users model is in own class 2013-07-04 16:19:24 +00:00
Richard Alam
ec87a3393b Merge pull request #195 from SenecaCDOT-BigBlueButton/fix-audio-security-dialog
Fix audio security dialog
2013-07-03 18:21:02 -07:00
Markos Calderon
870ac75ceb Added remaining record events for polling module 2013-07-03 19:15:34 -05:00
Chad Pilkey
a10aaf5582 cleaning up log messages 2013-07-03 16:07:52 -07:00
Chad Pilkey
eb74f1fd54 cleaned up the way mic permissions work to handle Flash being in protected mode 2013-07-03 16:07:33 -07:00
Richard Alam
0d7aa1dbe6 - handle taking poll response 2013-07-03 21:49:52 +00:00
Gustavo Salazar
9b5e42223f Accept meeting id to create manifest.xml 2013-07-03 15:42:21 -05:00
Richard Alam
e13b1548d5 - create new results window each time as Flash cache the previous window 2013-07-03 19:24:23 +00:00
Richard Alam
6dd2dc0a26 - fix show poll result 2013-07-03 19:14:14 +00:00
Richard Alam
4460612462 - fix update poll 2013-07-03 18:38:06 +00:00
Richard Alam
2d21f6730a Merge branch 'make-users-user-conn-invoke' of github.com:bigbluebutton/bigbluebutton into make-users-user-conn-invoke 2013-07-03 15:50:41 +00:00
Richard Alam
1b2534ee30 - implement remove poll 2013-07-03 15:50:18 +00:00
Markos Calderon
136f332f21 Merge branch 'make-users-user-conn-invoke' of https://github.com/bigbluebutton/bigbluebutton into make-users-user-conn-invoke 2013-07-02 18:51:09 -05:00
Markos Calderon
8199113dfd store poll created 2013-07-02 18:50:57 -05:00
Richard Alam
8ecbc79ec0 - implement get polls from server 2013-07-02 21:18:36 +00:00
Richard Alam
2f68693023 - send create poll request to server 2013-07-02 16:08:53 +00:00
jtrobinson
dd06dd16e7 Chat tabs now modify their accessibility description to tell a screen reader whether there are new messages in that tab or not. Removed logic pertaining to ChatAccessibilityEvent, which was introduced as part of this branch and is no longer needed. 2013-07-02 09:08:15 -07:00
Richard Alam
92e6c941c1 - display bar chart 2013-07-02 15:56:56 +00:00
Richard Alam
81ccc65a4a - open create poll window 2013-07-02 15:47:14 +00:00
Richard Alam
2cbd85ce6f - display poll when opening take poll window 2013-07-01 19:11:45 -04:00