Qt
Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code. more…
Features
- Intuitive C++ class library
- Portability across desktop and embedded operating systems
- Integrated development tools with cross-platform IDE
- High runtime performance and small footprint on embedded
qt
The official Qt source code repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qt.git qt cd qt
Add this repository as a remote to an existing local repository:
git remote add qt git://gitorious.org/qt/qt.git git fetch qt git checkout -b my-local-tracking-branch qt/master_or_other_branch
qtbase
The Qt Base repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtbase.git qtbase cd qtbase
Add this repository as a remote to an existing local repository:
git remote add qtbase git://gitorious.org/qt/qtbase.git git fetch qtbase git checkout -b my-local-tracking-branch qtbase/master_or_other_branch
qtsvg
The Qt Svg repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtsvg.git qtsvg cd qtsvg
Add this repository as a remote to an existing local repository:
git remote add qtsvg git://gitorious.org/qt/qtsvg.git git fetch qtsvg git checkout -b my-local-tracking-branch qtsvg/master_or_other_branch
qtdeclarative
The Qt Declarative repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtdeclarative.git qtdeclarative cd qtdeclarative
Add this repository as a remote to an existing local repository:
git remote add qtdeclarative git://gitorious.org/qt/qtdeclarative.git git fetch qtdeclarative git checkout -b my-local-tracking-branch qtdeclarative/master_or_other_branch
qtactiveqt
The ActiveQt repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtactiveqt.git qtactiveqt cd qtactiveqt
Add this repository as a remote to an existing local repository:
git remote add qtactiveqt git://gitorious.org/qt/qtactiveqt.git git fetch qtactiveqt git checkout -b my-local-tracking-branch qtactiveqt/master_or_other_branch
qtscript
The Qt Script repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtscript.git qtscript cd qtscript
Add this repository as a remote to an existing local repository:
git remote add qtscript git://gitorious.org/qt/qtscript.git git fetch qtscript git checkout -b my-local-tracking-branch qtscript/master_or_other_branch
qtphonon
The Qt Phonon repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtphonon.git qtphonon cd qtphonon
Add this repository as a remote to an existing local repository:
git remote add qtphonon git://gitorious.org/qt/qtphonon.git git fetch qtphonon git checkout -b my-local-tracking-branch qtphonon/master_or_other_branch
qtmultimedia
The Qt Multimedia repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtmultimedia.git qtmultimedia cd qtmultimedia
Add this repository as a remote to an existing local repository:
git remote add qtmultimedia git://gitorious.org/qt/qtmultimedia.git git fetch qtmultimedia git checkout -b my-local-tracking-branch qtmultimedia/master_or_other_branch
qttools
The Qt Tools repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qttools.git qttools cd qttools
Add this repository as a remote to an existing local repository:
git remote add qttools git://gitorious.org/qt/qttools.git git fetch qttools git checkout -b my-local-tracking-branch qttools/master_or_other_branch
qtxmlpatterns
The Qt XmlPatterns repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtxmlpatterns.git qtxmlpatterns cd qtxmlpatterns
Add this repository as a remote to an existing local repository:
git remote add qtxmlpatterns git://gitorious.org/qt/qtxmlpatterns.git git fetch qtxmlpatterns git checkout -b my-local-tracking-branch qtxmlpatterns/master_or_other_branch
qttranslations
The Qt Translations repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qttranslations.git qttranslations cd qttranslations
Add this repository as a remote to an existing local repository:
git remote add qttranslations git://gitorious.org/qt/qttranslations.git git fetch qttranslations git checkout -b my-local-tracking-branch qttranslations/master_or_other_branch
qtdoc
The Qt Documentation repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtdoc.git qtdoc cd qtdoc
Add this repository as a remote to an existing local repository:
git remote add qtdoc git://gitorious.org/qt/qtdoc.git git fetch qtdoc git checkout -b my-local-tracking-branch qtdoc/master_or_other_branch
qtwebkit-examples-and-demos
The Qt WebKit Examples & Demos repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtwebkit-examples-and-demos.git qtwebkit-examples-and-demos cd qtwebkit-examples-and-demos
Add this repository as a remote to an existing local repository:
git remote add qtwebkit-examples-and-demos git://gitorious.org/qt/qtwebkit-examples-and-demos.git git fetch qtwebkit-examples-and-demos git checkout -b my-local-tracking-branch qtwebkit-examples-and-demos/master_or_other_branch
qtqa
The Qt QA repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtqa.git qtqa cd qtqa
Add this repository as a remote to an existing local repository:
git remote add qtqa git://gitorious.org/qt/qtqa.git git fetch qtqa git checkout -b my-local-tracking-branch qtqa/master_or_other_branch
qt3support
The Qt3 Support repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qt3support.git qt3support cd qt3support
Add this repository as a remote to an existing local repository:
git remote add qt3support git://gitorious.org/qt/qt3support.git git fetch qt3support git checkout -b my-local-tracking-branch qt3support/master_or_other_branch
qt5
The Qt5 submodule repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qt5.git qt5 cd qt5
Add this repository as a remote to an existing local repository:
git remote add qt5 git://gitorious.org/qt/qt5.git git fetch qt5 git checkout -b my-local-tracking-branch qt5/master_or_other_branch
qtlocation
The Qt Location repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtlocation.git qtlocation cd qtlocation
Add this repository as a remote to an existing local repository:
git remote add qtlocation git://gitorious.org/qt/qtlocation.git git fetch qtlocation git checkout -b my-local-tracking-branch qtlocation/master_or_other_branch
qtsensors
The Qt Sensors repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtsensors.git qtsensors cd qtsensors
Add this repository as a remote to an existing local repository:
git remote add qtsensors git://gitorious.org/qt/qtsensors.git git fetch qtsensors git checkout -b my-local-tracking-branch qtsensors/master_or_other_branch
qtsystems
-
Cloning this repository:
git clone git://gitorious.org/qt/qtsystems.git qtsystems cd qtsystems
Add this repository as a remote to an existing local repository:
git remote add qtsystems git://gitorious.org/qt/qtsystems.git git fetch qtsystems git checkout -b my-local-tracking-branch qtsystems/master_or_other_branch
digia-qt
-
Cloning this repository:
git clone git://gitorious.org/qt/digia-qt.git digia-qt cd digia-qt
Add this repository as a remote to an existing local repository:
git remote add digia-qt git://gitorious.org/qt/digia-qt.git git fetch digia-qt git checkout -b my-local-tracking-branch digia-qt/master_or_other_branch
qtmultimediakit
The QtMultimediaKit repository. more…
Replaces the old Qt Multimedia and the Mobility/QtMultimediaKit repositories
-
Cloning this repository:
git clone git://gitorious.org/qt/qtmultimediakit.git qtmultimediakit cd qtmultimediakit
Add this repository as a remote to an existing local repository:
git remote add qtmultimediakit git://gitorious.org/qt/qtmultimediakit.git git fetch qtmultimediakit git checkout -b my-local-tracking-branch qtmultimediakit/master_or_other_branch
qtfeedback
The Qt Feedback repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtfeedback.git qtfeedback cd qtfeedback
Add this repository as a remote to an existing local repository:
git remote add qtfeedback git://gitorious.org/qt/qtfeedback.git git fetch qtfeedback git checkout -b my-local-tracking-branch qtfeedback/master_or_other_branch
qtdocgallery
The Qt DocGallery repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtdocgallery.git qtdocgallery cd qtdocgallery
Add this repository as a remote to an existing local repository:
git remote add qtdocgallery git://gitorious.org/qt/qtdocgallery.git git fetch qtdocgallery git checkout -b my-local-tracking-branch qtdocgallery/master_or_other_branch
qtpim
The QtPim repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtpim.git qtpim cd qtpim
Add this repository as a remote to an existing local repository:
git remote add qtpim git://gitorious.org/qt/qtpim.git git fetch qtpim git checkout -b my-local-tracking-branch qtpim/master_or_other_branch
qtconnectivity
The QtConnectivity repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtconnectivity.git qtconnectivity cd qtconnectivity
Add this repository as a remote to an existing local repository:
git remote add qtconnectivity git://gitorious.org/qt/qtconnectivity.git git fetch qtconnectivity git checkout -b my-local-tracking-branch qtconnectivity/master_or_other_branch
qtconcurrent-tmp-liangqi
Just a temp repo for QtConcurrent module, more details in
https://bugreports.qt.nokia.com/browse/QTBUG-20892
-
Cloning this repository:
git clone git://gitorious.org/qt/qtconcurrent-tmp-liangqi.git qtconcurrent-tmp-liangqi cd qtconcurrent-tmp-liangqi
Add this repository as a remote to an existing local repository:
git remote add qtconcurrent-tmp-liangqi git://gitorious.org/qt/qtconcurrent-tmp-liangqi.git git fetch qtconcurrent-tmp-liangqi git checkout -b my-local-tracking-branch qtconcurrent-tmp-liangqi/master_or_other_branch
qtwayland
Qt support for the Wayland windowing system
-
Cloning this repository:
git clone git://gitorious.org/qt/qtwayland.git qtwayland cd qtwayland
Add this repository as a remote to an existing local repository:
git remote add qtwayland git://gitorious.org/qt/qtwayland.git git fetch qtwayland git checkout -b my-local-tracking-branch qtwayland/master_or_other_branch
quick3d
QtQuick3D is the Qt Quick module for scripting 3D applications in QML. more…
Applications can be scenes containing 3D models in popular formats like 3ds; or 3D content can be used to enhance a QML 2D application.
Qt Quick3D is built on Qt3D – a set of C++ API’s for 3D programming using OpenGL. In QtQuick3D applications are written in QML, and rendered with the speed of OpenGL & C++ using Qt3D. Qt Quick3D can be extended using Qt3D and C++ to create custom 3D items.
-
Cloning this repository:
git clone git://gitorious.org/qt/quick3d.git quick3d cd quick3d
Add this repository as a remote to an existing local repository:
git remote add quick3d git://gitorious.org/qt/quick3d.git git fetch quick3d git checkout -b my-local-tracking-branch quick3d/master_or_other_branch
qlalr
The qlalr repository.
-
Cloning this repository:
git clone git://gitorious.org/qt/qlalr.git qlalr cd qlalr
Add this repository as a remote to an existing local repository:
git remote add qlalr git://gitorious.org/qt/qlalr.git git fetch qlalr git checkout -b my-local-tracking-branch qlalr/master_or_other_branch
qtrepotools
The repository for Qt repository helper tools.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtrepotools.git qtrepotools cd qtrepotools
Add this repository as a remote to an existing local repository:
git remote add qtrepotools git://gitorious.org/qt/qtrepotools.git git fetch qtrepotools git checkout -b my-local-tracking-branch qtrepotools/master_or_other_branch
qtjsondb
Qt JsonDb – research NoSQL datastorage for Qt / QML.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtjsondb.git qtjsondb cd qtjsondb
Add this repository as a remote to an existing local repository:
git remote add qtjsondb git://gitorious.org/qt/qtjsondb.git git fetch qtjsondb git checkout -b my-local-tracking-branch qtjsondb/master_or_other_branch
qt3d
Qt3D provides support for scripting Qt Quick applications in 3D using OpenGL.
-
Cloning this repository:
git clone git://gitorious.org/qt/qt3d.git qt3d cd qt3d
Add this repository as a remote to an existing local repository:
git remote add qt3d git://gitorious.org/qt/qt3d.git git fetch qt3d git checkout -b my-local-tracking-branch qt3d/master_or_other_branch
qtjsbackend
The V8 JS backend used by QtDeclarative
-
Cloning this repository:
git clone git://gitorious.org/qt/qtjsbackend.git qtjsbackend cd qtjsbackend
Add this repository as a remote to an existing local repository:
git remote add qtjsbackend git://gitorious.org/qt/qtjsbackend.git git fetch qtjsbackend git checkout -b my-local-tracking-branch qtjsbackend/master_or_other_branch
qtimageformats
Image format plugins for Qt.
-
Cloning this repository:
git clone git://gitorious.org/qt/qtimageformats.git qtimageformats cd qtimageformats
Add this repository as a remote to an existing local repository:
git remote add qtimageformats git://gitorious.org/qt/qtimageformats.git git fetch qtimageformats git checkout -b my-local-tracking-branch qtimageformats/master_or_other_branch
qtquick1
Qt Quick 1 compatibility library
-
Cloning this repository:
git clone git://gitorious.org/qt/qtquick1.git qtquick1 cd qtquick1
Add this repository as a remote to an existing local repository:
git remote add qtquick1 git://gitorious.org/qt/qtquick1.git git fetch qtquick1 git checkout -b my-local-tracking-branch qtquick1/master_or_other_branch
Activities 
-
Friday February 03 2012
-
Push
22:41
-
Push
20:10
The Qt Project pushed 1 commit to qt/qtbase:master. View diff
master changed from b184dd0 to 19f4b47
-
Commit
19:56
Lauro Moura created branch debianize on qt/lauromoura-qt3d
-
Commit
19:47
Lauro Moura created branch debianize on qt/lauromoura-qtscript
-
Push
19:23
ianfromafrica pushed 2 commits to ~ianfromafrica/qt/qt-ios-plaszma:4.8. View diff
4.8 changed from 38e6be2 to bf80dd0
-
Push
18:50
-
Push
17:51
-
Comment
16:58
L. Dee Holtsclaw commented on qt/qtdoc/c2ea34f
The version of qdoc3 as shipped in the 4.8 release will segfault within code now commented out in cppcodeparser.cpp lines 669-676 (node is NULL but...
-
Push
16:21
The Qt Project pushed 15 commits to qt/qtbase:master. View diff
master changed from 84971b5 to b184dd0
-
Push
15:12
The Qt Project pushed 2 commits to qt/qtpim:master. View diff
master changed from cd950bb to edb27c4
-
Push
15:11
Gareth Stockwell pushed 2 commits to ~garethstockwell/qt/garethstockwells-qt4:4.8-ou1cimx1yyy947013-dev. View diff
4.8-ou1cimx1yyy947013-dev changed from 599dbf9 to 4115f8c
-
Push
14:51
The Qt Project pushed 2 commits to qt/qtjsondb:master. View diff
master changed from fe7c0e2 to af4a786
-
Push
14:31
-
Push
14:26
ianfromafrica pushed 29 commits to ~ianfromafrica/qt/qt-ios-plaszma:4.8. View diff
4.8 changed from d232f7e to 38e6be2
-
Push
14:22
ianfromafrica pushed 1 commit to ~ianfromafrica/qt/qt-ios-plaszma:4.8. View diff
4.8 changed from e7db9fe to d232f7e
-
Push
14:21
-
Push
14:11
The Qt Project pushed 2 commits to qt/qtbase:master. View diff
master changed from c802a5d to 84971b5
-
Push
13:01
-
Push
12:55
The Qt Project pushed 1 commit to qt/qtrepotools:master. View diff
master changed from 7f6b134 to bd52fd1
-
Push
12:51
Dmitry Zelenkovsky pushed 1 commit to ~mrz/qt/mrzs-qt:add-wbmp-image-format-plugin. View diff
add-wbmp-image-format-plugin changed from 1e80db9 to 1a83fea
-
Push
12:33
-
Push
12:29
Dmitry Zelenkovsky pushed 1 commit to ~mrz/qt/mrzs-qt:add-wbmp-image-format-plugin-dev. View diff
add-wbmp-image-format-plugin-dev changed from d0ef767 to 9e7910b
-
Project
12:22
-
Push
12:21
The Qt Project pushed 1 commit to qt/qtjsondb:master. View diff
master changed from 79879ba to fe7c0e2
-
Push
12:02
The Qt Project pushed 1 commit to qt/qtbase:master. View diff
master changed from 0160f58 to c802a5d
-
Push
11:42
The Qt Project pushed 1 commit to qt/qtsystems:master. View diff
master changed from e2f93a7 to d3ded9c
-
Push
10:57
The Qt Project pushed 1 commit to qt/qtrepotools:master. View diff
master changed from d04e44f to 7f6b134
-
Push
10:32
The Qt Project pushed 2 commits to qt/qtjsondb:master. View diff
master changed from 37352f8 to 79879ba
-
Push
10:10
-
Push
09:54
-

