Commit Graph

2547 Commits

Author SHA1 Message Date
Marco Calderon
6b5b610a88 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2010-10-21 12:01:00 +00:00
deniszgonjanin
41ad02f39b Commited updated spanish localization 2010-10-20 21:10:58 +00:00
Richard Alam
c8c45c7911 - make the translated boolean part of the message not part of the renderer because when the message
scrolls up and a new message occupies the old renderer, the message doesn't get translated
2010-10-20 11:39:46 -04:00
deniszgonjanin
d5e0ac2052 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2010-10-19 15:05:29 +00:00
deniszgonjanin
8a3e864db7 More 0.71 localizations 2010-10-19 15:05:06 +00:00
Richard Alam
63188cbf87 - remove the xml tag from comment as they still get processed and overrides the config 2010-10-19 08:59:36 -04:00
Richard Alam
f4c9fa3a7c - detect if user has old locale version and warn 2010-10-19 08:06:54 -04:00
deniszgonjanin
e7bf2f4e06 Updated localizations for 0.71 2010-10-18 18:26:28 +00:00
Richard Alam
22d2d638f5 - handle end meeting call from server 2010-10-18 13:51:39 -04:00
Richard Alam
91ffaeb27e - hook into shutdown event so we can kick all users from the conference 2010-10-18 13:24:45 -04:00
Richard Alam
48d7e00892 - add methods to kick all users out of the conference 2010-10-18 13:24:12 -04:00
deniszgonjanin
a854dc071f Fixed chat issues 2010-10-18 17:09:36 +00:00
deniszgonjanin
b14ba3fa52 Fix for Issue 655 2010-10-17 23:18:26 +00:00
deniszgonjanin
83493e4523 Forgot to delete some test data from a previous commit 2010-10-17 23:00:13 +00:00
deniszgonjanin
5c21b039a0 Fix for Issue 662 2010-10-17 22:56:01 +00:00
deniszgonjanin
76366ca5f0 Fix for issues with the chat in 0.71 2010-10-17 22:50:00 +00:00
Fred Dixon
90a34ee8c9 - Added more checks for errors when installing either asterisk or FreeSWITCH before BigBlueButton. 2010-10-16 22:45:42 -04:00
Fred Dixon
55ed2eeeec - Detect whether asterisk or freeswitch is installed, but warn if both are present 2010-10-16 21:27:12 -04:00
Fred Dixon
e2750b6419 - Added checks bin bbb-conf to see if bbb-voice-conference or bbb-freeswitch-config are installed 2010-10-16 20:51:49 -04:00
Richard Alam
d6db9dce67 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2010-10-15 14:54:40 -04:00
Richard Alam
f3d802fb57 - provide a way to autostart deskshare 2010-10-15 14:54:12 -04:00
Fred Dixon
7f64ad3c77 updated index.html from 0.71-dev to 0.71-beta 2010-10-15 11:05:18 -04:00
Richard Alam
5a1099b46a - ooops...missed the declaration 2010-10-14 19:47:50 -04:00
Richard Alam
078212362a - dispatch event when all modules have been loaded 2010-10-14 17:32:18 -04:00
Richard Alam
9916fc63dd - cleanup logs 2010-10-14 16:31:49 -04:00
Scott Morris
21848d21af Changed an ambiguous message to be more understadable 2010-10-14 20:14:13 +00:00
Marco Calderon
4fed45a444 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2010-10-14 17:03:04 +00:00
deniszgonjanin
be1d83dc02 Minor chat issue fix 2010-10-13 18:41:29 +00:00
deniszgonjanin
56688a6653 Fixed Issue 645 - Not auto-translating to Portugese (Brazil) 2010-10-13 18:29:00 +00:00
deniszgonjanin
e112bb8dc0 Fixed Issue 643 - Add Copy All Text option to Chat 2010-10-13 17:55:49 +00:00
deniszgonjanin
c5f993a2c4 Cleaning up the localization template of unused strings so that people don't have to translate them 2010-10-13 17:16:58 +00:00
deniszgonjanin
91cf4d607c Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2010-10-13 12:58:08 +00:00
deniszgonjanin
3990d3237b Localization strings. Fix issue with buttons on viewers and listeners window not being visible on low resolutions 2010-10-13 12:55:37 +00:00
Richard Alam
5e185717b0 - seems like sending by row is faster 2010-10-12 21:05:20 -04:00
Richard Alam
f41167c044 - send all changed blocks together 2010-10-12 20:47:08 -04:00
Richard Alam
8d8f81b1a8 - send changed blocks one row at a time 2010-10-12 20:29:23 -04:00
Richard Alam
ac86a3ebb6 - combine all blocks that has changed on a capture cycle into one packet 2010-10-12 17:52:56 -04:00
Richard Alam
a36e2bc287 - mark the block as clean after sending. This prevents unecessarily sending block changes to
the server when the block is changing quickly.
2010-10-12 16:14:09 -04:00
Richard Alam
b7865a2073 - init sequence number to zero 2010-10-12 14:46:01 -04:00
Richard Alam
2fcb99d94f Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2010-10-12 14:39:33 -04:00
Richard Alam
cc53a33aa7 - add sequence numbers to messages from deskshare applet to the server. This allows us to drop
late block changes.
2010-10-12 14:24:01 -04:00
deniszgonjanin
49144fc49f Changes to the default config.xml to allow kicking users by default by the moderator, for both viewers and listeners 2010-10-12 02:03:31 +00:00
deniszgonjanin
d39bfed5dc Minor UI tweeks to bbb-client for 0.71 2010-10-12 01:49:33 +00:00
deniszgonjanin
230de72008 Changes to UI of the Listeners Window 2010-10-12 01:37:35 +00:00
deniszgonjanin
a56af89471 UI changes to the Viewers Window, for the kick button 2010-10-12 00:52:32 +00:00
deniszgonjanin
cea8c1ca4f Fix for client issues tagged for 0.71 2010-10-11 23:04:14 +00:00
Richard Alam
54ea5e4f8a - modify logic so that we don't unnecessarily compute if the block has changed if it's already
dirty and wating to be sent to the server.
2010-10-10 12:28:55 -04:00
Richard Alam
519a287cd5 - fix problem where blocks don't get updated when moving the capture region 2010-10-10 12:05:06 -04:00
Richard Alam
8b0812ba97 - reset checksum when sending block 2010-10-10 11:27:20 -04:00
Richard Alam
9b59058b1b Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2010-10-10 09:24:59 -04:00