jtrobinson
306e82406f
Changed ChatBox.mxml to use the arrow keys to navigate chat messages.
2013-06-24 13:13:58 -07:00
Markos Calderon
2f7c2949c5
fix locale
2013-06-21 16:41:00 -05:00
Chad Pilkey
390630d269
Merge pull request #152 from SenecaCDOT-BigBlueButton/global-hotkey-focus-fix
...
Global hotkey focus fix
2013-06-21 07:56:46 -07:00
jtrobinson
747a6be5c0
Timer removed until a more effective notification procedure is developed.
2013-06-21 07:53:43 -07:00
Richard Alam
2eca78d600
Merge pull request #185 from SenecaCDOT-BigBlueButton/poll-hotkeys-64
...
Poll hotkeys
2013-06-18 08:40:36 -07:00
jtrobinson
cc3e376c6d
Added local hotkeys back into Voting window.
2013-06-18 07:53:42 -07:00
jtrobinson
70e5639483
Added local hotkeys to Polling Stats window
2013-06-18 06:52:01 -07:00
jtrobinson
65f06c07ec
Fixed local hotkeys in Instructions window.
2013-06-17 12:03:52 -07:00
jtrobinson
d2d8c58f77
Found the culprit: Missing handlers in the Event Map.
2013-06-17 11:52:36 -07:00
jtrobinson
aa3db37692
More hotkeys code. Hotkeys still not quite functional.
2013-06-17 11:26:42 -07:00
Chad Pilkey
14b79c762d
the meeting name is now available inside the meeting
2013-06-14 09:11:12 -07:00
jtrobinson
9d7c3e3888
Added necessary code back in to other files.
2013-06-14 08:22:12 -07:00
Felipe Cecagno
ae7468f9de
disabling temporarily the network monitor and the bandwidth estimation measurement
2013-06-13 20:20:08 -03:00
jtrobinson
e4236a0e39
Added logic to support global Poll Menu hotkey to Poll Event Map and Polling Manager
2013-06-13 11:45:00 -07:00
jtrobinson
c61638a04f
Added all locale strings for polling.
2013-06-13 11:14:46 -07:00
jtrobinson
abb9cabfb0
Added hotkeys to Voting window.
2013-06-13 10:45:43 -07:00
jtrobinson
d99c3cbbad
Added hotkeys to Poll Statistics window
2013-06-13 10:24:53 -07:00
jtrobinson
e4d110b56f
Added hotkeys to Instructions window
2013-06-13 10:03:37 -07:00
jtrobinson
fe7b38efc4
Added polling strings to BigBlueButton.mxml, ShortcutEvent, and Shortcut help window. Also merged upstream/master.
2013-06-13 08:32:32 -07:00
Richard Alam
d6297642ba
Merge pull request #181 from SenecaCDOT-BigBlueButton/disable-drawing-when-notpresenter
...
when you lose presenter you lose the ability to draw
2013-06-11 14:47:54 -07:00
Chad Pilkey
1016e1e29a
when you lose presenter you lose the ability to draw
2013-06-11 14:36:31 -07:00
Richard Alam
4b7fc8ffc6
Merge pull request #179 from SenecaCDOT-BigBlueButton/poll-tab
...
Poll tab
2013-06-11 13:18:05 -07:00
Richard Alam
68ca2b333b
Merge pull request #159 from SenecaCDOT-BigBlueButton/access-presenter-alert
...
Added audio alert; when Presentership is moved to or from a screen-reade...
2013-06-11 13:16:38 -07:00
Richard Alam
d901c70963
Merge pull request #180 from SenecaCDOT-BigBlueButton/disable-private-chat
...
improved disabling private chat so that the whole tab doesn't disappear
2013-06-11 13:15:10 -07:00
Richard Alam
6e53c9496f
Merge pull request #178 from SenecaCDOT-BigBlueButton/add-meeting-title
...
Add meeting title
2013-06-11 13:14:54 -07:00
Chad Pilkey
f61482a987
improved disabling private chat so that the whole tab doesn't disappear
2013-06-11 12:40:36 -07:00
Richard Alam
fb23b44e03
- add JS API to querly list of presentations, display a presentation, and delete a presentation
2013-06-11 18:19:35 +00:00
jtrobinson
eb4897af46
Updated Voting Window.
2013-06-11 10:36:11 -07:00
jtrobinson
1f3e59f914
Removed some code from PollingWindowManager that was interfering with proper tab order.
2013-06-11 08:53:42 -07:00
jtrobinson
d8bb373924
Updated Polling Statistics window
2013-06-11 07:30:35 -07:00
Chad Pilkey
16fbdd9ab5
added config.xml property to control showing the meeting name in the toolbar
2013-06-10 15:08:30 -07:00
Chad Pilkey
468d470f97
meeting title bar is working correctly
2013-06-10 14:36:10 -07:00
jtrobinson
f13ab387bc
Updated Instructions window.
2013-06-10 13:27:18 -07:00
jtrobinson
d2ffbea374
Added PollOptions class to allow for either user-defined or default tab order
2013-06-10 12:56:53 -07:00
jtrobinson
7b3144d548
Merged upstream/master.
2013-06-10 10:34:46 -07:00
Chad Pilkey
8533006c6f
Merge remote branch 'upstream/master' into add-meeting-title
2013-06-10 09:05:26 -07:00
jtrobinson
fab89990ec
Merged upstream/master.
2013-06-10 08:39:39 -07:00
Chad Pilkey
0eef79116e
added whiteboardAccess to config.xml template
2013-06-10 08:21:07 -07:00
Chad Pilkey
683096cb1d
Partial implementation of meeting title on the toolbar
2013-06-10 08:14:28 -07:00
Richard Alam
15d2d63102
- fix displaying of name when userid and name has dash in it
2013-06-08 14:27:59 -04:00
Richard Alam
0a76c64ff5
Merge pull request #174 from fcecagno/fix1530
...
fix #1530
2013-06-06 17:54:40 -07:00
Richard Alam
ed82abcc3f
Merge pull request #173 from fcecagno/fix1520
...
fix #1520
2013-06-06 17:54:21 -07:00
Felipe Cecagno
b47deb925f
fix #1520
...
When the layout was locked, the viewers still could move or resize each window just once, before the windows get locked. The problem was conceptual, since the properties draggable and resizable have been added to the layout definition, creating a conflict between the definition of the layout (draggable/resizable) and the role definition in addition to the locked state.
2013-06-06 21:30:09 -03:00
Chad Pilkey
1dd9b849b3
Merge remote branch 'upstream/master' into add-single-hand-lowering
2013-06-05 12:05:26 -07:00
Chad Pilkey
9466740722
added the ability to lower a single hand by clicking it
2013-06-05 12:05:03 -07:00
Chad Pilkey
da4a4f06ff
Merge pull request #168 from SenecaCDOT-BigBlueButton/fix-handraise-not-resetting
...
added a bindable property to access the client's handraise state
2013-06-05 11:25:04 -07:00
Richard Alam
db6542169f
Merge pull request #170 from SenecaCDOT-BigBlueButton/fix-change-slide-with-pen
...
can now use the presentation thumbnails with a tool selected
2013-06-04 14:53:34 -07:00
Chad Pilkey
b3560c6f8f
can now use the presentation thumbnails with a tool selected
2013-06-04 13:43:33 -07:00
Markos Calderon
d9d044f227
update localization files
2013-06-04 14:11:30 -05:00
Chad Pilkey
6065a1e7a7
added a bindable property to access the client's handraise state
2013-06-04 10:28:40 -07:00