summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.4.2
blob: 07e553022f3ebcb9112591eea80434f879094047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Qt 5.4.2 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 5.4.0 and 5.4.1.

For more details, refer to the online documentation included in this
distribution. The documentation is also available online:

  http://qt-project.org/doc/qt-5.4

The Qt version 5.4 series is binary compatible with the 5.3.x series.
Applications compiled for 5.3 will continue to run with 5.4.

Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:

  http://bugreports.qt-project.org/

Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.

****************************************************************************
*                          Library                                         *
****************************************************************************

QtMultimedia
------------

 - QCameraInfo::availableCameras() and QtMultimedia.availableCameras (QML)
   now return an up-to-date list when a camera is added or removed from the
   system.
 - Fixed memory leak in QMediaPlaylist::load().

****************************************************************************
*                      Platform Specific Changes                           *
****************************************************************************

Android
-------

 - [QTBUG-37525] Fixed VideoOutput not working on some devices when used
   with a Camera.
 - [QTBUG-44383] Fixed setting a URL with special characters on a
   MediaPlayer.

iOS
---

 - [QTBUG-44790] Fixed crash when using QAudioOutput/QAudioInput on iOS 5.
 - [QTBUG-45659] Using QCamera doesn't always prompt for microphone
   permission anymore, it now only does so when using the CaptureVideo mode.

Linux
-----

 - [QTBUG-42326] Fixed regression causing software devices to not be
   included in QAudioDeviceInfo::availableDevices() when using the ALSA
   backend.

Windows
-------

 - [QTBUG-32746] QMediaPlayer doesn't resume playback anymore when seeking
   an audio media while paused.
 - [QTBUG-42648] Greatly improved QAudioDeviceInfo supported formats detection.
 - [QTBUG-44305] QAudioDeviceInfo: Fixed memory leak in availableDevices().