Login procedures have been improved. Check this page for details.
Qt Creator/Branches
From QtProject
All branches listed below reside in Gerrit on http://codereview.qt-project.org and are publicly available.
- Anonymous checkout: $ git clone http://codereview.qt-project.org/p/qt-creator/qt-creator
- SSH (push to Gerrit): please check Setting up Gerrit.
Contents |
master Branch
Currently open for commits that should go into Qt Creator 2.6.
- Browse review requests
- Browse source
- Check out: $ git checkout master
Release branches
2.5
Forked from master for 2.5 development. In feature freeze.
- Browse review requests
- Browse source
- Check out: $ git checkout 2.5
Other branches
Used for research or development of complex features.
wip:clang
Branch to research the use of clang as a replacement for Qt Creator's own code model. You find the plan for how we want to proceed with Qt Creator's code model(s) in our mailing list archive: http://lists.qt-project.org/pipermail/qt-creator/2012-February/000251.html
- Browse review requests
- Browse source
- Check out: $ git checkout -b wip/clang origin/wip/clang