Richard Alam
5cba147cf8
- fix error on layout for broadcast module
2012-12-21 20:55:23 +00:00
Richard Alam
cbcd54cd7b
- update broadcast module to work on master
2012-12-21 20:34:33 +00:00
Richard Alam
3a81a4814e
- trying to figure out default styles
2012-12-20 21:31:49 +00:00
Richard Alam
f3ed4cac5c
- try implementing default styles
2012-12-20 21:20:22 +00:00
Richard Alam
06805c5e02
- try to get the presentation view styles to work
2012-12-20 20:38:54 +00:00
Richard Alam
e0ebfce3cf
- externalize icons to CSS so it will be easiy to customize
2012-12-20 18:16:28 +00:00
Richard Alam
7ae3b57af4
- inclue icons into CSS file
2012-12-20 16:55:10 +00:00
Richard Alam
61bc87e925
- replace icons
2012-12-19 23:12:27 +00:00
Richard Alam
f0ca107f7f
-add styling of whiteboard toolbar
2012-12-19 22:36:34 +00:00
Richard Alam
12929d25e8
- add message receiver and sender
2012-12-19 19:44:30 +00:00
Leonardo Crauss Daronco
1ef17be130
Fix wrong cursor position when presenter
...
Container dimensions were not set when the first slide was added to the screen.
2012-12-19 16:54:11 -02:00
Leonardo Crauss Daronco
98d4cba3c8
Use r.js to optimize the html5 client
...
Development works as it was before. In production the js file loaded is the optimized one.
Had to wrap the colorwheel plugin in a define() call.
jQuery now is always loaded from googleapis, the local files were removed.
2012-12-19 16:42:58 -02:00
Richard Alam
39953cf78e
- drag in broadcast module into 0.81
2012-12-19 16:08:17 +00:00
Richard Alam
f80fcfbc46
- provide absolute url where to load the skin swf file
2012-12-18 20:57:56 +00:00
Richard Alam
20487a75cb
- add a way to specify that the windows can be resized or dragged
2012-12-18 20:01:34 +00:00
Richard Alam
e5cf191935
- add BBB default css
2012-12-17 21:03:21 +00:00
Richard Alam
cb8ce1033d
- make whole video window glow
2012-12-17 20:49:14 +00:00
Richard Alam
df9ddeef65
- fix problem where voice doesn't send events when triggered from html
2012-12-17 20:41:44 +00:00
Leonardo Crauss Daronco
45a264a211
Fix the dimensions of the container at WhiteboardPaper
...
They were always 0x0 at startup until the page was resized.
2012-12-17 18:25:54 -02:00
Richard Alam
1ab06e37b3
- try skinning
2012-12-17 20:06:12 +00:00
Leonardo Crauss Daronco
423bbcf41e
Fix selection of users in the user list
2012-12-17 17:51:12 -02:00
Leonardo Crauss Daronco
c42d6c29ae
Fix the position of the cursor when the html5 clients is the presenter
2012-12-17 17:45:15 -02:00
Leonardo Crauss Daronco
5bb4075577
Small changes in the layout: whiteboard tools to bottom
2012-12-17 17:17:51 -02:00
Leonardo Crauss Daronco
27c8a7abde
Increase requirejs's timeout to 60 secs (for iPads)
...
For some reason an iPad takes ~30 seconds to load the initial page.
2012-12-17 17:15:26 -02:00
Richard Alam
1914ab7dbc
Merge pull request #80 from capilkey/fix-presentation-pan
...
fix presentation panning issue when presentation is higher then wide and...
2012-12-17 07:38:28 -08:00
Ralf Sippl
d2277a4a32
Traffic optimization that causes block updates to be held back, they're sent either when the block's content stops changing, or after a timeout (currently set to 10 screen sampling intervals, see DIRTY_COUNT_LIMIT)
2012-12-16 13:19:55 +01:00
Ralf Sippl
0eb2cff138
Fixed a bug that caused lots of unnecessary mouse location updates to be sent (while not moving the mouse)
2012-12-16 12:43:14 +01:00
Ralf Sippl
557d81c992
Reduced number of sender threads to 1; minor cleanup
2012-12-16 12:34:24 +01:00
Leonardo Crauss Daronco
036e77f559
Split the session template into smaller templates rendered by the subviews
2012-12-14 22:58:14 -02:00
Leonardo Crauss Daronco
f29b73c16c
Prefix private methods with an underline and remove unecessary files
2012-12-14 22:41:30 -02:00
Leonardo Crauss Daronco
2577123726
Migrate the form validation on login to LoginView
2012-12-14 22:16:25 -02:00
Leonardo Crauss Daronco
d795a56c93
Allow page refreshes and redirect the user to the session when already logged in
...
User authentication now through /auth (GET|POST). /chat removed.
Increased the time limit for a user to be logged out from 1sec to 5secs (the pages take a bit longer to load now).
2012-12-14 22:03:38 -02:00
Richard Alam
d43b7488ce
Merge branch 'master' into view-publish-webcam-stanalone
2012-12-14 21:04:06 +00:00
Richard Alam
1dca7b19bf
Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton
2012-12-14 21:02:53 +00:00
Richard Alam
7d4f4b849c
- show example on how to use webcam standalone apps
2012-12-14 21:02:05 +00:00
Richard Alam
1cd749290b
- clear video holder when presenter stops sharing video
2012-12-14 21:01:17 +00:00
Richard Alam
2294c6300e
- view presenter webcam stream in standalone app
2012-12-14 20:24:52 +00:00
Richard Alam
f6ecdcf775
- preview webcam in standalone app
2012-12-14 20:03:30 +00:00
Chad Pilkey
bfb6126395
fixing another unreported error that made a viewers slide viewport's width distorted
2012-12-14 12:03:23 -05:00
Richard Alam
06bc130895
- implement view webcam standalone
2012-12-14 16:47:30 +00:00
Richard Alam
30911ef181
Merge branch 'master' into view-publish-webcam-stanalone
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/core/EventConstants.as
bigbluebutton-client/src/org/bigbluebutton/main/api/ExternalApiCallbacks.as
bigbluebutton-client/src/org/bigbluebutton/main/api/ExternalApiCalls.as
bigbluebutton-client/src/org/bigbluebutton/main/api/maps/ExternalApiEventMap.mxml
2012-12-14 16:17:32 +00:00
Richard Alam
2a8f3b7e55
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2012-12-14 15:32:51 +00:00
Richard Alam
1c2908911f
Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton
2012-12-14 15:32:32 +00:00
Richard Alam
25d46134bb
- add example API to query if user is presenter
2012-12-14 15:32:08 +00:00
Richard Alam
46b54043c1
- add API to query if user is presenter
2012-12-14 15:31:21 +00:00
Leonardo Crauss Daronco
4b80352e8e
Move the last methods to the new models/views, and remove the old js files
...
Also updated jQuery UI css to v1.9.2, using the theme ui-lightness
2012-12-13 23:54:10 -02:00
Richard Alam
5ca219523e
- add webcam view standalone app
2012-12-13 21:02:44 +00:00
Richard Alam
c271c6507d
- cleanup
2012-12-13 20:10:25 +00:00
Richard Alam
5d26986064
- cleanup
2012-12-13 19:52:00 +00:00
Richard Alam
32e387ed1d
- display webcam preview
2012-12-13 19:50:44 +00:00