Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Thanks Thiago, Ok, I am exactly trying following (after fetching and rebasing latest code): git push origin HEAD:refs/for/master and getting following output: Counting objects: 4, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3),

Re: [Development] Pushing to gerrit

2012-11-10 Thread Thiago Macieira
On domingo, 11 de novembro de 2012 17.10.14, Majid Khan wrote: > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = ssh://mkhan3...@codereview.qt-project.org:29418/qt-creator/qt-cr

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Yup I have correct git configuration setup (i am pretty sure). Here is exactly how my config file looks like: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = ssh://mkhan3...@codereview.qt-p

Re: [Development] Pushing to gerrit

2012-11-10 Thread Sze Howe Koh
On 11 November 2012 13:46, Sze Howe Koh wrote: > On 11 November 2012 13:10, Majid Khan wrote: >> Thanks Sze, >> >> I am getting error out of it. >> >> fatal: 'gerrit' does not appear to be a git repository >> fatal: The remote end hung up unexpectedly >> >> I have checked my full URL path, thats

Re: [Development] Pushing to gerrit

2012-11-10 Thread Sze Howe Koh
On 11 November 2012 13:10, Majid Khan wrote: > Thanks Sze, > > I am getting error out of it. > > fatal: 'gerrit' does not appear to be a git repository > fatal: The remote end hung up unexpectedly > > I have checked my full URL path, thats correct (that I had used to clone > repo from) I am trying

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Thanks Sze, I am getting error out of it. fatal: 'gerrit' does not appear to be a git repository fatal: The remote end hung up unexpectedly I have checked my full URL path, thats correct (that I had used to clone repo from) I am trying to push to qt-creator project. Thanks On Sun, Nov 11, 201

Re: [Development] Is QtConcurrent's code generator still in use?

2012-11-10 Thread Sze Howe Koh
On 10 November 2012 18:34, Olivier Goffart wrote: > On Saturday 10 November 2012 10:09:42 Sze Howe Koh wrote: >> I found a code generator in qttools/src/qtconcurrent/generaterun, >> which is supposedly the tool for generating >> qtbase/src/concurrent/qtconcurrentrun.h >> qtbase/src/concurr

Re: [Development] Pushing to gerrit

2012-11-10 Thread Sze Howe Koh
After you run the init-repository script, you can do git fetch && git rebase origin/master && git push gerrit HEAD:refs/for/master If you want to see the full URL, see the repo config file (e.g. [QT5ROOT]/qtbase/.git/config) Regards, Sze-Howe On 11 November 2012 12:25, Majid Khan wrote:

[Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Hi All, I have recently downloaded cloned Qt creator's repo to my newly setup dev machine. I have done most of the parts. Finally, I was trying to push a test file to gerrit (and was planning to abandon the change once it's successfully sent to review). The way we do at our work is: git fetch &&

Re: [Development] QT5 Beta 1 & Android

2012-11-10 Thread Shawn Rutledge
I was able to do the build using NDK r8b, but I ran into the following NDK bugs along the way: http://code.google.com/p/android/issues/detail?id=35616 (applied both workarounds) https://android-review.googlesource.com/#/c/41833/ https://android-review.googlesource.com/#/c/41613/ I didn't find a g

Re: [Development] QX11EmbedWidget in Qt5

2012-11-10 Thread Peter Rullmann
On Thu, 08 Nov 2012 10:37:58 +0100, Alberto Mardegan wrote: > Hi all! > At some point I might need to use XEmbed, so I'm interested in helping > out the implementation of QX11EmbedWidget in Qt5, as time permits. > Now I'm just studying the code to evaluate how much of an effort it > would be.

Re: [Development] Is QtConcurrent's code generator still in use?

2012-11-10 Thread Olivier Goffart
On Saturday 10 November 2012 10:09:42 Sze Howe Koh wrote: > I found a code generator in qttools/src/qtconcurrent/generaterun, > which is supposedly the tool for generating > qtbase/src/concurrent/qtconcurrentrun.h > qtbase/src/concurrent/qtconcurrentstoredfunctioncall.h > > However, the co

[Development] HEADS UP: Qt library names have changed

2012-11-10 Thread Thiago Macieira
The 5 has been added to all Unix, except for Mac framework builds. On Windows, the 5 has moved positions. The patch has just passed through CI as d725239c3e09c2b740a093265f6a9675fd2f8524 -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Cen