Qt Labs
Collection of Qt Labs repositories. Qt Labs is a place run by Qt developers, where projects, neat ideas, and components are published in order to get feedback on APIs, code and functionality, or simply to just share our fun with you. The code you find here may work as intended, but it’s neither guaranteed nor supported.
wolfenqt
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/wolfenqt.git wolfenqt cd wolfenqt
Add this repository as a remote to an existing local repository:
git remote add wolfenqt git://gitorious.org/qt-labs/wolfenqt.git git fetch wolfenqt git checkout -b my-local-tracking-branch wolfenqt/master_or_other_branch
graphics-dojo
This repository is now closed for merge requests. Please feel free to clone it and continue hacking elsewhere on Gitorious.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/graphics-dojo.git graphics-dojo cd graphics-dojo
Add this repository as a remote to an existing local repository:
git remote add graphics-dojo git://gitorious.org/qt-labs/graphics-dojo.git git fetch graphics-dojo git checkout -b my-local-tracking-branch graphics-dojo/master_or_other_branch
jom
jom is a clone of nmake to support the execution of multiple independent commands in parallel.
It adds the -j command line switch similar to GNU make.
more…
Download the binary package
A ZIP file, containing the latest stable build, can be downloaded from: ftp://ftp.qt.nokia.com/jom/
Reporting Bugs
Please report any bugs in our bug tracker at http://bugreports.qt.nokia.com/
Project: Qt Creator
Make sure, that you specify somewhere in the bug description that its a jom bug.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/jom.git jom cd jom
Add this repository as a remote to an existing local repository:
git remote add jom git://gitorious.org/qt-labs/jom.git git fetch jom git checkout -b my-local-tracking-branch jom/master_or_other_branch
itemviews-ng
The next generation Qt item views.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/itemviews-ng.git itemviews-ng cd itemviews-ng
Add this repository as a remote to an existing local repository:
git remote add itemviews-ng git://gitorious.org/qt-labs/itemviews-ng.git git fetch itemviews-ng git checkout -b my-local-tracking-branch itemviews-ng/master_or_other_branch
qtscriptgenerator
QtScript bindings generator
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtscriptgenerator.git qtscriptgenerator cd qtscriptgenerator
Add this repository as a remote to an existing local repository:
git remote add qtscriptgenerator git://gitorious.org/qt-labs/qtscriptgenerator.git git fetch qtscriptgenerator git checkout -b my-local-tracking-branch qtscriptgenerator/master_or_other_branch
qtscript-remote-debugging
This repository contains classes and tools for out-of-process QtScript debugging. more…
INSTRUCTIONS:
You need to be compile it against the qt/master sources: http://qt.gitorious.org/qt/qt
The classes need some symbols that are not exported by default from the QtScriptTools module in Qt. In order to export the necessary symbols, define QT_BUILD_INTERNAL before compiling QtScriptTools, for example by adding the following line to $QTDIR/src/scripttools/scripttools.pro:
DEFINES += QT_BUILD_INTERNAL
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtscript-remote-debugging.git qtscript-remote-debugging cd qtscript-remote-debugging
Add this repository as a remote to an existing local repository:
git remote add qtscript-remote-debugging git://gitorious.org/qt-labs/qtscript-remote-debugging.git git fetch qtscript-remote-debugging git checkout -b my-local-tracking-branch qtscript-remote-debugging/master_or_other_branch
scxml
Enabling loading SCXML files to control the Qt state-machine framework.
Allows rapid development of complex flow and reactions in Qt apps.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/scxml.git scxml cd scxml
Add this repository as a remote to an existing local repository:
git remote add scxml git://gitorious.org/qt-labs/scxml.git git fetch scxml git checkout -b my-local-tracking-branch scxml/master_or_other_branch
qtestlib-tools
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtestlib-tools.git qtestlib-tools cd qtestlib-tools
Add this repository as a remote to an existing local repository:
git remote add qtestlib-tools git://gitorious.org/qt-labs/qtestlib-tools.git git fetch qtestlib-tools git checkout -b my-local-tracking-branch qtestlib-tools/master_or_other_branch
segmentedbutton
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/segmentedbutton.git segmentedbutton cd segmentedbutton
Add this repository as a remote to an existing local repository:
git remote add segmentedbutton git://gitorious.org/qt-labs/segmentedbutton.git git fetch segmentedbutton git checkout -b my-local-tracking-branch segmentedbutton/master_or_other_branch
webclient
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/webclient.git webclient cd webclient
Add this repository as a remote to an existing local repository:
git remote add webclient git://gitorious.org/qt-labs/webclient.git git fetch webclient git checkout -b my-local-tracking-branch webclient/master_or_other_branch
messagingframework
Messaging framework repository
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/messagingframework.git messagingframework cd messagingframework
Add this repository as a remote to an existing local repository:
git remote add messagingframework git://gitorious.org/qt-labs/messagingframework.git git fetch messagingframework git checkout -b my-local-tracking-branch messagingframework/master_or_other_branch
widgets-ng
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/widgets-ng.git widgets-ng cd widgets-ng
Add this repository as a remote to an existing local repository:
git remote add widgets-ng git://gitorious.org/qt-labs/widgets-ng.git git fetch widgets-ng git checkout -b my-local-tracking-branch widgets-ng/master_or_other_branch
mobile-demos
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/mobile-demos.git mobile-demos cd mobile-demos
Add this repository as a remote to an existing local repository:
git remote add mobile-demos git://gitorious.org/qt-labs/mobile-demos.git git fetch mobile-demos git checkout -b my-local-tracking-branch mobile-demos/master_or_other_branch
qtspotify
Graphics front-end for Despotify using Qt 4.6, written to be usable on the N900. more…
To build, do the following:
——— 1. Build despotify
a. First, get despotify: http://despotify.se/source-code/
b. Then, install the requirements to build despotify as instructed on their webpage. Something like this:
aptitude install libssl-dev zlib1g-dev libvorbis-dev libtool libncursesw5-dev
aptitude install libgstreamer-plugins-base0.10-0 libgstreamer0.10-dev
c. Build and “make install”.
——— 2. Build Qt
a. You need Qt 4.6 to build qtspotify. If you are building for Maemo 5, get the Maemo 5-branch of Qt 4.6: http://qt.gitorious.org/qt/qt-x11-maemo
b. Configure it with options “-opengl es2” and “-maemo5”. See more information here: http://labs.trolltech.com/blogs/2009/10/09/qt-on-the-n900/
c. Build and “make install” at least src/corelib and src/gui.
——— 3. Build qtspotify
a. QtSpotify requires alsa-dev files, so get the package:
aptitude install libasound2-dev
Once you have all the requirements, building should be as simple as:
b. qmake
c. make
When everything has been built, you will need the following available on the device where you want to run the application:
a. All runtime requirements for despotify.
b. The qtspotify application binary
c. The libraries libQtCore.so.4 and libQtGui.so.4 from $QTDIR/lib
d. The library libdespotify.so.0 from $DESPOTIFYDIR/src/lib/.libs
Good luck!
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtspotify.git qtspotify cd qtspotify
Add this repository as a remote to an existing local repository:
git remote add qtspotify git://gitorious.org/qt-labs/qtspotify.git git fetch qtspotify git checkout -b my-local-tracking-branch qtspotify/master_or_other_branch
bm
BM is a system for storing and analyzing benchmark results.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/bm.git bm cd bm
Add this repository as a remote to an existing local repository:
git remote add bm git://gitorious.org/qt-labs/bm.git git fetch bm git checkout -b my-local-tracking-branch bm/master_or_other_branch
qt3d
This repository is closed
New location is https://gitorious.org/qt-quick3d
more…
Qt/3D is an add-on module for addressing the 3D application space in Qt.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qt3d.git qt3d cd qt3d
Add this repository as a remote to an existing local repository:
git remote add qt3d git://gitorious.org/qt-labs/qt3d.git git fetch qt3d git checkout -b my-local-tracking-branch qt3d/master_or_other_branch
webscraps
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/webscraps.git webscraps cd webscraps
Add this repository as a remote to an existing local repository:
git remote add webscraps git://gitorious.org/qt-labs/webscraps.git git fetch webscraps git checkout -b my-local-tracking-branch webscraps/master_or_other_branch
nacl
We've moved! New repository is at http://gitorious.org/qtnativeclient
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/nacl.git nacl cd nacl
Add this repository as a remote to an existing local repository:
git remote add nacl git://gitorious.org/qt-labs/nacl.git git fetch nacl git checkout -b my-local-tracking-branch nacl/master_or_other_branch
modelviewer
.obj model viewer using raw OpenGL rendering in a QGraphicsView.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/modelviewer.git modelviewer cd modelviewer
Add this repository as a remote to an existing local repository:
git remote add modelviewer git://gitorious.org/qt-labs/modelviewer.git git fetch modelviewer git checkout -b my-local-tracking-branch modelviewer/master_or_other_branch
devdays-windowsystem-server
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/devdays-windowsystem-server.git devdays-windowsystem-server cd devdays-windowsystem-server
Add this repository as a remote to an existing local repository:
git remote add devdays-windowsystem-server git://gitorious.org/qt-labs/devdays-windowsystem-server.git git fetch devdays-windowsystem-server git checkout -b my-local-tracking-branch devdays-windowsystem-server/master_or_other_branch
devdays-graphicssystem-plugin
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/devdays-graphicssystem-plugin.git devdays-graphicssystem-plugin cd devdays-graphicssystem-plugin
Add this repository as a remote to an existing local repository:
git remote add devdays-graphicssystem-plugin git://gitorious.org/qt-labs/devdays-graphicssystem-plugin.git git fetch devdays-graphicssystem-plugin git checkout -b my-local-tracking-branch devdays-graphicssystem-plugin/master_or_other_branch
maemo5-homescreen
This is an example on how to create homescreen widgets with Qt for Maemo 5
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/maemo5-homescreen.git maemo5-homescreen cd maemo5-homescreen
Add this repository as a remote to an existing local repository:
git remote add maemo5-homescreen git://gitorious.org/qt-labs/maemo5-homescreen.git git fetch maemo5-homescreen git checkout -b my-local-tracking-branch maemo5-homescreen/master_or_other_branch
opencl
Wrapper library for using OpenCL with Qt.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/opencl.git opencl cd opencl
Add this repository as a remote to an existing local repository:
git remote add opencl git://gitorious.org/qt-labs/opencl.git git fetch opencl git checkout -b my-local-tracking-branch opencl/master_or_other_branch
coroutine
A library for coroutines/fibers.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/coroutine.git coroutine cd coroutine
Add this repository as a remote to an existing local repository:
git remote add coroutine git://gitorious.org/qt-labs/coroutine.git git fetch coroutine git checkout -b my-local-tracking-branch coroutine/master_or_other_branch
doxygen2qthelp
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/doxygen2qthelp.git doxygen2qthelp cd doxygen2qthelp
Add this repository as a remote to an existing local repository:
git remote add doxygen2qthelp git://gitorious.org/qt-labs/doxygen2qthelp.git git fetch doxygen2qthelp git checkout -b my-local-tracking-branch doxygen2qthelp/master_or_other_branch
doctools
Documentation tools intended for public use.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/doctools.git doctools cd doctools
Add this repository as a remote to an existing local repository:
git remote add doctools git://gitorious.org/qt-labs/doctools.git git fetch doctools git checkout -b my-local-tracking-branch doctools/master_or_other_branch
simulator
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/simulator.git simulator cd simulator
Add this repository as a remote to an existing local repository:
git remote add simulator git://gitorious.org/qt-labs/simulator.git git fetch simulator git checkout -b my-local-tracking-branch simulator/master_or_other_branch
remotecontrolwidget
Dependency of the Qt Simulator
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/remotecontrolwidget.git remotecontrolwidget cd remotecontrolwidget
Add this repository as a remote to an existing local repository:
git remote add remotecontrolwidget git://gitorious.org/qt-labs/remotecontrolwidget.git git fetch remotecontrolwidget git checkout -b my-local-tracking-branch remotecontrolwidget/master_or_other_branch
qtuitest
This repository is now deprecated. more…
QtUITest development has been moved to http://qt.gitorious.org/qt-creator/qt-creator-qttest. No new development will take place in this repository, and it may be removed in the future.
In qt-creator-qttest, the QtUITest component can be found in src/tools/qtuitest.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtuitest.git qtuitest cd qtuitest
Add this repository as a remote to an existing local repository:
git remote add qtuitest git://gitorious.org/qt-labs/qtuitest.git git fetch qtuitest git checkout -b my-local-tracking-branch qtuitest/master_or_other_branch
systemtests
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/systemtests.git systemtests cd systemtests
Add this repository as a remote to an existing local repository:
git remote add systemtests git://gitorious.org/qt-labs/systemtests.git git fetch systemtests git checkout -b my-local-tracking-branch systemtests/master_or_other_branch
qmlogre
Example application integrating Ogre in Qt in order to use QML elements on top of an Ogre 3D scene.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qmlogre.git qmlogre cd qmlogre
Add this repository as a remote to an existing local repository:
git remote add qmlogre git://gitorious.org/qt-labs/qmlogre.git git fetch qmlogre git checkout -b my-local-tracking-branch qmlogre/master_or_other_branch
qtjambi-awtbridge
The good old trusty Qt Jambi AWT Bridge
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtjambi-awtbridge.git qtjambi-awtbridge cd qtjambi-awtbridge
Add this repository as a remote to an existing local repository:
git remote add qtjambi-awtbridge git://gitorious.org/qt-labs/qtjambi-awtbridge.git git fetch qtjambi-awtbridge git checkout -b my-local-tracking-branch qtjambi-awtbridge/master_or_other_branch
simplegl
The simplegl reference driver for Qt/Embedded
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/simplegl.git simplegl cd simplegl
Add this repository as a remote to an existing local repository:
git remote add simplegl git://gitorious.org/qt-labs/simplegl.git git fetch simplegl git checkout -b my-local-tracking-branch simplegl/master_or_other_branch
symbian-overlay
A Portage overlay used for Symbian development tools on Linux.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/symbian-overlay.git symbian-overlay cd symbian-overlay
Add this repository as a remote to an existing local repository:
git remote add symbian-overlay git://gitorious.org/qt-labs/symbian-overlay.git git fetch symbian-overlay git checkout -b my-local-tracking-branch symbian-overlay/master_or_other_branch
qml-object-model
A convenience model for QML views. This model attempts to wrap the convenience of a QObjectList with the power of a QAbstractListModel.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qml-object-model.git qml-object-model cd qml-object-model
Add this repository as a remote to an existing local repository:
git remote add qml-object-model git://gitorious.org/qt-labs/qml-object-model.git git fetch qml-object-model git checkout -b my-local-tracking-branch qml-object-model/master_or_other_branch
qmlcanvas
HTML5 canvas-like API for QML
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qmlcanvas.git qmlcanvas cd qmlcanvas
Add this repository as a remote to an existing local repository:
git remote add qmlcanvas git://gitorious.org/qt-labs/qmlcanvas.git git fetch qmlcanvas git checkout -b my-local-tracking-branch qmlcanvas/master_or_other_branch
vstools
Qt Visual Studio Add-in – See the project page http://developer.qt.nokia.com/wiki/QtVSAddin for build instructions and further information.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/vstools.git vstools cd vstools
Add this repository as a remote to an existing local repository:
git remote add vstools git://gitorious.org/qt-labs/vstools.git git fetch vstools git checkout -b my-local-tracking-branch vstools/master_or_other_branch
gimp-qmlexporter
This is a simple file exporter from GIMP to QML. more…
This means you can export QML scenes directly from GIMP. Indirectly this also means you can export Phothoshop .psd files to qml.
Supported features are:
Saving each layer as an image component with opacity preserved
Images are dumped into an images subdirectory
Text layers are exported as QML Text elements with color, font size and opacity preserved.
From INSTALL file:
To use this plugin, make sure you have a recent version of GIMP 2 installed.
Copy the file qmlexporter.py to ~/.gimp/plug-ins
Run chmod u+rx on the file to make sure it is executable
Run or restart gimp
The exporter should now show up at the bottom of the File menu. When you run it, it will ask for the element name and the directory to dump the output consisting of a .qml file and a series of .png files.
Note that names are preserved from your layer names, but # and space are replaced by underscores to make them usable id tags. Offset, size, ordering and opacity are currently preserved.
Additional note:
To use this on Windows, you will need to enable python support in Gimp.
Se the first section here http://www.pygtk.org/downloads.html
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/gimp-qmlexporter.git gimp-qmlexporter cd gimp-qmlexporter
Add this repository as a remote to an existing local repository:
git remote add gimp-qmlexporter git://gitorious.org/qt-labs/gimp-qmlexporter.git git fetch gimp-qmlexporter git checkout -b my-local-tracking-branch gimp-qmlexporter/master_or_other_branch
qml-gesturearea
This repository contains our latest gesturearea plugin for QML. The code for this plugin is still under heavy development and might change without further notice. more…
For some examples on how to use this plugin, take a look at:
http://qt.gitorious.org/qt-labs/qml-gestures-examples
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qml-gesturearea.git qml-gesturearea cd qml-gesturearea
Add this repository as a remote to an existing local repository:
git remote add qml-gesturearea git://gitorious.org/qt-labs/qml-gesturearea.git git fetch qml-gesturearea git checkout -b my-local-tracking-branch qml-gesturearea/master_or_other_branch
qml-gestures-examples
This repository contains a few examples for the use of our gesturearea plugin for QML.
The plugin itself can be found at: http://qt.gitorious.org/qt-labs/qml-gesturearea
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qml-gestures-examples.git qml-gestures-examples cd qml-gestures-examples
Add this repository as a remote to an existing local repository:
git remote add qml-gestures-examples git://gitorious.org/qt-labs/qml-gestures-examples.git git fetch qml-gestures-examples git checkout -b my-local-tracking-branch qml-gestures-examples/master_or_other_branch
scene-graph
Requirements for building: more…
- Qt / Master, available from http://qt.gitorious.org/qt
- We need access to private headers, so no “make install”
Build Instructions:
- Make sure you have QTDIR set in your environment
- qmake -r
- make
Running QML examples:
- Add /lib to your LD_LIBRARY_PATH, PATH or DYLD_LIBRARY_PATH depending on which platform you are on.
- bin/qmlscene somefile.qml
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/scene-graph.git scene-graph cd scene-graph
Add this repository as a remote to an existing local repository:
git remote add scene-graph git://gitorious.org/qt-labs/scene-graph.git git fetch scene-graph git checkout -b my-local-tracking-branch scene-graph/master_or_other_branch
photoshop-qmlexporter
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/photoshop-qmlexporter.git photoshop-qmlexporter cd photoshop-qmlexporter
Add this repository as a remote to an existing local repository:
git remote add photoshop-qmlexporter git://gitorious.org/qt-labs/photoshop-qmlexporter.git git fetch photoshop-qmlexporter git checkout -b my-local-tracking-branch photoshop-qmlexporter/master_or_other_branch
qt-autotester
Tool for automating Qt auto-tests execution.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qt-autotester.git qt-autotester cd qt-autotester
Add this repository as a remote to an existing local repository:
git remote add qt-autotester git://gitorious.org/qt-labs/qt-autotester.git git fetch qt-autotester git checkout -b my-local-tracking-branch qt-autotester/master_or_other_branch
kineticscroller
Kinetic scrolling for Qt 4.6 and Qt 4.7 on all platforms – PLEASE USE THE BRANCH “solution” IF YOU WANT THE QtScroller SOLUTION FOR QT 4.6 AND 4.7!
more…
Qt 4.8 already contains a kinetic scroller (classes are named QXxx instead of QtXxx of course).
The documentation for the Qt 4.8 API (which is 99% identical) is here:
http://doc.troll.no/master-snapshot/qscroller.html and
http://doc.troll.no/master-snapshot/qscrollerproperties.html
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/kineticscroller.git kineticscroller cd kineticscroller
Add this repository as a remote to an existing local repository:
git remote add kineticscroller git://gitorious.org/qt-labs/kineticscroller.git git fetch kineticscroller git checkout -b my-local-tracking-branch kineticscroller/master_or_other_branch
qtest-qml
Unit test framework for QML. more…
This repo is not active now, please see qmltest module git://gitorious.org/qt/qtdeclarative.git ’s master branch.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtest-qml.git qtest-qml cd qtest-qml
Add this repository as a remote to an existing local repository:
git remote add qtest-qml git://gitorious.org/qt-labs/qtest-qml.git git fetch qtest-qml git checkout -b my-local-tracking-branch qtest-qml/master_or_other_branch
qml-toucharea
QML TouchArea research repository
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qml-toucharea.git qml-toucharea cd qml-toucharea
Add this repository as a remote to an existing local repository:
git remote add qml-toucharea git://gitorious.org/qt-labs/qml-toucharea.git git fetch qml-toucharea git checkout -b my-local-tracking-branch qml-toucharea/master_or_other_branch
qtmodularization
Scripts used by the modularization project more…
This is the set of scripts that are run on a monolithic Qt to modularize it.
see http://labs.qt.nokia.com/2010/10/26/qt-is-going-modular/
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtmodularization.git qtmodularization cd qtmodularization
Add this repository as a remote to an existing local repository:
git remote add qtmodularization git://gitorious.org/qt-labs/qtmodularization.git git fetch qtmodularization git checkout -b my-local-tracking-branch qtmodularization/master_or_other_branch
installer-framework
Installer framework used for the new Qt SDK
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/installer-framework.git installer-framework cd installer-framework
Add this repository as a remote to an existing local repository:
git remote add installer-framework git://gitorious.org/qt-labs/installer-framework.git git fetch installer-framework git checkout -b my-local-tracking-branch installer-framework/master_or_other_branch
qt-compositor
Qt Compositor is a toolbox for making Qt based Wayland compositors.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qt-compositor.git qt-compositor cd qt-compositor
Add this repository as a remote to an existing local repository:
git remote add qt-compositor git://gitorious.org/qt-labs/qt-compositor.git git fetch qt-compositor git checkout -b my-local-tracking-branch qt-compositor/master_or_other_branch
qtscript-browser-env
Envjs implementation for QtScript. more…
Envjs (http://www.envjs.com) is a simulated browser environment written in JavaScript.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtscript-browser-env.git qtscript-browser-env cd qtscript-browser-env
Add this repository as a remote to an existing local repository:
git remote add qtscript-browser-env git://gitorious.org/qt-labs/qtscript-browser-env.git git fetch qtscript-browser-env git checkout -b my-local-tracking-branch qtscript-browser-env/master_or_other_branch
qml1-shadersplugin
A QML extension plugin which provides two new QML elements (ShaderEffectItem & ShaderEffectSource) similarly to QML2. These elements can be used to embed OpenGL(ES) shader language code directly into QML.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qml1-shadersplugin.git qml1-shadersplugin cd qml1-shadersplugin
Add this repository as a remote to an existing local repository:
git remote add qml1-shadersplugin git://gitorious.org/qt-labs/qml1-shadersplugin.git git fetch qml1-shadersplugin git checkout -b my-local-tracking-branch qml1-shadersplugin/master_or_other_branch
devscripts
Various helper scripts. Currently all git-related.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/devscripts.git devscripts cd devscripts
Add this repository as a remote to an existing local repository:
git remote add devscripts git://gitorious.org/qt-labs/devscripts.git git fetch devscripts git checkout -b my-local-tracking-branch devscripts/master_or_other_branch
qml-presentation-system
A few classes to make presentations in QML
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qml-presentation-system.git qml-presentation-system cd qml-presentation-system
Add this repository as a remote to an existing local repository:
git remote add qml-presentation-system git://gitorious.org/qt-labs/qml-presentation-system.git git fetch qml-presentation-system git checkout -b my-local-tracking-branch qml-presentation-system/master_or_other_branch
scene-graph-demo
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/scene-graph-demo.git scene-graph-demo cd scene-graph-demo
Add this repository as a remote to an existing local repository:
git remote add scene-graph-demo git://gitorious.org/qt-labs/scene-graph-demo.git git fetch scene-graph-demo git checkout -b my-local-tracking-branch scene-graph-demo/master_or_other_branch
qtcollator
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtcollator.git qtcollator cd qtcollator
Add this repository as a remote to an existing local repository:
git remote add qtcollator git://gitorious.org/qt-labs/qtcollator.git git fetch qtcollator git checkout -b my-local-tracking-branch qtcollator/master_or_other_branch
qwebchannel
QWebChannel – communicating between Qt and HTML via a HTTP server.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qwebchannel.git qwebchannel cd qwebchannel
Add this repository as a remote to an existing local repository:
git remote add qwebchannel git://gitorious.org/qt-labs/qwebchannel.git git fetch qwebchannel git checkout -b my-local-tracking-branch qwebchannel/master_or_other_branch
devnet-examples
Examples and code snippets for DevNet
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/devnet-examples.git devnet-examples cd devnet-examples
Add this repository as a remote to an existing local repository:
git remote add devnet-examples git://gitorious.org/qt-labs/devnet-examples.git git fetch devnet-examples git checkout -b my-local-tracking-branch devnet-examples/master_or_other_branch
qtaddonmimetype
Qt-based MIME type handling library, aiming for inclusion in Qt Essentials.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtaddonmimetype.git qtaddonmimetype cd qtaddonmimetype
Add this repository as a remote to an existing local repository:
git remote add qtaddonmimetype git://gitorious.org/qt-labs/qtaddonmimetype.git git fetch qtaddonmimetype git checkout -b my-local-tracking-branch qtaddonmimetype/master_or_other_branch
meespot
Spotify client for MeeGo Harmattan based on QtQuick and libspotify.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/meespot.git meespot cd meespot
Add this repository as a remote to an existing local repository:
git remote add meespot git://gitorious.org/qt-labs/meespot.git git fetch meespot git checkout -b my-local-tracking-branch meespot/master_or_other_branch
qtgraphicaleffects
Qt Graphical Effects module provides common, design neutral graphical effects for Qt Quick 2.0.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtgraphicaleffects.git qtgraphicaleffects cd qtgraphicaleffects
Add this repository as a remote to an existing local repository:
git remote add qtgraphicaleffects git://gitorious.org/qt-labs/qtgraphicaleffects.git git fetch qtgraphicaleffects git checkout -b my-local-tracking-branch qtgraphicaleffects/master_or_other_branch
bm2
BM2 is a system for storing and analyzing benchmark results. It is a new version of BM (qt-labs/bm), and was written from scratch to solve a number of problems and limitations with the original BM. more…
Notable differences:
– PostgreSQL replaced SQLite as database backend.
– Python replaced C++ for implementing the server-side logic.
– jQuery (and plugins) was used for client-side presentation.
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/bm2.git bm2 cd bm2
Add this repository as a remote to an existing local repository:
git remote add bm2 git://gitorious.org/qt-labs/bm2.git git fetch bm2 git checkout -b my-local-tracking-branch bm2/master_or_other_branch
Activities 
-
Friday February 03 2012
-
Merge request
13:15
okuoku requested merge of ~okuoku/qt-labs/okuokus-jom with jom in merge request qt-labs/jom #12
-
Push
13:11
okuoku pushed 1 commit to ~okuoku/qt-labs/okuokus-jom:master. View diff
master changed from ff6826a to c00599d
-
Repository
13:07
okuoku cloned qt-labs/jom
New repository is in okuokus-jom
-
Push
12:46
markniem pushed 1 commit to qt-labs/qtgraphicaleffects:master. View diff
master changed from 434007d to 88bfda6
-
-
Thursday February 02 2012
-
Favorite
21:35
phoey started watching qt-labs/vstools
-
Push
12:41
tamerlan311 pushed 1 commit to ~tamerlan311/qt-labs/qml-object-model-pri:master. View diff
master changed from 60a998d to 75f41a5
-
Repository
07:49
pkj cloned qt-labs/qtscriptgenerator
New repository is in pkjs-qtscriptgenerator
-
Push
01:31
The Qt Project pushed 1 commit to qt-labs/scxml:master. View diff
master changed from eb07b34 to 9be5070
-
Merge request
00:32
-
-
Wednesday February 01 2012
-
Push
15:48
The Qt Project pushed 2 commits to qt-labs/installer-framework:master. View diff
master changed from 54d1273 to 07009ea
-
Push
15:35
The Qt Project pushed 2 commits to qt-labs/installer-framework:master. View diff
master changed from d395509 to 54d1273
-
Push
13:57
markniem pushed 2 commits to qt-labs/qtgraphicaleffects:master. View diff
master changed from da5d186 to 434007d
-
Push
13:18
The Qt Project pushed 1 commit to qt-labs/messagingframework:master. View diff
master changed from 21d7582 to 2b181bc
-
Push
12:32
The Qt Project pushed 1 commit to qt-labs/installer-framework:master. View diff
master changed from ffdae57 to d395509
-
Push
11:49
The Qt Project pushed 1 commit to qt-labs/installer-framework:master. View diff
master changed from e496d9a to ffdae57
-
Commit
11:49
-
Push
08:57
markniem pushed 1 commit to qt-labs/qtgraphicaleffects:master. View diff
master changed from d6b4eb8 to da5d186
-
Push
08:26
tamerlan311 pushed 1 commit to ~tamerlan311/qt-labs/qml-object-model-pri:master. View diff
master changed from 38c80fc to 60a998d
-
Push
08:20
tamerlan311 pushed 1 commit to ~tamerlan311/qt-labs/qml-object-model-pri:master. View diff
master changed from 057666b to 38c80fc
-
Repository
08:06
tamerlan311 cloned qt-labs/qml-object-model
New repository is in qml-object-model-pri
-
Push
07:51
markniem pushed 6 commits to qt-labs/qtgraphicaleffects:master. View diff
master changed from 2afb23b to d6b4eb8
-
-
Tuesday January 31 2012
-
Push
14:49
markniem pushed 2 commits to qt-labs/qtgraphicaleffects:master. View diff
master changed from edc307c to 2afb23b
-
Push
14:27
The Qt Project pushed 1 commit to qt-labs/installer-framework:master. View diff
master changed from 20fb761 to e496d9a
-
Push
14:03
The Qt Project pushed 1 commit to qt-labs/installer-framework:master. View diff
master changed from b4d60f6 to 20fb761
-
Push
13:10
The Qt Project pushed 1 commit to qt-labs/installer-framework:master. View diff
master changed from 22cf926 to b4d60f6
-
Push
12:35
The Qt Project pushed 2 commits to qt-labs/installer-framework:master. View diff
master changed from d3411f3 to 22cf926
-
Push
09:24
markniem pushed 2 commits to qt-labs/qtgraphicaleffects:master. View diff
master changed from c082f45 to edc307c
-
-
Monday January 30 2012
-
Favorite
15:58
tamerlan311 started watching qt-labs/qml-object-model
-
Push
14:38
The Qt Project pushed 1 commit to qt-labs/installer-framework:master. View diff
master changed from 1babeb2 to d3411f3
-
Push
14:21
The Qt Project pushed 1 commit to qt-labs/installer-framework:master. View diff
master changed from 9461ae8 to 1babeb2
-

