Re: [Development] QNetworkRequest: allow overriding connect host

2013-05-11 Thread Justin Karneges
On 05/11/2013 01:15 AM, Richard Moore wrote: > On 10 May 2013 11:32, wrote: >>> QHostInfo has a short-lived cache, so it should work. >> >> Yes, but relying on implementation details isn't a good idea. >> >> I thought the proposed feature could be more generally useful, for example >> using test

Re: [Development] Why I can't use ibus Input Method for type Chinese character?

2013-05-11 Thread Paeglis Gatis
> Why Qt5 need it? In Qt5 this variable is read to determine which input context plugin to use, by default it is set to "compose". [1] Other keys are "ibus" and "maliit". [1] https://codereview.qt-project.org/#change,51555 From: Yuchen Deng [loa...@gmail.com] Sen

Re: [Development] Why I can't use ibus Input Method for type Chinese character?

2013-05-11 Thread Yuchen Deng
I know why Qt4 based application can works with ibus without set QT_IM_MODULE=ibus. Because the `QT4_IM_MODULE=ibus` was there after installed ibus. Thanks again! 2013/5/11 Yuchen Deng > > 2013/5/11 Paeglis Gatis > >> QT_IM_MODULE=ibus > > > I did not set this environment variable. and I can s

Re: [Development] Why I can't use ibus Input Method for type Chinese character?

2013-05-11 Thread Yuchen Deng
2013/5/11 Paeglis Gatis > QT_IM_MODULE=ibus I did not set this environment variable. and I can sure after set this environment variable to ibus, then the issue just gone! But why? no need this environment, all other applications works fine with ibus. Why Qt5 need it? -- Best Regards Yuchen _

Re: [Development] Why I can't use ibus Input Method for type Chinese character?

2013-05-11 Thread Paeglis Gatis
Did you set the environmental variable to QT_IM_MODULE=ibus? From: development-bounces+gatis.paeglis=digia@qt-project.org [development-bounces+gatis.paeglis=digia@qt-project.org] on behalf of Yuchen Deng [loa...@gmail.com] Sent: Saturday, May 11, 2013 2:54

Re: [Development] 答复: 答复: 答复: QtQuick1 and 2

2013-05-11 Thread Olivier Goffart
[...] > Qt5Qmld.dll!QQmlData::signalEmitted [...] Ah of course... The global hooks that QtDeclarative uses conflicts with eachother. Turns out the declarative team will need more work to get QtQuick1 and QtQuick2 working on the same application: - The hooks need to forward eachother: QQmlData

[Development] 答复: 答复: 答复: QtQuick1 and 2

2013-05-11 Thread 魏越闽
Yes, I'm doing the step 2. and the step 3. in the qtquick1 and the qtdeclarative directory. Yes, I clean and rebuild my application after step 7. Oh Yes, there is a jump.. Here's the backtrace: > Qt5Qmld.dll!QQmlData::notify(int index) Line 238 + 0xc bytes C++ Qt5Qmld.dll!QQmlD

[Development] Why I can't use ibus Input Method for type Chinese character?

2013-05-11 Thread Yuchen Deng
Hi, there! I want help because I can't input any Chinese character for Qt5 based application, include QtCreator when build with Qt5.1. I just know I need build D-Bus for plugins/platforminputcontexts/ibus. Then I did, and I can sure QtCreator loaded the ibus plugins. Here is the full log: http://p

Re: [Development] 答复: 答复: QtQuick1 and 2

2013-05-11 Thread Olivier Goffart
On Saturday 11 May 2013 12:41:36 魏越闽 wrote: > Hi, > I patched https://codereview.qt-project.org/#change,55658 just now. > Now I have both patches, but still got the same error. > I've already put the code into two .cpp files, as I wrote in > https://bugreports.qt-project.org/browse/QTBUG-31064 > I

[Development] 答复: 答复: QtQuick1 and 2

2013-05-11 Thread 魏越闽
Hi, I patched https://codereview.qt-project.org/#change,55658 just now. Now I have both patches, but still got the same error. I've already put the code into two .cpp files, as I wrote in https://bugreports.qt-project.org/browse/QTBUG-31064 It will crash even though the QQuickView and QDeclarativ

Re: [Development] QtQuick1 and 2

2013-05-11 Thread Olivier Goffart
On Saturday 11 May 2013 14:09:38 Dominik Holland wrote: > On May 11, 2013, at 1:50 PM, Olivier Goffart wrote: > > On Saturday 11 May 2013 11:41:03 魏越闽 wrote: > >> Hi, > >> My test result: > >> https://bugreports.qt-project.org/browse/QTBUG-31064?focusedCommentId=202 > >> 419 > >> &page=com.atlassi

Re: [Development] QtQuick1 and 2

2013-05-11 Thread Dominik Holland
On May 11, 2013, at 1:50 PM, Olivier Goffart wrote: > On Saturday 11 May 2013 11:41:03 魏越闽 wrote: >> Hi, >> My test result: >> https://bugreports.qt-project.org/browse/QTBUG-31064?focusedCommentId=202419 >> &page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comme >> nt-202419

Re: [Development] 答复: QtQuick1 and 2

2013-05-11 Thread Olivier Goffart
On Saturday 11 May 2013 11:41:03 魏越闽 wrote: > Hi, > My test result: > https://bugreports.qt-project.org/browse/QTBUG-31064?focusedCommentId=202419 > &page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comme > nt-202419 You need to have both https://codereview.qt-project.org/#c

[Development] 答复: QtQuick1 and 2

2013-05-11 Thread 魏越闽
Hi, My test result: https://bugreports.qt-project.org/browse/QTBUG-31064?focusedCommentId=202419&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-202419 seem still have problems, Regards -- Wei Yuemin 7FG

Re: [Development] QNetworkRequest: allow overriding connect host

2013-05-11 Thread Richard Moore
On 10 May 2013 11:32, wrote: >> QHostInfo has a short-lived cache, so it should work. > > Yes, but relying on implementation details isn't a good idea. > > I thought the proposed feature could be more generally useful, for example > using test live servers that are configured exactly as the live

[Development] When debugging an application (using visual studio), Failed to load platform plugin "windows". Available platforms are:

2013-05-11 Thread 魏越闽
Hi, I’ve been experiencing this problem from time to time for a month and more. I do know the error ‘Failed to load platform plugin "windows” ‘, it is because a ‘platforms’ folder should be there with my application. But copying ‘platforms’ folder and others is what I should do when deploying. I