[Development] msvc15 debug/release build crash Qt56 with MT/MTd config option?

2016-04-07 Thread kang joni
I tried to build qtbase 56 using lastest monthly build msvc15 from vcblog Microsoft, and got debug assertion in debug build. Was this supported MT/MTd config option . thanks ___ Development mailing list Development@qt-project.org http://lists.qt-project.o

Re: [Development] msvc15 debug/release build crash Qt56 with MT/MTd config option?

2016-04-07 Thread kang joni
Sorry before for my bad english, my point is that by modifying mkspecs\common\msvc-desktop.conf to use /MT or /MTd option in QMAKE_CFLAGS_RELEASE and QMAKE_CFLAGS_DEBUG. You could reproduce this via nuget download to use lastest msvc build using following command: "nuget.exe install VisualCppTools

[Development] Stop insertion QTextEdit unicode character.

2016-05-08 Thread kang joni
I accidentally was clicking insert Unicode character menu in QTextEdit. How to switch normal again to use ASCII character? I couldn't type any ASCII Character after clicking insert unicode character. My keyboard layout is US letter. And I didn't saw any docs explaining this features in either QText

Re: [Development] Stop insertion QTextEdit unicode character.

2016-05-09 Thread kang joni
Sorry for my bad English, Quick grep-ing in qtbase 5.6 src/widgets/widgets/qwidgettextcontrol.cpp at line 3254 just found my case here. I don't know how to use this. And I didnt aware any of docs explaining this. If you right click on editable QLineEdit or QTextEdit there should be "Insert Unicode

[Development] clangbackend qtcreator 4.2 memory hogging

2016-10-26 Thread kang joni
I have small project in which contains 2k SLOC with heavy v8 js template included in source file. For small opening 3-4 sources file this take almost 870mb in memory with no precompiled header being checked plus qtcreator eats 280mb with 2gb Intel celeron and this is definitely not desirable for me

Re: [Development] clangbackend qtcreator 4.2 memory hogging

2016-10-26 Thread kang joni
es in memory usage too. > > > From: Development on > behalf of kang joni > Sent: Wednesday, October 26, 2016 11:57:55 AM > To: development@qt-project.org > Subject: [Development] clangbackend qtcreator 4.2 memory hogging > > I have small p