Commit Graph

10607 Commits

Author SHA1 Message Date
Richard Alam
2aaf36a0df Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into development 2015-07-28 18:52:07 +00:00
Chad Pilkey
963affb333 Merge pull request #726 from gthacoder/meteor-client-swipe-gesture
HTML5 client: horizontal pan gesture on mobile devices.
2015-07-28 14:35:16 -04:00
Maxim Khlobystov
9a7e52274e Made the vertical centering of the navbar title work in Firefox. 2015-07-28 14:15:43 -04:00
Maxim Khlobystov
37dcd5f652 Made sure the screen is never darkened when both menus are closed on a mobile device. 2015-07-27 17:28:00 -04:00
Maxim Khlobystov
acc1c3183f Cleaning up (minimized session calls). 2015-07-27 17:21:25 -04:00
Maxim Khlobystov
fd000912d8 Set the right-hand menu to open/close during a pan gesture. 2015-07-27 16:14:29 -04:00
Maxim Khlobystov
c89828c898 Allowed users to click the left hamburger button or apply a pan gesture in any combination. 2015-07-27 11:54:46 -04:00
Richard Alam
1275cbcf89 Merge pull request #721 from ritzalam/log-bbb-video-disconnection
Log bbb video disconnection
2015-07-27 11:35:39 -04:00
Richard Alam
3a6c02969e Merge pull request #720 from ritzalam/log-webrtc-failure
Log webrtc failure
2015-07-27 11:34:56 -04:00
Richard Alam
d00fcf2da6 - add more logging to see why webcams get disconnected 2015-07-27 15:32:51 +00:00
Richard Alam
662e151524 - log wbertc test failure 2015-07-27 15:30:37 +00:00
Maxim Khlobystov
5675f5bfc0 Added animations to the opacity of the opened menu's background + improved synchronization between opening left-hand menu manually and triggering it with a button. 2015-07-26 21:51:18 -04:00
Maxim Khlobystov
4ea901b5dd Made the click event work faster on mobile devices. 2015-07-26 16:03:14 -04:00
Maxim Khlobystov
4c38ba1169 Limited the left-hand menu movements to the specific range (fully closed to fully opened) + let the pan gesture work only when it starts very close to the left edge of the screen. 2015-07-25 22:28:01 -04:00
Fred Dixon
4d40287f54 Merge pull request #719 from capilkey/quick-poll-button
Added a quick poll button
2015-07-24 23:05:19 -03:00
Chad Pilkey
3be37e99ac added a quick poll button, feedback is appreciated 2015-07-24 18:35:30 -04:00
Maxim Khlobystov
4fbdbefb6c Added the ability to open/close the left-hand menu with a pan gesture on mobile devices. 2015-07-24 18:20:00 -04:00
Richard Alam
27c8b521fb - fix https://code.google.com/p/bigbluebutton/issues/detail?id=1953 2015-07-24 16:00:30 +00:00
Richard Alam
9b9d291117 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into development 2015-07-24 14:27:20 +00:00
Richard Alam
f9f8fdc345 Merge pull request #709 from gthacoder/meteor-client-resizable-elements
HTML5 client: resizable layout.
2015-07-24 10:25:45 -04:00
Richard Alam
489fcca544 Merge pull request #717 from ritzalam/investigate-oom-issue-in-bbb-web
- removing extensions element from getRecordings call. See if this i…
2015-07-23 17:36:36 -04:00
Richard Alam
514055cf14 - removing extensions element from getRecordings call. See if this is causing memory to hang around. 2015-07-23 21:27:06 +00:00
Richard Alam
7997d8b511 Merge pull request #713 from capilkey/translate-poll-answers
Translate poll answers
2015-07-23 13:25:11 -04:00
Chad Pilkey
abab8c3e3b added an accessible poll results chat message 2015-07-23 13:06:46 -04:00
Chad Pilkey
be0e43baa2 translate the poll answers 2015-07-23 13:06:09 -04:00
Maxim Khlobystov
b44385d866 Minor UI fixes: disabled the blue border highlight on focused hamburder button + centered the navbar title vertically. 2015-07-23 08:14:41 -04:00
Maxim Khlobystov
b7b88dfa8b Prevented the whiteboard-chat border from harsh shifting due to the whiteboard's minimum width. 2015-07-22 18:32:10 -04:00
Maxim Khlobystov
eaa8fda2c0 Set the client to monitor the content of the textarea and adjust its height while resizing the userlist/whiteboard/chat horizontally. 2015-07-22 17:25:46 -04:00
Maxim Khlobystov
7c02dc4f81 Allowed users to change horizontal proportion between the whiteboard and chat. 2015-07-22 17:15:20 -04:00
Maxim Khlobystov
c0af831e77 Made the userlist menu horizontally resizable in landscape mode. 2015-07-22 16:34:15 -04:00
Maxim Khlobystov
a398426917 Made the automatic resizing of the chat input area work after opening/closing a private chat (template containing the textarea is rerendered every time, so the event handler needs to be reapplied). 2015-07-21 17:47:05 -04:00
Maxim Khlobystov
0a386ce67e Finished up the work on automatically resizing the chat input area based on its content. 2015-07-21 16:59:25 -04:00
Maxim Khlobystov
552b86e9bc Beginning work on making the manual and automatic methods of the message box resizing work together properly. 2015-07-20 18:23:51 -04:00
Maxim Khlobystov
63d51bc437 Made the chat input box resizable vertically. 2015-07-19 20:34:07 -04:00
Maxim Khlobystov
148d533c38 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-client-resizable-elements 2015-07-19 15:25:59 -04:00
Chad Pilkey
dce6edfe32 Merge pull request #708 from OZhurbenko/meteor-ui
Notifications and other fixes
2015-07-18 21:57:50 -04:00
Oleksandr Zhurbenko
da4ea8d38b Cleanup 2015-07-18 18:33:02 -07:00
Fred Dixon
7f611d1d44 Merge pull request #707 from capilkey/update-polling-modal
Update polling modal
2015-07-17 18:19:47 -04:00
Chad Pilkey
be9971c2cd fixed the weird colouring in the TitleWindow headers and removed uneeded duplication in CSS 2015-07-17 18:06:11 -04:00
Chad Pilkey
387c0770e3 added some extra content to the PollResultsModal 2015-07-17 18:05:29 -04:00
Oleksandr Zhurbenko
760ceef08b Switched notifications to counters, added the styling for notifications for desktop views 2015-07-17 14:50:49 -07:00
Maxim Khlobystov
f063e0bf92 Tied the height of message input to its content. 2015-07-16 19:01:54 -04:00
Oleksandr Zhurbenko
291f0d8847 Replaced icons to the status column, removed outline from switching slide buttons, increased space for usernames 2015-07-16 14:09:46 -07:00
Oleksandr Zhurbenko
1983374e3a Styling for the userlist, also centered meeting name in desktop-portrait view 2015-07-15 14:25:25 -07:00
Oleksandr Zhurbenko
98fb3a66ed Changed styling for the raise hand, sendMessage, settings and signOut buttons, removed the whiteboard's top borders, centered and styled the meeting title 2015-07-15 12:02:52 -07:00
Oleksandr Zhurbenko
25ec59d9b4 added truncating to the opponents' username in the private chat, fixed a bug with the width of the private chat and removed outline from the Public button 2015-07-14 18:38:38 -07:00
Oleksandr Zhurbenko
43e50c3641 Added Status column to the userlist, fixed a bug with the userlist's size, removed unnecessary classes, changed the styling for the userlist and navbar 2015-07-14 15:42:24 -07:00
Richard Alam
1fed229b63 Merge pull request #704 from ritzalam/add-num-responders
- set the font of polling to arial
2015-07-14 16:30:38 -04:00
Richard Alam
4de982bf7c - set the font of polling to arial 2015-07-14 20:28:43 +00:00
Richard Alam
7ee0043f54 Merge pull request #703 from ritzalam/add-num-responders
- change the background color of poll result and size of window
2015-07-14 15:41:49 -04:00