Re: [Development] Copyright changes

2013-03-02 Thread Rohan McGovern
On Sat, Mar 2, 2013 at 3:34 PM, Laszlo Papp wrote: > > I will take you meant "QT_MODULE_TO_TEST=qtdeclarative > qtqa/tests/prebuild/license/tst_licenses.pl" > > Yeah, I used this script earlier, but I did not know it is already > integrated into the CI. Couldn't this be integrated into a bot rathe

Re: [Development] Remote use of resources for cross-platform checking of solutions.

2013-03-02 Thread Denis Shienkov
Hi Tomasz, That would be great! But to do this requires some additional HW, such as USB/Serial converters (FTDI, PL or so forth), Bluetooth, etc. So, I think that my proposal is very complex and unworkable. :( Although, in principle, one can try to collect a database (statistics) on the work o

Re: [Development] Remote use of resources for cross-platform checking of solutions.

2013-03-02 Thread Tomasz Siekierda
On 2 March 2013 18:41, Denis Shienkov wrote: > For remote access, suggest using TeamViewer. > > Or, if this is not possible, may be someone of the users (from > community) can be provide the resources of its OS to solve problems? I don't own a Mac, but I have one at my work place. I could test so

[Development] Remote use of resources for cross-platform checking of solutions.

2013-03-02 Thread Denis Shienkov
Hello, guys. I have an interesting question for Digia. Can Digia provide a collection of several servers (hosts) with a fixed set of multiple operating systems? For example, three host with three OS: Linux, Windows, MacOSX, and give them remote access to some third-party developers to contribu

Re: [Development] QtDriveInfo module in Playground

2013-03-02 Thread Laszlo Papp
On Fri, Mar 1, 2013 at 3:50 PM, Thiago Macieira wrote: > On sexta-feira, 1 de março de 2013 10.52.41, Olivier Goffart wrote: > > qdisplayinfo_linux.cpp:50 is: > > Q_GLOBAL_STATIC_WITH_ARGS(const QString, BACKLIGHT_SYSFS_PATH, > > > (QStringLiteral("/sys/class/backlight/"))) > > > > > Is that somet

Re: [Development] Failure in tst_qwidget

2013-03-02 Thread Olivier Goffart
On Saturday 02 March 2013 09:45:28 Alberto Mardegan wrote: > Hi all! > The CI bot reported a failure in tst_qwidget when merging > https://codereview.qt-project.org/#change,42990,patchset=8 > (see the last comment from "Qt Continuous Integration System"). > > I can reproduce the same failure und

Re: [Development] Evolving Qt's multithreading API

2013-03-02 Thread Andre Somers
Op 22-2-2013 11:57, Sze Howe Koh schreef: >> Some more common use case would be (pseudo-code) >> > >> >auto watcher = new QFutureWatcher; >> >QObject::connect(watcher, SIGNAL(finished()), myObject, SLOT(doStuff())); >> >watcher->setFuture(QThrerad::run([]() { return computeStuff(); } )); >> >// who