Re: [Development] [Interest] [Releasing] download.qt.io is down

2021-01-22 Thread Dmitry Volosnykh
Tuukka, thank you and the team for bringing the service up and running as quickly as was possible. On Fri, Jan 22, 2021 at 5:31 PM Tuukka Turunen wrote: > Hi, > > > > Servers have been restored and open-source downloads are working again. > > > > Archive of old and historic releases is missing,

Re: [Development] [Interest] download.qt.io is down

2021-01-22 Thread Dmitry Volosnykh
Thanks for highlighting this, Giuseppe! The qt-downloader has caught up with the approach by introducing the --server option for this purpose. So that users of this tool can mitigate the risks of the outage. On Fri, Jan 22, 2021 at 2:36 PM Giuseppe D'Angel

Re: [Development] QML 3 and JavaScript

2019-11-12 Thread Dmitry Volosnykh
Will the live reloading of QML engine be supported as of version 3? On Tue, Nov 12, 2019 at 11:24 AM Ulf Hermann wrote: > > If not Javascript, then what? Python? This is the first I've heard of > > this. Just wondering what it is if not javascript? > > It will be a subset of JavaScript, with typ

Re: [Development] Requesting a repository for Lottie-Qt implementation

2019-01-10 Thread Dmitry Volosnykh
What about this set of QML types? [1] [1] https://doc.qt.io/qt-5/qtcharts-qmlmodule.html > On 10 Jan 2019, at 16:22, Uwe Rathmann wrote: > > On Thu, 10 Jan 2019 13:24:14 +0100, Vlad Stelmahovsky wrote: > >> Qwt is nice but supports only QWidgets, right? > > True, but Qt/Charts is also QWidget

Re: [Development] RFC: unified data model API in QtCore => thin wrapper proposal

2018-06-18 Thread Dmitry Volosnykh
FYI, there's QTBUG-29095 and QTBUG-25723 that feel like somewhat related to the problem under discussion. On Mon, Jun 18, 2018 at 2:33 PM Jason H wrote: > +1 this. > > I'd prefer Arne's over the bind below. I do want value updates to be > emitted so that we only have to change the data to keep d

Re: [Development] Qt 5.7.1 packages available

2016-11-15 Thread Dmitry Volosnykh
Should QTBUG-37095 be removed from Known Issues since it is closed as Done? On Wed, Nov 16, 2016 at 8:08 AM Jani Heikkinen wrote: > Hi all, > > We have finally Qt 5.7.1 packages: > > Linux: http://download.qt.io/snapshots/qt/5.7/5.7.1/570/ > Windows: http://download.qt.io/snapshots/qt/5.7/5.7.1/

Re: [Development] API/ABI changes report

2016-02-05 Thread Dmitry Volosnykh
Excelent job, Andrey! On Fri, Feb 5, 2016 at 4:34 PM Ponomarenko Andrey < andrewponomare...@yandex.ru> wrote: > Hello, > > I've started to maintain API/ABI changes report for the Qt library here: > http://abi-laboratory.pro/tracker/timeline/qt/ > > It took about two weeks to build and perform ana

Re: [Development] [Qt Installer] QtCreator as optional option

2015-07-06 Thread Dmitry Volosnykh
, Denis Shienkov wrote: > > I said I don't see why that would be a valid reason. > > But I don't see why this can not be made. What if I do not want to use > QtCreator at all? :) > > 06.07.2015 19:36, Thiago Macieira пишет: > > On Monday 06 July 2015 19:21:19 Dmi

Re: [Development] [Qt Installer] QtCreator as optional option

2015-07-06 Thread Dmitry Volosnykh
This is the case Denis uses according to his own words. On Mon, Jul 6, 2015 at 7:07 PM, Thiago Macieira wrote: > On Monday 06 July 2015 17:28:35 Dmitry Volosnykh wrote: > > PS. Alas, my suggestion does not apply for the case when you install > > several SDK's for differe

Re: [Development] [Qt Installer] QtCreator as optional option

2015-07-06 Thread Dmitry Volosnykh
; https://forum.qt.io/topic/31796/no-default-repositories-in-maintenance-tool/3 > > :) > > BR, > Denis > > > > 2015-07-06 16:54 GMT+03:00 Dmitry Volosnykh : > >> Denis, >> once you have installed SDK for the first time, you should be able to >> run Main

Re: [Development] [Qt Installer] QtCreator as optional option

2015-07-06 Thread Dmitry Volosnykh
Denis, once you have installed SDK for the first time, you should be able to run MaintenanceTool (it should reside at the root of Qt installation path) which provides three choices: * Add or remove components * Update components * Remove all components All of the three have quite self-explanatory

[Development] RFC: QtQuick. Custom keys support proposal.

2015-04-30 Thread Dmitry Volosnykh
There are some cases when non-standard keys should be handled. Remote control units with custom key codes are the primary example. Existing Keys QML type provides a handy means of processing specific key events only for a small subset of Qt::Key enum, and that is true only for presses, not release

Re: [Development] QtModeling - the last mile

2015-04-29 Thread Dmitry Volosnykh
Konstantin, here you are: http://wiki.qt.io/QtModeling On Thu, Apr 30, 2015 at 12:01 AM, Konstantin Ritt wrote: > Any links/code/docs?) > > Konstantin > > 2015-04-30 0:26 GMT+04:00 Sandro Andrade : > >> Hi there, >> >> Some time ago, I started the development of QtModeling : a qt add-on >> aime

Re: [Development] RFC: Improved Q_ENUM

2014-12-16 Thread Dmitry Volosnykh
While I cannot come up with direct application of toString() feature in the projects I am involved in by the moment (except for debugging), I really like it, and remember myself being in a need in such features some time ago. So, me also would like to thank you, Olivier, for the job you've done. I

Re: [Development] Do QtQuick.Layouts depend on QtQuick.Controls?

2014-12-10 Thread Dmitry Volosnykh
> Fra: development-bounces+jan-arve.saether=theqtcompany@qt-project.org > på > vegne av Alejandro Exojo > Sendt: 9. desember 2014 22:25 > Til: development@qt-project.org > Emne: Re: [Development] Do QtQuick.Layouts depend on QtQuick.Controls? > > El Tuesday 09 Decembe

[Development] Do QtQuick.Layouts depend on QtQuick.Controls?

2014-12-09 Thread Dmitry Volosnykh
Hi! "What's New in Qt 5" documentation article (http://qt-project.org/doc/qt-5/qt5-intro.html) under "Designing UI Made Simpler" section introduces Qt Quick Controls and Qt Quick Layouts modules at once. As far as I can see there is no clear evidence that Layouts may be used separately from Contro