Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Qt Project Guidelines: Difference between revisions
No edit summary |
WindJunkie (talk | contribs) |
||
(17 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Developing Qt::Guidelines]] | |||
[[Category:Community]] | |||
{{LangSwitch}} | |||
The Qt Project is a meritocratic consensus-based community interested in Qt. Anyone who shares that interest can join the community, participate in its decision making processes, and contribute to Qt’s development. | The Qt Project is a meritocratic consensus-based community interested in Qt. Anyone who shares that interest can join the community, participate in its decision making processes, and contribute to Qt’s development. | ||
This wiki holds guidelines and documentation regarding code contributions to Qt. For an overview over all different ways to contribute to the Qt Project, please take a look at our [http://qt.io home page]. | This wiki holds guidelines and documentation regarding code contributions to Qt. For an overview over all different ways to contribute to the Qt Project, please take a look at our [http://qt.io home page]. | ||
== Contributions == | == Contributions == | ||
Line 11: | Line 12: | ||
* [[The Qt Governance Model]] | * [[The Qt Governance Model]] | ||
* [https://www.qt.io/contributionagreement/ Qt Contribution Agreement] | |||
* [[Maintainers]] | * [[Maintainers]] | ||
* [[Qt Contribution Guidelines]] | * [[Qt Contribution Guidelines]] | ||
* [[ | * [[Requesting New Repositories]] | ||
* [[Commit Policy]] | * [[Commit Policy]] | ||
* Qt Framework | * Qt Framework | ||
** [[Submit Policies]] | ** [[Submit Policies]] | ||
** [[Release Management | ** [[Release-Management|Release Management]] | ||
* [[:Category:Tools::QtCreator | Qt Creator]] | |||
* [http://trac.webkit.org/wiki/QtWebKit QtWebKit] | * [http://trac.webkit.org/wiki/QtWebKit QtWebKit] | ||
== Coding Guidelines == | == Coding Guidelines == | ||
Line 42: | Line 39: | ||
** Naming guidelines | ** Naming guidelines | ||
** Module repository structure | ** Module repository structure | ||
== Tooling == | == Tooling == | ||
Line 50: | Line 46: | ||
* [[Setting up Gerrit]] | * [[Setting up Gerrit]] | ||
* [[Gerrit Introduction]] | * [[Gerrit Introduction]] | ||
* [[Gerrit Caveats and Hints]] | * [[Gerrit-Caveats-and-Hints|Gerrit Caveats and Hints]] | ||
* [[Early Warning System]] | * [[Early Warning System]] | ||
* [[Jira Tips and Tricks]] | |||
Tools to help development of your code. | Tools to help development of your code. | ||
* [[IDE debug helpers]] | * [[IDE-debug-helpers|IDE debug helpers]] | ||
== Quality Engineering == | == Quality Engineering == | ||
Line 63: | Line 59: | ||
* [[Writing Unit Tests]] | * [[Writing Unit Tests]] | ||
* [[Qt Quality Gate Criteria]] | * [[Writing_good_tests|Writing Good Tests]] | ||
* [[Qt-Quality-Gate-Criteria|Qt Quality Gate Criteria]] | |||
* CI (Continous Integration): | * CI (Continous Integration): | ||
** [[ | ** [[CI_Overview|Overview]] | ||
** [[ | ** [[CI_Configurations|Tested Configurations]] | ||
** [[ | ** [[CI_Revdep|Reverse Dependency Testing]] | ||
* [[New Unit Test Structure]] | * [[New-Unit-Test-Structure|New Unit Test Structure]] | ||
== Related Articles == | == Related Articles == | ||
* [[Git_Installation Git Installation]] | * [[Git_Installation|Git Installation]] | ||
* [[Get_The_Source Get the source]] | * [[Get_The_Source|Get the source]] | ||
* [[Building_Qt_5_from_Git Building Qt 5 from Git]] | * [[Building_Qt_5_from_Git|Building Qt 5 from Git]] | ||
* [[Git Introduction|Developing and maintaining patches on top of Qt with Git]] | * [[Git Introduction|Developing and maintaining patches on top of Qt with Git]] | ||
| | * [[Products|Understanding qt5.git and Products]] | ||
== Community == | == Community == | ||
* [[Marketing]] | * [[Marketing]] | ||
{{DISPLAYTITLE:Welcome to the Qt Project Wiki}} | {{DISPLAYTITLE:Welcome to the Qt Project Wiki}} | ||
__NOTOC__ | __NOTOC__ |
Latest revision as of 08:10, 5 March 2019
En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh
The Qt Project is a meritocratic consensus-based community interested in Qt. Anyone who shares that interest can join the community, participate in its decision making processes, and contribute to Qt’s development.
This wiki holds guidelines and documentation regarding code contributions to Qt. For an overview over all different ways to contribute to the Qt Project, please take a look at our home page.
Contributions
Things you generally need to know if you want to participate with code contributions.
- The Qt Governance Model
- Qt Contribution Agreement
- Maintainers
- Qt Contribution Guidelines
- Requesting New Repositories
- Commit Policy
- Qt Framework
- Qt Creator
- QtWebKit
Coding Guidelines
Things you need to know before you start writing Qt code.
- Qt Framework Coding Style and Coding Conventions
- Qt Creator Coding Style & Conventions
- API Design Principles
- Binary Compatibility Workarounds
- Branch Guidelines
- Qt Localization
- Qt in Namespace
- Transition from Qt 4.x to Qt5
- Creating a new module or tool for Qt
- Project playground
- Naming guidelines
- Module repository structure
Tooling
Things you need to know before you submit your code.
- Setting up Gerrit
- Gerrit Introduction
- Gerrit Caveats and Hints
- Early Warning System
- Jira Tips and Tricks
Tools to help development of your code.
Quality Engineering
Things you need to know to ensure good code quality.
- Writing Unit Tests
- Writing Good Tests
- Qt Quality Gate Criteria
- CI (Continous Integration):
- New Unit Test Structure
Related Articles
- Git Installation
- Get the source
- Building Qt 5 from Git
- Developing and maintaining patches on top of Qt with Git
- Understanding qt5.git and Products
Community