Markos Calderon
5348a4892a
check if the browser supports websockets
2013-01-23 11:40:12 -05:00
Markos Calderon
e104941d54
Changes for sync users
2013-01-22 17:56:17 -05:00
Leonardo Crauss Daronco
950c7bf8f5
First changes to make the html5 client look good in an iPad
...
Smaller presentation, chat always visible, user list on top of chat.
2013-01-05 21:40:29 -02: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
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
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
f29b73c16c
Prefix private methods with an underline and remove unecessary files
2012-12-14 22:41:30 -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
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
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
5677bd4fb3
Add ConnectionModel that uses socket.io to connect to the server
2012-12-10 12:46:20 -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