Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-05 Thread Yuchen Deng
I'd say, the 'dev' even does not be a complete words. so run a poll sounds be fair. 2014-06-06 13:54 GMT+08:00 Hausmann Simon : > Whether or not next is a better name than dev is your opinion, it isn't > necessarily a fact. I for one like dev and find it a name better than next. > > We could ru

Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-05 Thread Yuchen Deng
The people know the 'release' & 'stable' branch for a long time TOO. but it will gone for soon. right? so, Why 'release' & 'stable' need to gone because some reasons, but 'dev' does not? and we have a reason: better understand for many people will touch Qt in future. If we need to change the branch

Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-05 Thread Yuchen Deng
I think 'next' work tell people, it's the next release, for now it's unstable. But 'dev' don't tell people anything. Because all of the branch should being develop state. except the release branch, e.g. '5.3.x'. Why this 'dev' branch is special? Why don't use a better name? 2014-06-05 23:31 GMT+08

Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-05 Thread Yuchen Deng
Why do not change the 'dev' branch to 'next' ? or, just '5.4' instead? I don't got it for new branching scheme. 2014-06-05 23:00 GMT+08:00 Sergio Ahumada : > 5.4.0 => refs/for/dev -- Best Regards Yuchen ___ Development mailing list Development@qt-

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Yuchen Deng
2014-05-10 0:08 GMT+08:00 Thiago Macieira : > I haven't checked, but maybe this will work: > > make > make install INSTALL_ROOT=$foo > make docs INSTALL_ROOT=$foo > make install_docs INSTALL_ROOT=$foo > > But I guess it won't. > > The point is that "make docs" wants to use the installed qdoc, not

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Yuchen Deng
If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt` anymore. It's means INSTALL_ROOT does not support for this case? make install_docs INSTALL_ROOT=$PWD/qt >>install.log 2>&1 2014-05-09 10:21 GMT+08:00 Thiago Macieira : > make install; make docs; make instal

[Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-08 Thread Yuchen Deng
hi, list! This issue been for a long while. my Qt5.3 config options: ../Qt5/configure *-prefix /opt/qt5* -force-debug-info -separate-debug-info > -platform linux-g++ -opensource -confirm-license -qt-zlib -qt-libpng > -qt-libjpeg -qt-xcb -qt-xkbcommon -no-compile-examples -skip > qtandroidextras -s

Re: [Development] Qt 5.3 RC candidate package available

2014-04-30 Thread Yuchen Deng
I think this should go first before the RC final out. https://codereview.qt-project.org/#change,84319 2014-04-30 16:06 GMT+08:00 Andrey Ponomarenko : > Hi, > > Heikkinen Jani wrote: > > Hi all, > > > > We have Qt5.3 RC candidate packages available in > http://download.qt-project.org/snapshots/qt

[Development] Is possible to remove ICU dependency for Qt5Webkit?

2013-11-04 Thread Yuchen Deng
The ICU dependency is very heavy, I did not like it. Is there any possible to make the ICU depend is optional? Thanks! -- Best Regards Yuchen ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/developmen

Re: [Development] Visual C++ 2013 binaries

2013-10-19 Thread Yuchen Deng
It's can be fixed by this patch. >From d15fbb867f0b0041bd74297792ddac0e00b898fe Mon Sep 17 00:00:00 2001 From: Yuchen Deng Date: Sat, 19 Oct 2013 11:55:20 +0800 Subject: [PATCH] Fix MSVC2013 compilation --- src/3rdparty/masm/wtf/MathExtras.h | 2 ++ src/qml/jsruntime/qv4global_p.h|

Re: [Development] qt5.2 beta1 known issues

2013-10-17 Thread Yuchen Deng
See: https://bugreports.qt-project.org/browse/QTBUG-34153 2013/10/17 Ziller Eike > > On 17.10.2013, at 13:35, Yuchen Deng wrote: > > > QTextBrowser seems broken in QtCreator's Help plugin. > > What exactly do you mean with that. The QTextBrowser documentation whe

Re: [Development] qt5.2 beta1 known issues

2013-10-17 Thread Yuchen Deng
QTextBrowser seems broken in QtCreator's Help plugin. 2013/10/17 Heikkinen Jani > Hi maintainers (and others as well), > > ** ** > > Qt5.2 beta 1 is coming soon, at the moment plan is to release it at the > beginning of next week. I hope you can update known issues page for that: > http://

Re: [Development] Qt 5.2

2013-06-25 Thread Yuchen Deng
2013/6/25 Knoll Lars > Are we going to get this one ready in time for 5.2? I prefer/hope this module can be added, It's should added in Qt 5.1 as plan, but it not. then It's plan adding in Qt5.2, It's seems still not? no, no. please. If it's still no way, could you please explain why? Thanks!

Re: [Development] New installers available

2013-06-18 Thread Yuchen Deng
I totally support Stephen point! you are not alone! BTW, It's seems I discovered the problem, and say the `lib/Qt*.dll` can be safety delete. It will broken CMake build just in recently. but seems nobody care. I don't know how to search in the list, so pls just ignored what I say. anyway, it's do

Re: [Development] Qt 5.1 installers ready for testing

2013-06-11 Thread Yuchen Deng
qt-windows-opensource-5.1.0-rc1-msvc2012_opengl-x86_64-offline-2013-06-12-53.exe 12-Jun-2013 07:06 *373M*Details

[Development] Why we need two `Qt*.dll` copies on Windows?

2013-06-09 Thread Yuchen Deng
Does some one notice there exists two QtDLLs on Windows, the one in bin\Qt*.dll, and the other placed `lib\Qt*.dll`, WHY? It's don't make sense. We only need the `bin\Qt*.dll` one. and the Qt applications does not need the `lib\Qt*.dll`, never! If removed the `lib\Qt*.dll`, everything works ok on

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 environ

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 _

[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] Qt5 can't show some Chinese character?

2013-03-28 Thread Yuchen Deng
Reported here: https://bugreports.qt-project.org/browse/QTBUG-30415 2013/3/28 Konstantin Ritt > 2013/3/28 Yuchen Deng : > > > > 2013/3/28 Konstantin Ritt > >> > >> Attaching some minimal code sample that shows the issue is also very > >> helpful. Ho

Re: [Development] Qt5 can't show some Chinese character?

2013-03-28 Thread Yuchen Deng
2013/3/28 Konstantin Ritt > Attaching some minimal code sample that shows the issue is also very > helpful. However, in you (specific) case, attaching a sample string + used > font name + "correct result" and "current result" images would be quite > enough. > It's only Ubuntu (Linux) bug, I found