Commit Graph

2897 Commits

Author SHA1 Message Date
Richard Alam
c33cb4d56b - try sending user reply message 2013-06-14 20:33:25 +00:00
Richard Alam
21d63e08e9 - display pre-uploaded presentation 2013-06-13 19:26:19 +00:00
Richard Alam
1f4e14fa7a - handle pre uploaded presentations 2013-06-13 19:00:24 +00:00
Richard Alam
c2d24a8d38 - continue refactoring presentation 2013-06-13 00:49:52 +00:00
Richard Alam
6db900f3d6 - reafactor presentation 2013-06-12 23:52:55 +00:00
Richard Alam
75f4affb25 - modify layout module to not use shared objects for messaging 2013-06-12 19:06:10 +00:00
Chad Pilkey
0eef79116e added whiteboardAccess to config.xml template 2013-06-10 08:21:07 -07:00
Richard Alam
15d2d63102 - fix displaying of name when userid and name has dash in it 2013-06-08 14:27:59 -04:00
Richard Alam
0a76c64ff5 Merge pull request #174 from fcecagno/fix1530
fix #1530
2013-06-06 17:54:40 -07:00
Richard Alam
ed82abcc3f Merge pull request #173 from fcecagno/fix1520
fix #1520
2013-06-06 17:54:21 -07:00
Felipe Cecagno
b47deb925f fix #1520
When the layout was locked, the viewers still could move or resize each window just once, before the windows get locked. The problem was conceptual, since the properties draggable and resizable have been added to the layout definition, creating a conflict between the definition of the layout (draggable/resizable) and the role definition in addition to the locked state.
2013-06-06 21:30:09 -03:00
Chad Pilkey
1dd9b849b3 Merge remote branch 'upstream/master' into add-single-hand-lowering 2013-06-05 12:05:26 -07:00
Chad Pilkey
9466740722 added the ability to lower a single hand by clicking it 2013-06-05 12:05:03 -07:00
Chad Pilkey
da4a4f06ff Merge pull request #168 from SenecaCDOT-BigBlueButton/fix-handraise-not-resetting
added a bindable property to access the client's handraise state
2013-06-05 11:25:04 -07:00
Richard Alam
db6542169f Merge pull request #170 from SenecaCDOT-BigBlueButton/fix-change-slide-with-pen
can now use the presentation thumbnails with a tool selected
2013-06-04 14:53:34 -07:00
Chad Pilkey
b3560c6f8f can now use the presentation thumbnails with a tool selected 2013-06-04 13:43:33 -07:00
Markos Calderon
d9d044f227 update localization files 2013-06-04 14:11:30 -05:00
Chad Pilkey
6065a1e7a7 added a bindable property to access the client's handraise state 2013-06-04 10:28:40 -07:00
Felipe Cecagno
11f1097f66 fix #1530
fixed the code that prioritize a video window when the user clicks on it
2013-06-03 22:01:22 -03:00
Chad Pilkey
d7c625ad49 moderators can have their audio locked again 2013-06-03 14:50:06 -07:00
Chad Pilkey
6d5956055b Merge remote branch 'upstream/master' into fix-the-tooltips 2013-06-03 11:17:09 -07:00
Chad Pilkey
b6394ba39f cleaned up some of the localisation strings 2013-06-03 11:16:44 -07:00
Richard Alam
482972a309 - add raise hand JS api 2013-05-31 20:55:12 +00:00
Richard Alam
0435c2ef06 - fix display kick button 2013-05-31 18:10:19 +00:00
Richard Alam
253563b7ec - clean up client output dir 2013-05-30 21:45:04 +00:00
Richard Alam
8fec851cb4 - fix switch presenter displaying of the button on the video windows 2013-05-30 20:14:32 +00:00
Richard Alam
b2545ee5d7 - pass the avatarURL into some of the events for JS API 2013-05-30 20:01:58 +00:00
Richard Alam
6ea934b7f1 - fix regexp matching for voice userid 2013-05-29 20:35:07 +00:00
Richard Alam
4bdc8b90ab - display presenter icon for moderators who is not presenter 2013-05-29 18:32:52 +00:00
Richard Alam
c8f1a89e7a - notify 3rd-party apps when a user has been kicked out passing the userID 2013-05-29 16:06:02 +00:00
Richard Alam
19d8cb4ddd - allow removing of close button from config.xml 2013-05-28 17:15:12 +00:00
Richard Alam
11f41b8d70 Revert " - allow removing of close button for avatar and publish window through config.xml"
This reverts commit 961626f46a.
2013-05-28 16:24:54 +00:00
Richard Alam
dd6358cf92 - reset videoHolder dimensions and position to display properly when user publish,stop, then publish webcam 2013-05-28 16:19:38 +00:00
Richard Alam
961626f46a - allow removing of close button for avatar and publish window through config.xml 2013-05-28 16:18:48 +00:00
Markos Calderon
ffbabcf51d remove and add strings for the localization file 2013-05-27 17:56:48 -05:00
Richard Alam
a2846271a2 - fixed problem where senders message gets displayed on all tabs in his private chat message window 2013-05-25 20:54:03 +00:00
Richard Alam
a1d4a65cb0 - display avatar on webcam standalone app 2013-05-25 19:54:43 +00:00
Richard Alam
5b413bd7bc Merge branch 'master' into add-avatar-to-stadalone-webcam-app 2013-05-25 18:28:28 +00:00
Richard Alam
ca043014cb - we're not actually changing any settings but only the camera 2013-05-25 18:10:20 +00:00
Richard Alam
2bc04cad36 - minor cleanup 2013-05-25 18:04:57 +00:00
Richard Alam
fb56c6c886 - change how we display webcam setting popup into more like the mic settings 2013-05-25 18:04:30 +00:00
Richard Alam
c1794c1839 - use help url in config.xml 2013-05-25 17:06:22 +00:00
Richard Alam
e74bcbb5a4 - start putting avatar into webcam standalone apps 2013-05-25 15:55:13 +00:00
Richard Alam
0c1af90eb3 Merge pull request #164 from SenecaCDOT-BigBlueButton/hotkey-cleanup
Hotkey cleanup
2013-05-24 15:49:37 -07:00
Richard Alam
4b6f5e50f4 Merge pull request #165 from SenecaCDOT-BigBlueButton/fix-private-message-size
private chat tabs now adjust to the current font size when opened
2013-05-24 15:48:07 -07:00
Chad Pilkey
b1933b7ee9 private chat tabs now adjust to the current font size when opened 2013-05-24 15:03:08 -07:00
jtrobinson
dd3e9e71d0 Added global hotkey to mute all users but the Presenter. 2013-05-24 13:30:38 -07:00
jtrobinson
a151565386 Updated the keys used for certain hotkey functions. 2013-05-24 09:52:42 -07:00
jtrobinson
05eb40a0af Commented out the Kick User line from Shortcut Help Window, since it is currently inactive. 2013-05-24 09:52:06 -07:00
jtrobinson
f35ffbfb13 Commented out the Focus Colour Picker line from Shortcut Help Window, since the Colour Picker component has been removed. 2013-05-24 09:47:23 -07:00