Skip to content

Commit ccfd9d9

Browse files
author
runrevsebastien
committed
Merge branch 'develop' into refactor-syntax_unicode
Conflicts: engine/src/desktop.cpp engine/src/mac-av-player.mm engine/src/mblalert.cpp engine/src/quicktime.cpp
2 parents 4d44cd1 + 62dc235 commit ccfd9d9

42 files changed

Lines changed: 417 additions & 252 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Livecode.files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ engine/src/deploy_sign.cpp
123123
engine/src/deploy_windows.cpp
124124
engine/src/deploysecurity.cpp
125125
engine/src/deploysecurity.h
126+
engine/src/desktop.cpp
126127
engine/src/dispatch.cpp
127128
engine/src/dispatch.h
128129
engine/src/dllst.cpp

docs/notes/bugfix-12055.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mobileVibrate not vibrating when passed a variable

docs/notes/bugfix-12481.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Various actions on players (such as hiding and showing) prevent it from working properly.

docs/notes/bugfix-12506.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Instability with manipulating QTKit players.

docs/notes/bugfix-12699.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Images don't appear or are clipped when printed to PDF

docs/notes/bugfix-12702.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Editing image then switching card and saving causes stack corruption

docs/notes/bugfix-12708.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Pulldown menu submenus don't trigger menuPick
1+
# Submenus of popups don't send menuPick on selection.

docs/notes/bugfix-12747.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Shortcuts: the uncomment script shortcut cmd _ does not work

docs/notes/bugfix-12751.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# QT-related features don't work.
2+
QT effects and sound recording will now work as long as 'dontUseQT' is set to false. In this case, the player will default to using QTKit.
3+
If you are submitting an app to the Mac AppStore, or wish to use AVFoundation player on 10.8 and above, ensure that dontUseQT is set to true in your startup handler, or before any code or stack which uses QT is run.

docs/notes/bugfix-12765.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# The effective rect of a stack with vscroll > 0 is incorrect

0 commit comments

Comments
 (0)