- 09 Oct, 2019 - 1 commit
-
-
Joerg Bornemann authored
This entry is pointless, and pro2cmake trips over it. Change-Id: I474e6d8f130405cfce34690184dc94d063d00fad Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
- 08 Oct, 2019 - 1 commit
-
-
Joerg Bornemann authored
Several build tools (e.g. MSBuild and CMake) do not support duplicate application names in the project. Change-Id: I28da2c3f25f126bee35cb7a827be80e63689c8f4 Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
- 07 Oct, 2019 - 3 commits
-
-
Joerg Bornemann authored
Line continuations were missing which made the lines no-ops, and adding generated header files this way is unnecessary. Change-Id: I2697cbb1e2c19bd7b6d56b45b01070ed0b23db8a Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
Joerg Bornemann authored
The missing include guard will break the CMake build that uses mocs_compilation.cpp file that indirectly includes namespace.h twice. Change-Id: I403db6d33fca14adf71ca941cd2e0aee6e4d44d1 Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
Joerg Bornemann authored
The assignment is technically correct but pro2cmake cannot handle it properly. Append to SOURCES and HEADERS instead, as this doesn't make a real difference to the QMake project. Change-Id: I1360c96d25be09b767b54553a9aed8cb0f4768b1 Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
- 05 Oct, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: Ifa59b898bcf2dba387e2b19691da3639c377d098
-
- 03 Oct, 2019 - 1 commit
-
-
Michael Brasser authored
Change-Id: I359e890b6b4d2ff587f5445c677f04e47e16cdd0 Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
- 28 Sep, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I2334e8135aea2a90134ba39dd9eb74468298a178
-
- 21 Sep, 2019 - 4 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: Ic56dd8e5eb31e2fec3d7692620a6c394f375954c
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I2c31b2ae158e25d9c27c09b70a5e2e04fa75e824
-
- 19 Sep, 2019 - 1 commit
-
-
Friedemann Kleint authored
Use loadRelaxed(), fixing: remoteobjectreplica_p.h: In member function ‘virtual QRemoteObjectReplica::State QRemoteObjectReplicaImplementation::state() const’: qremoteobjectreplica_p.h:120:106: warning: ‘T QBasicAtomicInteger<T>::load() const [with T = int]’ is deprecated: Use loadRelaxed [-Wdeprecated-declarations] Change-Id: I8feef08c5de8355e02442ccf7ca1ebca05e26c1f Reviewed-by:
Kari Oikarinen <kari.oikarinen@qt.io>
-
- 08 Sep, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I14d339ab63167c776904e281288f9603d8f0de24
-
- 07 Sep, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I3180d7bdfbe26fc0a603d89ad6ad67c46c6874c1
-
- 06 Sep, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
-
- 05 Sep, 2019 - 3 commits
-
-
Qt Forward Merge Bot authored
Change-Id: Ibf4100c7d088a207d508c994957103addc8ecd34
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I6c77d5d5ba2402b6cba2a3581b919d59686bf2ac
-
- 04 Sep, 2019 - 2 commits
-
-
Kari Oikarinen authored
-
Kari Oikarinen authored
This replicates the effects of the fast-forward merge that should have been pushed on 2019-08-27 as the final down-merge from dev to 5.14. Task-number: QTBUG-78019 Change-Id: Iccd04fa361959ba0711f41bf20ff3d064065ed7e
-
- 31 Aug, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I59e920204d60b5c50970f6ea07b9f919bf6f0d52
-
- 28 Aug, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I8cf29b833517fe3429e33229d223ddf1c8314e7f
-
- 27 Aug, 2019 - 2 commits
-
-
Nico Vertriest authored
Change-Id: Id8dc95cb1ff0a0fcdab1a926109e170e295cd69a Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
Kari Oikarinen authored
Change-Id: I9976344ed1b25aeb16ccef559f832961ce8c8bf9
-
- 26 Aug, 2019 - 2 commits
-
-
Assam Boudjelthia authored
QUrl with address => 31 characters were failing because the socket connection was disconnecting while being used and causing a segfault. This re-enable tests affected to increase coverage, however, Another ticket for the root cause of this bug will be issued. Fixes: QTBUG-61552 Task-number: QTBUG-77462 Change-Id: I0fdba6a018e7cea85cef9de154ad80565f6d0601 Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
Antti Kokko authored
+ fafb1194 Bump version + 1a924ee6 Fix yet another -Wdeprecated-copy warning + c973a6eb Fix reported error for Handshake + 68f6423a Fix TestModelView::testModelTest flakiness - again + 2bcda9d9 QRemoteObjectPendingReply: fix GCC -Wdeprecated-copy Change-Id: I3865681f2e21b735a6e061de486c9d93bfef6242 Reviewed-by:
Michael Brasser <michael.brasser@live.com>
-
- 23 Aug, 2019 - 1 commit
-
-
Michael Brasser authored
Task-number: QTBUG-77178 Task-number: QTBUG-76893 Change-Id: I170235140b1b4e23cf1d7db3f1501d800e6f07be Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
- 22 Aug, 2019 - 1 commit
-
-
Sona Kurazyan authored
Replaced: Qt::ItemDataRole::BackgroundColorRole -> Qt::ItemDataRole::BackgroundRole Qt::ItemDataRole::TextColorRole -> Qt::ItemDataRole::ForegroundRole Qt::ItemFlag::ItemIsTristate -> Qt::ItemFlag::ItemIsAutoTristate Task-number: QTBUG-76491 Change-Id: I51b0a0c1563fa425f3a9dfead94876902847afe2 Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-
- 20 Aug, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I7592b51944f7c2cfa8b4b0e464935daae025dd35
-
- 14 Aug, 2019 - 1 commit
-
-
Milla Pohjanheimo authored
BC file added and also global/global.cfg that enables the creation of the bc files. Change-Id: Ifddf37a15b0d67d3257d0bb4d204d4e55bedd2e5 Reviewed-by:
Sergio Ahumada <sahumada@texla.cl>
-
- 13 Aug, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: I80539fe8f6da3dd4ca4857a78cebbd3753c1ce87
-
- 07 Aug, 2019 - 1 commit
-
-
Michael Brasser authored
+ c4bc9fe0 Fix return value propagation through proxies + e520e4fd Add .vscode to .gitignore + 91f83125 More fixes for (dynamic) enums in signals and slots + fa84f22b Fix dynamic use_enum logic (Qt types only) + 2d510551 Support Q_GADGETs with enums + ff04810b Make sure class enums work dynamically + 24468801 Bump version + 0cdd47b8 Add changes file for Qt 5.12.4 + 93cb11ec Bump version + fafb1194 Bump version + 1a924ee6 Fix yet another -Wdeprecated-copy warning + c973a6eb Fix reported error for Handshake + d04b169d Doc: Improve the documentation landing page + 79dff64a Doc: Replace example file lists with links to code.qt.io + 760a7564 Doc: Reorganize parts of the documentation for better readability + cbef241d Doc: Improve conceptual content for Node and Source + 68f6423a Fix TestModelView::testModelTest flakiness - again + 2bcda9d9 QRemoteObjectPendingReply: fix GCC -Wdeprecated-copy Change-Id: If9b549e89b9e5c553f146d1eea1370eb218aa313 Reviewed-by:
Brett Stottlemyer <bstottle@ford.com>
-