Qt Project Guidelines: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
[[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.
Line 5: Line 7:
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].


{|border="0" cellpadding="0" cellspacing="0"
|-valign="top"
|
== Contributions ==
== Contributions ==


Line 13: 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]]
* [[Code Reviews|Contributing and Reviewing Code]]
* [[Requesting New Repositories]]
* [[Commit Policy]]
* [[Commit Policy]]
* Qt Framework
* Qt Framework
** [[Submit Policies]]
** [[Submit Policies]]
** [[Release-Management|Release Management]]
** [[Release-Management|Release Management]]
* Qt Creator
* [[:Category:Tools::QtCreator | Qt Creator]]
** [[Qt Creator/Submit Policies | Submit Policies]]
** [[Qt Creator/Releases | Releases]], [[Qt Creator/Roadmap| Roadmap]], [[Qt Creator/Branches | Branches]]
** [[Qt Creator/Plugins | Plugins]]
* [http://trac.webkit.org/wiki/QtWebKit QtWebKit]
* [http://trac.webkit.org/wiki/QtWebKit QtWebKit]
|     
|


== Coding Guidelines ==
== Coding Guidelines ==
Line 45: Line 39:
** Naming guidelines
** Naming guidelines
** Module repository structure
** Module repository structure
|- valign="top"
 
|
== Tooling ==
== Tooling ==


Line 55: Line 48:
* [[Gerrit-Caveats-and-Hints|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.
Line 72: Line 66:
** [[CI_Revdep|Reverse Dependency Testing]]
** [[CI_Revdep|Reverse Dependency Testing]]
* [[New-Unit-Test-Structure|New Unit Test Structure]]
* [[New-Unit-Test-Structure|New Unit Test Structure]]
|- valign="top"
|


== Related Articles ==
== Related Articles ==
Line 81: Line 73:
* [[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.

Coding Guidelines

Things you need to know before you start writing Qt code.

Tooling

Things you need to know before you submit your code.

Tools to help development of your code.

Quality Engineering

Things you need to know to ensure good code quality.

Related Articles

Community