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 
-
Thursday February 09 2012
-
Favorite
15:45
Antonio Marcio A. Menezes started watching qt/qttranslations
-
Push
15:31
-
Repository
15:30
New repository is in laowans-qt5
-
Push
14:47
The Qt Project pushed 1 commit to qt/qtdeclarative:master. View diff
master changed from 6c041f2 to 4a224c4
-
Repository
14:44
Antonio Marcio A. Menezes cloned qt/qttranslations
New repository is in antoniomenezes-qttranslations
-
Repository
14:09
Ragner Magalhaes cloned qt/qtsvg
New repository is in qquick-qtsvg
-
Commit
13:42
Sami Rosendahl created branch srosenda-nb280811-text-rendering-with-selection-is-slow on qt/srosendas-qt
-
Push
13:40
Gareth Stockwell pushed 9 commits to ~garethstockwell/qt/garethstockwells-qt4:4.8.0-symbian. View diff
4.8.0-symbian changed from 25cc8ca to a717c38
-
Push
13:37
peppe pushed 78 commits to ~peppe/qt/peppes-qtbase:master. View diff
master changed from 7b449ab to 3f75fb8
-
Push
13:37
peppe pushed 8 commits to ~peppe/qt/peppes-qtbase:pcreregexp. View diff
pcreregexp changed from 5570882 to d8382b1
-
Commit
13:10
Stefan Hundhammer created branch huha-rtl-cursor-alignment-290901 on qt/huha-qt
-
Push
12:59
-
Push
12:40
-
Push
12:08
-
Push
12:07
The Qt Project pushed 9 commits to qt/qtbase:master. View diff
master changed from 76804c8 to 6510160
-
Push
11:56
The Qt Project pushed 1 commit to qt/qt:4.8.0-symbian. View diff
4.8.0-symbian changed from 26ed670 to a717c38
-
Push
11:56
-
Push
11:15
The Qt Project pushed 1 commit to qt/qtdeclarative:master. View diff
master changed from 8550ed6 to 6c041f2
-
Push
10:55
The Qt Project pushed 1 commit to qt/qt:4.8.0-symbian. View diff
4.8.0-symbian changed from 543b737 to 26ed670
-
Push
09:50
The Qt Project pushed 1 commit to qt/qtconnectivity:master. View diff
master changed from 09defae to bbd47a3
-
Push
09:50
The Qt Project pushed 1 commit to qt/qtbase:master. View diff
master changed from 805d895 to 76804c8
-
Push
09:35
The Qt Project pushed 1 commit to qt/qtdeclarative:master. View diff
master changed from a4b4932 to 8550ed6
-
Push
09:26
-
Push
08:47
Takumi Asaki pushed 183 commits to ~takumiasaki/qt/takumiasakis-qtbase:colordialog. View diff
colordialog changed from 8faa021 to 5d7539d
-
Push
08:45
Takumi Asaki pushed 182 commits to ~takumiasaki/qt/takumiasakis-qtbase:master. View diff
master changed from 835c534 to 805d895
-
Push
08:25
The Qt Project pushed 1 commit to qt/qtlocation:master. View diff
master changed from d24206c to 6bdb8bc
-
Push
08:05
The Qt Project pushed 2 commits to qt/qtscript:master. View diff
master changed from 8eb5d9e to c8c1e22
-
Push
07:49
The Qt Project pushed 2 commits to qt/qtdeclarative:master. View diff
master changed from 3233e80 to a4b4932
-
Push
07:48
The Qt Project pushed 3 commits to qt/qtbase:master. View diff
master changed from 2ba0700 to 805d895
-
Push
07:46
ianfromafrica pushed 1 commit to ~ianfromafrica/qt/qt-ios-plaszma:4.8. View diff
4.8 changed from d6a3fac to d5ba9c4
-

