[Development] [API review] QMetaType::TypeFlags

2011-12-22 Thread Jedrzej Nowacki
Hi, We are about to introduce a new function and an enum in QMetaType class: class QMetatype { ... enum TypeFlag { NeedsConstruction = 0x1, NeedsDestruction = 0x2, MovableType = 0x4 }; Q_DECLARE_FLAGS(TypeFlags, TypeFlag) ... static TypeFlags

[Development] sizeHint for QAbstractScrollArea, especially item views

2011-12-22 Thread Christoph Schleifenbaum
Hi, currently, item views do return a rather random size hint. Some at KDAB, including me, would love to see a size hint actually being related to the scroll area's content. For this, we thought of a method viewportSizeHint which returns the size of the viewport as if there would be no scroll

[Development] My Android QhrisTma5 wish list.

2011-12-22 Thread BogDan
Hello everybody,    My name is BogDan Vatra, I'm the guy behind Necessitas project (Qt port on android), before I go further I want to express my gratitude for all of you who worked, working and will work for Qt ! Lighthouse project made my life a heaven, without it this port would be very very

[Development] Gerrit IRC announcements bot

2011-12-22 Thread Robin Burchell
Hello folks, Just a short mail to let you know that we have an IRC bot on freenode (qt_gerrit) who can announce changes to projects on a channel of your choice. For everything that isn't filtered to another channel, it goes to #qt-gerrit, if anyone is curious to see what it looks like. The

[Development] QMetaType templates

2011-12-22 Thread Craig.Scott
Given Jedrzej's recent post on QMetaType, it sounds like there are people looking at QMetaType in a bit more detail at the moment. That being the case, I'd appreciate a few more opinions on QTBUG-15313 which I believe was closed prematurely. The brief version is that I suggested that the

[Development] Probably too late, but re: rich text and Qt 5

2011-12-22 Thread Ian Walters
Hi, This post is probably too late. It was attempted via various paths as early as October but I somehow missed or forgot that the dev list was public and the people I did contact didn't point me this way until recently. I'm not sure how many people have heard of Scrivener. I'm sure though

[Development] State of QtDeclarative (noob question)

2011-12-22 Thread Holger Hans Peter Freyther
Hi, I am somehow stuck with the state of Qt Declarative and I wonder if I do something very stupid, should use a different version/branch or what is wrong For my MIPS target I have some rendering problems and now tried to use QtDeclarative on my desktop. I attempted to use qmlscene with

Re: [Development] State of QtDeclarative (noob question)

2011-12-22 Thread Alan Alpert
On Fri, 23 Dec 2011 10:20:56 ext Holger Hans Peter Freyther wrote: Hi, I am somehow stuck with the state of Qt Declarative and I wonder if I do something very stupid, should use a different version/branch or what is wrong For my MIPS target I have some rendering problems and now tried

Re: [Development] State of QtDeclarative (noob question)

2011-12-22 Thread Robin Burchell
On Fri, Dec 23, 2011 at 1:20 AM, Holger Hans Peter Freyther hol...@freyther.de wrote: (gdb) bt #0  0xb19d7451 in ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so ... same lib #12 0xb19a71b1 in ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so #13 0xb7c6c4f4 in QSGRenderer::draw