Felipe Cecagno
e20b583861
make the hack of starting the layout module before the other modules compatible with BigBlueButton 0.8 (since the layout was developed on that version, and the hack was done in another one)
2013-04-25 16:51:50 -03:00
Felipe Cecagno
438e2e6156
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;
2013-04-25 16:49:28 -03:00
Felipe Cecagno
b5fe8a7a09
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.
2013-04-16 18:04:51 -03:00
Hugo Lazzari
a98b604dc5
Fixed missed import and misspelled variable.
2013-02-28 09:18:10 -03:00
Hugo Lazzari
cd35eb4b03
Refactoring code to fix problem where combobox lost event to populate its data.
2013-02-27 14:39:41 -03:00
Hugo Lazzari
30e46569c2
Fixed problem where layout list wasn't displayed
...
The problem occured because the event to populate the list was sent
before the creation of combobox.
2013-02-26 15:42:35 -03:00
Felipe Cecagno
166673e196
translated specific strings to pt_BR
2013-01-04 17:11:35 -02:00
Felipe Cecagno
4695d3ec99
fixing the layout manager startup, just like it was done on master
2012-11-04 21:09:17 -02:00
Felipe Cecagno
bed079e70d
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
2012-10-29 16:24:09 -02:00
Felipe Cecagno
c6556e90e3
Merge tag 'v0.8' into layout-module
...
- tagging version 0.8
2012-10-29 11:27:38 -02:00
Felipe Cecagno
cd111f4d09
fixing the issue reported by a community member on this post: https://groups.google.com/forum/#!msg/bigbluebutton-dev/WgqfuXgPolE/YBAqw7kc0PoJ
2012-07-05 14:14:12 -03:00
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
Richard Alam
17bba97d40
- add catalan locale
...
- update version to 0.8
2012-06-18 12:56:30 +00: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
Fred Dixon
f6caf218a4
Updated Copyright to 2012
2012-06-08 21:02:53 -04:00
Fred Dixon
27d01b29e7
Updated Copyright to 2012
2012-06-08 20:46:17 -04:00
Fred Dixon
c0c688a743
Updated Copyright to 2012
2012-06-08 20:44:45 -04:00
Fred Dixon
c5fc27731b
Updated Fork Me on GitHub banner to use proper URL
2012-06-08 20:43:35 -04:00
Fred Dixon
079c830647
Changed index.html page to state 0.8
2012-06-08 20:25:19 -04:00
Richard Alam
3d33d26bae
- update latvian and german locales
2012-06-13 17:17:00 +00:00
Richard Alam
174a1c643e
Merge pull request #40 from cforce/master
...
added missing german locale strings
2012-06-12 13:07:29 -07:00
Richard Alam
e411d3271b
Merge pull request #42 from amon-sha/fix_lv_locale
...
Fix Latvian language file
2012-06-12 13:04:28 -07:00
Richard Alam
de6e0857a2
- update spanish and basque locales
2012-06-11 21:37:39 +00: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
Richard Alam
d4b1c41298
- updating deskshare applet filename to 0.8
2012-06-05 21:09:37 +00:00
Fred Dixon
9100074b8b
Assigned a default blank password for mobile connection, as suggested by Felipe in http://code.google.com/p/bigbluebutton/issues/detail?id=1183
2012-06-03 21:21:09 -07:00
Richard Alam
d116e4f298
- update locale
2012-06-03 15:12:16 +00:00
Richard Alam
b4c939a99f
- change to RC3
2012-06-03 15:08:39 +00:00
Richard Alam
172205e107
- making change on landing page to say 0.8
2012-06-03 14:57:55 +00:00
Amon Sha
0294fa8ab0
Fix Latvian language file
2012-06-02 17:49:20 +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
Richard Alam
4f0b930553
- update locales
2012-05-28 19:37:12 +00: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
Richard Alam
ab35e0c81e
Merge pull request #41 from mconf/issue-1229
...
fix http://code.google.com/p/bigbluebutton/issues/detail?id=1229
2012-05-24 09:38:25 -07:00
Felipe Cecagno
2a5023bb22
fixing the issue related to the duplicate of the webcam publishing window ( http://code.google.com/p/bigbluebutton/issues/detail?id=1229 )
2012-05-24 13:28:07 -03:00
Richard Alam
c1a59722f2
- remove grayscale step when sharing desktop
2012-05-22 17:53:27 +00:00
Terence Miller
acc0776513
Update bigbluebutton-client/locale/de_DE/bbbResources.properties
2012-05-20 01:40:20 +03:00