Richard Alam
9677f8032a
Merge pull request #271 from sokie/master
...
Fixed broadcast module issue #1639
2013-10-11 09:03:30 -07:00
Richard Alam
c68adeba87
Merge pull request #253 from speakserve/fix-users-settings-menu
...
User settings menu repositioned
2013-10-11 09:02:36 -07:00
Richard Alam
d1ee41a465
Merge branch 'mconf-fixing-scrollbars'
2013-10-11 15:56:18 +00:00
Richard Alam
dc8e1b6327
Merge pull request #274 from kepstin/rap-skip-corrupt-video
...
Check for corrupt video files, don't attempt to render them
2013-10-11 08:54:40 -07:00
Richard Alam
df8e49f4af
- when width of client is less than 800, hide the meeting name, shourtcut, and locale buttons.
2013-10-11 15:53:51 +00:00
Calvin Walton
8facc0899e
Check for corrupt video files, don't attempt to render them
...
A corrupt video file is defined as one where ffprobe either finds no
video stream, or it finds a video stream but cannot read any frames.
2013-10-11 11:19:40 -04:00
Felipe Cecagno
d4a7bea99b
handled the scrollbars that appear if you have a small screen and a (not so) long copyright message
2013-10-11 11:32:30 -03:00
Felipe Cecagno
c350b6ceac
fix issue http://code.google.com/p/bigbluebutton/issues/detail?id=1609
...
related to exceptions when you try to log out of the session
2013-10-11 11:16:00 -03:00
Richard Alam
d0e006d8c4
- continue making change
2013-10-10 15:25:06 +00:00
Guilherme Augusto Dias
dcabfc46fa
Cut off unwanted slide events
...
Ignore slide events that happened after the last stop recording timestamp
2013-10-10 13:53:32 +00:00
Guilherme Augusto Dias
0d1c64f3ae
Show thumbnail timestamp
...
The timestamp of first thumbnail is shown when the presentation starts.
2013-10-10 13:06:38 +00:00
Richard Alam
626406c760
- renaming a bunch of stuff
2013-10-09 22:03:00 +00:00
Richard Alam
3cf7a53631
Merge pull request #272 from gugat/locales
...
update locales and add welsh
2013-10-09 14:28:32 -07:00
Gustavo
0f041c248c
show Welsh in the client interface
2013-10-09 20:29:50 +00:00
Gustavo
805f93ec54
update locales and add welsh
2013-10-09 20:18:43 +00:00
Richard Alam
7c12cf47aa
- voice refactoring is compiling successfully
2013-10-09 19:54:27 +00:00
Guilherme Augusto Dias
67fee3bff5
Correct clear/undo timestamp translation
...
Postpone the translation of timestamp for clear/undo events, so the events are applied correctly.
2013-10-09 19:51:46 +00:00
Fred Dixon
381ddbf3a9
Updated labels for 0.81-RC3
2013-10-09 14:05:55 -04:00
Richard Alam
69feca2a07
- continue making changes to voice app
2013-10-08 21:47:49 +00:00
Gustavo Salazar
8b18f4915f
update italian translation strings
...
0.8 is the default version set for all the "locales", with the value 0.81 it fails while loading the client in the browser. I also changed it in Transifex.
2013-10-08 16:39:22 -05:00
Richard Alam
ba2e924e32
- stop propagation of click event to prevent webcam window from resizing.
...
fix: https://code.google.com/p/bigbluebutton/issues/detail?id=1642
2013-10-08 19:54:30 +00:00
Richard Alam
8d703cebd5
- remove tracking of how many unread private tabs a user has as we don't really need that level of detail
...
- fix: https://code.google.com/p/bigbluebutton/issues/detail?id=1640
2013-10-08 19:05:03 +00:00
Richard Alam
3b00657b9d
- fix issue where viewer stop sharing webcam when switching presenter
...
https://code.google.com/p/bigbluebutton/issues/detail?id=1641
2013-10-08 18:22:08 +00:00
Felipe Cecagno
6e0553ed7c
Merge branch 'record-button' of github.com:guilhermedias/bigbluebutton into record-button
...
Conflicts:
record-and-playback/presentation/scripts/publish/presentation.rb
2013-10-07 22:36:31 -03:00
Guilherme Augusto Dias
8c89024084
Fix issue in multi-segment recording
...
Correctly draw shapes in multi-segment recordings.
2013-10-07 20:08:14 +00:00
sokie
1ae8876072
Fixed broadcast module not showing for clients, multiple windows opening for presenter and stream not playing if joining once the stream was started
2013-10-07 18:30:32 +02:00
Richard Alam
5bb5f2000d
Merge branch 'master' into new-polling-feature
2013-10-07 15:16:25 +00:00
Richard Alam
7838483f33
- disable pie chart
2013-10-07 15:15:11 +00:00
Richard Alam
35833418a1
- start refactorign voice app
2013-10-04 21:53:41 +00:00
Felipe Cecagno
d9dfe4a5d0
fixed partially the issue with the shapes timestamp made after the first period of recording, there's still work to do
2013-10-04 16:52:53 -03:00
Richard Alam
92a31599f9
Merge pull request #270 from kepstin/presentation-resiliance
...
Make generation of png images for pdf pages more resiliant.
2013-10-04 12:50:22 -07:00
Richard Alam
7a4285c20b
- implement recorder
2013-10-04 19:31:12 +00:00
Richard Alam
290785e784
- clean up
2013-10-04 19:30:55 +00:00
Calvin Walton
420b0b5573
Make generation of png images for pdf pages more resiliant.
...
We now use ghostscript to output pngs directly from the original pdf,
rather than using convert on the split pages. This should make corrupt
or strange pdfs less likely to cause issues.
As well, if a pdf page conversion fails (for any reason, including that
the original pdf is missing...) it will be logged, and a blank page
generated, and processing will continue.
2013-10-04 15:25:13 -04:00
Richard Alam
ea2f3a1bf2
- refactor recording for whiteboard
2013-10-04 19:21:45 +00:00
Richard Alam
33fa967e7d
- continue refactoring whiteboard...works mostly now...except undo and recording
2013-10-04 18:02:19 +00:00
Felipe Cecagno
f49091c260
Merge branch 'record-button' of https://github.com/guilhermedias/bigbluebutton into record-button
2013-10-04 11:26:48 -03:00
Felipe Cecagno
94df8080b8
fixed record button alert position
2013-10-04 11:24:05 -03:00
Felipe Cecagno
8830951ac0
to specify the duration on ffmpeg we use -t instead of -to
2013-10-04 11:04:21 -03:00
Felipe Cecagno
00d0eb7b43
we only to the match between the video events and the record status events AFTER the webcam and deskshare merge
2013-10-04 11:03:49 -03:00
Richard Alam
b2305c7fe2
Merge pull request #268 from gugat/matterhorn_081
...
fixes audio extension problem in matterhorn
2013-10-03 12:56:54 -07:00
Gustavo Salazar
5dff55fb13
remove audio extension in webcam processing for matterhorn
2013-10-03 13:50:31 -05:00
Richard Alam
22b0aa1579
- continue refactoring whiteboard
2013-10-03 17:08:53 +00:00
Guilherme Augusto Dias
9d1dd1d8d2
Fix shape/image matching test
...
Fix iteration range when checking if a shape is within an image
2013-10-02 22:32:16 +00:00
Guilherme Augusto Dias
1b6c5a5b58
Highlight thumbnail
...
The thumbnail of the first slide starts highlighted
2013-10-02 22:31:10 +00:00
Richard Alam
d0d790c282
- continue refactoring whiteboard
2013-10-02 21:05:22 +00:00
Richard Alam
60b43f6d36
Merge pull request #267 from gugat/locales
...
update locales
2013-10-02 12:12:20 -07:00
Gustavo Salazar
d673e6e484
update locales
2013-10-02 12:12:40 -07:00
Felipe Cecagno
2572d5eb7a
positioned the record button near the other control buttons at the left size
2013-10-02 14:29:57 -03:00
Felipe Cecagno
d8b3375f48
we don't want to archive recordings in which there's no mark to start the recording; it would be the same as if the meeting would be created with record=false - the only difference is that the events are archived to recordings/raw/meeting_id/events.xml, and the recorded .done flag is created as well
2013-10-02 14:18:26 -03:00