Commit Graph

5822 Commits

Author SHA1 Message Date
Richard Alam
a8b9ac3214 Merge pull request #128 from SenecaCDOT-BigBlueButton/add-headset-to-joinaudio
added a headset icon to the join audio button
2013-04-25 13:30:04 -07:00
Richard Alam
4983bc2961 Merge pull request #127 from SenecaCDOT-BigBlueButton/add-allowkick
added allowKickUser option to config.xml, fixed lock icon bug, set white...
2013-04-25 13:29:02 -07:00
Chad Pilkey
686785462c added min widths to the userwindow columns 2013-04-25 13:01:09 -07:00
Felipe Cecagno
e20b583861 make the hack of starting the layout module before the other modules compatible with BigBlueButton 0.8 (since the layout was developed on that version, and the hack was done in another one) 2013-04-25 16:51:50 -03:00
Felipe Cecagno
438e2e6156 some refactor on how layouts are loaded from server and populate the layouts combo box; fixed the "add layout" button that was not working since last modifications on the module; 2013-04-25 16:49:28 -03:00
Chad Pilkey
2c7b5cf36f increased the size of all the other control bar buttons 2013-04-25 11:58:26 -07:00
Chad Pilkey
a11215b278 clean up toolbar comments 2013-04-25 08:46:57 -07:00
Chad Pilkey
88dea837e4 hide the whiteboard toolbar when over the presentation controlbar 2013-04-25 08:44:21 -07:00
Chad Pilkey
f62f66c451 increased the size of the left and right presentation buttons 2013-04-25 08:43:50 -07:00
Chad Pilkey
d78ce305ab added a headset icon to the join audio button 2013-04-24 09:54:08 -07:00
Chad Pilkey
8876059be4 added allowKickUser option to config.xml, fixed lock icon bug, set whiteboardtoolbar to invisible by default 2013-04-23 14:45:20 -07:00
Fred Dixon
7096bb828f Updated wording for Test Microphone to Test/Change Microphone 2013-04-20 18:21:53 -07:00
Fred Dixon
7ff8bb2cff Updated image for 0.81 overview video 2013-04-20 18:10:28 -07:00
Fred Dixon
8ebf42ccdf Updated text on index.html page 2013-04-20 18:00:06 -07:00
Fred Dixon
ef9dc77c51 Updated index.html to link to overview video 2013-04-20 17:55:13 -07:00
Fred Dixon
d0325f033f Minor updates to API demos 2013-04-20 17:20:09 -07:00
Fred Dixon
040cf5478c Updated fit-to-screen icon 2013-04-20 17:02:49 -07:00
Fred Dixon
5f528f004f Removed ',' from Copyright notice 2013-04-20 16:25:33 -07:00
Jesus Federico
8cb3dad9ed Merge pull request #126 from jfederico/master
bbb-lti updated in preparation for the 0.81-beta1 release
2013-04-19 14:54:22 -07:00
Jesus Federico
db46fbdf0c bbb-lti updated in preparation for the 0.81-beta1 release
[x]Views now are localized
[x]Added sp and fr translations
[x]Updated icons. icon.ico(16x16) icon.gif(24x24)
[x]Parameter custom_bbb_record is now custom_bbb_recording
[x]Removed not required files
[x]Changed behavior of extended mode. Users join directly if the recording is mot enabled for the launch.
2013-04-19 17:52:46 -04:00
Richard Alam
4b9bf799cd - modify copyright 2013-04-19 21:31:32 +00:00
Richard Alam
dcea68de29 - try checking for desktop sharing port 2013-04-19 21:30:54 +00:00
Fred Dixon
b3a902e0bc Simplified the choices for layout in dynamic config.xml example 2013-04-17 18:05:31 -07:00
Fred Dixon
5a4cba9911 Minor updates to dynamic config.xml example (still needs a bit more work) 2013-04-17 16:57:32 -07:00
Richard Alam
5cdf1b18f6 - sign the query string for get default config xml 2013-04-17 21:59:51 +00:00
Richard Alam
2f30fd4485 - check if user can connect using RTMP or RTMPT 2013-04-17 21:47:12 +00:00
Richard Alam
18bacaa632 - fix NPE when sending incorrect checksum to getDefaultConfigXML call 2013-04-17 18:43:10 +00:00
Richard Alam
8986c4b0ef Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2013-04-17 18:37:35 +00:00
Richard Alam
344e87a548 - try to figure out best way to test for cam 2013-04-17 18:36:43 +00:00
Fred Dixon
d61f83248c Further simplified default layout.xml by commenting out the Users layout as it appears the same as default layout 2013-04-17 11:17:49 -07:00
Gustavo Salazar
b4f5501832 fix values for layouts in demo12 2013-04-17 12:43:30 -05:00
Fred Dixon
6083c28418 Remove red from cancel button in presentation upload dialog 2013-04-16 19:42:23 -07:00
Fred Dixon
b58a7a0028 Simplified the choices in layout.xml 2013-04-16 19:35:11 -07:00
Fred Dixon
abc074aaa1 Hide the network monitor and editing buttons for layouts module by defult 2013-04-16 19:23:20 -07:00
Markos Calderon
581b9caf27 UI changes to muteme button 2013-04-16 20:09:10 -05:00
Markos Calderon
7100c53543 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton 2013-04-16 18:38:36 -05:00
Markos Calderon
c29e1b9aab added UI changes to layout menu and network monitor 2013-04-16 18:38:11 -05:00
Gustavo Salazar
c5d17a80f8 improve form in demo12 2013-04-16 16:40:25 -05:00
Richard Alam
dc69530bf0 - start add cam check 2013-04-16 21:17:00 +00:00
Felipe Cecagno
b5fe8a7a09 Implemented the minWidth property in the layouts; it is defined in the window definition and is expressed in pixels:
<layout name="Something">
    <window name="VideoDock" width=... minWidth="400" />
</layout>

The other windows will adjust their size and position to fit the canvas according the windows with fixed minimum width. minHeight was not implemented yet.
2013-04-16 18:04:51 -03:00
Markos Calderon
7ca3a26c54 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton 2013-04-16 16:00:47 -05:00
Markos Calderon
e918777ef2 UI modifications when user is talking 2013-04-16 16:00:11 -05:00
Richard Alam
9913cba842 - don't make upload button fix sized to allow changing icon through CSS 2013-04-16 20:51:04 +00:00
Richard Alam
8457c2b30d - don't show switch presenter button if you are already presenter 2013-04-16 20:50:34 +00:00
Richard Alam
420e7fe339 Merge branch 'implement-pre-flight'
Conflicts:
	bigbluebutton-client/build.xml
2013-04-16 17:43:24 +00:00
Richard Alam
13923dbf39 Merge branch 'make-polling-start-up' 2013-04-16 15:45:06 +00:00
Richard Alam
3481b80230 - check for microphone 2013-04-16 15:42:31 +00:00
Richard Alam
9252447a92 - make polling module run with latest master 2013-04-15 20:48:10 +00:00
Fred Dixon
47a4d72c13 Removed second HRule for the Audio Settings Dialog 2013-04-13 09:02:28 -07:00
Fred Dixon
cd4939d44a Modified bbb.playback.css to hide border lines 2013-04-12 21:56:28 -04:00