Re: [Development] Status on QString's UTF-8 changes

2012-05-06 Thread Thiago Macieira
On quarta-feira, 2 de maio de 2012 16.26.42, Thiago Macieira wrote: > The following two pending commit changes the QString 8-bit functions to use > UTF-8, by *temporarily* changing fromAscii to mean fromUtf8, and toAscii to > mean toUtf8. > https://codereview.qt-project.org/24700 > http

Re: [Development] The place of QML

2012-05-06 Thread Philip Ashmore
Hi there. I recently dived into Qml not long after playing around in html5/JavaScript. I wanted to see what methods I could call in my QAbstractTableModel-derived class - I wanted to know if Qml code could access headerData() for the column headers. If you're looking for a place for Qml, I woul

Re: [Development] The place of QML

2012-05-06 Thread André Pönitz
On Mon, Apr 23, 2012 at 07:35:02AM +, lars.kn...@nokia.com wrote: > [...] And who says that 100% of the code has to be C++? Nobody reasonably wants that. But people like to have a choice, and different people will base their choice on different factors. > I bet you are also happily using Perl

Re: [Development] [QT5] System fonts are not loaded in ubuntu 12.04

2012-05-06 Thread jiang.jiang
On May 5, 2012, at 8:16 AM, ext liang jian wrote: >I have built Qt 5 in ubuntu 12.04, The simplified chinese > character can't be displayed. >I found that in QBaseFontDatabase::popluateFontDatabase() the font > path returned by fontDir() is "/mnt/sda8/liang/qt5/qtbase/lib/fonts/" > which is

Re: [Development] Help debugging "impossible condition"

2012-05-06 Thread Thiago Macieira
On sábado, 5 de maio de 2012 23.18.18, Giuseppe D'Angelo wrote: > qgraphicsview.cpp-2790-d->useLastMouseEvent = false; > qgraphicsview.cpp-2791-// a hack to pass a viewport pointer to > the scene inside the leave event > qgraphicsview.cpp:2792:Q_ASSERT(event->d == 0); > qgra