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

2012-11-21 Thread Yang Fan
Someone has reported this issue before but got no reply. https://qt-project.org/forums/viewthread/21022 On Thu, Nov 22, 2012 at 10:41 AM, Yang Fan wrote: > Hi All, > > 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 ch

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

2012-11-21 Thread Yang Fan
Hi All, 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-examples-and-demos\examples\browser has the same issue. Did I miss something? Any suggestion w

[Interest] QImage in a signal over plugin boundaries... problem?

2012-11-21 Thread Guido Seifert
Hi, I have a strange problem, which seems only to exists under Windows. When I create 5000 QImages in a loop and add them to a QList in the main program, I have absolutely no problem. My ram is by far big enough for this number. However, I have written a plugin, which takes two QImages and create

[Interest] Qt 4.8 Mac/Cocoa, want mouseDown in menubar event

2012-11-21 Thread Jim Prouty
It would simplify my life immensely if my Qt 4.8 Cocoa application received a signal or event or anything that allowed me to intervene between the first mouse click in the menu bar and when the first menu is shown. In a straight Cocoa application, I can register a routine to receive a NSMenuDid

Re: [Interest] unable to cross-compile my Qt 5 program for BeagleBoard-xM

2012-11-21 Thread Lincoln Ramsay
On 21/11/12 18:05, Stephan Kanthak wrote: On 11/21/2012 04:53 AM, VStevenP wrote: For now, I set my configure "prefix" to point to a 'staging' directory. So the Qt 5 Beta 2 cross-compiled output went there. Then, I copied all the needed shared objects from that QT cross-compile output lib di

Re: [Interest] QGraphicsView regressions on Mac in Qt 5(beta 2)

2012-11-21 Thread VStevenP
>From: Björn Piltz >To: interest@qt-project.org  >Sent: Wednesday, November 21, 2012 11:08 AM >Subject: [Interest] QGraphicsView regressions on Mac in Qt 5(beta 2) >3. QGestureEvent isn't delivered anymore even >though grabGesture(Qt::PinchGesture) has been called.(Using a trackpad) >QTBUG-28126

[Interest] QGraphicsView regressions on Mac in Qt 5(beta 2)

2012-11-21 Thread Björn Piltz
I just got around to trying out a graphics view based application of mine on the mac with Qt 5. The porting process was trivial, which is a major plus, but I still found some issues: 1. setViewport(new QGLWidget) doesn't work after the window has been shown a first time. This can be seen in the 10

Re: [Interest] configure QT 4.7.4 with jpeg plugin

2012-11-21 Thread Bo Thorsen
Den 21-11-2012 14:04, Sergey skrev: > Hello, > > I configure QT 4.7.4 using this command: > > configure -opensource -debug-and-release -platform win32-msvc2008 > -static -no-crt -no-phonon -no-qt3support -nomake examples -nomake demos > -openssl-linked -qt-libtiff -qt-libjpeg -qt-gif -qt-libpng -qt

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-21 Thread Thomas Senyk
On Wed, November 21, 2012 09:17:14 AM Stephan Kanthak wrote: > Hi Samuel, > > On 11/21/2012 08:43 AM, Samuel Rødal wrote: > > On 11/20/2012 09:12 PM, Stephan Kanthak wrote: > >> Hi, > >> > >> one final word to this list on my fix. I think that the fix I did to Qt5 > >> is not in good shape to be

[Interest] configure QT 4.7.4 with jpeg plugin

2012-11-21 Thread Sergey
Hello, I configure QT 4.7.4 using this command: configure -opensource -debug-and-release -platform win32-msvc2008 -static -no-crt -no-phonon -no-qt3support -nomake examples -nomake demos -openssl-linked -qt-libtiff -qt-libjpeg -qt-gif -qt-libpng -qt-libmng -qt-zlib -qt-sql-odbc -qt-sql-sqlite

[Interest] Qml and WebKit 3.0

2012-11-21 Thread Alexandr Akulich
Hi all. I just port some qml application to Qt5 and faced that WebView perform zoom on double-click, which is undesirable behavior (in my use-case). I spent few hours walking through code (qtwebkit/Source/WebKit2/UIProcess/API/qt/*), after i tried to search property via meta-object information, but

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-21 Thread Samuel Rødal
On 11/21/2012 09:17 AM, Stephan Kanthak wrote: > Hi Samuel, > > On 11/21/2012 08:43 AM, Samuel Rødal wrote: >> On 11/20/2012 09:12 PM, Stephan Kanthak wrote: >>> Hi, >>> >>> one final word to this list on my fix. I think that the fix I did to Qt5 >>> is not in good shape to be integrated. My fix in

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-21 Thread Stephan Kanthak
Hi Samuel, On 11/21/2012 08:43 AM, Samuel Rødal wrote: > On 11/20/2012 09:12 PM, Stephan Kanthak wrote: >> Hi, >> >> one final word to this list on my fix. I think that the fix I did to Qt5 >> is not in good shape to be integrated. My fix interfaces directly with >> OMAP-specific ioctl's to a linu

Re: [Interest] unable to cross-compile my Qt 5 program for BeagleBoard-xM

2012-11-21 Thread Stephan Kanthak
Hi Steve, I'm posting this back on the mailing list as this is probably info that others find useful, too. On 11/21/2012 04:53 AM, VStevenP wrote: I would like to ask your opinion... Is it best to install the Qt cross-compiled output directly to the root of the ext3 fs on the micro-SD card?