Commit Graph

4205 Commits

Author SHA1 Message Date
Felipe Cecagno
67e6c27e43 better vertical alignment of the components on the main toolbar and the bottom toolbar 2012-06-25 14:30:27 -03:00
Felipe Cecagno
64eba0a904 implemented multiple definitions layout, so the admin may define specific layouts depending on the role of the participant (see the layout definition) 2012-06-25 14:05:33 -03:00
Felipe Cecagno
44afd21339 implemented the windows order on the layout module 2012-06-25 10:40:42 -03:00
Felipe Cecagno
5f2c4fc837 start to develop an order manager, which would keep track of the z-order of the windows in the canvas 2012-06-19 12:27:13 -03:00
Felipe Cecagno
b65ecad3b2 adding the lock button tooltip and fixing an issue related to the attribute "hidden" 2012-06-18 15:18:42 -03:00
Felipe Cecagno
473468c4ac locking the participant windows when the session layout are locked 2012-06-15 17:31:22 -03:00
Felipe Cecagno
cb96e55137 making components consistent with the user's role: if the user is a participant, he won't see the control buttons (add, save, load), the lock button will be always disabled and the layouts combo will be enable only when the layouts aren't locked 2012-06-15 15:47:55 -03:00
Felipe Cecagno
85aa046010 added an attribute to the layout module to show or hide the module control buttons (add, save and load) 2012-06-15 14:43:18 -03:00
Felipe Cecagno
ba61055121 implement a mechanism to hide a window through the layouts definiton file 2012-06-15 14:39:21 -03:00
Felipe Cecagno
e2d99acbb0 it still needs some refactoring, but it's working fine; this is the client side of the layout module which interacts with the server in order to (un)lock the windows layout 2012-06-15 11:45:14 -03:00
Felipe Cecagno
ded77508fe first version of the server side layout module - it allows users to lock and unlock the current layout; the layout is defined as a String, which should be a XML String but may be anything, this way is much easy to extend the layout management, since it won't need to change the server code 2012-06-15 11:34:57 -03:00
Felipe Cecagno
a5c303772f leaving a little more space to the bottom controlbar 2012-06-06 17:52:46 -03:00
Felipe Cecagno
04ab5a3fe8 final version of the layout module before start to implement the mechanism to lock the windows layout 2012-06-06 14:53:53 -03:00
Felipe Cecagno
782ad74fb2 created buttons to add the current layout, save/load layouts to/from file 2012-06-01 17:41:53 -03:00
Felipe Cecagno
1c59664ebe first version with save and load working fine 2012-05-30 17:36:11 -03:00
Felipe Cecagno
29a1aec1c9 implemented ability to include the current layout to the list and to save all the layouts to a text file - now I'm implementing the ability to load the layouts from file (the inverse operation) 2012-05-30 10:17:38 -03:00
Felipe Cecagno
1c50815570 ignoring the desktop publish window as well 2012-05-25 17:47:16 -03:00
Felipe Cecagno
4746ba9f91 setup a default layout, that is applied in the beginning of the session; improved the animations; ignoring the video windows for the layouts - in the future we will be able to set a layout for the presenter window, for example, but now they are all ignored by the module 2012-05-24 23:53:43 -03:00
firstuser
c32016cb28 Merge branch 'master' into layout-module 2012-05-13 00:23:32 -03:00
Felipe Cecagno
c38186cf6f some minor updates; fixed a bug when the restored windows doesn't show up with the minimize button 2012-05-23 13:51:00 -03:00
Felipe Cecagno
87539f335b fixing typo 2012-05-22 23:13:28 -03:00
Felipe Cecagno
f0214fa580 implements the very first prototype of the layout module; the admin put the layout definitions in a XML file, and the user may apply the layouts independently; the users also can extract the current layout to add directly to the xml file with the layout definitions 2012-05-22 23:13:12 -03:00
Richard Alam
c1a59722f2 - remove grayscale step when sharing desktop 2012-05-22 17:53:27 +00:00
Fred Dixon
113cbad759 Lowered check for 2G memory to under 1975 2012-05-11 09:49:58 -04:00
Fred Dixon
52302ce0a0 Updated version on index.html to RC2 2012-05-11 04:04:02 -04:00
Markos Calderon
71cc44eac2 fix for issue 1221. However, need to double check which it's the best way to handle special characters 2012-05-17 15:12:42 -07:00
Richard Alam
4ee4eb79cc - strip controls chars from chat messages as it fails the process of recordings 2012-05-12 23:17:38 -07:00
Richard Alam
93b274f4c8 - fix http://code.google.com/p/bigbluebutton/issues/detail?id=1087 2012-05-16 19:11:00 +00:00
Richard Alam
6b4aa2b6ab Fix chat scroll issue in macs (http://code.google.com/p/bigbluebutton/issues/detail?id=1125) 2012-05-15 17:30:48 +00:00
Richard Alam
48a6a48773 - add support for IE by installing chrome frame for playing back recording 2012-05-14 15:18:56 +00:00
Richard Alam
517c1c7cb9 - update dekshare applet with more logs to profile where it takes a long
time to process
2012-05-14 15:17:25 +00:00
Richard Alam
e00b042e16 - update fit-to-page and fit-to-width icons 2012-05-14 15:16:55 +00:00
Richard Alam
206330a6a0 - make icons bigger 2012-05-11 10:45:57 -07:00
Richard Alam
22388146d4 change icon when autojoin is set 2012-05-11 10:44:54 -07:00
Richard Alam
a802ab7e5a - make some improvements to dekstop sharing by
1. Convert the initial image that is sent to the server as grayscale
  2. Add some debug logs on the applet to determine which step is taking
     a long time. As suspected, it is on the network, esp. using http.
  3. Fix a bug in the server side. Turns out we are not incrementing the
     timestamps in constant interval like we do with the voice. Not doing so,
     doesn't allow the Flash Player to drop frames when packets arrive late.
2012-05-10 14:10:01 -07:00
Richard Alam
76e4d807d3 - add some info logs for deskshare applet 2012-05-09 19:23:01 -07:00
Richard Alam
ba16c09a02 add some debug logs to print how long it takes to capture the screen, process the blocks,
send the blocks to the server, and how long it takes for the server to receive all the blocks.
2012-05-09 10:59:03 -07:00
Richard Alam
0fda31fb1d - ignore NetConnection.Connect.NetworkChange to prevent users with wireless connection from
disconnecting when the connection hiccups
2012-05-08 17:37:54 -07:00
Richard Alam
ccbd3df12c - provide option to wait for all the blocks from the applet before displaying
the screen caltured to other users
2012-05-08 12:49:10 -07:00
Richard Alam
45af49b733 change default color to gray 2012-05-08 11:18:07 -07:00
Fred Dixon
a4d580a309 Merge pull request #38 from gugat/issue1140
Do not process for Matterhorn  if webcam, audio, or desktop are not avai...
2012-05-04 14:06:41 -07:00
Richard Alam
d7cf4f4484 - update presentation icons 2012-05-04 20:32:44 +00:00
Richard Alam
095563e7fc - generate keyframe using configurable interval 2012-05-04 20:10:50 +00:00
Richard Alam
37b1edcc93 - update applet jar with changes to minimize connect timeout 2012-05-04 18:09:26 +00:00
Richard Alam
902e83d8b3 - add a timeout when applet is connecting to socket. This way if port is closed, we fall back to http tunneling quickly
- change how we update the blocks so we don't have to send key frames to late comers. Instead we update each block regularly.
 - make inter-frame interval configurable
2012-05-04 18:06:18 +00:00
Gustavo Salazar
cc1435a84c Create .done file. 2012-05-03 20:30:49 -07:00
Gustavo Salazar
df41ce84ac Do not process for Matterhorn if webcam, audio, or desktop are not available to be processed. 2012-05-03 20:23:18 -07:00
Fred Dixon
5ca7a51034 Added logic to clean more log files when running sudo bbb-conf --clean 2012-05-03 23:17:58 -04:00
Richard Alam
7b1ff2d4bb - add utf-8 encoding magic comment to recording ruby scripts
http://blog.grayproductions.net/articles/understanding_m17n
2012-05-03 18:56:01 +00:00
Richard Alam
3a1b4e8cef Merge pull request #37 from gugat/update_popcorn
Give size to the window of recorded chat.
2012-04-27 13:17:41 -07:00