summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version5.6Oswald Buddenhagen2017-09-211-1/+1
| | | | Change-Id: If2e73200f70773d0f396ae85c64b59454d99c799
* Bump versionOswald Buddenhagen2016-11-281-1/+1
| | | | Change-Id: I2fb681593946f1e7e11bbe7ce900cd95854b89a5
* remove dependencies from sync.profileOswald Buddenhagen2016-11-051-16/+0
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: I3c1f1d55e2668f0c3a33b5456a942516916fb3c1 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Doc: Change instances of 'OS X' to 'macOS'5.6.2Topi Reinio2016-08-157-8/+8
| | | | | | | | | | As of version 10.12 (Sierra), the name of Apple's desktop operating system will be macOS. Change all occurrences where the Mac platform is discussed to use the macro \macos (defined in the documentation configuration in qtbase). Change-Id: Iec248314791d9dbb1ab11959121376265cefd7fc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
| | | | | | | qquickitemanimation.cpp(213): error #809: exception specification for virtual function "QQuickParentAnimationData::~QQuickParentAnimationData" is incompatible with that of overridden function "QAbstractAnimationAction::~QAbstractAnimationAction" Change-Id: I149e0540c00745fe8119fffd1463cb59e590b6b8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"Sze Howe Koh2016-06-294-4/+4
| | | | | | | See http://comments.gmane.org/gmane.comp.lib.qt.devel/25771 Change-Id: I5fe2b6e4d1ed245f9f29f2c2a39d7b9394e3bb70 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Fix gcc warning: if clause does not guardNikita Baryshnikov2016-06-291-1/+2
| | | | | | Change-Id: I30693fa9b1553e22d0793021dc46054f979976ca Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Bump versionOswald Buddenhagen2016-05-191-1/+1
| | | | Change-Id: I7c2473f07d7d1b65f39cf51df2817d4a74296462
* do not enable example installs explicitly any moreOswald Buddenhagen2016-04-281-1/+0
| | | | | | | it's done centrally now. Change-Id: I5354ed1d92ffb988a0771783f94ee728b9ebeb12 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* pretend that the example installs are not FUBAROswald Buddenhagen2016-04-281-0/+2
| | | | | Change-Id: I1fad2e055f3d10d481a4bb01c014e9ac8c1abf44 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-04-123-13/+12
| | | | | | | | this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: Ic2ea6f6cae734b8094ba0617f67435f5a4fb2b14 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* qtquick1 doc: Fixed format error in PNG image's gAMA chunk.Edward Welbourne2016-04-111-0/+0
| | | | | | | | | | | Ran pngcrush -ow -brute -rem allb -reduce src/doc/src/declarative/pics/BorderImage.png to eliminate warning identify: Ignoring gAMA chunk with gamma=0 `src/doc/src/declarative/pics/BorderImage.png' @ warning/png.c/MagickPNGWarningHandler/1671. from ImageMagick's identify command. Change-Id: Iecf185c9400add0b4ea64b3c7397f79d12e7268b Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-1716-18/+710
|\ | | | | | | Change-Id: Icf88d0a2abb226cf067ba13d3d7b3d4bf8075a8c
| * Merge remote-tracking branch 'origin/5.5' into 5.6.0Liang Qi2016-02-0412-14/+706
| |\ | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Id54f50aa7e6e6ad3c69254a37cff17354092348b
| | * Skip failing autotest tst_qdeclarativetextedit::delegateLoadingv5.5.15.5Kai Koehne2015-09-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test failures point to a race condition in QtNetwork when a socket is prematurely closed by the server. Anyhow, the race condition has been there before, just that a recent change in Qt5Core made it more likely to be hit. Disabling the test for now: This is better handled in qtbase, and shouldn't block the release. Task-number: QTBUG-48299 Change-Id: If6877d47940d422e94b6d20d24a8fbdb89692f71 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-08-190-0/+0
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I70e0e7aa8d1a6146ff5b18b3a38131714a45d67b
| | | * Bump version5.4Oswald Buddenhagen2015-04-201-1/+1
| | | | | | | | | | | | | | | | Change-Id: I7c1be89eed9b487c78e000704973f2cc66d683ae
| | * | Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
| | | | | | | | | | | | | | | | | | | | | | | | | | | | LGPLv3 refers to it but does not include it in its body. Change-Id: Ib056b47dde3341ef9a52ffff13eed18cf3504738 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
| | * | Doc: Replace Mac OS X with OS XNico Vertriest2015-07-167-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-40759 Change-Id: I1c05a2d07f38da1129bc127fd17c15f843b16bda Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
| | * | QtDeclarative: fix const correctness in old-style castsThiago Macieira2015-07-102-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Found by GCC's -Wcast-qual. Change-Id: Ia0aac2f09e9245339951ffff13c95df89028fe1c Reviewed-by: Alan Alpert <aalpert@blackberry.com>
| | * | Bump versionOswald Buddenhagen2015-06-291-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ie3d7f68d9a8bf85fbedcb0913ed9144fcc4808dd
| * | | Fix autotests for change in QtNetworkLiang Qi2016-02-044-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See change 4efa50a5e37497bc3a3dd30f27db7d8100e3f6a5 in qtbase Change-Id: Ie14f19228e0a19bd0b1d9443356276b8114ac62b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* | | | Export QDeclarativeTextEditPrivate, QDeclarativeLayoutItemMarc Mutz2016-03-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are used in tests and while these tests don't call functions on them, a ubsan build will need and fail to access the type_info for these classes. Change-Id: I4badf9f70f4153acd3caea865ff137e443cb0a8d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* | | | Make more ctors explicitMarc Mutz2016-03-078-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added explicit where it was missing. This is not a source- incompatible change, because code that breaks by this is a bug. Let's not have this sitting around in an LTS. One is even a protected ctor. Change-Id: If047884d130206b8ea42148476ab449c2cbf7529 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* | | | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-079-22/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... or equivalent. QtBase 5.6 headers already compile that way, so let the other modules follow suit. Change-Id: I1ef66cc4a88f71ae804c2f19e59456bc6b55f6c6 Task-number: QTBUG-45291 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* | | | Bump versionOswald Buddenhagen2016-02-081-1/+1
|/ / / | | | | | | | | | Change-Id: I7831244b4ebc31d9adb135ce6453c09a185b076c
* | | Exclude unstable testSimon Hausmann2015-08-252-0/+4
| | | | | | | | | | | | | | | Change-Id: I5845c3aecc3856e5b375ea4c7742acc24ae97cc5 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* | | Fix build on OS XSimon Hausmann2015-08-252-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | After some changes in qtbase unistd.h isn't implicitly included anymore and we need to include it here for _PC_CASE_SENSITIVE. This is similar to commit 6503b4924f76673487e35994e2504c2a9d15bd97 in qtdeclarative. Change-Id: I80efd31909ebbc7c084d8a90313910cfbbbbebee Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | QTextLayout::additionalFormats setters and getters using QList<FormatRange> have been deprecated; port to the QVector versions. Change-Id: If2a7d14c0c2e15099957135d565794b880d2ba80 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-039-208/+4
|\| | | | | | | | | | | Change-Id: I436c6ecbac500eb2b7836c7b29756972ee9e14df
| * | Reanimate tests/auto/declarative/qdeclarativewebviewv5.5.0-rc1v5.5.0Friedemann Kleint2015-05-292-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CONFIG += testcase to qdeclarativewebview.pro. Use QTRY_VERIFY in multipleWindows(). Before this change, the test was not executed at all because "make check" was an empty target due to missing CONFIG += testcase. Add QEXPECT_FAIL to tst_QDeclarativeWebView::multipleWindows(). Change-Id: I7395876466f6d3b4c326336e47fb40bb6a60838e Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
| * | Turn the QDeclarativeView Qt Designer plugin into a uiplugin.Friedemann Kleint2015-05-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The plugin does not link to any Qt Designer classes, so, uiplugin is sufficient. Task-number: QTBUG-44724 Change-Id: Ibecdccd7080c0752d5605c33f2bbe4e9eb0a0e44 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
| * | Remove duplicated Qt Designer plugin from tools.Friedemann Kleint2015-05-185-206/+0
| | | | | | | | | | | | | | | | | | | | | | | | This code was never compiled, the Qt Designer plugin is under src/plugins. Change-Id: Ic25dc965bcca458322c089a3b5dfe4765fec0556 Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-05-1618-48/+47
|\| | | | | | | | | | | Change-Id: I10d9b8383a41aa427793c6ccfdbf0393064d9c49
| * | tst_qdeclarativeimage: update big256.pngv5.5.0-beta1Shawn Rutledge2015-04-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test started failing, presumably because due to a libjpeg update, jpeg decoding has changed subtly. Task-number: QTBUG-45708 Change-Id: I51594a0ad47e323164e16cfcd39496569b515e75 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
| * | Fix Blackberry and QNX 6.6 buildSergio Martins2015-03-293-3/+3
| | | | | | | | | | | | | | | Change-Id: I647f478f9b888ed2bcdbda263446b82165c957e4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
| * | Remove the old headersclean unit testThiago Macieira2015-03-252-3/+0
| | | | | | | | | | | | | | | | | | | | | We have configure -headersclean now Change-Id: I157caec69f11e0b50e1de760e6832ca1da97bc6e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
| * | QtDeclarative: fix const correctnessThiago Macieira2015-03-1711-41/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add const_cast where we're really violating the correctness. Found by GCC's -Wcast-qual. Change-Id: Iee8cbc07c4434ce9b560ffff13c9619c48672f5a Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-1/+0
| |\| | | | | | | | | | Change-Id: I9c521184dcdc023bdaecf6643bb6c60cc1a80a9f
| | * Doc: Removing url variable from qdocconf file.v5.4.2Sergio Ahumada2015-03-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | -url inherited from the url variable set in qtbase/doc/global Change-Id: I448ea5484c6956c6231e7a6ff93e29157e527755 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | | Use QByteArray::toDouble() instead of qstrtod.Erik Verbruggen2015-03-041-5/+1
| | | | | | | | | | | | | | | | | | | | | No need to use a secretly exported symbol. Change-Id: I1cba959a789164cd9f584e9ff2591b7f85ab9a52 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-041327-42798/+100816
|\| | | | | | | | | | | Change-Id: I39fbf07f7b4fd4fccdd504ee01e286061f4996a2
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5v5.5.0-alpha1Frederik Gladhorn2015-02-2415-35296/+93434
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2015-35296/+93434
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I85eac7ffdbd673aeba4e7437fa5a9dc50759a736
| | | * bic: Add/Replace 5.{0.1,2,3,4}.0 bic data for linux-gcc-amd64Sergio Ahumada2015-02-137-35291/+93413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the ia32 data since there are no linux x86 machines in the CI system (which makes the data useless from an automated testing point of view) and most people use x64 these days anyway. Change-Id: Ica9ac9728f99b0341a17c120f0564f20f05d5c48 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
| | | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-103-0/+10
| | | |\ | | | | | | | | | | | | | | | Change-Id: I854c8bff922c0ffcaf2ea6daec00c12e9bed540e
| | | | * This test seems to be unstable on some platformsv5.4.1Lars Knoll2015-02-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've had some failures with this test in the CI system. Ignore it as we plan on deprecating qt quick1 anyway. Change-Id: If882598dfd0cdb13b588ca9ad4074d61b8574d19 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
| | | | * Fix empty arrays in QML 1Robert Griebl2015-01-082-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 9cbb6fa added a regression, where empty arrays would produce errors in QML 1. Change-Id: Ie5c784d5ec921d1ca69084750ed37fc2e273bbef Task-number: QTBUG-43656 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
| | | * | Fix Url in layoutitem example.Friedemann Kleint2015-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warnings: WARNING: Unexpected stderr: QDeclarativeComponent: Component is not ready QGraphicsLinearLayout::insertItem: cannot insert null item found while mass-testing examples. Change-Id: I0af369ca7f4d59d822ed7b0c8bd8dcd4cc34ead7 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
| | | * | Autotest: Use resources for test dataRainer Keller2015-02-053-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I011b6be94b56baf58f3ee47d0b805932bb94a7f8 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>