Re: [Development] Important recent changes in QList/QString/QByteArray

2020-09-02 Thread Dmitriy Purgin
iners/ [3] https://lists.qt-project.org/pipermail/interest/2017-May/027055.html [4] https://lists.qt-project.org/pipermail/development/2015-July/022283.html [5] https://lists.qt-project.org/pipermail/development/2019-May/036130.html Cheers Dmitriy On Wed, Sep 2, 2020 at 3:06 PM NIkolai Marchenko

Re: [Development] Proposal: Deprecate QVector in Qt 6

2020-04-23 Thread Dmitriy Purgin
s. I can't give the exact references but that's just the feeling I get from reading the docs and the Qt mailing lists. Cheers Dmitriy On Thu, Apr 23, 2020 at 9:45 AM Simon Hausmann wrote: > Hi, > > In dev we've had QVector being an alias for QList for a while now. For

Re: [Development] Changes to Qt offering

2020-01-29 Thread Dmitriy Purgin
r to improve the acceptance and spread the library. Again, as already mentioned, it is hard to find C++ developers, let alone developers familiar with Qt. The Qt Company also wants to earn money, and we all accept and support that, but why not making money by providing first-class support and prof

Re: [Development] Changes to Qt offering

2020-01-27 Thread Dmitriy Purgin
appen to the Qt Framework. Cheers Dmitriy On Mon, Jan 27, 2020 at 11:16 PM Cristián Maureira-Fredes < cristian.maureira-fre...@qt.io> wrote: > Hello David, > > On 1/27/20 11:00 PM, David Edmundson wrote: > >> All security fixes are made available to everyone, for all Qt versions

Re: [Development] Changes to Qt offering

2020-01-27 Thread Dmitriy Purgin
What will happen to Qt for Python? As for now, its binaries can be just downloaded using pip (a Python package manager). Will it change as well? Cheers Dmitriy On Mon, Jan 27, 2020 at 3:35 PM Lars Knoll wrote: > Hi all, > > The Qt Company has done some adjustments to the Qt will be o

Re: [Development] Changes to Qt offering

2020-01-27 Thread Dmitriy Purgin
Company forces me to. Otherwise, I can't download the binaries. And I don't see how the need of gathering my email address as a natural person is sufficiently explained to me. Cheers Dmitriy On Mon, Jan 27, 2020 at 10:07 PM Ville Voutilainen < ville.voutilai...@gmail.com> wrote:

Re: [Development] Changes to Qt offering

2020-01-27 Thread Dmitriy Purgin
By the way, gathering emails by requiring an account to download the software without any technical reason might be indeed an example of a GDPR violation. Cheers Dmitriy On Mon, Jan 27, 2020 at 7:36 PM Frederik Schwarzer wrote: > Am 27.01.2020 15:34 schrieb Lars Knoll: > > Hi, > &g

Re: [Development] Code Review Process

2020-01-14 Thread Dmitriy Purgin
Hi Eddy, thanks a lot for looking into this for me. Searching for the contributors to the affected files is a smart idea indeed! Cheers Dmitriy On Tue, Jan 14, 2020 at 11:24 AM Edward Welbourne wrote: > Dmitriy Purgin (14 January 2020 10:10) wrote: > > I'm afraid I did somethi

[Development] Code Review Process

2020-01-14 Thread Dmitriy Purgin
] https://wiki.qt.io/Maintainers Cheers Dmitriy ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Qt 5.14 MinGW debug build doesn't add debug suffix

2020-01-14 Thread Dmitriy Purgin
ic... my QML library documentation gets generated perfectly though. Cheers Dmitriy On Tue, Jan 14, 2020 at 9:17 AM Henry Skoglund wrote: > On 2020-01-14 09:02, Kai Köhne wrote: > >> From: Development On Behalf Of > Dmitriy Purgin > >> Sent: Tuesday, January 14, 2020 8:

Re: [Development] Qt 5.14 MinGW debug build doesn't add debug suffix

2020-01-14 Thread Dmitriy Purgin
n though, not in my own comment as it used to be iirc. Or should I create a separate ticket? Cheers Dmitriy On Tue, Jan 14, 2020 at 9:02 AM Kai Köhne wrote: > > From: Development On Behalf Of > Dmitriy Purgin > > Sent: Tuesday, January 14, 2020 8:46 AM > > To: Thiago Mac

Re: [Development] Qt 5.14 MinGW debug build doesn't add debug suffix

2020-01-13 Thread Dmitriy Purgin
loyqt says that the qdoc.exe is a Debug executable (!), and it fails to deploy Qt5Cored.dll for obvious reasons. It seems like windeployqt is broken as well. Cheers Dmitriy On Wed, Jan 8, 2020 at 8:09 PM Thiago Macieira wrote: > On Wednesday, 8 January 2020 10:10:06 PST Sérgio Martins vi

Re: [Development] QTCS2019 Notes from QtQml session

2019-11-22 Thread Dmitriy Purgin
Hi Damian, that seems to be an interesting case. Could you provide an example of why would you need such a pattern? Why the other way round -- creating a C++ singleton and exposing it to QML -- doesn't work for you? That should be easier and more transparent. Cheers Dmitriy On Fri, N

