Repositories
kdevplatform
Note: This repository is outdated and obsolete! KDevelop has migrated to KDE Projects. more…
The KDevelop Platform, supplying a framework to build IDE-like applications on top of it.
-
Cloning this repository:
git clone git://gitorious.org/kdevelop/kdevplatform.git kdevplatform cd kdevplatform
Add this repository as a remote to an existing local repository:
git remote add kdevplatform git://gitorious.org/kdevelop/kdevplatform.git git fetch kdevplatform git checkout -b my-local-tracking-branch kdevplatform/master_or_other_branch
php
Note: This repository is outdated and obsolete! KDevelop has migrated to KDE Projects. more…
PHP Language Plugin for KDevelop/Quanta
-
Cloning this repository:
git clone git://gitorious.org/kdevelop/php.git php cd php
Add this repository as a remote to an existing local repository:
git remote add php git://gitorious.org/kdevelop/php.git git fetch php git checkout -b my-local-tracking-branch php/master_or_other_branch
php-docs
Note: This repository is outdated and obsolete! KDevelop has migrated to KDE Projects. more…
PHP Documentation plugin for KDevelop/Quanta
-
Cloning this repository:
git clone git://gitorious.org/kdevelop/php-docs.git php-docs cd php-docs
Add this repository as a remote to an existing local repository:
git remote add php-docs git://gitorious.org/kdevelop/php-docs.git git fetch php-docs git checkout -b my-local-tracking-branch php-docs/master_or_other_branch
quanta
Note: This repository is outdated and obsolete! KDevelop has migrated to KDE Projects. more…
Quanta, an IDE for Web Development based on the KDevelop Platform
-
Cloning this repository:
git clone git://gitorious.org/kdevelop/quanta.git quanta cd quanta
Add this repository as a remote to an existing local repository:
git remote add quanta git://gitorious.org/kdevelop/quanta.git git fetch quanta git checkout -b my-local-tracking-branch quanta/master_or_other_branch
kdevelop
Note: This repository is outdated and obsolete! KDevelop has migrated to KDE Projects. more…
KDevelop, C++ IDE using KDE technologies based on KDevelop Platform
-
Cloning this repository:
git clone git://gitorious.org/kdevelop/kdevelop.git kdevelop cd kdevelop
Add this repository as a remote to an existing local repository:
git remote add kdevelop git://gitorious.org/kdevelop/kdevelop.git git fetch kdevelop git checkout -b my-local-tracking-branch kdevelop/master_or_other_branch
mattr-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~mattr/kdevelop/mattr-kdevplatform.git mattr-kdevplatform cd mattr-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add mattr-kdevplatform git://gitorious.org/~mattr/kdevelop/mattr-kdevplatform.git git fetch mattr-kdevplatform git checkout -b my-local-tracking-branch mattr-kdevplatform/master_or_other_branch
mattr-kdevelop
-
Cloning this repository:
git clone git://gitorious.org/~mattr/kdevelop/mattr-kdevelop.git mattr-kdevelop cd mattr-kdevelop
Add this repository as a remote to an existing local repository:
git remote add mattr-kdevelop git://gitorious.org/~mattr/kdevelop/mattr-kdevelop.git git fetch mattr-kdevelop git checkout -b my-local-tracking-branch mattr-kdevelop/master_or_other_branch
blackarrows-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~blackarrow/kdevelop/blackarrows-kdevplatform.git blackarrows-kdevplatform cd blackarrows-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add blackarrows-kdevplatform git://gitorious.org/~blackarrow/kdevelop/blackarrows-kdevplatform.git git fetch blackarrows-kdevplatform git checkout -b my-local-tracking-branch blackarrows-kdevplatform/master_or_other_branch
tokoes-kdevelop
-
Cloning this repository:
git clone git://gitorious.org/~tokoe/kdevelop/tokoes-kdevelop.git tokoes-kdevelop cd tokoes-kdevelop
Add this repository as a remote to an existing local repository:
git remote add tokoes-kdevelop git://gitorious.org/~tokoe/kdevelop/tokoes-kdevelop.git git fetch tokoes-kdevelop git checkout -b my-local-tracking-branch tokoes-kdevelop/master_or_other_branch
dereines-php
-
Cloning this repository:
git clone git://gitorious.org/~dereine/kdevelop/dereines-php.git dereines-php cd dereines-php
Add this repository as a remote to an existing local repository:
git remote add dereines-php git://gitorious.org/~dereine/kdevelop/dereines-php.git git fetch dereines-php git checkout -b my-local-tracking-branch dereines-php/master_or_other_branch
devel-kdevelop
This repository hosts feature branches for kdevelop that are shared among kdevelop developers and are being worked on my multiple persons
-
Cloning this repository:
git clone git://gitorious.org/+kdevelop-developers/kdevelop/devel-kdevelop.git devel-kdevelop cd devel-kdevelop
Add this repository as a remote to an existing local repository:
git remote add devel-kdevelop git://gitorious.org/+kdevelop-developers/kdevelop/devel-kdevelop.git git fetch devel-kdevelop git checkout -b my-local-tracking-branch devel-kdevelop/master_or_other_branch
devel-kdevplatform
This repository hosts feature branches for kdevplatform that are shared among kdevelop developers and are being worked on my multiple persons
-
Cloning this repository:
git clone git://gitorious.org/+kdevelop-developers/kdevelop/devel-kdevplatform.git devel-kdevplatform cd devel-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add devel-kdevplatform git://gitorious.org/+kdevelop-developers/kdevelop/devel-kdevplatform.git git fetch devel-kdevplatform git checkout -b my-local-tracking-branch devel-kdevplatform/master_or_other_branch
kdevelop-pg-qt
Note: This repository is outdated and obsolete! KDevelop has migrated to KDE Projects. more…
KDevelop Parser Generator, a LL(1) and shunting-yard parser generator used mainly by KDevelop language plugins.
For an introduction see: http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction
For information about development of KDevelop-PG-Qt see: http://techbase.kde.org/Development/KDevelop-PG-Qt_Development_Guide
For questions about releases and the source-code-managament contact apaku. If you want to contribute, contact the-user.
-
Cloning this repository:
git clone git://gitorious.org/kdevelop/kdevelop-pg-qt.git kdevelop-pg-qt cd kdevelop-pg-qt
Add this repository as a remote to an existing local repository:
git remote add kdevelop-pg-qt git://gitorious.org/kdevelop/kdevelop-pg-qt.git git fetch kdevelop-pg-qt git checkout -b my-local-tracking-branch kdevelop-pg-qt/master_or_other_branch
www
Note: This repository is outdated and obsolete! KDevelop has migrated to KDE Projects. more…
KDevelop website content
-
Cloning this repository:
git clone git://gitorious.org/kdevelop/www.git www cd www
Add this repository as a remote to an existing local repository:
git remote add www git://gitorious.org/kdevelop/www.git git fetch www git checkout -b my-local-tracking-branch www/master_or_other_branch
the-user-kdevelop-pg-qt
-
Cloning this repository:
git clone git://gitorious.org/~the-user/kdevelop/the-user-kdevelop-pg-qt.git the-user-kdevelop-pg-qt cd the-user-kdevelop-pg-qt
Add this repository as a remote to an existing local repository:
git remote add the-user-kdevelop-pg-qt git://gitorious.org/~the-user/kdevelop/the-user-kdevelop-pg-qt.git git fetch the-user-kdevelop-pg-qt git checkout -b my-local-tracking-branch the-user-kdevelop-pg-qt/master_or_other_branch
krjs-kdevelop
-
Cloning this repository:
git clone git://gitorious.org/~krj/kdevelop/krjs-kdevelop.git krjs-kdevelop cd krjs-kdevelop
Add this repository as a remote to an existing local repository:
git remote add krjs-kdevelop git://gitorious.org/~krj/kdevelop/krjs-kdevelop.git git fetch krjs-kdevelop git checkout -b my-local-tracking-branch krjs-kdevelop/master_or_other_branch
hpereiras-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~hpereira/kdevelop/hpereiras-kdevplatform.git hpereiras-kdevplatform cd hpereiras-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add hpereiras-kdevplatform git://gitorious.org/~hpereira/kdevelop/hpereiras-kdevplatform.git git fetch hpereiras-kdevplatform git checkout -b my-local-tracking-branch hpereiras-kdevplatform/master_or_other_branch
krjs-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~krj/kdevelop/krjs-kdevplatform.git krjs-kdevplatform cd krjs-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add krjs-kdevplatform git://gitorious.org/~krj/kdevelop/krjs-kdevplatform.git git fetch krjs-kdevplatform git checkout -b my-local-tracking-branch krjs-kdevplatform/master_or_other_branch
johans-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~johan/kdevelop/johans-kdevplatform.git johans-kdevplatform cd johans-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add johans-kdevplatform git://gitorious.org/~johan/kdevelop/johans-kdevplatform.git git fetch johans-kdevplatform git checkout -b my-local-tracking-branch johans-kdevplatform/master_or_other_branch
heins-kdevplatform
Hacky modifications for personal use.
-
Cloning this repository:
git clone git://gitorious.org/~hein/kdevelop/heins-kdevplatform.git heins-kdevplatform cd heins-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add heins-kdevplatform git://gitorious.org/~hein/kdevelop/heins-kdevplatform.git git fetch heins-kdevplatform git checkout -b my-local-tracking-branch heins-kdevplatform/master_or_other_branch
nicolas17-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~nicolas17/kdevelop/nicolas17-kdevplatform.git nicolas17-kdevplatform cd nicolas17-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add nicolas17-kdevplatform git://gitorious.org/~nicolas17/kdevelop/nicolas17-kdevplatform.git git fetch nicolas17-kdevplatform git checkout -b my-local-tracking-branch nicolas17-kdevplatform/master_or_other_branch
nicolas17-kdevelop
Mixed bag of KDevelop fixes. more…
I’ll try to keep changes separated into branches so they can be selectively merged.
Note that I will do forced pushes every now and then, such as rebasing branches that I already pushed but didn’t merge-request yet.
-
Cloning this repository:
git clone git://gitorious.org/~nicolas17/kdevelop/nicolas17-kdevelop.git nicolas17-kdevelop cd nicolas17-kdevelop
Add this repository as a remote to an existing local repository:
git remote add nicolas17-kdevelop git://gitorious.org/~nicolas17/kdevelop/nicolas17-kdevelop.git git fetch nicolas17-kdevelop git checkout -b my-local-tracking-branch nicolas17-kdevelop/master_or_other_branch
yur11s-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~yur11/kdevelop/yur11s-kdevplatform.git yur11s-kdevplatform cd yur11s-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add yur11s-kdevplatform git://gitorious.org/~yur11/kdevelop/yur11s-kdevplatform.git git fetch yur11s-kdevplatform git checkout -b my-local-tracking-branch yur11s-kdevplatform/master_or_other_branch
adymo-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~adymo/kdevelop/adymo-kdevplatform.git adymo-kdevplatform cd adymo-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add adymo-kdevplatform git://gitorious.org/~adymo/kdevelop/adymo-kdevplatform.git git fetch adymo-kdevplatform git checkout -b my-local-tracking-branch adymo-kdevplatform/master_or_other_branch
adymo-kdevelop
-
Cloning this repository:
git clone git://gitorious.org/~adymo/kdevelop/adymo-kdevelop.git adymo-kdevelop cd adymo-kdevelop
Add this repository as a remote to an existing local repository:
git remote add adymo-kdevelop git://gitorious.org/~adymo/kdevelop/adymo-kdevelop.git git fetch adymo-kdevelop git checkout -b my-local-tracking-branch adymo-kdevelop/master_or_other_branch
dazjorz-kdevelop
-
Cloning this repository:
git clone git://gitorious.org/~dazjorz/kdevelop/dazjorz-kdevelop.git dazjorz-kdevelop cd dazjorz-kdevelop
Add this repository as a remote to an existing local repository:
git remote add dazjorz-kdevelop git://gitorious.org/~dazjorz/kdevelop/dazjorz-kdevelop.git git fetch dazjorz-kdevelop git checkout -b my-local-tracking-branch dazjorz-kdevelop/master_or_other_branch
andris-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~amantia/kdevelop/andris-kdevplatform.git andris-kdevplatform cd andris-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add andris-kdevplatform git://gitorious.org/~amantia/kdevelop/andris-kdevplatform.git git fetch andris-kdevplatform git checkout -b my-local-tracking-branch andris-kdevplatform/master_or_other_branch
dazjorz-kdevplatform
-
Cloning this repository:
git clone git://gitorious.org/~dazjorz/kdevelop/dazjorz-kdevplatform.git dazjorz-kdevplatform cd dazjorz-kdevplatform
Add this repository as a remote to an existing local repository:
git remote add dazjorz-kdevplatform git://gitorious.org/~dazjorz/kdevelop/dazjorz-kdevplatform.git git fetch dazjorz-kdevplatform git checkout -b my-local-tracking-branch dazjorz-kdevplatform/master_or_other_branch
kdevplatform-zwabel
-
Cloning this repository:
git clone git://gitorious.org/~zwabel/kdevelop/kdevplatform-zwabel.git kdevplatform-zwabel cd kdevplatform-zwabel
Add this repository as a remote to an existing local repository:
git remote add kdevplatform-zwabel git://gitorious.org/~zwabel/kdevelop/kdevplatform-zwabel.git git fetch kdevplatform-zwabel git checkout -b my-local-tracking-branch kdevplatform-zwabel/master_or_other_branch
kdevelop-zwabel
-
Cloning this repository:
git clone git://gitorious.org/~zwabel/kdevelop/kdevelop-zwabel.git kdevelop-zwabel cd kdevelop-zwabel
Add this repository as a remote to an existing local repository:
git remote add kdevelop-zwabel git://gitorious.org/~zwabel/kdevelop/kdevelop-zwabel.git git fetch kdevelop-zwabel git checkout -b my-local-tracking-branch kdevelop-zwabel/master_or_other_branch

