Re: [Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-19 Thread Yang Fan
I believe the primary difference lies in the C and C++ Libraries. MINGW64 uses msvcrt and libstdc++, while CLANG64 employs ucrt and libc++. On Thu, Jul 20, 2023 at 10:22 AM Thiago Macieira wrote: > On Wednesday, 19 July 2023 18:55:34 PDT Yang Fan wrote: > > I wanted to point out t

Re: [Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-19 Thread Yang Fan
I wanted to point out that MSYS2 offers precompiled packages of Qt6 in four different environments: CLANGARM64, MINGW64, CLANG64, and UCRT64. In my opinion, simply switching among Qt's official precompiled packages and toolchains doesn't seem to carry significant benefits. Instead, learning how MS

Re: [Development] Is qt.io down?

2015-09-13 Thread Yang Fan
me three On Mon, Sep 14, 2015 at 10:04 AM, Majid Qureshi wrote: > me too > > On Mon, Sep 14, 2015 at 11:59 AM, Jonathan Bagg > wrote: > >> Down for me to >> >> On 15-09-13 09:29 PM, Christian Gagneraud wrote: >> > Hi there, >> > >> > Is qt.io and all *.qt.io down for you or is it just me? >> >

Re: [Development] 5.5 beta builds for iOS?

2015-04-20 Thread Yang Fan
Some installers are still missing but there is at least something to be able to start testing. On Mon, Apr 20, 2015 at 4:29 PM, Harri Pasanen wrote: > There don't seem to be any? > > Thanks, > > Harri > ___ > Development mailing list > Development@qt-p

Re: [Development] Qt 5.4 beta snapshot available

2014-09-24 Thread Yang Fan
5.4 beta is coming, how fast! On Wed, Sep 24, 2014 at 7:53 PM, Heikkinen Jani wrote: > Hi all, > > First Qt5.4 beta snapshot packages available here > > Windows: > http://download.qt-project.org/snapshots/qt/5.4/5.4.0-beta/2014-09-24_20/ > Linux: > http://download.qt-project.org/snapshots/qt/5.4

Re: [Development] Qt 5.3 released

2014-05-19 Thread Yang Fan
Great! On Tue, May 20, 2014 at 10:58 AM, Knoll Lars wrote: > Hi, > > I’m happy to announce that we have just released Qt 5.3. > > You can find more details at my blog post at > http://blog.qt.digia.com/blog/2014/05/20/qt-5-3-released/ . > > A big thanks goes to everybody who helped make the

Re: [Development] Mac app built with Qt5.3.0 RC got rejected by Mac App Store because of non-public API calls.

2014-05-14 Thread Yang Fan
BTW, when will QtWebkit be replaced? On Thu, May 15, 2014 at 8:48 AM, Thiago Macieira wrote: > Em qua 14 maio 2014, às 16:39:15, P Bai escreveu: > > As to the first two issues, from what I read online, it is because of > > QtWebkit, which I have to use in my app. Is there any hope we could get >

Re: [Development] Ios: Launch image is always black

2014-05-11 Thread Yang Fan
Hi, I just want to know how to write the custom plist for customized LaunchImage file names? On Sun, May 11, 2014 at 1:20 AM, Christophe Thomas wrote: > Dear all, > > I've configured my pro file in order to add to the Bundle the icons and > launch images. > > I use the system: > > IconFiles.fil

Re: [Development] new Qt5.3 RC snapshot available

2014-04-29 Thread Yang Fan
This bug still exists in qt-opensource-mac-x64-android-ios-5.3.0-RC_2014-04-29_02-22-23-53.dmg. iOS developing is blocked totally. On Mon, Apr 28, 2014 at 10:20 PM, Yang Fan wrote: > Yes, I see the JIRA status, but I tried > qt-opensource-mac-x64-android-ios-5.3.0-RC_2014-04-27_10-54-10-

Re: [Development] new Qt5.3 RC snapshot available

2014-04-28 Thread Yang Fan
issues on CI? On Mon, Apr 28, 2014 at 10:05 PM, Simon Hausmann wrote: > On Monday 28. April 2014 22.01.32 Yang Fan wrote: > > QTBUG-38526 is not resolved, it should block the release. > > It's being worked on, as you can see if you look into JIRA. The fix is > integrating at th

Re: [Development] new Qt5.3 RC snapshot available

2014-04-28 Thread Yang Fan
QTBUG-38526 is not resolved, it should block the release. On Mon, Apr 28, 2014 at 3:51 PM, Heikkinen Jani wrote: > Hi all, > > > > We have new snapshot available in > http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-04-28_77/ > > These packages aren’t yet official RC candidate pack

Re: [Development] [Interest] qt-android: How to make QML application scaled on high DPI screen automatically

2014-03-04 Thread Yang Fan
Thank Liang Qi, he told me that this bug is already fixed, you may get the patch from the git repo and the commit id is 439a6fec84a62b9d166b84dc7574ddc250a38bfb. On Tue, Mar 4, 2014 at 2:34 PM, Yang Fan wrote: > Thanks for your reply. I think this information should be shared with

Re: [Development] [Interest] qt-android: How to make QML application scaled on high DPI screen automatically

2014-03-03 Thread Yang Fan
with domain knowledge weigh in on how scaling is supposed to > work? Otherwise, I'll experiment with hooking up devicePixelRatio to > DisplayMetrics.density and report back. > > Thanks, > Daiwei > On Mar 1, 2014 7:41 PM, "Yang Fan" wrote: > >> Hi list, >> &g

Re: [Development] How long until clang memory model is ready?

2014-01-23 Thread Yang Fan
Clang code model highlight feature works fine, but code completion is too slow to daily use. Some debug messages: ... Completion done in 7387 ms, with 12 items. ... Completion done in 3287 ms, with 14105 items. ... Completion done in 3236 ms, with 189 items. ... Completion done in 3325 ms, with 141

Re: [Development] [Announce] Qt 5.2 released

2013-12-17 Thread Yang Fan
' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. On Tue, Dec 17, 2013 at 9:31 AM, Thiago Macieira wrote: > On terça-feira, 17 de dezembro de 2013 09:08:02, Yang Fan wro

Re: [Development] [Announce] Qt 5.2 released

2013-12-16 Thread Yang Fan
Is it possible to build it with Intel C++ compiler? I tried to build with Intel C++ XE 2013, but got failed. On Tue, Dec 17, 2013 at 12:52 AM, Thiago Macieira wrote: > On quinta-feira, 12 de dezembro de 2013 15:55:13, niXman wrote: > > It's got news! > > > > But tell me please, why 64bit builds

Re: [Development] How can I use a proxy to push change to codereview.qt-project.org?

2013-12-14 Thread Yang Fan
Open your ~/.ssh/config, add some configurations like this: Host codereview.qt-project.org Port 29418 ProxyCommand nc -x 192.168.2.111: -X 5 %h %p User missdeer BTW, make sure that you have installed an OpenBSD version netcat. On Sat, Dec 14, 2013 at 12:14 PM, Liang Jian wrote:

Re: [Development] http://qt-project.org/wiki/Qt520-RC1-KnownIssues

2013-11-28 Thread Yang Fan
Hi, Could you please have a look at https://bugreports.qt-project.org/browse/QTBUG-35168, I hope it could be fixed in the final release. Thanks. On Thu, Nov 28, 2013 at 6:18 PM, Heikkinen Jani wrote: > Hi all, > > > > Qt 5.2 RC1 is coming really soon (hoping tomorrow) so please make sure all >

Re: [Development] Qt 5.2rc1(165) iOS problems

2013-11-23 Thread Yang Fan
According to my test result, RC1(167) works, but some critical bugs exist. 1. Flickable based element such as ListView may hang when scrolling fast, sometimes but frequently, seemly Android port has the same issue, but desktop editions are ok. 2. can't make the window maximized or full screen by QM

Re: [Development] New Qt 5.2 snapshots available & request for testing

2013-11-20 Thread Yang Fan
On Wed, Nov 20, 2013 at 9:38 PM, Salovaara Akseli < akseli.salova...@digia.com> wrote: > > * qtwebkit 8c7a760...0224bf8 (6): > > Fix compilation on ARM does it mean qtwebkit is available on Android or iOS platform now? BTW. when will the iOS package be available? -- Regards, Fan Yang ___

Re: [Development] Qt5.2 RC1 snapshot

2013-11-20 Thread Yang Fan
What's the problem of iOS package, does the source code issues stop the build process? or just the simple packaging issues? On Wed, Nov 20, 2013 at 4:24 PM, Heikkinen Jani wrote: > Hi all, > > > > We are still fighting with different problems with builds & packaging and > that’s why there isn’t

Re: [Development] First Qt 5.2 RC1 snapshot available

2013-11-13 Thread Yang Fan
no ios version installer T_T On Wed, Nov 13, 2013 at 9:08 PM, Heikkinen Jani wrote: > Hi all, > > There is now snapshot available: > http://download.qt-project.org/snapshots/qt/5.2/5.2.0-rc1/ > > > > Packages are now done from release branch and labeled as ‘rc1’. These are > first packages fro

Re: [Development] New Qt5.2 snapshot available

2013-11-08 Thread Yang Fan
wrote: > Hi, > > > > Yes, it is known issue. As I wrote: With mac installers there might be > some installation issues, workaround seems to be “run the > installer.app/Contents/MacOS/installer from the command line”. > > > > Did you try that? > > > &

Re: [Development] New Qt5.2 snapshot available

2013-11-07 Thread Yang Fan
Build#134 dmg packages are broken. On Fri, Nov 1, 2013 at 2:05 PM, Heikkinen Jani wrote: > Hi all, > > > > We got qt5.git integrated! It means we have now new content in latest > snapshot in http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/ > > > > Unfortunately MAC packages are miss

Re: [Development] Qt 5.0 RC released

2012-12-06 Thread Yang Fan
Congratulations! Any update on https://bugreports.qt-project.org/browse/QTWEBKIT-383 and https://bugreports.qt-project.org/browse/QTBUG-28412 ? On Fri, Dec 7, 2012 at 5:21 AM, Mark wrote: > On Thu, Dec 6, 2012 at 5:14 PM, Tanilkan Sinan > wrote: > > Gratulerer. > > > > Knallbra jobba. > > > >

[Development] Building Qt5 from Git failed on Mac OSX

2012-12-06 Thread Yang Fan
Hi All, I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used the following configure: ./configure -developer-build -opensource -confirm-license -openssl -icu -nomake tests -nomake demos -nomake examples -platform macx-clang And my clang version is: Yang-FanmatoMac-mini:qt5 ya

Re: [Development] Qt 5 RC Testing

2012-12-03 Thread Yang Fan
Hi, It seems there is no progress on https://bugreports.qt-project.org/browse/QTWEBKIT-383. I think it's very important, at least for me, we Chinese will read Chinese web page everyday, but it fails on Windows platform. On Mon, Dec 3, 2012 at 9:34 PM, Linaae Hanne wrote: > Sorry, quoting got m

Re: [Development] Qt 4.8.4 released

2012-11-29 Thread Yang Fan
Congratulations! On Fri, Nov 30, 2012 at 12:12 AM, Taipale Juhani wrote: > Hi! > > ** ** > > I'm happy to announce that Qt 4.8.4 has just been released. ** ** > > ** ** > > See the blog on > http://blog.qt.digia.com/blog/2012/11/29/qt-4-8-4-released/ > > and the changes file at > http:/

Re: [Development] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-28 Thread Yang Fan
roblems usually are either a text > encoding/decoding problem, a problem with shaping (unlikely) or a lack of > fonts (or us not finding them). > > Simon > > -- > Sendt fra min Nokia N923.11.12 01:07 skrev Yang Fan: > Yes, I checked this issue on Windows 7, Mac OSX 10.6.8 and

Re: [Development] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-27 Thread Yang Fan
Any update? On Tue, Nov 27, 2012 at 8:30 AM, Yang Fan wrote: > Any update? > > > On Fri, Nov 23, 2012 at 8:07 AM, Yang Fan wrote: > >> Yes, I checked this issue on Windows 7, Mac OSX 10.6.8 and Ubuntu 12.10, >> only Windows version has this problem, so I indicated i

Re: [Development] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-26 Thread Yang Fan
Any update? On Fri, Nov 23, 2012 at 8:07 AM, Yang Fan wrote: > Yes, I checked this issue on Windows 7, Mac OSX 10.6.8 and Ubuntu 12.10, > only Windows version has this problem, so I indicated it on Windows in the > mail subject. > I didn't create a bug report, since I think

Re: [Development] Qt 4.8.4 Release candidate 4 available

2012-11-26 Thread Yang Fan
So many RCs. On Mon, Nov 26, 2012 at 11:24 PM, Taipale Juhani wrote: > Hi, > > ** ** > > Qt 4.8.4 release candidate 4 is available at > http://releases.qt-project.org/digia/4.8.4_RC4/ > > It is based on SHA1: 96311def2466dd44de64d77a1c815b22fbf68f71 > > ** ** > > Juhani Taipale

Re: [Development] don't know how to make 'styles\qfusionstyle.h'

2012-11-26 Thread Yang Fan
Thanks a lot. It does work! On Mon, Nov 26, 2012 at 5:57 PM, Nurmi J-P wrote: > On Nov 26, 2012, at 3:19 AM, Yang Fan wrote: > > > Hi All, > > > > I'm trying to build Qt5 from Git with MSVC2010, but got the following > errors: > > D:\qt

[Development] don't know how to make 'styles\qfusionstyle.h'

2012-11-25 Thread Yang Fan
Hi All, I'm trying to build Qt5 from Git with MSVC2010, but got the following errors: D:\qt5\qtbase\bin\moc.exe -DUNICODE -DWIN32 -DQT_NO_USING_NAMESPACE -DQT _BUILD_WIDGETS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNIN GS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DE

Re: [Development] Qt 4.8.4 release candidate available next week

2012-11-23 Thread Yang Fan
Can't wait for the final release. On Fri, Nov 23, 2012 at 9:59 PM, Taipale Juhani wrote: > Hi, > > ** ** > > The next release candidate for 4.8.4 will be available at the beginning of > next week. > > ** ** > > Br, > > Juhani > > -- > > Juhani Taipale > > Software Specia

Re: [Development] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-22 Thread Yang Fan
ple shows these Chinese > characters correctly. > > Konstantin > > > 2012/11/22 Yang Fan : > > > > Hi All, > > > > Maybe it's not so suitable to ask here, since there's no reply in the > > Interest maillist. > > I built Qt5 from Git with

Re: [Development] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-22 Thread Yang Fan
report? > > Regards, > Liang > > -- > *From:* > development-bounces+liang.qi=digia@qt-project.org[development-bounces+liang.qi= > digia@qt-project.org] on behalf of Yang Fan [missd...@gmail.com] > *Sent:* Thursday, November 22,

[Development] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-21 Thread Yang Fan
Hi All, Maybe it's not so suitable to ask here, since there's no reply in the Interest maillist. I built Qt5 from Git with MSVC2010 SP1 by myself, I used ICU5.0 to build QtWebkit. But I found it couldn't display Chinese characters correctly on Windows, the official example under qt5\qtwebkit-examp

Re: [Development] Missing headers after building && installing

2012-11-20 Thread Yang Fan
ailman/listinfo/interest > > Regards, > Liang > > -- > *From:* > development-bounces+liang.qi=digia@qt-project.org[development-bounces+liang.qi= > digia@qt-project.org] on behalf of Yang Fan [missd...@gmail.com] > *Sent:* Tuesday, November 20, 2012 12:59 AM > *To:*

[Development] Missing headers after building && installing

2012-11-19 Thread Yang Fan
Hi All, I built Qt5 from git on my Mac OS X 10.6.8 than make install to /usr/local/Qt-5.0.0. Then I tried to build a small program but got the following errors: clang++ -c -pipe -mmacosx-version-min=10.6 -O2 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_CORE_LIB -I/usr/local/Qt-5.0.0/mkspecs/macx-clang -I. -

Re: [Development] Proposal: virtual method of QtNetwork interfaces

2012-11-05 Thread Yang Fan
u can already do this. Re-implement the protected createRequest() > method. > > Regards, > Rob. > > On 3 November 2012 12:42, Yang Fan wrote: > > Hi list, > > > > I'm writing a network program which runs on MS Windows, Linux and Mac OS > X. &g

[Development] Proposal: virtual method of QtNetwork interfaces

2012-11-03 Thread Yang Fan
Hi list, I'm writing a network program which runs on MS Windows, Linux and Mac OS X. All things look good but it seems that the network performance needs improving. I see the QtNetwork module especially the QNetworkAccessManager class which I'm mainly using in my program is implemented using cros

Re: [Development] Status of WP8 port

2012-10-31 Thread Yang Fan
Nobody knows. Since Nokia sold Qt, the development progress is slower and slower and slower... On Wed, Oct 31, 2012 at 5:09 PM, Pau Garcia i Quiles wrote: > Hello, > > Microsoft has released the Windows Phone 8.0 SDK with native support. > > http://blogs.windows.com/windows_phone/b/wpdev/archive/

Re: [Development] Text rendering in Qt5

2012-09-25 Thread Yang Fan
Cool! On Tue, Sep 25, 2012 at 4:39 PM, Jiang Jiang wrote: > Hi, > > On Tue, Sep 25, 2012 at 7:09 AM, wrote: >> Is there some wikis or blogs about how does the text rendering work in Qt5 ? > > If you happened to read Chinese (which I assumed you do), [1] provides > an overview of most text rende

Re: [Development] Qt 4.8.3 released

2012-09-16 Thread Yang Fan
wrote: > > On Fri 14 Sep 2012 04:59:01 Yang Fan escribió: > > I have tested 4.8.3 on LinuxMint12 x86 and Debian6 x64 for my > > application, > > it reports segment fault on starting up. I'm not quite sure if it is > > Qt's > > issue or my application&#x

Re: [Development] Qt 4.8.3 released

2012-09-14 Thread Yang Fan
I have tested 4.8.3 on LinuxMint12 x86 and Debian6 x64 for my application, it reports segment fault on starting up. I'm not quite sure if it is Qt's issue or my application's since my application works well yesterday when it was built against Qt 4.8.2 on both the platform I mentioned above. I will

Re: [Development] Choosing a new MinGW for Qt 5

2012-08-31 Thread Yang Fan
:02 PM, Pau Garcia i Quiles wrote: > Hi, > > On Fri, Aug 31, 2012 at 3:34 AM, Yang Fan wrote: > > Currently, official MinGW project provides GCC 4.7, but it uses SJLJ > > exception mode when TDM/MinGW-w64/MinGW-build projects use Dwarf2 > exception > > mode which is kn

Re: [Development] Choosing a new MinGW for Qt 5

2012-08-30 Thread Yang Fan
Currently, official MinGW project provides GCC 4.7, but it uses SJLJ exception mode when TDM/MinGW-w64/MinGW-build projects use Dwarf2 exception mode which is known as zero-overhead exception. All those MinGW and forks contain mingw32-make.exe util which does have -j option, but in fact this option

Re: [Development] A bug of uic.exe in Qt5?

2012-07-21 Thread Yang Fan
Thanks! I use the uic.exe in Qt5 build manually, then it works. On Sun, Jul 22, 2012 at 12:11 AM, Thiago Macieira wrote: > On sábado, 21 de julho de 2012 23.23.34, Yang Fan wrote: > > Hi list, > > > > I'm trying to port my application from Qt 4.8 to Qt 5, but I'm

[Development] A bug of uic.exe in Qt5?

2012-07-21 Thread Yang Fan
Hi list, I'm trying to port my application from Qt 4.8 to Qt 5, but I'm stopped at the first stage, the compiler complains it can't handle the files generated by uic.exe. It seems that there's a new module named QtWidgets, and several header files are placed in the QtWidgets folder, but the uic.ex

[Development] Could anyone provide the mkspec for Windows clang tool chain?

2012-07-20 Thread Yang Fan
Hi list, I want to use clang compiler with MinGW tool chain on my Windows box, does any one have the mkspec for Qt 4.8.2? Thanks in advance. -- Regards, Fan Yang ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailma

Re: [Development] Qt4.8.2 link error with MinGW-builds GCC 4.7.1 on Windows 7

2012-06-26 Thread Yang Fan
Hope that helps. > > Cheers, > ~ andy.f > > > > On Mon, Jun 25, 2012 at 10:45 AM, Yang Fan wrote: > > Hi All, > > > > I'm using MinGW-builds tool chain from > > http://sourceforge.net/projects/mingwbuilds/ with GCC version 4.7.1 to > build >

[Development] Qt4.8.2 link error with MinGW-builds GCC 4.7.1 on Windows 7

2012-06-25 Thread Yang Fan
Hi All, I'm using MinGW-builds tool chain from http://sourceforge.net/projects/mingwbuilds/ with GCC version 4.7.1 to build Qt 4.8.2, but when I use 64 bit version of MinGW, then get the following errors: g++ -mthreads -shared -Wl,--out-implib,d:\Qt-4.8.2-MinGW-GCC4.7.1-x64\lib\libQtW ebKitd4.a -o

[Development] Building Qt5 alpha failed on Mac OS X 10.6.7

2012-04-06 Thread Yang Fan
Hi All, I was building Qt5 alpha on Mac OS X 10.6.7, and getting the following errors: g++ -c -pipe -mmacosx-version-min=10.6 -O2 -arch x86_64 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -fPIC -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QML_LIB -DQT_XMLPA

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-05 Thread Yang Fan
I got the different build error on Ubuntu 10.04: /media/Documents_/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp: In member function ‘bool WebCore::GStreamerGWorld::enterFullscreen()’: /media/Documents_/qt-everywhere-opensource-src-5.0.0