Re: [Development] Add locale cache for Linux

2013-12-31 Thread Mandeep Sandhu
Hi, You should probably add a reviewer in Gerrit first. Look at the maintainers page to see whom to add. Or you can even look at commit log of the file you've touched to figure out a reviewer. Also, you might want to fix the sanity failure before adding reviewers! :) -mandeep On Wed, Jan 1, 20

Re: [Development] git submodules

2013-12-31 Thread Mandeep Sandhu
1 more suggestion. Whenever you're working a new feature, it'll most likely go into the 'dev' branch and if it's an improvement/bug fix which not very invasive, it'll likely go into the 'stable' branch. So when you pick up a task from the bug-tracker, you'll know which branch it has to be based o

[Development] Add locale cache for Linux

2013-12-31 Thread Jiergir Ogoerg
Hi, I have added for the 1st time code for review, please let me know if it's ready for review or if I have to do some additional work. 2 Submits: 1) https://codereview.qt-project.org/#change,74524 Cosmetic, removes trailing whitespaces: 2) https://codereview.qt-project.org/#change,74525 ___

Re: [Development] git submodules

2013-12-31 Thread Jiergir Ogoerg
I see, thanks. On Wed, Jan 1, 2014 at 3:22 AM, Sze Howe Koh wrote: > On 1 January 2014 09:00, Jiergir Ogoerg wrote: >> >> Thanks a lot, I was about to write I figured it out, but your reply >> gave me further insight. > > You're welcome. > > >> The prick required _all_ previous commits to have C

Re: [Development] git submodules

2013-12-31 Thread Sze Howe Koh
On 1 January 2014 09:00, Jiergir Ogoerg wrote: > > Thanks a lot, I was about to write I figured it out, but your reply > gave me further insight. You're welcome. > The prick required _all_ previous commits to have Change-Id too.. took > me a while to figure this out.. and to learn git rebase..

Re: [Development] git submodules

2013-12-31 Thread Jiergir Ogoerg
Thanks a lot, I was about to write I figured it out, but your reply gave me further insight. The prick required _all_ previous commits to have Change-Id too.. took me a while to figure this out.. and to learn git rebase.. What I can't figure out is - which qt version (4 or 5) do these belong to?

Re: [Development] git submodules

2013-12-31 Thread Sze Howe Koh
On 1 January 2014 04:00, Jiergir Ogoerg wrote: > Thanks, > I managed to commit my changes to local qtbase, but when trying to > push from the folder qtbase to gerrit it complains about > "Change-Id"... Hi, If you have a look at other commit messages (e.g. https://codereview.qt-project.org/#chan

[Development] Visual Studio 2013 support

2013-12-31 Thread Tom Isaacson
Is there any plan yet to add Visual Studio 2013 support to the Qt add-in? I was wondering if the installer needed to be rewritten because I found this article suggesting that add-ins had been deprecated: http://msdn.microsoft.com/en-us/library/5abkeks7.aspx What I'm wondering is if this means th

Re: [Development] [Q] Good way to handle QEvent::DeferredDelete

2013-12-31 Thread Thiago Macieira
On terça-feira, 31 de dezembro de 2013 17:41:28, Elvis Lee wrote: > > Unfortunately, I need to know what called it. That's why you need to use > > 5.2.0 > > > and a debug build. You might need to turn JIT off in V4 too. > > Unfortunately, it's impossible to upgrade to v5.2.0 in this stage. Our

[Development] Best wishes for 2014

2013-12-31 Thread Kurt Pattyn
Best wishes for 2014 and a good health for you, your family and Qt of course! ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] [Q] Good way to handle QEvent::DeferredDelete

2013-12-31 Thread Elvis Lee(KwangWoong Lee)
Thiago and Simon > From Thiago > It's the JIT'ted code by V8. Nothing except a JIT uses pages simultaneously > writeable and executable -- they're a major security nightmare. > Unfortunately, I need to know what called it. That's why you need to use 5.2.0 > and a debug build. You might need to