> On May 22, 2015, at 12:09 AM, Orgad Shaneh <[email protected]> wrote: > > On Fri, May 22, 2015 at 12:03 AM, Jochen Becher <[email protected]> wrote: > Hello, > > I want to contribute some improvements to QtCreator (Todo Plugin and one > or two new plugins later this year). I searched for documentation how to > contribute. The Wiki at qt.io seems to be totally outdated. Is there any > current documentation? > > I tried to clone from code.qt.io (as mentioned on the download page) but > failed (git: and http: failed with "remote hang up" and https: with > "server unknown"). Where can I clone the current source? (gitourious > didn't change since 15th May and will be closed down end of this month). > Any documentation available on that? > > Is there any comprehensive documentation about usage of git and gerrit, > design documentation and coding style for Qt-Creator? > > Regards, Jochen Becher > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator > > Hi, > > Welcome aboard :) > > If you're new to gerrit start by reading Setting up Gerrit and Gerrit > Introduction pages on the wiki. > > I suggest cloning directly from gerrit, but you can clone from code.qt.io. > The clone address is mentioned in the bottom of this page. So it's either: > git clone https://code.qt.io/qt-creator/qt-creator.git > git remote add gerrit ssh://codereview.qt-project.org/qt-creator/qt-creator > or: > git clone ssh://codereview.qt-project.org/qt-creator/qt-creator > > Coding style for qt-creator can be found in the docs. For some reason, the > qtcreator-extending docs are not generated in doc.qt.io (Leena?)
They are on http://doc-snapshots.qt.io/qtcreator-extending/extending-index.html Br, Eike > > If you have further questions you can join #qt-creator channel on freenode > (I'm usually not there, but others will be glad to help), or post to this > list. > > Happy hacking! > > - Orgad > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller, Senior Software Engineer - The Qt Company GmbH The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
