Richard Alam
|
60577df2b1
|
- redirect properly to logout url when logout window is not shown
|
2011-11-02 10:59:29 -04:00 |
|
Richard Alam
|
22c2a0062e
|
- fix regex in extracting userid and name from listener
|
2011-11-01 17:26:55 -04:00 |
|
Richard Alam
|
d327c26bfa
|
- need to split local codes to convert to google translate locale codes
|
2011-11-01 16:56:01 -04:00 |
|
Richard Alam
|
2a3515a0f7
|
- sync chat language with language selector
|
2011-11-01 14:33:13 -04:00 |
|
Richard Alam
|
f97e357cf7
|
- display proper default locale in selector
|
2011-11-01 13:54:42 -04:00 |
|
Richard Alam
|
db80cff3d0
|
Merge branch 'master' into consolidate-locales-in-one-area
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/util/i18n/ResourceUtil.as
|
2011-11-01 13:34:09 -04:00 |
|
Richard Alam
|
7b36c465fa
|
- Change text label when self muted/talking
- add param to prevent locales from being cached
|
2011-11-01 13:31:47 -04:00 |
|
Richard Alam
|
0d2234d5f7
|
try to set the language selector to default value
|
2011-11-01 13:21:27 -04:00 |
|
Richard Alam
|
f6c46bcedb
|
- add locales in locales.xml
|
2011-11-01 10:20:35 -04:00 |
|
Richard Alam
|
349aab712d
|
try to sync locales
|
2011-11-01 02:21:30 +00:00 |
|
Richard Alam
|
46d3b8b5be
|
- fix to be able to switch from english and back
|
2011-11-01 01:44:21 +00:00 |
|
Richard Alam
|
87b7380320
|
rename Norwegian locale code from nb_No to no_NO
|
2011-11-01 01:44:03 +00:00 |
|
Richard Alam
|
b52578044e
|
- refactor localization in preparation for fixing problem with setting up locales
|
2011-10-31 16:27:39 -04:00 |
|
Richard Alam
|
c6be4042c2
|
- moderator should always be able to mute/unmute himself.
- hide push to talk for viewer if locked by moderator
|
2011-10-31 13:48:01 -04:00 |
|
Richard Alam
|
a22a349e12
|
minor cleanup
|
2011-10-26 17:01:56 -04:00 |
|
Richard Alam
|
5307806253
|
shortcircuit how chat listens for user joining/leaving for private chat
|
2011-10-26 16:37:34 -04:00 |
|
Richard Alam
|
542fb60c34
|
more cleanup and make conference accessible only from manager
|
2011-10-26 14:55:05 -04:00 |
|
Richard Alam
|
5c6356d381
|
do cleanup to short circuit some method calls in the client
|
2011-10-26 14:35:59 -04:00 |
|
Richard Alam
|
def087be2d
|
cleanup as we only use mx components
|
2011-10-26 10:41:27 -04:00 |
|
Richard Alam
|
431d1cc902
|
Push some properties as private so that eventually we'll be able to create consistent interfaces
to access and modify users and conference attributes
|
2011-10-26 10:21:35 -04:00 |
|
Richard Alam
|
00bd22c0d2
|
some formatting cleanup
|
2011-10-25 17:45:36 -04:00 |
|
Richard Alam
|
5f0ceeee7a
|
Merge branch 'master' into create-core-of-bbb-client
|
2011-10-25 17:07:07 -04:00 |
|
Richard Alam
|
b2d56280d6
|
- strip the userid from the callername and store the callername properly
|
2011-10-25 17:01:21 -04:00 |
|
Richard Alam
|
a453d6b2c7
|
remove old UserManager from core
|
2011-10-25 16:17:30 -04:00 |
|
Richard Alam
|
920a627af9
|
move UserManager into core
|
2011-10-25 16:17:04 -04:00 |
|
Richard Alam
|
719d6b5ee0
|
- fix problem where listners window will display wrong name as data gets cached in listenerItem. When a user leaves and joins
the old value of that listener item gets displayed
|
2011-10-25 15:51:04 -04:00 |
|
Richard Alam
|
774c6632a5
|
handle case when user is locked. When clicking the talk button should have no effect.
|
2011-10-25 10:07:32 -04:00 |
|
Richard Alam
|
4069e5631f
|
Merge branch 'mod-layout'
|
2011-10-22 17:00:07 -04:00 |
|
Richard Alam
|
e80228aeb1
|
- allow user to mute/umute herself. ** Locale doesn't work yet. Need to fix **
|
2011-10-22 16:58:50 -04:00 |
|
Richard Alam
|
e07efebabc
|
initialize config.xml position for chat and video dock
|
2011-10-22 14:30:45 -04:00 |
|
Richard Alam
|
90b4f3be8e
|
rename positio constants so we can pass it later using config.xml
|
2011-10-22 14:30:05 -04:00 |
|
Richard Alam
|
58c9656286
|
Merge branch 'master' into mod-layout
|
2011-10-22 14:15:11 -04:00 |
|
Richard Alam
|
e225f8f520
|
layout video dock and chat windows
|
2011-10-22 12:07:37 -04:00 |
|
Felipe Cecagno
|
feb57b6e8e
|
start showing some hints to the user about the camera, such as errors when the camera could not be opened, if there is no camera connected, among other things; if it is OK, it will be needed to extract the strings to the localization file
|
2011-10-21 20:46:07 -02:00 |
|
Felipe Cecagno
|
69f7ca7aa4
|
start using a timer to listen for any activity from the camera before enabling the start publishing button
|
2011-10-20 22:55:11 -02:00 |
|
Felipe Cecagno
|
c715e4849e
|
avoiding an unnecessary stop broadcast event when the user open the publish window and then close it before start publishing
|
2011-10-20 22:53:49 -02:00 |
|
Felipe Cecagno
|
4f86f0308c
|
fixing typo
|
2011-10-20 22:47:57 -02:00 |
|
Richard Alam
|
83f5895453
|
Merge branch 'hangout-style'
|
2011-10-19 16:05:44 -04:00 |
|
Richard Alam
|
8ea135d9ee
|
Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton
|
2011-10-19 09:37:03 -04:00 |
|
Felipe Cecagno
|
9c0126c592
|
centering the priority window in the available space for it - better distribution of the unused space
|
2011-10-18 21:16:42 -02:00 |
|
Felipe Cecagno
|
c90a930f37
|
the layout is working much better with a single click instead of a double click
|
2011-10-18 20:30:42 -02:00 |
|
Localization Server
|
d09141d0be
|
Updating locale
|
2011-10-18 17:20:02 +00:00 |
|
Felipe Cecagno
|
8d7285835e
|
quick fix when there is only one window docked
|
2011-10-17 23:10:57 -02:00 |
|
Felipe Cecagno
|
a99d7aabcf
|
start implementing a layout inside the video dock where a window is prioritized and the others are not. a double-click on the window will make it the bigger than the others
|
2011-10-17 23:02:25 -02:00 |
|
Richard Alam
|
6cd4b502e7
|
make enabling acoustic echo cancel configurable
|
2011-10-17 13:59:48 -07:00 |
|
Localization Server
|
07e6d4570e
|
Updating locale
|
2011-10-17 00:20:01 +00:00 |
|
Localization Server
|
31993cc824
|
Updating locale
|
2011-10-17 00:00:02 +00:00 |
|
Localization Server
|
f3f95bc9ef
|
Updating locale
|
2011-10-16 23:40:02 +00:00 |
|
Richard Alam
|
f524cfda17
|
- change locale version 0.8-beta2
|
2011-10-02 13:53:24 -07:00 |
|
Richard Alam
|
04b87923bf
|
add extra line on end of file so that myenggo doesn't complain when uploading file
|
2011-10-02 13:35:27 -07:00 |
|