Skip to content

Commit 757de8e

Browse files
committed
Merge remote-tracking branch 'origin/develop-7.0' into merge-develop_7.0-16.06.15
Conflicts: docs/dictionary/property/dontUseQT.xml engine/src/exec-keywords.cpp engine/src/foundation-legacy.cpp ide libfoundation/src/foundation-number.cpp
2 parents 1ab62a4 + c300b00 commit 757de8e

26 files changed

Lines changed: 186 additions & 290 deletions

docs/notes/bugfix-12834.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [[Player]] enhancement set colour of player controller buttons using backcolor property

docs/notes/bugfix-13390.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [[Player]] foregroundColor and hiliteColor not saved with stack

docs/notes/bugfix-13391.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [[Player]] Make default foregroundColor a colour a colour other than black

docs/notes/bugfix-15439.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# enabledTracks "can't set this property" in LC 7

docs/notes/bugfix-15457.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Repeat for each element subtly different in 7.0

docs/notes/bugfix-15472.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Invisible player appears and causes LC to hang

docs/notes/bugfix-15494.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mobileControlget ID,"URL" crashes

docs/notes/bugfix-15495.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [Player] Progress Bar does not update when playing audio files and alwaysBuffer is true

docs/notes/bugfix-5209.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# FormattedHeight does not take into account controller

docs/notes/feature-avfoundation_player.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
**What has changed?**
44

55
The player object until now used QuickTime/QTKit APIs for audio and video playback. Since both QuickTime and QTKit have been deprecated by Apple, we have updated the player to use the new AVFoundation API. AVFoundation does not provide a controller for multimedia playback until OSX 10.9 and their new control bar is also missing some of the features provided by the QTKIt controller, which required us to implement our own controller to ensure backward compatibility.
6-
We have added two new properties to the player object enabling you to customise the appearance of the controller:
6+
We have added three new properties to the player object enabling you to customise the appearance of the controller:
77

88
- The **hilitecolor** of a player is the color of the played area, the colour of the volume area, as well as the background color of a controller button when it is pressed.
99

1010
- The **forecolor** of a player is the color of the selected area. The selected area is the area between the selection handles.
1111

12+
- The **backcolor** of a player is the color of the controller icons (volume icon, play/pause icon, scrub back/scrub forward icon).
13+
1214
We have also added support for getting information about the download progress of a remote multimedia file:
1315

1416
- The **loadedtime** of a player is the time up to which the movie can be played. The download progress is also displayed on the controller well.

0 commit comments

Comments
 (0)