[Development] Android and Qt

2014-04-11 Thread Majid Khan
'org.qtproject.example.SimpleChat' died. -- Any idea what that could be and how to resolve this? Thanks Majid Khan http://easylogging.org http://www.easylogging.org ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt Creator build fails

2013-03-01 Thread Majid Khan
Great! Thanks :) On Fri, Mar 1, 2013 at 8:33 PM, Tobias Nätterlund tobias.naetterl...@kdab.com wrote: On Friday 01 March 2013 18:57:47 Majid Khan wrote: I have recently updated my local repo for Qt Creator and its failing now, :-1: error: No rule to make target `../../../qt-creator

[Development] Qt Creator Debug - GDB error

2013-03-01 Thread Majid Khan
alright in debug mode. Can someone please help? -- Majid Khan http://www.icplusplus.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt Creator Debug - GDB error

2013-03-01 Thread Majid Khan
On Sat, Mar 2, 2013 at 1:10 AM, Poenitz Andre andre.poen...@digia.comwrote: Majid Khan wrote: I am trying to debug Qt Creator (working on #7044) but when I debug (its new linux mint 14 Nadia Cinammon) my gdb gives error Starting executable failed: /home/majid/projects/qtcreator-build/bin

Re: [Development] Qt Creator Debug - GDB error

2013-03-01 Thread Majid Khan
Great! Thanks :) On Sat, Mar 2, 2013 at 1:34 AM, Mitch Curtis mitch.cur...@digia.com wrote: On 03/01/2013 03:20 PM, Majid Khan wrote: Thanks, ptrace: Operation not permitted. Could not attach to the process. Make sure no other debugger traces this process. Check the settings

[Development] Qt Creator build fails

2013-02-28 Thread Majid Khan
that I need to do in order to build it? It was building alright before this update, Last update before this was yesterday. -- Majid Khan http://www.icplusplus.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman

[Development] Finding your way around Qt Creator code base

2012-11-12 Thread Majid Khan
#comment-187481. Also, if someone with their expertise could guide me if I am going to right direction for the fix. Thanks -- Majid Khan http://www.icplusplus.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org

Re: [Development] Finding your way around Qt Creator code base

2012-11-12 Thread Majid Khan
Thanks for that. Yea I was sure from the start that this won't be an easy task but I love it since it's helping me a lot to learn more and more. Thanks again. On Mon, Nov 12, 2012 at 9:09 PM, Ziller Eike eike.zil...@digia.com wrote: On 12 Nov 2012, at 10:40, Majid Khan mkhan3...@gmail.com

Re: [Development] Pushing to gerrit

2012-11-11 Thread Majid Khan
change-id: https://review.typo3.org/Documentation/user-changeid.html Regards Kai -- *From:* development-bounces+kai.koehne=digia@qt-project.org[development-bounces+kai.koehne= digia@qt-project.org] on behalf of Majid Khan [mkhan3...@gmail.com] *Sent

[Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
setup my public keys and all that by the way. Thanks in advance. -- Majid Khan http://www.icplusplus.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
) Regards, Sze-Howe On 11 November 2012 12:25, Majid Khan mkhan3...@gmail.com wrote: 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

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
: On 11 November 2012 13:46, Sze Howe Koh szehowe@gmail.com wrote: On 11 November 2012 13:10, Majid Khan mkhan3...@gmail.com 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

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
you please help me with valid command? Thanks On Sun, Nov 11, 2012 at 6:07 PM, Thiago Macieira thiago.macie...@intel.comwrote: On domingo, 11 de novembro de 2012 17.10.14, Majid Khan wrote: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote

Re: [Development] Issues with compiling Qt-Creator on windows

2012-11-07 Thread Majid Khan
any help on this would be greatly appreciated. thanks On Wed, Nov 7, 2012 at 8:15 AM, Majid Khan mkhan3...@gmail.com wrote: I am now using Qt creator to build qt creator and my build step currently look like: qmake.exe qtcreator.pro -r -spec win32-msvc2010 CONFIG+=declarative_debug

Re: [Development] Issues with compiling Qt-Creator on windows

2012-11-06 Thread Majid Khan
-spec win32-msvc2010 CONFIG+=declarative_debug -r QT_PRIVATE_HEADERS=/home/me/where/qt/buildtree/is/include ? also is there anything else I would need to change? Thanks On Mon, Oct 8, 2012 at 6:50 PM, Ziller Eike eike.zil...@digia.com wrote: On 7 Oct 2012, at 16:21, Majid Khan mkhan3

[Development] Issues with compiling Qt-Creator on windows

2012-10-07 Thread Majid Khan
it. Anyone has any idea for a workaround it? THanks -- Majid Khan http://www.icplusplus.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] delete still leaks memory

2012-10-03 Thread Majid Khan
https://github.com/mkhan3189/dotCodeFx/blob/master/src/dotcodefx.h#L76 Much Much Appreciated in Advance! -- Majid Khan http://www.icplusplus.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo

Re: [Development] delete still leaks memory

2012-10-03 Thread Majid Khan
that's my favorite tool for detecting memory leaks of windows.. if the numbers keep growing you have a problem. Morten ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development -- Majid Khan

[Development] Single static list object to track something

2012-09-20 Thread Majid Khan
. Remember, I don't want to explicitly initialize it (on heap or stack). Thanks -- Majid Khan http://www.icplusplus.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Jira process

2012-08-10 Thread Majid Khan
Hi everyone, I am new to Qt contribution. I am wondering about jira process we use for Qt contribution. I understand that everyone can create tickets but who gets assigned to what ticket? so someone doesn't step on others' feet. Thanks ___ Development