Re: [Development] Code of conduct.

2012-06-21 Thread sarah.j.smith
.j.sm...@nokia.com Ph: +61448283476 From: development-bounces+sarah.j.smith=nokia@qt-project.org [development-bounces+sarah.j.smith=nokia@qt-project.org] on behalf of ext Thiago Macieira [thiago.macie...@intel.com] Sent: Friday, 22 June 2012 9:14 AM To: development@qt-project.org

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread sarah.j.smith
Donald you obviously need to implement a new backend to git that lives along side ssh, so that all development on this can be done against sources that live on an imap server…. On 04/05/2012, at 7:41 AM, ext Donald Carr wrote: Hey kb, This is pretty cool, are you making any attempt at upstream

Re: [Development] Proposing Sergey Dubitskiy for Approver Status

2012-03-20 Thread sarah.j.smith
Hi On 21/02/2012, at 6:31 PM, ext Thiago Macieira wrote: On terça-feira, 21 de fevereiro de 2012 02.20.59, daniel.p...@nokia.com wrote: I support this nomination. That means we'll hear objections to Sergey Dubitskiy becoming an Approver until March 20. During the

Re: [Development] Qt Quick2 OpenGL or Raster translucent window

2012-03-11 Thread sarah.j.smith
Hi Have you tried something like this: int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QSurfaceFormat f; f.setSamples(16); // if you want AA as well f.setAlphaBufferSize(8); // turn on alpha QQuickView view; view.setFormat(f); view.se

[Development] Qt3D naming/setup now done

2012-02-20 Thread sarah.j.smith
Hi Qt3D is now the name of our Qt Module, our repositories, our "product" in documentation, and our packages; as well as the project and team. There's a bit more detail on the bug for the change: https://bugreports.qt-project.org/browse/QTBUG-22962 For most the only thing to note would be tha

[Development] Proposing Sergey Dubitskiy for Approver Status

2012-02-09 Thread sarah.j.smith
Hi, I hereby propose Sergey Dubitskiy for the role of approver. Sergey has previously worked for some months on the Multimedia Framework and has now turned his attention to Qt3D. Br, Martin. Sarah Smith Team Lead Qt3D Email: sarah.j.sm...@nokia.com Ph: +614482834

Re: [Development] Adding QML to qmake variables

2011-12-05 Thread sarah.j.smith
Hi Comments in line below. On 06/12/2011, at 6:23 AM, ext Tomasz Siekierda wrote: Hi, working on some QML project now (my, I haven't suspected that Qt Quick is THAT gorgeous... wow, thank you, Trolls, for making it!), an idea struck me, that there is no variable in QMake to add QML files to the

[Development] Proposing Christopher Ham for Approver Status

2011-12-04 Thread sarah.j.smith
Following the Qt Open Governance process I hereby propose Christopher Ham for the role of approver. As an intern last summer he made a number of contributions to Qt QML, and is now back with us. Patrick Burke is seconding this proposal. Please raise any concerns you have before the end of 23rd

[Development] Commentable doc hosting

2011-11-30 Thread sarah.j.smith
Hi During the contributors summit at Dev Days in San Fran doc was discussed - in few different contexts, including getting folks to contribute to it. What about the approach used by some projects of having the canonically hosted documentation provide for a forum post style comment feature down