Commit Graph

4236 Commits

Author SHA1 Message Date
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
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
Richard Alam
fb1fc2a01d Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton 2012-04-27 19:33:29 +00:00
Richard Alam
6ad333d730 - Initializing the currentPresentation to "Presentation" prevents uploading a file called Presentation.pdf as
we compare if the current presentation is the same as the new presentation to prevent reloading
2012-04-27 19:31:50 +00:00
Gustavo Salazar
dd384d5f95 Give size to the window of recorded chat. 2012-04-27 08:33:14 -07:00
Fred Dixon
aba4c587fe Minor edit on version in index.html 2012-04-27 10:55:07 -04:00
Fred Dixon
5a076109e2 Updated version number to 0.8-RC1 -- more testing 2012-04-27 10:40:53 -04:00
Richard Alam
e9c6b76718 Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton 2012-04-26 14:31:20 +00:00
Richard Alam
c57cb1a637 - add progress indicator when testing rtmp port 2012-04-26 14:30:55 +00:00
Richard Alam
247967cb28 - adding some more file to ignore 2012-04-26 14:29:50 +00:00
Fred Dixon
cf003b06a1 Added sum of version numbers for packages in bbb-conf --check 2012-04-25 20:54:51 -04:00
Fred Dixon
907aed9077 Increased version number to 0.8-beta-4c -- we're getting close 2012-04-25 17:17:39 -04:00
Fred Dixon
c87e9c551a Merge pull request #36 from gugat/update_popcorn
Update popcorn script.
2012-04-25 13:06:49 -07:00
Richard Alam
8b91afb1e9 - don't auto rejoin when user clicks on logout button 2012-04-25 14:43:51 +00:00
Richard Alam
80b85ba9bb - upgrade filename to 0.71 2012-04-24 22:22:20 +00:00
Richard Alam
8bcaeb1edf - update deskshare standlone html 2012-04-24 22:20:12 +00:00
Gustavo Salazar
1e14fb69b3 Update popcorn script.
Change message when playback is not possible.
2012-04-23 15:10:41 -07:00
Richard Alam
b5b6d5f954 - update red5 to latest (r4316) 2012-04-22 15:03:43 +00:00
Richard Alam
17ae1eb459 - handle NetworkChange separately as we don't want to disconnect a wireless user when the connection hiccups 2012-04-21 16:07:12 +00:00
Richard Alam
7df802b818 - make sure the last packet gets processed 2012-04-21 15:53:59 +00:00
Markos Calderon
0b63acb6bc Update bigbluebutton-web/src/java/org/bigbluebutton/api/RecordingService.java 2012-04-19 14:08:52 -05:00