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
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
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
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
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
Leonardo Crauss Daronco
c562f5cd85
Methods to draw in the whiteboard migrated to views/models 😓
...
Almost everything migrated now, even though not everything's working 100% yet.
2012-12-13 17:35:57 -02:00
Leonardo Crauss Daronco
fdc12ccb6c
Add a toolbar on top os slides with actions that are not yet in the main navbar
...
Such as the upload of slides.
2012-12-13 15:26:02 -02:00
Leonardo Crauss Daronco
a397e2be63
Color picker working
...
colorwheel.js code updated to jweir/colorwheel@be140fb2f8
This version allows the colorwheel to be inside a DOM element and has built-in integration with a text input.
2012-12-13 00:04:43 -02:00
Leonardo Crauss Daronco
9938e11662
Presentation zooming and fitting migrated to the new models/views
2012-12-12 23:02:35 -02:00
Leonardo Crauss Daronco
a0753ab4f3
Move a few more methods from the old js files to new models/views
2012-12-12 00:15:14 -02:00
Leonardo Crauss Daronco
152e601e54
Cursor movement and slide changes now working
2012-12-11 19:15:08 -02:00
Leonardo Crauss Daronco
2e2a37c6f8
Drawing functions now available in WhiteboardPaperModel
...
Actions (drawings) in the whiteboard are now shown in the html5 client.
2012-12-11 18:48:38 -02:00
Leonardo Crauss Daronco
bbe1c63c9f
Basic whiteboard functionality in a new view and model
...
All it can do for now is initialize the Raphel objects and show the slide images in the screen.
2012-12-11 17:37:32 -02:00
Leonardo Crauss Daronco
79d88135ab
More options in the authentication object stored in the client
...
Authentication object is stored during the session, with data (currently with meetingID and username) sent by the server.
2012-12-10 23:51:01 -02:00
Leonardo Crauss Daronco
b11f12eb16
User list with selection of users and set presenter working
2012-12-10 23:29:56 -02:00
Leonardo Crauss Daronco
308ddb691d
Treat more socket.io events: login, logout and chat now working with backbone
2012-12-10 16:28:30 -02:00
Leonardo Crauss Daronco
8ca78dd83e
Split SessionView in subviews and add treatment to basic events
...
Events that were in chat/behaviour.coffee are now in Backbone views.
2012-12-10 14:34:06 -02:00
Leonardo Crauss Daronco
5677bd4fb3
Add ConnectionModel that uses socket.io to connect to the server
2012-12-10 12:46:20 -02:00
Leonardo Crauss Daronco
5727fd9b07
Session view now is visually ok, but with javascripts still disabled
...
Only login and logout work by now.
Methods in the old chat javascripts are almost all commented until they are refactored to use backbone.
2012-12-09 18:34:32 -02:00
Leonardo Crauss Daronco
519ac9ce0e
First version of a single page html5 client app
...
Very simple by now, but with login working and switching to a (not yet implemented) session view.
2012-12-09 16:39:29 -02:00
Leonardo Crauss Daronco
9561790dcb
Use require.js and coffeescript in the index page
2012-12-08 23:24:23 -02:00
Leonardo Crauss Daronco
dcc6393c4c
jQuery v1.8.3, jQuery UI v1.9.2, both from googleapis with local fallbacks
2012-12-08 22:44:03 -02:00
Leonardo Crauss Daronco
0dce4b1b25
Convert the cclient scripts in chat/ to coffeescript
2012-12-08 22:26:58 -02:00
Leonardo Crauss Daronco
f70a48ad81
Remove js triggers from the chat view and refactor it to be a bit more readable
...
Also refactored behaviour.js a bit.
2012-12-08 20:54:05 -02:00
Leonardo Crauss Daronco
27f4a00940
First version with require.js in the client side
...
Events trigger from the chat view are not working yet.
2012-12-08 20:27:27 -02:00
Markos Calderon
c9976e048e
storing pencil shape
2012-11-15 10:52:04 -05:00
Markos Calderon
4d76c61417
added a better quality for converting images
2012-10-24 14:37:25 -05:00
Markos Calderon
7e4381f362
removing upload button
2012-10-23 15:16:42 -05:00
Markos Calderon
faeac6a6e1
move and back slides
2012-10-23 13:32:59 -05:00
Markos Calderon
9e45420a4c
load presentation in both sides html5 and flex
2012-10-20 14:18:39 -05:00
Markos Calderon
ef5689b73b
added whiteboard pencil pending store the shape
2012-10-05 18:22:18 -05:00
Markos Calderon
48c0830efc
setpresenter, mouse movement, and starting to send pencil drawings
2012-10-05 17:07:17 -05:00
Markos Calderon
18fa3870ec
Merge pull request #66 from kepstin/html5-bridge
...
Html5 bridge UI updates
2012-10-05 11:59:28 -07:00
Calvin Walton
4fea74251b
Add additional buttons with some presentation controls.
...
For now, the buttons are just going into the bottom bar, and some are
missing icons.
2012-10-05 14:57:02 -04:00
Calvin Walton
18a74e3871
Update HTML5 client CSS to closer match the mockup style
2012-10-05 13:33:37 -04:00
Markos Calderon
9352e198ef
setPresenter integrated
2012-09-25 18:29:58 -05:00
Markos Calderon
23a03c21e7
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into html5-bridge
2012-09-24 14:27:31 -05:00
Gustavo Salazar
b9e79208c5
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2012-09-21 17:28:11 -05:00
Gustavo Salazar
2462802d54
Change ffmpeg commands to support version 0.11.2
2012-09-21 17:27:11 -05:00
Richard Alam
fc294df41f
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2012-09-21 21:06:51 +00:00
Richard Alam
80744c488f
- continue drawing when the mouse temporarily moves out of the canvas
2012-09-21 21:06:11 +00:00
Markos Calderon
c878ff5d06
added redirect and clientURL parameters to the API
2012-09-21 16:03:53 -05:00
Richard Alam
80204543e8
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2012-09-21 20:44:39 +00:00
Richard Alam
2b71f9f964
- fix history for latecomers
2012-09-21 20:44:15 +00:00