- Feb 11, 2019
-
-
Kai Koehne authored
Fixes: QTBUG-73464 Change-Id: I5d1052dec14bbe6ee69b348352991d14d63b9c76 Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-
- Nov 29, 2018
-
-
Val Doroshchuk authored
Since updates are disabled, and no paint events will be sent to QVideoWidget, need to somehow repaint the video window. When BeginPaint is called outside of the expose event, the window might not be refreshed. So moved calling the repainting within the expose event. Also added repainting when the display rect is changed to immediate refreshing. Task-number: QTBUG-71326 Change-Id: I7c29b3f8ad35e33590c7b138a5141546ce3c1a42 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io> Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
- Mar 22, 2018
-
-
Val Doroshchuk authored
If playback is paused latest video frame is shown. If after that the window is deactivated (unfocused or hidden) the picture is cleared. And just empty area is shown. Provided following fixes: 1. Prevented clearing the painted video picture when the window is unfocused. 2. Repainted latest video frame again when the window gets back from hidden state to shown. Task-number: QTBUG-65780 Change-Id: I62b3c6e25133a7d08a5060a5ab9f6b35d927fbd4 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
- Mar 21, 2018
-
-
VaL Doroshchuk authored
No move events are being received for QVideoWidget even with enabled Qt::WA_MouseTracking. All these events are ignored because video widget from QVideoWidgetControl always has disabled Qt::WA_MouseTracking. Proxied this mouse tracking property to video widget. Task-number: QTBUG-30728 Change-Id: Ic196042596906ce8b5674b62ea66f5e035ba3cfe Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
-
- Dec 04, 2017
-
-
Marc Mutz authored
Use begin()/end() instead. Change-Id: Ifa17458190186b987533bd705717ddaec5fc94d4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- Mar 24, 2017
-
-
Paul Olav Tvete authored
Fixes build error with -no-feature-dialog Change-Id: I51a2dc2a515e9c3449ef3d3ece78ea3ba32d34fb Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- Jan 11, 2017
-
-
Friedemann Kleint authored
Use native coordinates when setting the display rectangle. Task-number: QTBUG-57145 Change-Id: I4783edcbee021e6020e8ca946f15cca8a1173589 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by:
Yoann Lopes <yoann.lopes@qt.io>
-
- Nov 16, 2016
-
-
Lars Knoll authored
Change-Id: I9b1e31e3d1bcfbffc448551be5654f8818baf91a Reviewed-by:
Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by:
Yoann Lopes <yoann.lopes@qt.io>
-
- Jan 19, 2016
-
-
Antti Kokko authored
From Qt 5.7 -> LGPL v2.1 isn't an option anymore, see http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ Updated license headers to use new LGPL header instead of LGPL21 one (in those files which will be under LGPL v3) Change-Id: I324f65c61171f36641472964d095d72e452afb3a Reviewed-by:
Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by:
Lars Knoll <lars.knoll@theqtcompany.com>
-
- Sep 07, 2015
-
-
Nico Vertriest authored
Change-Id: Idcaac01294642e7e79f6e2b8bcfd2c9559274790 Task-number: QTBUG-43810 Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- Feb 12, 2015
-
-
Antti Kokko authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I1c6faa4f59f8eca54f01ef20941fa60161dd7872 Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- Nov 25, 2014
-
-
Thiago Macieira authored
One is not used, the others are not even initialized, so don't use the memory. qsoundeffect_pulse_p.h:172:20: warning: private field 'm_resourceStatus' is not used [-Wunused-private-field] qvideowidget_p.h:211:25: warning: private field 'm_aspectRatioMode' is not used [-Wunused-private-field] qalsaaudioinput.h:156:22: warning: private field 'timestamp' is not used [-Wunused-private-field] qalsaaudiooutput.h:135:22: warning: private field 'timestamp' is not used [-Wunused-private-field] Change-Id: I7c9f50d57c4d29ee0dfd7dc086771d721cdb5b05 Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- Aug 24, 2014
-
-
Antti Kokko authored
- Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: Ied06887225df341064c12bcc14c259ae74116f2e Reviewed-by:
Jani Heikkinen <jani.heikkinen@digia.com>
-
- Jan 17, 2013
-
-
Venugopal Shivashankar authored
- Fixed \snippet paths - Minor language edits - Removed unnecessary multiple page commands in a single comment block. For example, \fn and \qmlsignal in a single comment block is not allowed. Such instances must be documented in separate comment blocks. Change-Id: I65f4518499e2600c4e1807356d4116c575e48c19 Reviewed-by:
Andy Nichols <andy.nichols@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> (cherry picked from commit 51334d29)
-
- Jan 15, 2013
-
-
Venugopal Shivashankar authored
- Fixed \snippet paths - Minor language edits - Removed unnecessary multiple page commands in a single comment block. For example, \fn and \qmlsignal in a single comment block is not allowed. Such instances must be documented in separate comment blocks. Change-Id: I65f4518499e2600c4e1807356d4116c575e48c19 Reviewed-by:
Andy Nichols <andy.nichols@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Jan 10, 2013
-
-
Sergio Ahumada authored
Change-Id: Ia8c1c38aba1544603fada8c414cc856f365fd15b Reviewed-by:
Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- Oct 13, 2012
-
-
Caroline Chao authored
Following change: 439d5b0e Change-Id: I111a87578844bb3c18819285ae9509e0f2c408d9 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
- Oct 01, 2012
-
-
Yoann Lopes authored
Fixed exiting fullscreen when a QVideoWidget is embedded in another QWidget. Requires change I3616dc0f in qtbase to work. Because of a bug in some X window managers, the order in which setWindowFlags() and showNormal() are called has been changed. Change-Id: I335d47a3a1d9ce517978cad35597d72312150db1 Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- Sep 24, 2012
-
-
Iikka Eklund authored
Change copyrights and license headers from Nokia to Digia Change-Id: Id77334cfb15de096941c88e32d04ca07b4eb4709 Reviewed-by:
Janne Anttila <janne.anttila@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- Jun 07, 2012
-
-
Michael Goddard authored
* Remove references to private QMediaServiceProvider class and point new backend writers to irc/mailing lists * Wrong or missing parameter names * Fix a few links * Correct a few property data types * Various other things to keep qdoc happier Change-Id: I5c8800d65c00f0783541afef35990bd3918acab7 Reviewed-by:
Angus Cummings <angus.cummings@nokia.com> Reviewed-by:
Ling Hu <ling.hu@nokia.com> Reviewed-by:
Daniel Kovacic <daniel.kovacic@nokia.com>
-
- Mar 22, 2012
-
-
Angus Cummings authored
Change-Id: I9df926f64548a5d53382448ca4eef8d428339aa3 Reviewed-by:
Jonas Rabbe <jonas.rabbe@nokia.com>
-
- Mar 02, 2012
-
-
Casper van Donderen authored
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: Iec1c616e0d9a915a31a661916805916e19495dc9 Reviewed-by:
Michael Goddard <michael.goddard@nokia.com>
-
- Feb 06, 2012
-
-
Michael Goddard authored
Mostly move widgets classes into the QtMultimediaWidgets module, but also mark a few mostly internal playlist classes as \internal. A few other tweaks. Change-Id: If0e376410bf2187cafb24f583108c6beb7b910a9 Reviewed-by:
Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
-
- Jan 30, 2012
-
-
Jason McDonald authored
As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I20e5215108c6ebd5f8474fed5c3665118e4791e6 Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- Jan 23, 2012
-
-
Jason McDonald authored
Replace Nokia contact email address with Qt Project website. Change-Id: Ie8cd560b6d9a2c6e552b6be1ad8bc96c80a6535c Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- Jan 16, 2012
-
-
Michael Goddard authored
They aren't useful in the case of QtMultimedia{Kit} Change-Id: If1b0b6625763c85907fb05beb9c440046472ddef Reviewed-by:
Jonas Rabbe <jonas.rabbe@nokia.com>
-
- Jan 12, 2012
-
-
Jason McDonald authored
Update headers from before 2011 that were missed in the previous commit. Change-Id: Ib0fd91a39ffc57117fe01280e34519c3f914fac0 Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- Oct 12, 2011
-
-
Friedemann Kleint authored
MSVC is more strict about #include <> and #include "". Reviewed-by:
Ling Hu <ling.hu@nokia.com> Change-Id: I8973d7b2717d892407ad93785f92a64b05bdb6b5 Reviewed-on: http://codereview.qt-project.org/6134 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Oct 07, 2011
-
-
Michael Goddard authored
There are a few legacy bits left in place so it passes CI, and then qt5.git etc can be updated. Change-Id: I6b082e50e6958c72fdabc2974992e16d90dafa3a Reviewed-on: http://codereview.qt-project.org/5368 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Jonas Rabbe <jonas.rabbe@nokia.com>
-
- Aug 25, 2011
-
-
Michael Goddard authored
Change-Id: I522b3e6d4465c6c5cce2483676e09320176837d6 Reviewed-on: http://codereview.qt.nokia.com/2665 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Jonas Rabbe <jonas.rabbe@nokia.com>
-
- Jul 19, 2011
-
-
Michael Goddard authored
Docs still need some fixing, but there are some legitimate usages of it there. Change-Id: I94c7b68788ce97829711a4384884d7e52fe84162 Reviewed-on: http://codereview.qt.nokia.com/1736 Reviewed-by:
Jonas Rabbe <jonas.rabbe@nokia.com>
-
- Jul 18, 2011
-
-
Michael Goddard authored
They can be updated again later when things are more stable, if needed. Change-Id: I73bdacdd3d1fd43a60cd3a0c14b925fa9c32ee27 Reviewed-on: http://codereview.qt.nokia.com/1724 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Jonas Rabbe <jonas.rabbe@nokia.com>
-
- Jun 29, 2011
-
-
Michael Goddard authored
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
-