Re: [Development] QTCS2019 Notes from QtQml session

2019-11-21 Thread Dmitriy Purgin
Hi Ulf, thanks for clarifying. You're absolutely right, no other language supports importing different versions of dependencies but I think it is a great feature of QML that helps a lot in maintaining the old code. Would be sad to see it gone in QML 3. Cheers PS I'm forwarding this email to the

[Development] QML 3 and JavaScript

2019-11-11 Thread Dmitriy Purgin
e library size penalty for the JavaScript engine that we, in fact, don't need, right? [1] https://doc.qt.io/qt-5/qml-qtwebsockets-websocket.html [2] https://doc.qt.io/qt-5/qml-qtquick-animation.html [3] https://doc.qt.io/qt-5/qml-qtqml-timer.html Thanks & cheers Dmitriy __

Re: [Development] i.MX8 embedded Linux support

2019-09-12 Thread Dmitriy Purgin
As a matter of fact, you might actually want to look at sailfishos.org Cheers On Wed, Sep 11, 2019 at 9:12 PM Konstantin Tokarev wrote: > > > 11.09.2019, 22:10, "Jason H" : > > Bummer that the software stack says GNOME. > > > https://developer.puri.sm/Librem5/Software_Reference.html#software-re

Re: [Development] Enum classes in signals?

2019-02-05 Thread Dmitriy Purgin
p removing Q_INVOKABLE from the "normal" methods that used enum classes, and added Q_INVOKABLE overloads with int parameters to be called from QML. I have no idea if it would work without namespaces though. Cheers Dmitriy On Tue, Feb 5, 2019 at 6:06 PM Jason H wrote: > > Sent: Tue

Re: [Development] QDateTime addDays logic

2018-12-13 Thread Dmitriy Purgin
The docs [1] clearly state what the method does. Moreover, the method is const, so it can't mutate the object. [1] https://doc.qt.io/qt-5/qdatetime.html#addDays Cheers Dmitriy On Thu, Dec 13, 2018 at 3:04 PM NIkolai Marchenko wrote: > This non obvious (from function name) behaviour

Re: [Development] V8 integration

2017-01-24 Thread Dmitriy -
But Is it very hard to change qt5 js engine to v8 (5.1)? On Wed, Jan 25, 2017 at 2:40 PM, Simon Hausmann wrote: > Hi, > > I'm afraid that is not possible. > > > Simon > > > ------ > *From:* Dmitriy - > *Sent:* Jan 25, 2017 07

[Development] V8 integration

2017-01-24 Thread Dmitriy -
Hello Qt developers. I know that Qt uses V4 engine as a primary JavaScript engine, but Does it still possible to use V8 and build qt with it? -- Regards, Dmitry Bezheckov. ___ Development mailing list Development@qt-project.org http://lists.qt-project.

Re: [Development] V4 porting

2015-12-24 Thread Dmitriy -
stack use for saving registers? Is it c++/ABI stack (I hope) or Js stack? On Thu, Dec 24, 2015 at 5:42 PM, Dmitriy - wrote: > Thank. > I want to port JIT. Where should I start? > You have any roadmap for this? > > Now I'm using qmljs tool for testing purpose. > I has see

Re: [Development] V4 porting

2015-12-24 Thread Dmitriy -
r platform doesn't support it. It should be > chosen automatically for you according to the #ifdefs in qv4global_p.h. > > So if you have qtbase compiling, then qml should also work. If you want > things to run faster, then you will have to port the JIT. > > Simon > >

[Development] V4 porting

2015-12-24 Thread Dmitriy -
Hi! I want to port v4 engine to the new platform. The platform is Linux OS and new processor. The processor looks like intel itanium. It is VLIW and EPIC. I have a c++/c compilers for the new architecture. I want to design qt quic qml application for the new platform. As a can see in code, I need

Re: [Development] Cake and eating it too for qDebug printing to system log - https://codereview.qt-project.org/89357

2014-07-10 Thread Dmitriy Purgin
Sorry for my vague statements :) Actually I wasn't talking about logging to file as a default for Windows. On the contrary I think this has to be done by each application individually -- someone needs as you rightly say 10 lines of code just to make sure everything went okay, others need a large l

Re: [Development] Cake and eating it too for qDebug printing to system log - https://codereview.qt-project.org/89357

2014-07-09 Thread Dmitriy Purgin
nless explicitly asked to. Moreover afaik not every enterprise user has access to System Logs on Windows. Cheers Dmitriy Purgin 2014-07-10 8:40 GMT+06:00 Thiago Macieira : > On Thursday 10 July 2014 02:54:12 Corentin Jabot wrote: >> At least on unix desktop platforms, I expect to get stde

[Development] Qt 5 on Linux: QAudioRecorder::setOutputLocation() behaviour differs from docs

2014-06-29 Thread Dmitriy Purgin
? Should I file a bug report since there seems to be nothing about it in documentation? Best wishes, Dmitriy Purgin ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development