Repositories
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
Project Homepage: http://qt-project.org/wiki/jom
-
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
luiznagata-itemviews-ng
-
Cloning this repository:
git clone git://gitorious.org/~luiznagata/qt-labs/luiznagata-itemviews-ng.git luiznagata-itemviews-ng cd luiznagata-itemviews-ng
Add this repository as a remote to an existing local repository:
git remote add luiznagata-itemviews-ng git://gitorious.org/~luiznagata/qt-labs/luiznagata-itemviews-ng.git git fetch luiznagata-itemviews-ng git checkout -b my-local-tracking-branch luiznagata-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
jom-cmake
-
Cloning this repository:
git clone git://gitorious.org/~saroengels/qt-labs/jom-cmake.git jom-cmake cd jom-cmake
Add this repository as a remote to an existing local repository:
git remote add jom-cmake git://gitorious.org/~saroengels/qt-labs/jom-cmake.git git fetch jom-cmake git checkout -b my-local-tracking-branch jom-cmake/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
build-bug-fix
-
Cloning this repository:
git clone git://gitorious.org/~hsivank/qt-labs/build-bug-fix.git build-bug-fix cd build-bug-fix
Add this repository as a remote to an existing local repository:
git remote add build-bug-fix git://gitorious.org/~hsivank/qt-labs/build-bug-fix.git git fetch build-bug-fix git checkout -b my-local-tracking-branch build-bug-fix/master_or_other_branch
qtruby-graphics-dojo
Clone from http://qt.gitorious.org/qt-labs/graphics-dojo to add QtRuby samples
-
Cloning this repository:
git clone git://gitorious.org/~youheikondou/qt-labs/qtruby-graphics-dojo.git qtruby-graphics-dojo cd qtruby-graphics-dojo
Add this repository as a remote to an existing local repository:
git remote add qtruby-graphics-dojo git://gitorious.org/~youheikondou/qt-labs/qtruby-graphics-dojo.git git fetch qtruby-graphics-dojo git checkout -b my-local-tracking-branch qtruby-graphics-dojo/master_or_other_branch
tsilva-clone
-
Cloning this repository:
git clone git://gitorious.org/~tsilva/qt-labs/tsilva-clone.git tsilva-clone cd tsilva-clone
Add this repository as a remote to an existing local repository:
git remote add tsilva-clone git://gitorious.org/~tsilva/qt-labs/tsilva-clone.git git fetch tsilva-clone git checkout -b my-local-tracking-branch tsilva-clone/master_or_other_branch
kalyanreddy2005s-clone
-
Cloning this repository:
git clone git://gitorious.org/~kalyanreddy2005/qt-labs/kalyanreddy2005s-clone.git kalyanreddy2005s-clone cd kalyanreddy2005s-clone
Add this repository as a remote to an existing local repository:
git remote add kalyanreddy2005s-clone git://gitorious.org/~kalyanreddy2005/qt-labs/kalyanreddy2005s-clone.git git fetch kalyanreddy2005s-clone git checkout -b my-local-tracking-branch kalyanreddy2005s-clone/master_or_other_branch
svengijsens-clone
-
Cloning this repository:
git clone git://gitorious.org/~svengijsen/qt-labs/svengijsens-clone.git svengijsens-clone cd svengijsens-clone
Add this repository as a remote to an existing local repository:
git remote add svengijsens-clone git://gitorious.org/~svengijsen/qt-labs/svengijsens-clone.git git fetch svengijsens-clone git checkout -b my-local-tracking-branch svengijsens-clone/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
lit-uriy-webclient
-
Cloning this repository:
git clone git://gitorious.org/~lit-uriy/qt-labs/lit-uriy-webclient.git lit-uriy-webclient cd lit-uriy-webclient
Add this repository as a remote to an existing local repository:
git remote add lit-uriy-webclient git://gitorious.org/~lit-uriy/qt-labs/lit-uriy-webclient.git git fetch lit-uriy-webclient git checkout -b my-local-tracking-branch lit-uriy-webclient/master_or_other_branch
faldzip-jom-fixes
-
Cloning this repository:
git clone git://gitorious.org/~faldzip/qt-labs/faldzip-jom-fixes.git faldzip-jom-fixes cd faldzip-jom-fixes
Add this repository as a remote to an existing local repository:
git remote add faldzip-jom-fixes git://gitorious.org/~faldzip/qt-labs/faldzip-jom-fixes.git git fetch faldzip-jom-fixes git checkout -b my-local-tracking-branch faldzip-jom-fixes/master_or_other_branch
qtscriptgenerator-aleksi
-
Cloning this repository:
git clone git://gitorious.org/~aleksi/qt-labs/qtscriptgenerator-aleksi.git qtscriptgenerator-aleksi cd qtscriptgenerator-aleksi
Add this repository as a remote to an existing local repository:
git remote add qtscriptgenerator-aleksi git://gitorious.org/~aleksi/qt-labs/qtscriptgenerator-aleksi.git git fetch qtscriptgenerator-aleksi git checkout -b my-local-tracking-branch qtscriptgenerator-aleksi/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
friesoft-clone
-
Cloning this repository:
git clone git://gitorious.org/~friesoft/qt-labs/friesoft-clone.git friesoft-clone cd friesoft-clone
Add this repository as a remote to an existing local repository:
git remote add friesoft-clone git://gitorious.org/~friesoft/qt-labs/friesoft-clone.git git fetch friesoft-clone git checkout -b my-local-tracking-branch friesoft-clone/master_or_other_branch
elproxys-clone
-
Cloning this repository:
git clone git://gitorious.org/~elproxy/qt-labs/elproxys-clone.git elproxys-clone cd elproxys-clone
Add this repository as a remote to an existing local repository:
git remote add elproxys-clone git://gitorious.org/~elproxy/qt-labs/elproxys-clone.git git fetch elproxys-clone git checkout -b my-local-tracking-branch elproxys-clone/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
anselmolsm-mobile-demos
-
Cloning this repository:
git clone git://gitorious.org/~anselmolsm/qt-labs/anselmolsm-mobile-demos.git anselmolsm-mobile-demos cd anselmolsm-mobile-demos
Add this repository as a remote to an existing local repository:
git remote add anselmolsm-mobile-demos git://gitorious.org/~anselmolsm/qt-labs/anselmolsm-mobile-demos.git git fetch anselmolsm-mobile-demos git checkout -b my-local-tracking-branch anselmolsm-mobile-demos/master_or_other_branch
arezende-clone
-
Cloning this repository:
git clone git://gitorious.org/~arezende/qt-labs/arezende-clone.git arezende-clone cd arezende-clone
Add this repository as a remote to an existing local repository:
git remote add arezende-clone git://gitorious.org/~arezende/qt-labs/arezende-clone.git git fetch arezende-clone git checkout -b my-local-tracking-branch arezende-clone/master_or_other_branch
jeez-mobile-demos
-
Cloning this repository:
git clone git://gitorious.org/~jeez/qt-labs/jeez-mobile-demos.git jeez-mobile-demos cd jeez-mobile-demos
Add this repository as a remote to an existing local repository:
git remote add jeez-mobile-demos git://gitorious.org/~jeez/qt-labs/jeez-mobile-demos.git git fetch jeez-mobile-demos git checkout -b my-local-tracking-branch jeez-mobile-demos/master_or_other_branch
agostini-mobile-demos
-
Cloning this repository:
git clone git://gitorious.org/~agostini/qt-labs/agostini-mobile-demos.git agostini-mobile-demos cd agostini-mobile-demos
Add this repository as a remote to an existing local repository:
git remote add agostini-mobile-demos git://gitorious.org/~agostini/qt-labs/agostini-mobile-demos.git git fetch agostini-mobile-demos git checkout -b my-local-tracking-branch agostini-mobile-demos/master_or_other_branch

