Commit Graph

5776 Commits

Author SHA1 Message Date
Chad Pilkey
f4e57188ed help button changed to question mark 2013-05-14 14:28:25 -07:00
Chad Pilkey
8618c758a8 Merge pull request #147 from SenecaCDOT-BigBlueButton/hide-lock-icon-more-often
lock icon now only visible when locked
2013-05-14 12:45:14 -07:00
Chad Pilkey
4667c0c56a lock icon now only visible when locked 2013-05-14 12:38:32 -07:00
Richard Alam
ddce270398 Merge pull request #146 from SenecaCDOT-BigBlueButton/remove-viewers-and-listeners
Remove viewers and listeners
2013-05-14 12:18:31 -07:00
Chad Pilkey
0881bf052c removed locale strings for viewers and listeners 2013-05-14 12:10:53 -07:00
Richard Alam
24c4103e3a Merge pull request #145 from SenecaCDOT-BigBlueButton/focus-after-audio-2
Focus moves to the 'start' of the BigBlueButton window when user leaves ...
2013-05-14 12:06:15 -07:00
jtrobinson
bf8ea046d3 Focus moves to the 'start' of the BigBlueButton window when user leaves Audio Settings. 2013-05-14 11:52:20 -07:00
Richard Alam
1a3d12c78b Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2013-05-14 18:48:09 +00:00
Richard Alam
42afda8f5c - upgrade to red5 r4641 2013-05-14 18:47:23 +00:00
Chad Pilkey
e785e80629 viewers and listeners modules wiped from record 2013-05-14 11:40:21 -07:00
Richard Alam
1c4e3306cc Merge pull request #144 from kepstin/recording-fixups
Recording fixups
2013-05-14 11:18:43 -07:00
Calvin Walton
ff1e0e948a RaP: Presentation: Fix panzoom generation to handle no slides
It's a pretty rare case, but I've seen some recorded meetings that had
no slides (not even the default pdf). Handle this without crashing.
2013-05-14 14:11:53 -04:00
Calvin Walton
6083403631 RaP: Presentation: Support old recordings with '.pdf' in presentation name
In some old recordings (0.80?) I've seen the default presentation pdf
located at the filename .../default.pdf/default.pdf. Support this old
location with fallback logic so the new scripts will work to reprocess
old recordings.

I've improved the error handling logic here a bit as well.
2013-05-14 14:02:23 -04:00
Calvin Walton
a1946007a6 RaP: Presentation: Don't process audio twice when no video.
The audio is unconditionally processed earlier in the script. Remove the
line that runs it again when there is no video in the recording.
2013-05-14 13:59:14 -04:00
Richard Alam
36568ed037 Merge pull request #143 from SenecaCDOT-BigBlueButton/improve-client
There are a couple of miscellaneous client improvements
2013-05-14 10:55:57 -07:00
Richard Alam
f3d8358990 Merge pull request #142 from SenecaCDOT-BigBlueButton/accessible-audio-settings
Accessible audio settings window
2013-05-14 10:54:31 -07:00
Richard Alam
6314140dcb - position button controls on the lower right of video window 2013-05-14 15:15:22 +00:00
Chad Pilkey
c75a25d679 the webcam indicator is always an icon for your own entry 2013-05-13 16:10:29 -07:00
Chad Pilkey
b5d25388cd Merge remote branch 'upstream/master' into improve-client 2013-05-13 15:59:13 -07:00
Chad Pilkey
628bd364cd the webcam indicator is now only a button when you have closed the stream 2013-05-13 15:58:26 -07:00
Richard Alam
5731d49a05 - display mute/unmute control only when user is joined to the voice conference
- display properly switch presenter and eject buttons depending on role of user
2013-05-13 22:19:18 +00:00
Richard Alam
71eedbe1fb - display webcam standalone properly maintaining aspect ratio 2013-05-13 18:45:50 +00:00
Chad Pilkey
05be49429f Merge remote branch 'upstream/master' into improve-client 2013-05-13 09:41:51 -07:00
Fred Dixon
d98d334e17 Dynamic config.xml demo now uses getDefaultConfigXML ccall 2013-05-12 18:04:53 -07:00
Fred Dixon
630ec92d84 Layout fix for issue https://code.google.com/p/bigbluebutton/issues/detail?id=1498 2013-05-12 16:41:08 -07:00
Fred Dixon
676408e646 Minor tweak to increase the height of border on default landing page 2013-05-12 11:54:57 -04:00
Fred Dixon
bc45788ae2 Added back allowKickUser='true' to config.xml.template 2013-05-11 17:39:40 -04:00
Richard Alam
dfbd64e316 - cleanup presentation upload event names 2013-05-10 16:59:50 +00:00
Fred Dixon
06c2480e10 Fixed typo 2013-05-09 16:49:08 -07:00
Chad Pilkey
40be1f9859 fixed all of the flash coercion errors related to locales 2013-05-09 15:53:25 -07:00
Markos Calderon
00bcf1b232 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton 2013-05-09 17:30:25 -05:00
Markos Calderon
da3cc3b5b5 fix for java showing security warning when closing desktopsharing 2013-05-09 17:30:12 -05:00
Chad Pilkey
8c4daa1685 increased size of the mute me button 2013-05-09 15:27:18 -07:00
Richard Alam
5b3809f0de - scale the video properly and turn on smoothing video when scaled 2013-05-09 21:49:44 +00:00
jtrobinson
e81b437740 Audio Settings window is compatible with JAWS. 2013-05-09 13:40:42 -07:00
Markos Calderon
35e02a9acc Merge branch 'master' into presentation-js-api 2013-05-09 14:10:55 -05:00
Markos Calderon
7e7e0e6377 fix for presentation name in JS presentation api 2013-05-09 13:37:07 -05:00
jtrobinson
9d886f814d Added accessibilityDescriptions to buttons in Audio Settings window. 2013-05-09 09:10:27 -07:00
jtrobinson
72ac0718a2 Added accessibilityDescription to audio settings help button and a corresponding string in English locale 2013-05-09 09:06:07 -07:00
jtrobinson
dddbdedffd The audio settings window had two help buttons which did the same thing. Removed one of them. 2013-05-09 09:01:08 -07:00
Markos Calderon
0968345635 Merge branch 'presentation-js-api' of https://github.com/bigbluebutton/bigbluebutton into presentation-js-api 2013-05-08 18:17:44 -05:00
Markos Calderon
7d4a446afb listen js conversion events 2013-05-08 18:17:06 -05:00
Chad Pilkey
a1508e8d58 Merge pull request #141 from SenecaCDOT-BigBlueButton/fix-duplicate-audio
Fixed the ghost audio by pausing after duplication
2013-05-08 14:40:59 -07:00
Chad Pilkey
58a718951e Fixed the ghost audio by pausing after duplication 2013-05-08 14:39:28 -07:00
Richard Alam
67185ee9e5 - upgrade to red5 r4639 2013-05-08 19:16:43 +00:00
Richard Alam
f0d7d933d0 make cam, mic settings, and presentation upload windows NOT draggable 2013-05-08 15:38:52 +00:00
Richard Alam
9a291902d0 - display published video properly and maintain aspect ratio 2013-05-07 21:00:59 +00:00
Richard Alam
c6a464f860 Merge branch 'master' into presentation-js-api 2013-05-07 18:14:35 +00:00
Markos Calderon
889aa4ef90 initial changes for third party page 2013-05-07 13:05:35 -05:00
Richard Alam
50f93ee9cd - allow presenter to lock/unlock layout 2013-05-07 17:49:50 +00:00