- Apr 25, 2013
-
-
Felipe Cecagno authored
some refactor on how layouts are loaded from server and populate the layouts combo box; fixed the "add layout" button that was not working since last modifications on the module;
-
- Apr 16, 2013
-
-
Felipe Cecagno authored
Implemented the minWidth property in the layouts; it is defined in the window definition and is expressed in pixels: <layout name="Something"> <window name="VideoDock" width=... minWidth="400" /> </layout> The other windows will adjust their size and position to fit the canvas according the windows with fixed minimum width. minHeight was not implemented yet.
-
- Feb 28, 2013
-
-
Hugo Lazzari authored
-
- Feb 27, 2013
-
-
Hugo Lazzari authored
-
- Feb 26, 2013
-
-
Hugo Lazzari authored
The problem occured because the event to populate the list was sent before the creation of combobox.
-
- Jan 04, 2013
-
-
Felipe Cecagno authored
-
- Nov 04, 2012
-
-
Felipe Cecagno authored
-
- Oct 29, 2012
-
-
Felipe Cecagno authored
when the user saves the layout, the output file shouldn't present the <layout-block> tag - this is just internal to exchange layouts among the participants
-
Felipe Cecagno authored
- tagging version 0.8
-
- Jul 05, 2012
-
-
Felipe Cecagno authored
fixing the issue reported by a community member on this post: https://groups.google.com/forum/#!msg/bigbluebutton-dev/WgqfuXgPolE/YBAqw7kc0PoJ
-
- Jun 25, 2012
-
-
Felipe Cecagno authored
-
Felipe Cecagno authored
implemented multiple definitions layout, so the admin may define specific layouts depending on the role of the participant (see the layout definition)
-
Felipe Cecagno authored
-
- Jun 19, 2012
-
-
Felipe Cecagno authored
start to develop an order manager, which would keep track of the z-order of the windows in the canvas
-
- Jun 18, 2012
-
-
Felipe Cecagno authored
-
Richard Alam authored
- update version to 0.8
-
- Jun 15, 2012
-
-
Felipe Cecagno authored
-
Felipe Cecagno authored
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
-
Felipe Cecagno authored
added an attribute to the layout module to show or hide the module control buttons (add, save and load)
-
Felipe Cecagno authored
-
Felipe Cecagno authored
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
-
Felipe Cecagno authored
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
-
- Jun 09, 2012
-
-
Dixon Fred authored
-
Dixon Fred authored
-
Dixon Fred authored
-
Dixon Fred authored
-
Dixon Fred authored
-
- Jun 13, 2012
-
-
Richard Alam authored
-
- Jun 12, 2012
-
-
Richard Alam authored
added missing german locale strings
-
Richard Alam authored
Fix Latvian language file
-
- Jun 11, 2012
-
-
Richard Alam authored
-
- Jun 06, 2012
-
-
Felipe Cecagno authored
-
Felipe Cecagno authored
final version of the layout module before start to implement the mechanism to lock the windows layout
-
- Jun 05, 2012
-
-
Richard Alam authored
-
- Jun 04, 2012
-
-
Dixon Fred authored
Assigned a default blank password for mobile connection, as suggested by Felipe in http://code.google.com/p/bigbluebutton/issues/detail?id=1183
-
- Jun 03, 2012
-
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
- Jun 02, 2012
-
-
Amon Sha authored
-
- Jun 01, 2012
-
-
Felipe Cecagno authored
-