Commit Graph

4666 Commits

Author SHA1 Message Date
bikramac
0d9c6842d2 Update bigbluebutton-client/locale/ne_NE/bbbResources.properties 2012-07-23 04:24:58 -07:00
Chad Pilkey
2ca52ac6e4 new flexlib, fixed FF Flash focus issue 2012-07-20 15:55:26 +00:00
jtrobinson
7ca86db7dc Expanded on chat navigation keys 2012-07-18 20:44:20 +00:00
Richard Alam
7c8aa4a671 - move things around 2012-07-18 17:41:42 +00:00
Ryan Seys
83d79d0e44 Merge branch 'whiteboard-playback' 2012-07-18 00:51:54 +00:00
Richard Alam
5de4cb976c - handle change presentation 2012-07-18 00:30:44 +00:00
Markos Calderon
bcc9d78748 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into adding-accessibility-changes 2012-07-17 16:41:04 -07:00
Markos Calderon
3c7419c5ef load textfile from the client 2012-07-17 16:39:32 -07:00
Richard Alam
309e7f32c3 - send and receive whiteboard messages 2012-07-17 22:48:51 +00:00
Chad Pilkey
2de63b6627 added tooltip to window title overlay and made it focusable 2012-07-17 21:43:18 +00:00
Fred Dixon
2addc78f59 Incremented version on landing page to 0.81-dev 2012-07-17 16:30:35 -04:00
Chad Pilkey
e5911bbe1d removing log file from client 2012-07-17 20:30:01 +00:00
Fred Dixon
f1b39de986 Modified version to be consistent 2012-07-17 16:29:13 -04:00
Chad Pilkey
d6fe15ad95 fixed the resize issues caused when trying to maximize a window 2012-07-17 20:28:27 +00:00
Richard Alam
17121a337a handle messages from server 2012-07-17 20:17:42 +00:00
Fred Dixon
65f6318241 Fix playback race condition 2012-07-17 16:07:36 -04:00
Fred Dixon
74a28b285d First implementation of playback of all presentation events (slides, mouse, pan/zoom, and whiteboard) 2012-07-17 15:39:44 -04:00
jtrobinson
17aa0c1ad8 Added updating tooltip and chat history navigation to Chat Module; keybind is temporary 2012-07-17 19:35:05 +00:00
Chad Pilkey
87fd93858e added window resize on ctrl-arrowkey and move on shift-arrowkey 2012-07-17 19:15:39 +00:00
Richard Alam
93fe4dc478 - move things around 2012-07-17 16:57:01 +00:00
Chad Pilkey
1c09d6233c Disabled key binds for presentation window 2012-07-17 15:02:58 +00:00
Richard Alam
26077b8499 - make dependency injection work 2012-07-17 14:48:33 +00:00
Fred Dixon
0dd9ab46f0 Added a text file for tracking release. This will be placed in /etc/bigbluebutton/bigbluebutton-release 2012-07-16 18:25:07 -04:00
Richard Alam
94140b6cef - WhiteboardModel.as is not being inited by the map. Investigating why. 2012-07-16 22:24:28 +00:00
Chad Pilkey
697fe1c6c4 The slide is focusable and ctrl+shift+s focuses it 2012-07-16 21:08:02 +00:00
Ralf Sippl
68bf9f027b added SVC2 (Screen Video V2) support to deskshare 2012-07-16 23:01:49 +02:00
Richard Alam
47b882c917 - slowly making it work 2012-07-16 20:16:28 +00:00
Richard Alam
2d202a0c4a - cleanup 2012-07-16 19:52:26 +00:00
Richard Alam
a8e80c3a9c - make it compile 2012-07-16 19:03:12 +00:00
Chad Pilkey
b732b427f4 using chat box short key now brings the chat window to the front 2012-07-16 18:37:17 +00:00
Richard Alam
5742f2764a Merge remote branch 'ajay/bbb-whiteboard-additions' into merge-whiteboard-features
Conflicts:
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/recorder/whiteboard/AddShapeWhiteboardRecordEvent.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/recorder/whiteboard/WhiteboardEventRecorder.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/IWhiteboardRoomListener.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/Page.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/ShapeGraphic.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardApplication.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardRoom.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardService.java
	bigbluebutton-client/locale/en_US/bbbResources.properties
	bigbluebutton-client/src/org/bigbluebutton/common/Images.as
	bigbluebutton-client/src/org/bigbluebutton/common/assets/images/text_icon.png
	bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/WhiteboardCanvasModel.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/DrawProxy.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/DrawObject.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/DrawObjectFactory.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/Ellipse.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/Pencil.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/Rectangle.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/ShapeFactory.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/managers/PageManager.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/managers/WhiteboardManager.as
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/maps/WhiteboardCanvasEventMap.mxml
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardCanvas.mxml
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardToolbar.mxml
2012-07-16 18:08:21 +00:00
Ajay Gopinath
27b2e5ad10 Finalized licenses and deleted random backup files and cleaned up repo. 2012-07-15 14:49:42 -04:00
Ajay Gopinath
89c8e75a2f Fixed TextToolbar's 'text size' menu not closing when focus is changed. 2012-07-15 13:54:41 -04:00
Ajay Gopinath
73ad0281c7 Fixed problem of TextToolbar disappearing when text loses focus. 2012-07-15 13:15:54 -04:00
Ajay Gopinath
70f003b249 Fixed problem of glitchy text when changing pages. 2012-07-15 05:13:09 -04:00
Ajay Gopinath
16a4c2ded3 Fixed issue of zooming without TextToolbar. Fixed flicker with TextToolbar when changing values. 2012-07-15 03:37:46 -04:00
Ajay Gopinath
9544daa34d Backing up before reverting to attempt to fix really dumb problem. 2012-07-14 23:55:01 -04:00
Ajay Gopinath
ddf0cf8df4 Commented most of the new code. Need to fix grid not appearing, shapes being received oddly, and zooming with text toolbar. 2012-07-14 01:46:41 -04:00
Richard Alam
b2973cb3b1 - start refactoring the client 2012-07-14 02:01:14 +00:00
Richard Alam
0b78831ffa - add method to delete annotation 2012-07-13 21:53:00 +00:00
Richard Alam
5c3e6888f4 - cleanup 2012-07-13 21:34:10 +00:00
Richard Alam
1fab7a430c - send and handle change page 2012-07-13 21:00:02 +00:00
Richard Alam
c89a8a2513 - not used 2012-07-13 20:31:26 +00:00
Richard Alam
b3b74a191b - remove unneeded modules from build 2012-07-13 20:31:02 +00:00
Richard Alam
45faed3019 - broadcast messages to other clients without using shared object 2012-07-13 20:30:32 +00:00
Richard Alam
5b55b6930b - listen for messages from server 2012-07-13 17:26:46 +00:00
Markos Calderon
3d0b3f9307 added extract text from presentations 2012-07-12 15:49:33 -07:00
Richard Alam
293d0bb9a7 - modify whiteboard server app to be able to store text 2012-07-12 22:02:25 +00:00
Richard Alam
20a0fff6c7 - edit text field 2012-07-12 15:14:29 +00:00
Ryan Seys
5894a64d38 Merge branch 'master' of http://github.com/bigbluebutton/bigbluebutton into whiteboard-playback 2012-07-12 07:21:34 +00:00