- 31 Oct, 2016 - 2 commits
-
-
Gabriel de Dietrich authored
Since Xcode 8 (beta 2) that tool is no longer available through xcrun. We resort to xcodebuild instead. Change-Id: If9d7b535c1cbac2caae0112b2003283aeff34fb9 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@qt.io>
-
Morten Johan Sørvig authored
(Does not build) Change-Id: Ia1a600290465b6c987f1ad8e377591084aec9896 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@qt.io>
-
- 03 May, 2016 - 1 commit
-
-
Morten Johan Sørvig authored
Compile with -Wpedantic. Change-Id: I368b984b3bc5542ad9ae940541d3d390a06b4fe4 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@qt.io>
-
- 02 May, 2016 - 3 commits
-
-
Morten Johan Sørvig authored
These are the native code producing compilers in the PNaCl toolchain. Create mkspec naming scheme extending pnacl-newlib-clang: pnacl-newlib-clang-x86_32 pnacl-newlib-clang-x86_64 pnacl-newlib-clang-arm Update nacl-configure to accept a pnacl variant ./nacl-configure mac_pnacl release x86_64 README.md: Bump required and tested SDK version to pepper_47. Change build instructions to mention nacl-x86_64 instead of x86_newlib. Change-Id: I9854041778b71660b0d9d68396f772dd7b9e4c4b Reviewed-by:
Morten Johan Sørvig <morten.sorvig@qt.io>
-
Morten Johan Sørvig authored
Add INCLUDE_FULL_LIBRARY linker flag to make sure requestAnimationFrame etc gets included in the.js ‘binary’. Change-Id: Iaef51dce283147c9b164c76b726a601e404ac98c Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
-
Svenn-Arne Dragly authored
Change-Id: I5d696f0dbc188acb4faad83240f7b1aa7177dc48 Reviewed-by:
Svenn-Arne Dragly <s@dragly.com> Reviewed-by:
Morten Johan Sørvig <morten.sorvig@qt.io>
-
- 25 Feb, 2016 - 1 commit
-
-
Daiwei Li authored
It's possible for didChangeFocus to get called before a pepper top level window has been created. Change-Id: Iee5e27a812e57f356f8b8e244cde9701025e5f33 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
- 23 Feb, 2016 - 3 commits
-
-
Daiwei Li authored
qtxmlpatterns compiles/works on nacl Change-Id: I4448ab9a03d0a52c591d0491ac8ca0a49e8a068f Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
Daiwei Li authored
There are some events that don't get processed by a call to QEventDispatcherQPA::processEvents. If no events were processed, we should stop trying to call processEvents. Change-Id: I6bef9e362686ae04740c001e6153e94907e433fb Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
Daiwei Li authored
Change-Id: I23a4e97a8b1e05e6c5cb1afcfca3476b7208172c Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
- 22 Feb, 2016 - 3 commits
-
-
Morten Johan Sørvig authored
Change-Id: I7d4237f640b9d7f6165c955f7a0fafb97061c94a Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
Morten Johan Sørvig authored
Runs pnacl-compress. Change-Id: Ia5a1ccefcc879b7df27b8a8cb4fa7ccec2bd544f Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
Morten Johan Sørvig authored
Change-Id: I12025c2ef03f588bb6d23453ea3009c21cb08472 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
- 12 Feb, 2016 - 2 commits
-
-
Morten Johan Sørvig authored
This is useful for sending arguments to the application at startup. QtLoader users can now add key/value pairs to config.environment. QtLoader will forward these as attributes on the embed element. Finally the key/value pairs will end up as arguments to pp::Instance::Init() Change-Id: Ic7ca434e9c097cd624b25692c250daa46a257c2f Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
Morten Johan Sørvig authored
Change-Id: Ie2c2626917d0d15b2d339dbcf140807b27921319 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
- 11 Feb, 2016 - 1 commit
-
-
Morten Johan Sørvig authored
Change-Id: I3fb0f6c334b7b3ce95a6de9879ce35ea0167f69d Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
- 07 Feb, 2016 - 1 commit
-
-
Morten Johan Sørvig authored
The bug is no longer present on current versions of the toolchain (tested: pepper_42). This was also causing QChar::toLower() and QML compilation errors. Change-Id: I9fda442d9ec954ceaa5bf63312bcc1d656e2e543 Task-number: QTBUG-50302 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-
- 28 Jan, 2016 - 2 commits
-
-
Morten Johan Sørvig authored
We are synching dev to 5.6.
-
Morten Johan Sørvig authored
-
- 27 Jan, 2016 - 7 commits
-
-
Morten Johan Sørvig authored
-
Morten Johan Sørvig authored
-
Morten Johan Sørvig authored
-
Morten Johan Sørvig authored
-
Morten Johan Sørvig authored
Conflicts: src/corelib/tools/qdatetime.cpp src/corelib/tools/qsimd.cpp src/gui/kernel/qwindowsysteminterface.cpp src/gui/kernel/qwindowsysteminterface.h src/gui/kernel/qwindowsysteminterface_p.h src/network/access/qnetworkaccessmanager.cpp src/plugins/plugins.pro Change-Id: I0029184e6cba6f55bed736d3574a7fce215ac03f
-
Morten Johan Sørvig authored
Conflicts: src/corelib/io/io.pri src/corelib/thread/qwaitcondition_unix.cpp src/network/access/qnetworkaccessmanager.cpp src/plugins/plugins.pro Change-Id: If97059227ca80628b790c1655e0970d5e71cb591
-
Anton Kudryavtsev authored
It's faster. Change-Id: Ie57619b4e0c53975aa955c83c833c34e1446e4c8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- 26 Jan, 2016 - 14 commits
-
-
Konstantin Ritt authored
The QFontCache instance is stored in QThreadStorage and thus calling QFontCache::instance() isn't really cheap; avoid calling it multiple times where possible. Change-Id: I1b7a83089698a06c49dac08b2a3a8e9c3c75a500 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Andy Shaw authored
Since the likelyhood that decoration_size is greater than 0 then we can save time with explicitly ensuring that it does not call the functions. Change-Id: Iaf991a6c77bbc4908c459307ca7e645cf3b3ca20 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Shawn Rutledge authored
The error message was not informative enough to troubleshoot. Change-Id: Ib21fce238c80b31d21939d139fc173b48eb5ceb8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Shawn Rutledge authored
Change-Id: Ie2554323a619ef1c3f9579862eff8fe704079ba5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Konstantin Ritt authored
Makes it clear that the engine for font with no Latin WS support won't be cached as "shared" engine and thus shouldn't be normally expected in the cache, so don't even try to find it there. Change-Id: I9e6275b4919607f4057a193b446825c98932bd23 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Konstantin Ritt authored
by inlining and reordering the condition. Change-Id: I68a91e75071975a4cc26333094db3433afbaeb72 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Marc Mutz authored
The old code did the equivalent of strcpy(), thus stopping at the first NUL byte, ignoring the QLatin1String's size(). That is not acceptable, for two reasons: 1. Appending QLatin1String to a QString uses the size(), too. 2. The QConcatenable claims an ExactSize = true, so it cannot go and write less data than it's own size() said it would. Even worse, it will happily write _more_ data, too, if the QLatin1String is not properly zero-terminated. This change has low risk, because the equivalent change to the QString branch has been applied between 5.2 and 5.3 (in fd0f1bc3 ), with no complaints from the user base. It is also in a branch that is very unlikely to be taken: Since QConcatenable<QLatin1String> is setting ConvertTo to QString, any QStringBuilder expression containing it will only implicitly convert to QString, not QByteArray. In fact, I don't even know how to make it invoke the changed code in normal operation... Change-Id: I486a76352af7f318ba05da845d3afee7d826c92a Reviewed-by:
Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com> Reviewed-by:
Lars Knoll <lars.knoll@theqtcompany.com>
-
Morten Johan Sørvig authored
Set the NSImage size (which is in points/device independent pixels) to inform Cocoa DnD about the intended image visual size. Change-Id: I6fadd77f4e0173e8e9773725fab3b35f70a055ff Task-id: QTBUG-44179 Reviewed-by:
Andy Shaw <andy.shaw@theqtcompany.com>
-
Edward Welbourne authored
Uses a time derived via .toUTC() to ensure the .toLocalTime() comes out at the time we expect. Task-number: QTBUG-49008 Change-Id: I2005127929c7eab1b7a3cbaba8d21df8c9585d17 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Edward Welbourne authored
Task-number: QTBUG-49008 Change-Id: Ie3bf9dfeb67c96b18320e18c14b9680f03cb98e9 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Friedemann Kleint authored
- Make it possible to pass an optional root widget to dumpAllWidgets(). - Add option to output size constraints of widgets/windows. - Output normal geometry of top levels. Change-Id: Ib48809d070c5721fe4688a2ad39cb99f286618de Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Laszlo Agocs authored
Modules relying on font support via platformsupport (Qt Wayland) need the static libqtfreetype.a. Add CONFIG+=installed to get it copied during make install. Task-number: QTBUG-50659 Change-Id: Ie6252e7f2dda1dc3da97fee258b9d53b7ca349c0 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Maurice Kalinowski authored
Change-Id: I621043b6be797e250fd2cd17de22a18d8773b01c Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
Maurice Kalinowski authored
10240 describes the first official non-preview Windows 10 SDK. 10586 was the SDK for the first November update. Change-Id: Ieb61b944295946eab594b3c7bf234155a67b752e Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-