Commit Graph

1956 Commits

Author SHA1 Message Date
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
jtrobinson
414824fbbc Pushing in case of power failure 2012-08-14 16:05:26 +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
jtrobinson
88676b51e9 Localized chat accessibility methods; started on shortcut help window 2012-08-13 20:37:28 +00:00
jtrobinson
41304aea43 Synchronizing repo 2012-08-13 19:17:57 +00:00
jtrobinson
5530863201 Audio notifications cleaned up; ctrl-shift-r added to navigate to latest read message 2012-08-10 21:01:54 +00:00
jtrobinson
8c6de25d40 JAWS/IE and NVDA/Firefox combinations now use ARIA alerts to deliver audio chat notifications. Nothing cooperates with Chrome. 2012-08-09 20:10:46 +00:00
jtrobinson
082e57c565 Trying to back up Chat Module changes 2012-08-09 18:14:20 +00:00
Chad Pilkey
cfd3446123 Merge remote branch 'upstream/master'
Conflicts:
	README
	bigbluebutton-client/.gitignore
	bigbluebutton-client/resources/prod/BigBlueButton.html
	bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml
	bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardToolbar.mxml
	bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2012-08-07 19:56:23 +00:00
Richard Alam
3343ab1f0e - change text color and size 2012-08-07 18:26:06 +00:00
Richard Alam
5d999457a6 - fix textbox size for viewers 2012-08-07 16:16:18 +00:00
Felipe Cecagno
2076a1137d fixing the NPE on the layout module when the user joins a conference with an adobe flash player debugger version
http://code.google.com/p/bigbluebutton/issues/detail?id=1261
2012-08-06 13:51:30 -03:00
jtrobinson
ce164b48f3 fixeFixed timing of audio alerts. 2012-08-03 20:21:49 +00:00
Richard Alam
0f6c6e8e4d - add background and remove intial text 2012-08-03 19:36:17 +00:00
Richard Alam
e95e4c72f0 - figure out why we dispatch a text created event when mouse moves out of canvas 2012-08-03 19:04:15 +00:00
jtrobinson
d12e176c42 Audio notifications for public and private chat messages; timing is still off 2012-08-03 17:53:02 +00:00
Markos Calderon
9b4a1b4815 Merge pull request #54 from bigbluebutton/fix-chat-url
Fix for event urls and support for https
2012-08-02 13:16:00 -07:00
Markos Calderon
2e8715988b Fix for event urls and support for https 2012-08-01 18:55:50 -05:00
Gustavo Salazar
75e9b45db5 Set type to variable "filter" 2012-08-01 17:00:29 -05:00
Richard Alam
c01b111c3c - try to fix textbox resizing 2012-07-31 20:03:16 +00:00
Richard Alam
69c765cb6d - try crating textbox for whiteborad 2012-07-31 19:42:19 +00:00
jtrobinson
ee0baad670 Hotkeys added for focusing to chat tabs, and for moving backward and forward through tabs 2012-07-31 18:55:59 +00:00
Richard Alam
c97f806154 - comment out some logs to test if we loose some lines when drawing rapidly 2012-07-31 17:19:51 +00:00
Richard Alam
3609d409df - query for annotations when loading new page 2012-07-31 17:09:20 +00:00
Richard Alam
8d931eb94a - setup toolbar properly when switching presenter 2012-07-31 15:49:10 +00:00
Richard Alam
3fb8c458e1 - fix buttons 2012-07-31 15:00:06 +00:00
Richard Alam
0f591f9d34 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2012-07-30 22:00:00 +00:00
Gustavo Salazar
6c3f430e88 Ask if h264 enabled. 2012-08-01 14:32:42 -05:00
Gustavo Salazar
7735ff6d62 build client for Flash Player 11 2012-07-31 17:49:09 -05:00
Richard Alam
578ef05915 - An example how to display textbox 2012-07-30 21:59:32 +00:00
Chad Pilkey
d6931fb0a8 fixed layout module startup error 2012-07-30 18:24:59 +00:00
jtrobinson
72a40ee66a Timed notifications are working as intended. Next step: Add audio alert to notifications 2012-07-30 16:14:07 +00:00
jtrobinson
687f5e2828 Fixed bug of private message tabs not appearing; timed notifications still in progress 2012-07-30 15:26:41 +00:00
Richard Alam
bdc83d7fdf - separate whiteboard buttons 2012-07-30 04:36:45 +00:00
Richard Alam
b34029140f - extract out each button to maintain easily 2012-07-30 02:57:42 +00:00
Richard Alam
a26962bf66 - don't listen for 'w' and 'd' key chars to enable/disable whiteboard as it consumes text types into text field 2012-07-30 19:16:45 +00:00
Richard Alam
881c0c573f - increase size of text field so that text doesn't get chooped when zooming 2012-07-30 19:16:12 +00:00
Richard Alam
87e989f34a - fix problem where we don't handle properly if there is only 1 annotation 2012-07-30 18:57:02 +00:00
Richard Alam
ab92441af0 - when zooming/panning text, position the text toolbar properly 2012-07-30 18:28:22 +00:00
Richard Alam
06a7759a91 - remove scrollbars on presentation window 2012-07-30 15:43:49 +00:00
Richard Alam
b7a92c8ff2 remove unneeded file 2012-07-30 14:05:36 +00:00
Richard Alam
334b29ed78 - make switching presentation and page work 2012-07-30 13:46:54 +00:00
Richard Alam
251486a62d - query and display annotation history 2012-07-30 13:32:07 +00:00
Richard Alam
f518a41d22 - query for annotation history 2012-07-30 12:24:14 +00:00
Richard Alam
9f335b3ba5 - make undo and clear annotations work 2012-07-30 12:03:18 +00:00
Richard Alam
f1bc5c7e75 - figure out undo 2012-07-29 18:39:42 +00:00
Richard Alam
bf76d21e34 - rename var to make it clear 2012-07-29 17:47:40 +00:00
Richard Alam
58e4539471 - make text resize properly 2012-07-29 17:33:36 +00:00