Maxim Khlobystov
3b7f9f254a
Fixed the issue with multiple cursors (window resizing or undoing annotation).
2014-09-22 14:00:50 -07:00
Maxim Khlobystov
a51d4874a4
Fixed the issue with redisplaying shapes that occured while changing slides or undoing annotation.
2014-09-21 16:36:50 -07:00
Maxim Khlobystov
50301a9ce9
Reverted the changes related to multiple cursors.
2014-09-21 16:24:06 -07:00
Maxim Khlobystov
938f883b63
Fixed multiple cursors issue on clicking 'Clear All Annotations' (cursor is being removed now).
2014-09-18 08:39:38 -07:00
Maxim Khlobystov
fe526f5277
Encapsulated some duplicate code.
2014-09-15 09:46:02 -07:00
Maxim Khlobystov
e852cceeac
Zooming is now applied to paths and all the geometric shapes too.
2014-09-12 13:26:25 -07:00
Maxim Khlobystov
84bddefcbc
Fixed browser compatibility issue with running preservation of aspect ratio.
2014-09-12 10:43:19 -07:00
Maxim Khlobystov
022760f255
Added fixed borders adjustable for slide dimensions (fixed the issue with non-standard slides (i.e. A4)).
2014-09-11 16:10:51 -07:00
Maxim Khlobystov
c1443c45e0
Removed repeating code statement.
2014-09-10 18:12:36 -07:00
Maxim Khlobystov
4e5871dd8e
Cleaned up.
2014-09-10 17:48:34 -07:00
Maxim Khlobystov
c37c5c6601
Implemented slide zooming and panning (horizontally and vertically).
2014-09-10 17:02:13 -07:00
Maxim Khlobystov
22ac4c6598
Proper handling of slide dimensions (natural size).
2014-09-09 09:30:02 -07:00
Maxim Khlobystov
5ef2913da4
Fixed ellipses on a whiteboard.
2014-09-07 13:34:59 -07:00
Maxim Khlobystov
02678f9c32
Merge branch 'merging-html5-with-master' of https://github.com/antobinary/bigbluebutton into meteor-client-whiteboard
2014-09-04 14:42:14 -07:00
Maxim Khlobystov
3278da5505
Rounded linecap was added to whiteboard lines.
2014-09-04 11:31:47 -07:00
Anton Georgiev
0e670a05d8
Merge branch 'creating-better-templates' of github.com:perroned/bigbluebutton into merging-html5-with-master
2014-09-04 17:15:13 +00:00
Anton Georgiev
fd85a30ff2
handling recording_status_changed_message
2014-09-04 17:13:23 +00:00
perroned
1ddd2e439c
Changed title
2014-09-04 10:06:36 -07:00
perroned
37577b3ce4
Fixed server version
2014-09-04 09:46:02 -07:00
Anton Georgiev
1ed41ceb59
splitting "recorded" into "currentlyBeingRecorded" and "intendedForRecording"
2014-09-04 16:34:18 +00:00
perroned
a0163e5117
Fixed meeting recording status.
2014-09-04 09:32:24 -07:00
Anton Georgiev
206a2e23ea
Merge branch 'creating-better-templates' of github.com:perroned/bigbluebutton into merging-html5-with-master
2014-09-04 15:04:42 +00:00
perroned
29cdfe1530
Added code for getting proper voice bridge pin
2014-09-04 07:48:50 -07:00
Anton Georgiev
4a88ebdcaf
support voice_conf and duration in meeting_create_message. put empty strings for these params in get_all_meetings_reply
2014-09-04 14:47:32 +00:00
perroned
c6a91079bd
Added newline and fixed operator.
2014-09-04 07:37:36 -07:00
perroned
acc85a1bf8
Fixed errors when data doesn't load properly.
2014-09-04 06:45:17 -07:00
perroned
65024217a7
Navbar elements do not rely on data being present anymore. So now if there is a connection or data issue the UI doesn't misbehave and disappear.
2014-09-03 13:11:56 -07:00
perroned
12eb51523d
Changing the way UI relies on data.
2014-09-03 13:02:00 -07:00
perroned
8c00dcc56d
Removed not needed code. Changing UI elements' dependencies to data always being available.
2014-09-03 12:22:08 -07:00
perroned
867928a0b6
Merge remote-tracking branch 'anton/merging-html5-with-master' into creating-better-templates
2014-09-03 10:44:33 -07:00
Anton Georgiev
f5fd9ee664
log when meeting_created_message was received
2014-09-03 15:09:34 +00:00
Anton Georgiev
4f25f2ced1
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into merging-html5-with-master
2014-09-02 21:08:03 +00:00
Richard Alam
c300eb81e6
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2014-09-02 13:18:13 -07:00
Richard Alam
4bf941b108
- although the page number is not used in whiteboard recording processing, just match the page number with the goto slide event in events.xml
2014-09-02 13:17:28 -07:00
Calvin Walton
c7967810b2
Revert the presentation publish page index altering
...
This was added because BigBlueButton 0.9 started using 1-based page
numbers in the events.xml file. That change has been reverted, so as
to avoid behaviour changes from 0.81 in places where it's unnecessary.
2014-09-02 15:46:52 -04:00
Richard Alam
d5d541a2c5
- subtract 1 from GotoSlideEvent and ResizeAndMoveSlideEvent to events.xml so that the recording is backwards compatible with 0.81 and earlier
2014-09-02 12:44:52 -07:00
Richard Alam
0d3e23db21
- update locales
2014-09-02 12:01:20 -07:00
Richard Alam
a1ded8fdb5
- add current time on header of JSON messages so we can display the correct time instead of calculating from the timestamp
2014-09-02 11:43:05 -07:00
Anton Georgiev
cf125781db
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into merging-html5-with-master
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/voice/VoiceService.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/whiteboard/WhiteboardApp.scala
2014-09-02 17:54:14 +00:00
Richard Alam
372b571b7b
- add pretty create date, duration, and user has joined info on getMeeting api response
2014-09-02 10:22:24 -07:00
Richard Alam
98c96c3613
- a meeting that has duration zero (runs infinitely) should be cleaned-up if no one has ever joined on it
2014-09-02 10:21:06 -07:00
Anton Georgiev
149b21936d
not sure if I should commit these
2014-09-02 15:59:50 +00:00
Anton Georgiev
70a3553ae9
cleaning up
2014-09-02 15:19:50 +00:00
Anton Georgiev
27e05e112a
some work on presentation_page_resized_message
2014-09-02 15:19:21 +00:00
Fred Dixon
34bb061312
Change 0.9.0-dev to 0.9.0-beta on index.html
2014-09-01 20:36:20 -04:00
Fred Dixon
b00be616da
More tweaks on the language in index.html
2014-09-01 20:14:02 -04:00
Fred Dixon
7301d35941
Updates to text and tutorial videos on home page
2014-09-01 20:00:01 -04:00
Fred Dixon
93f6dcafab
Upping version from 0.9.0-dev to 0.9.0-beta
2014-09-01 17:05:33 -04:00
Fred Dixon
e02476071d
Make clear this is a private echo test
2014-09-01 16:48:00 -04:00
Richard Alam
8bdf8e28e9
kick off recording processing when meeting is ended
2014-09-01 15:21:01 -04:00