Developing Qt: Difference between revisions
WindJunkie (talk | contribs) No edit summary |
(Add link to Review Policy) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Developing Qt]] | [[Category:Developing Qt]] | ||
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 mailing-list for development '''of''' Qt (as opposed to [[:Category:Developing with Qt|developing ''with'' Qt]]) is <kbd>development@qt-project.org</kbd> Note, that you need to subscribe to the list before sending messages to it. | 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 mailing-list for development '''of''' Qt (as opposed to [[:Category:Developing with Qt|developing ''with'' Qt]]) is <kbd>development@qt-project.org</kbd> Note, that you need to [https://lists.qt-project.org subscribe] to the list before sending messages to it. | ||
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":http://qt.io. | 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":http://qt.io. | ||
Line 13: | Line 13: | ||
*[[Maintainers]] | *[[Maintainers]] | ||
*[[Qt Contribution Guidelines]] | *[[Qt Contribution Guidelines]] | ||
*[[Code Reviews|Contributing and Reviewing Code]] | *[[Code Reviews|Contributing and Reviewing Code]], [[Review Policy]] | ||
*[[Commit Policy]], [[Branches]] | *[[Commit Policy]], [[Branches]] | ||
*[[Submit Policies]] | *[[Submit Policies]] |
Latest revision as of 08:06, 12 January 2024
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 mailing-list for development of Qt (as opposed to developing with Qt) is development@qt-project.org Note, that you need to subscribe to the list before sending messages to it.
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":http://qt.io.
Contributions
Things you generally need to know if you want to participate with code contributions.
- The Qt Governance Model
- Maintainers
- Qt Contribution Guidelines
- Contributing and Reviewing Code, Review Policy
- Commit Policy, Branches
- Submit Policies
- Qt Creator
- Plugins
- Creating New Modules or Tools for Qt
- QtWebKit
- Checklist for Qt 6.0 inclusion
- Merging breaking changes of internal API
Coding Guidelines
Things you need to know before you start writing Qt code.
- Qt Framework Qt 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.
Quality Engineering
Things you need to know to ensure good code quality.
Related Articles
- Git Installation
- Get the source
- Building Qt 5 from Git
- Developing and maintaining patches on top of Qt with Git