Gary
18159f1db4
manage UserModel in UserCollection
2013-06-26 08:15:01 -07:00
Markos Calderon
6c1123fd11
user leave now uses the html5 bridge
2013-06-25 14:29:06 -05:00
Richard Alam
584d0ae97f
Merge pull request #161 from daronco/html5-event-bus
...
HTML5 client - events
2013-05-22 19:24:08 -07:00
Leonardo Crauss Daronco
21c79844c5
HTML5: remove events emitted on Connection, now emitted on the event bus
...
And removed duplicated events for 'connected' and 'disconnected'.
2013-05-20 17:41:29 -03:00
Leonardo Crauss Daronco
1f0c53a151
HTML5: last view, chat, migrated to use the event bus
2013-05-20 15:47:18 -03:00
Richard Alam
e1e600dfa1
Merge branch 'html5-bridge' of github.com:bigbluebutton/bigbluebutton into html5-bridge
2013-05-09 17:26:00 +00:00
Richard Alam
be8befb243
Merge branch 'master' into html5-bridge
...
Conflicts:
bigbluebutton-apps/build.gradle
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsHandler.java
2013-05-09 17:25:25 +00:00
Richard Alam
79c86a7a42
Merge pull request #138 from daronco/html5-whiteboard-fixes
...
HTML5 whiteboard fixes
2013-05-09 10:22:24 -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
50f93ee9cd
- allow presenter to lock/unlock layout
2013-05-07 17:49:50 +00:00
Richard Alam
9df2b7c231
- resize avatar image maintaining aspect ratio
2013-05-07 16:07:50 +00:00
Richard Alam
22040e7ccf
Merge pull request #140 from kepstin/recording-0.80-compat
...
Recording: Add a fake panzoom event if none are in the events xml
2013-05-06 14:12:34 -07:00
Calvin Walton
4962cc713f
Recording: Add a fake panzoom event if none are in the events xml
...
This is required so that the 'presentation' recording format can
reprocess recordings from BigBlueButton 0.80
2013-05-06 17:01:42 -04:00
Richard Alam
05225d9826
- Fix https://code.google.com/p/bigbluebutton/issues/detail?id=1489
2013-05-06 18:47:25 +00:00
Fred Dixon
05597f12e3
bbb-conf now checks that the directory for serving the BigBlueButton client exists
2013-05-05 18:04:11 -04:00
Fred Dixon
d93c44d156
Edited cron.daily to ensure it removes older presentation directories in /var/bigbluebutton
2013-05-05 14:42:55 -07:00
Leonardo Crauss Daronco
b80a0dc89e
HTML5: create event bus, not finished yet
...
A global event bus to improve the structure of events in the
HTML5 client.
2013-04-29 17:26:09 -04:00
Leonardo Crauss Daronco
bc513c72f6
HTML5: cleanup/refactor whiteboard paper a bit more
...
PRESENTATION_SERVER was moved to a better place. It was kind of
hardcoded in the client, now it is passed to the client by the
server, so it can be easily configured in the server if needed in
the future.
2013-04-28 19:41:10 -04:00
Leonardo Crauss Daronco
bec08b559f
HTML5: add WhiteboardSlideModel
...
It stores the slides that are shown in the whiteboard.
2013-04-28 18:01:23 -04:00
Leonardo Crauss Daronco
961d15828b
HTML5: standard method to create tools in the whiteboard
...
Shrink the code a bit more.
2013-04-28 17:47:18 -04:00
Leonardo Crauss Daronco
7a9cbaecfb
HTML5: add WhiteboardCursorModel, simplify whiteboard paper
2013-04-28 17:34:38 -04:00
Leonardo Crauss Daronco
d5a51ce6ec
HTML5: more small fixes in the whiteboard drawings
2013-04-28 16:58:37 -04:00
Leonardo Crauss Daronco
c62533139f
HTML5: add text tool to whiteboard
2013-04-28 16:24:43 -04:00
Leonardo Crauss Daronco
a3f286947e
HTML5: small fixes in the whiteboard drawings
2013-04-28 13:21:08 -04:00
Leonardo Crauss Daronco
4792698ca4
HTML5: rects and ellipses work when drawn backwards
...
Rects and ellipses would not work if drawn from right to left and/or from
bottom to top, but now they work.
2013-04-27 22:19:25 -04:00
Leonardo Crauss Daronco
0b031558e9
HTML5: WhiteboardLineModel working for line and pencil tools
2013-04-27 20:28:08 -04:00
Leonardo Crauss Daronco
0c577090e5
HTML5: add ellipse and triangle to whiteboard
2013-04-27 20:00:52 -04:00
Leonardo Crauss Daronco
d579521f9d
Merge remote-tracking branch 'bigbluebutton/html5-bridge' into html5-resize-slides
2013-04-27 19:49:31 -04:00
Markos Calderon
757068c832
some fixes and added line, text
2013-04-27 18:35:20 -05:00
Leonardo Crauss Daronco
98a8d05bc1
Add WhiteboardToolModel as a base for whiteboard tools in HTML5
...
WhiteboardLineModel and WhiteboardRectModel already inherit from it.
2013-04-27 16:54:22 -04:00
Markos Calderon
2544620e45
send circle and triangle
2013-04-27 15:46:43 -05:00
Leonardo Crauss Daronco
76f06c9e80
Add WhiteboardLineModel to clean up WhiteboardPaperModel
...
First version, there are still things that should be moved from
WhiteboardPaperModel to it.
2013-04-27 16:06:38 -04:00
Leonardo Crauss Daronco
482debd9fe
Round borders for rects and pencil in the HTML5 whiteboard
...
Makes the drawings more similar to the drawings in the flash client.
2013-04-27 14:58:20 -04:00
Leonardo Crauss Daronco
f44a1bb4ad
Add WhiteboardRectModel to clean up WhiteboardPaperModel
...
First version, there are still things that should be moved from
WhiteboardPaperModel to it.
2013-04-27 14:37:42 -04:00
Leonardo Crauss Daronco
d2f09e916d
Redraw shapes when resizing the HTML5 client
...
Only redrawing shapes that were loaded when the HTML5 started. Shapes
drawn before are not being saved in the arrays yet and so are not being
redraw when resizing (they disappear).
2013-04-27 11:58:20 -04:00
Leonardo Crauss Daronco
9589e7c7a1
Fix positioning of shapes in the whiteboard, not 100% yet
2013-04-25 19:54:26 -04:00
Leonardo Crauss Daronco
714cccc1f0
Fix the color of shapes drawn in the whiteboard
2013-04-25 17:12:55 -04:00
Leonardo Crauss Daronco
6c102519af
Removing some class variables in WhiteboardPaperModel
...
They are variables that store the position and size of slides and now are
store with the slide they are associated with.
2013-04-25 16:57:20 -04:00
Leonardo Crauss Daronco
62739fa9fe
Resize the slides to occupy 100% of the space
2013-04-25 10:05:38 -04:00
Markos Calderon
fca07405e0
fixing some configurations
2013-04-10 14:53:45 -05:00
Dale Karp
0813595c61
fixed merges
2013-04-10 17:23:40 +00:00
Dale Karp
d721f762a8
fix merge conflicts
2013-04-10 16:44:42 +00:00
Markos Calderon
57f8021ee4
store rect shape
2013-03-25 16:50:32 -05:00
Markos Calderon
dfbf081409
added support for rect shape
2013-03-25 16:35:45 -05:00
Markos Calderon
c5a63cb1fb
fix whiteboard shape doesn't appear when you change slide
2013-03-24 15:30:50 -05:00
Markos Calderon
2b95385c39
fixed whiteboard gap bug
2013-03-22 18:06:36 -05:00
Dale Karp
d239744c77
slides center in viewport when fitToPage is true
2013-03-20 16:46:29 +00:00
Dale Karp
f02751be0d
#slide resizes on page load, fills up presentation area
2013-03-18 17:48:05 +00:00