On Jun 14, 2010, at 1:10 PM, ext Victor Sardina wrote: > Bjørn: > > I would have submitted a patch if doing so didn't come so close to my > incompetence level... :-) Fortunately the community have people like you > to save us from ourselves...
Hey, you are using Qt Creator, don't you ;) 0) Get Qt Creator from the git repository 1) Open qtcreator.pro in Qt Creator 2) Make your changes in the git version 3) Tools->Git->Diff Current Project (Alt+G,Alt+Shift+D) 4) Tools->Code Pasting->Paste Snippet (Alt+C,Alt+P) 5) In your email paste the URL (it is copied to clipboard in step 4) and to apply a patch 6) Tools->Code Pasting->Fetch Snippet (Alt+C,Alt+F) 7) Tools->Git->Apply Patch 8) Compile and run :) > Thank you for the patch and the commit as well. > > Best regards, > Victor > > On 6/14/10 12:38 AM, Thorbjørn Lindeijer wrote: >> On 06/12/2010 07:17 AM, ext Cameron Hart wrote: >>> This crash occurs when running a local build of Qt Creator master at >>> commit 2e1001621042a5704e504821fd5677733ffd9167. I'm building and >>> running on Ubuntu Linux 10.04. >>> >>> If you rename a file in your project through the project explorer which >>> is in a directory not under source control, the code attempts to access >>> a null pointer. >> >> Thanks for the complete bug report, you might as well have sent in the >> patch! :-) >> >> The fix is pushed now in commit 6f118927de98855a6fc744c8eb66231121e63d8e. >> >> Regards, >> Bjørn >> > > <victor_sardina.vcf><ATT00001..txt> -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
