- 05 Nov, 2019 - 3 commits
-
-
Liang Qi authored
-
Liang Qi authored
Change-Id: Id9060f7bd9103d8f9e29f71d397f3615ead183dc
-
Friedemann Kleint authored
Check whether the content is already is patched to avoid unnecessarily touching files. Fixes: QTBUG-78732 Change-Id: I061927e8908793b78211b4634c3dc772c12c7915 Reviewed-by:
André de la Rocha <andre.rocha@qt.io> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 30 Oct, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: Ic8cb8f2dd90f8fb809034ef07b341f3f7cb71ab2
-
- 29 Oct, 2019 - 1 commit
-
-
Friedemann Kleint authored
State that the resulting files are not intended to be used without editing. Change-Id: I5ae342907a9394427ef9d3471ff2670421da8cc0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Kavindra Palaraja <kpalaraja@luxoft.com>
-
- 28 Oct, 2019 - 4 commits
-
-
Alessandro Portale authored
Hint which color will be picked when pressing 'c'. Change-Id: If48392b288732b30d88bff18b3a3bbf5074947ed Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Friedemann Kleint authored
Add an option to copy the color via QColor::name(), bound to the 'c' key. Change-Id: Ib33538e5ea5523e5ec5881d75e0b17ab675078e3 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Alessandro Portale authored
We want to pick color directly from the whole screen Change-Id: Ifc845b1303203db54c657dac6fa02ba841b97fcc Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Friedemann Kleint authored
Timeouts have been observed on arm-little_endian-ilp32-eabi-hardfloat shared (dynamic). Change-Id: I6e6525c961e8b2611a8f5485175a42a83facd723 Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by:
Liang Qi <liang.qi@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 22 Oct, 2019 - 2 commits
-
-
Friedemann Kleint authored
- Use member initialization - Change m_currentColor from int to QRgb, fixing signedness warnings - Use QT_CONFIG Change-Id: I4181e0bc913e29788844c2dc8d47daf3c69e3ce8 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thibaut Cuvelier authored
Change-Id: I6b9a66f15308ecbbdbeaf2dc66de3875b16dd03f Reviewed-by:
Paul Wicking <paul.wicking@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 21 Oct, 2019 - 2 commits
-
-
Friedemann Kleint authored
Add space, fixing: qttools\src\qdoc\codemarker.h(52): warning C4138: '*/' found outside of comment qttools\src\qdoc\codemarker.h(54): warning C4138: '*/' found outside of comment qttools\src\qdoc\codemarker.h(55): warning C4138: '*/' found outside of comment ... Change-Id: I1b53fadc09f47146738fe9e8c444ba874f048a97 Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
Paul Wicking authored
Change-Id: I966a4633e1d572f04fcd2113b5f1ce4b9e083183 Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 20 Oct, 2019 - 1 commit
-
-
Paul Wicking authored
Change-Id: I740be88a123913bd2a5146c7402609addf9051b0
-
- 17 Oct, 2019 - 1 commit
-
-
Friedemann Kleint authored
Resize the columns when adding new connections (with potentially long object names) or when loading a form. Fixes: QTBUG-79266 Change-Id: I47e8fe8e8139e5326e07aece5e0f2406ac6117e6 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@qt.io>
-
- 16 Oct, 2019 - 4 commits
-
-
Topi Reinio authored
QDoc stores <sharedcomment> elements to the .index correctly, but the nodes that were sharing a comment were added after the shared comment. This meant that a shared comment node (SCN) could not find any of its members as they hadn't been read in yet. Fix this by delaying the creation of a new SCN until we have a list of sharing nodes. Also fix other related issues: - Generate content also for non-function SCN members. - Make SCN adopt the genus of a member when adding one. - Fix Node::isPropertyGroup() to return true for actual property groups (not all QML properties that share a comment) and fix usage of that method. - Fix linking to property groups when searching by the group name. - Restore indentation of property group members both in the summary section and in the All Members file. Fixes: QTBUG-79204 Change-Id: I1702f39b178f52444436b800d4fe9cb99f976a60 Reviewed-by:
Paul Wicking <paul.wicking@qt.io> Reviewed-by:
Martin Smith <martin.smith@qt.io>
-
Martin Smith authored
This update prevents C++ class names and QML type names from becoming auto-links on their own page. Task-number: QTBUG-79201 Change-Id: Id0763da375fa31bfa3c261b9dab9d2b7b11934b1 Reviewed-by:
Paul Wicking <paul.wicking@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
Friedemann Kleint authored
Fix invalid indexes emitted in update signal. Fixes: QTBUG-79267 Change-Id: I5c99d8102d9be0e5296364697e85ee55f49147d9 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@qt.io>
-
Friedemann Kleint authored
Amends 3f3cf9dd . Task-number: PYSIDE-1088 Change-Id: Iba37b69f84c6024d7bfd33f6020938b04e07240f Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
- 15 Oct, 2019 - 2 commits
-
-
Antti Kokko authored
Change-Id: Ibe11b7fa1130754ab0a6b1c2379d7e80909dc757 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
Topi Reinio authored
Shared comment nodes ended up in the 'all members' list for a type. These showed up as empty list items in those pages. Fixes: QTBUG-79065 Change-Id: Ia9040e051ef9454b38a04c816c3d8f74302478a4 Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
- 14 Oct, 2019 - 4 commits
-
-
Paul Wicking authored
This change moves the setting of configuration options from QDocGlobals to Config. This allows for the removal of the entire QDocGlobals class. Some methods (getters/setters) are part of the move, others were used exclusively by Config:: and are therefore dropped entirely. Also, move the ownership of QDocCommandLineParser from main() to Config - this makes Config the authoritative source of all settings, whether from the command line or .qdocconf variables, and makes it possible to reset() the full state of the Config. Finally, remove the QDocGlobals auto-test, as it is no longer needed. Change-Id: I8e39931c828c763cb0462cbbdf3fe1a39b2ad70b Reviewed-by:
Topi Reiniö <topi.reinio@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
Topi Reinio authored
The module import info for a QML type is provided by the QML module node, and the QML type documentation must include the \inqmlmodule command, unless QDoc was able to resolve it based on the 'project' name. Change-Id: I4bb3365c83de042597fb0b799329c814b9da5d3f Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
Levon Sargsyan authored
The purpose of this change is to test the documentation that is generated for comments that use QDoc's \reimp command. This is done by adding a new virtual method to the Test class, and a new inherited class that implements it. Change-Id: If2367362475cc3daf31004dec43e8e15076acfb5 Reviewed-by:
Levon Sargsyan <levon.sargsyan@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io> Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
Frederik Gladhorn authored
Change-Id: I58ce340a94bf70b44704e7af2b48952858c22f21
-
- 11 Oct, 2019 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I5355c7537c1f4dc5bbf80e52e3c0c28282fd4446
-
- 10 Oct, 2019 - 5 commits
-
-
Martin Smith authored
This update ensures that if a class node returns true for isDontDocument(), it is not included in the map used for generating the all classes list. This also applies to QML types. Task-number: QTBUG-78940 Change-Id: I020cb0dd2f16187d5f6c75b400778b1518d7e05a Reviewed-by:
Paul Wicking <paul.wicking@qt.io> Reviewed-by:
Martin Smith <martin.smith@qt.io>
-
Martin Smith authored
QTypeInfo is a class that is generated by a Qt macro. It is not documented and is not supposed to be documented, but clang sees it as being in the public API. This update ensures that the class is marked internal prior to generating the index file. Ironically, this was one of the classes that motivated the addition of the \dontdocument command, and it was the test for isDontDocument() that caused this bug. We might have to visit the \dontdocument command again. Task-number: QTBUG-79088 Change-Id: I11307a2236e2ebcdcc205952056ddaca88fc0bd3 Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
Qt Forward Merge Bot authored
Change-Id: Ie3479c5a11d47037aec18fca65779fc5b7356e82
-
Paul Wicking authored
- Reserve memory for container - Use range-based for loop Change-Id: Ia37e4ab1d14b4243ea40dca147acffdd86d021ca Reviewed-by:
Martin Smith <martin.smith@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
Paul Wicking authored
Change-Id: Id62ceaac5a34b165026ee81fa504dedaa0ecb1bd Reviewed-by:
Martin Smith <martin.smith@qt.io>
-
- 09 Oct, 2019 - 1 commit
-
-
Joerg Bornemann authored
Task-number: QTBUG-79048 Change-Id: Ie6493f923089b95ca7617a9485b466b55a6f0b73 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 07 Oct, 2019 - 1 commit
-
-
Nico Vertriest authored
Task-number: QTBUG-78936 Change-Id: I9219581857e83daaae35a717a4d9cdf8f3c4a6aa Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
- 05 Oct, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: Ic309dd67a41f98e020a0b6e432c692188a6b1183
-
- 03 Oct, 2019 - 2 commits
-
-
Levon Sargsyan authored
This change introduces several data updates for the test htmlFromCpp, that will help us prevent possible regressions in the future. Enhancements include: 1. CPP function with default arguments. 2. Usage of \qtvariable to produce appropriate qmake instructions. 3. Obsolete and deprecated members. Change-Id: I9e1d346b43f515f649004d180d1ddead67df97b4 Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
Paul Wicking authored
Generator: * Don't sort container of QMap's keys as they're already sorted. The container can thus be made const. Node: * Make getter const * Remove qAsConst used in a ranged for loop in a const method. Both: * Remove qAsConst rendered superfluous. Change-Id: I8f65f87c0ed372573cdd17f96e95cd2732effdd7 Reviewed-by:
Mårten Nordheim <marten.nordheim@qt.io>
-
- 02 Oct, 2019 - 2 commits
-
-
Nico Vertriest authored
Task-number: QTBUG-78936 Change-Id: Ia8635aa1b2d2ce97e5c1390bcdd7a5c920d87e83 Reviewed-by:
Martin Smith <martin.smith@qt.io>
-
Friedemann Kleint authored
96b70c3a changed Q_DISABLE_COPY to Q_DISABLE_COPY_MOVE in the public header QDesignerNewFormWidgetInterface. Revert this part. Change-Id: Ia978597b0752e99cb0fc3f8f3091c1d7dbc1b769 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@qt.io>
-
- 01 Oct, 2019 - 2 commits
-
-
Lucie Gérard authored
The functionality got moved to dev. This reverts commit a79eaba1 . Task-number: QTBUG-78875 Change-Id: Iaccdfb9fe2e6a56eba9baf3d44961382834139eb Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Paul Wicking authored
Fix 0 as nullptr constant. Stop using C-style casts: - Do not cast to int that which returns an int (QString::length()) - Use static_cast<>() where it's sensible to do so. Change-Id: I48c7a3e6f1465759dd3973eff66656a4f2a1c19a Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-