Commit Graph

4505 Commits

Author SHA1 Message Date
Felipe Cecagno
f9d7f11d63 reverted the code used to process the video for the matterhorn integration; many fixes on the video processing for the new playback format "presentation"; now it's possible to set the output video resolution for the presentation playback - it's VGA by default but could be set to HD 2012-08-27 12:41:26 -03:00
Fred Dixon
fef6d0e2b1 Remove reference to Melomel 2012-08-20 16:16:48 -04:00
Richard Alam
d248cb0f8c - fix some exception popups when running flash debugger 2012-08-20 15:19:19 +00:00
Richard Alam
cdb81be8d9 - try another way to fix Integer to Double class cast exception 2012-08-20 14:43:48 +00:00
Richard Alam
c07eeea844 - use SVC2 codec for deskshare... 2012-08-20 14:32:19 +00:00
Fred Dixon
ee29a96b6a changed logging for publish/preentation.rb to /var/log/bigbluebutton/presenetation/publish-* 2012-08-19 17:20:15 -04:00
Fred Dixon
f2f75067ec Changed logging for presentation.rb to /var/log/bigbluebutton/presentation/ 2012-08-19 17:17:11 -04:00
Fred Dixon
263e20e8b3 Made bbb-record executable 2012-08-18 20:39:09 -04:00
Fred Dixon
fb58d0c7cc Updated bbb-conf for 0.81-dev 2012-08-18 18:33:37 -04:00
Richard Alam
e04da4042a Merge remote branch 'rsippl/deskshare-improvements' into merge-svc2-deskshare
Conflicts:
	bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.8.jar
	deskshare/applet/src/main/java/org/bigbluebutton/deskshare/client/net/NetworkHttpStreamSender.java
2012-08-17 19:21:34 +00:00
Richard Alam
b2b3ac89be - update deskshare applet wiht improvements from XOP 2012-08-17 17:48:35 +00:00
Richard Alam
6fb5c323b9 Merge remote branch 'xopnet/improve-deskshare-in-tunneling' into xop-improve-deskshare 2012-08-17 17:34:21 +00:00
Richard Alam
2563966a7d - cleanup 2012-08-17 15:41:27 +00:00
Richard Alam
f182abf812 - record text annotations properly 2012-08-17 15:40:01 +00:00
Richard Alam
0be1db0cc9 - fix merge edit problem 2012-08-17 14:42:30 +00:00
Richard Alam
40dbd9bab5 - fix NPE when querying for annotations history 2012-08-17 14:41:42 +00:00
Richard Alam
33fcacb00b - remove Ctrl-Z duplicate for whiteboard undo
- add presentation control key binding
2012-08-16 19:21:53 +00:00
Richard Alam
a61dba143f Merge remote branch 'chad/master' into making-bbb-accessible
Conflicts:
	bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml
2012-08-16 15:34:07 +00:00
Richard Alam
4abfe5f56d - handle shift-key to move slides forward and backward 2012-08-16 15:19:28 +00:00
jtrobinson
b56be1d87d Small fix 2012-08-15 19:11:45 +00:00
Chad Pilkey
154c319cbc Merge remote branch 'upstream/master' 2012-08-15 19:09:43 +00:00
jtrobinson
ecc572d67b Minor accessibility changes 2012-08-15 18:50:20 +00:00
Chad Pilkey
07b2147977 fixed special case with char 32 2012-08-15 18:29:02 +00:00
Richard Alam
7bafcab0fa - minor cleanup 2012-08-15 18:02:53 +00:00
Chad Pilkey
c9d1e78593 cleaned up the Shortcut Help Window 2012-08-15 17:58:04 +00:00
Richard Alam
06df24ab9c - display text properly to latecomers 2012-08-15 17:51:13 +00:00
Richard Alam
5a2e5912d6 - fix ClassCastException when drawing scribble that results in gaps in the whiteboard marks 2012-08-15 17:19:38 +00:00
dtrusty
2f13cbb86b improve speed of desktop sharing when in tunneling mode. 2012-08-15 10:03:12 -05:00
dtrusty
7252204d9c improve speed of deskshare, when in tunneling mode. 2012-08-15 10:00:06 -05:00
Chad Pilkey
ca54b6b352 Shortcut help window finished 2012-08-14 21:53:09 +00:00
jtrobinson
457675f915 Added locale change listener 2012-08-14 21:50:50 +00:00
jtrobinson
c904476eb9 Fixed typo in locale 2012-08-14 20:44:43 +00:00
jtrobinson
f0fdc04c93 Re-added 'go to latest read message' key 2012-08-14 20:43:51 +00:00
jtrobinson
9af930fd5c After restructuring of logic, chat accessibility is back to normal 2012-08-14 20:05:59 +00:00
jtrobinson
866e4a5083 Sync 2012-08-14 19:09:11 +00:00
Richard Alam
bc6d29fff9 - query fro annotation history when loading the page not when the canvas is initialized 2012-08-14 18:51:26 +00:00
Chad Pilkey
5f3a66c043 initial shortcut key window 2012-08-14 18:51:12 +00:00
jtrobinson
124f088d5f Chat navigation logic is wonky after re-structuring, but it builds 2012-08-14 17:59:42 +00:00
Richard Alam
20864b8a8d - handle where presenter creates a new text annotation without commiting the previous text annotation 2012-08-14 17:47:04 +00:00
jtrobinson
414824fbbc Pushing in case of power failure 2012-08-14 16:05:26 +00:00
Richard Alam
b81880c7a3 - draw rectangle while presenter drags mouse for text tool 2012-08-14 15:38:40 +00:00
Richard Alam
b88aacd19d Merge branch 'create-squares-and-circles' 2012-08-14 14:56:27 +00:00
Richard Alam
fe213ddc0f - send undo when presenter hits Ctrl-Z 2012-08-14 14:55:53 +00:00
Chad Pilkey
72cb09d67d change hotkeys to localized version 2012-08-14 14:36:31 +00:00
jtrobinson
03b58c1221 Minor tweaks to Shortcut Glossary and english locale 2012-08-13 21:43:29 +00:00
Gustavo Salazar
9b2c56a13a Republish recording using bbb-record utility. 2012-08-13 16:25:57 -05:00
Richard Alam
95ef07994b - cleanup and add some notes on how text annotation works 2012-08-13 20:46:09 +00:00
jtrobinson
88676b51e9 Localized chat accessibility methods; started on shortcut help window 2012-08-13 20:37:28 +00:00
Richard Alam
4479c4b925 - maintain focus on text box while being edited, changed size, and color 2012-08-13 20:08:33 +00:00
jtrobinson
41304aea43 Synchronizing repo 2012-08-13 19:17:57 +00:00