Re: [Development] Commercial-only LTS phase starts: Closing the 5.15 branch(es) on 5th January

2021-01-06 Thread Vlad Stelmahovsky
you guys getting "famous": https://www.theregister.com/2021/01/05/qt_lts_goes_commercial_only/ On Wed, Jan 6, 2021 at 12:15 PM Volker Hilsheimer wrote: > > On 5 Jan 2021, at 21:18, Max Paperno wrote: > > > > On 1/5/2021 1:02 PM, Adam Light wrote: > >> On Tue, Jan 5, 2021 at 7:56 AM Volker

Re: [Development] QML 3 and JavaScript

2019-11-11 Thread Vlad Stelmahovsky
sounds promising :-> On Mon, Nov 11, 2019 at 7:11 PM Giuseppe D'Angelo via Development < development@qt-project.org> wrote: > Il 11/11/19 11:31, Kevin Kofler ha scritto: > > So, whereas we C++ developers get to deal with all the deprecations and > > porting for Qt 6, QML developers can just

Re: [Development] Why does Q_ENUM() need qRegisterMetaType()?

2019-07-04 Thread Vlad Stelmahovsky
isn't Q_ENUM is deprecated and now Q_ENUMS should be used instead? or vice versa...always forgetting :) On Thu, Jul 4, 2019 at 4:14 PM Olivier Goffart wrote: > On 04.07.19 12:43, Tom Isaacson wrote: > >> The problem is that moc only generates the code that calls > qRegisterMetaType if it sees

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

2019-01-10 Thread Vlad Stelmahovsky
nope, there is QML interface On 1/10/19 2:22 PM, 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 QWidgets only. Uwe ___ Development

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

2019-01-10 Thread Vlad Stelmahovsky
Qwt is nice but supports only QWidgets, right? so any mobile or Desktop/QML is not supported. Probably this is one of the reasons and its not HW accelerated On 1/10/19 1:00 PM, Uwe Rathmann wrote: On Thu, 10 Jan 2019 10:48:37 +, Tuukka Turunen wrote: Related to your comment about the

Re: [Development] QTBUG-61258 and Qt3D status

2018-12-28 Thread Vlad Stelmahovsky
>I will rewrite my software with another tool again... good luck with that On 12/28/18 5:37 PM, anton wrote: I was considering using Qt and I even did a prototype of a mostly working tool half a year ago. But looking at the strange development culture and quality attitude I think I give it

Re: [Development] qml TextField in material design has too short bottom line

2018-12-18 Thread Vlad Stelmahovsky
I can confirm the issue partial workaround is to assign width to undefined br, Vlad On 12/18/18 3:02 PM, Tomas Konir wrote: Hi, I'm using this qml code: importQtQuick2.12 importQtQuick.Controls2.4 importQtQuick.Window2.12 Window{ visible:true title:qsTr("HelloWorld") TextField{

Re: [Development] Build system for Qt 6

2018-11-01 Thread Vlad Stelmahovsky
you mean "hard to work with"? On 11/1/18 9:34 AM, Bogdan Vatra via Development wrote: Hi, GN is the closest build system to QBS, the only problem it has it's controled by Google and these guys are sometime had to work with. Cheers, BogDan. În ziua de joi, 1 noiembrie 2018, la 10:30:01

Re: [Development] Build system for Qt 6

2018-10-30 Thread Vlad Stelmahovsky
while I really disappointed with this decision, I dont agree that Qt6 is dead because of its build system. we are using Qt not because of qmake Also, Qbs is open source, so its also not dead. br On 10/30/18 10:50 AM, Denis Shienkov wrote: Hi all, my personal things: Welcome to the era of

Re: [Development] Build system for Qt 6

2018-10-30 Thread Vlad Stelmahovsky
feels like you hit the wall at full speed. disappointing :( On 10/29/18 1:17 PM, Lars Knoll wrote: Hi all, As you will probably remember, there have been lively discussions around what kind of build tool to use for Qt 6 both during Qt Contributor Summits as well as on this mailing list.

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread Vlad Stelmahovsky
have you tried QOpenGlWidget ? otherwise you dont have other options: plain QWidget's does not HW accelerated or, you can extend QtCharts to be more QtQuicker and more featured. everyone will be happy :) On 8/29/18 11:39 AM, Denis Shienkov wrote: Hi all. I have an Apalis iMX6 board with

Re: [Development] Qt 5.12 new features

2018-08-16 Thread Vlad Stelmahovsky
A bit unclear about deprecating QQC1 Since in QQC2 no TreeView and even no plans for this, isn't it a bit too early to deprecate QQC1? thanks On Thu, Aug 16, 2018 at 4:02 PM Jason H wrote: > 5.11 included WebGL TP2. Is there any change? Why is it staying TP2, or > should it be TP3? > > 5.12

Re: [Development] Stepping down as maintainer

2018-03-19 Thread Vlad Stelmahovsky
JavaScript easier On Mon, Mar 19, 2018 at 1:59 PM, Denis Shienkov wrote: > Hi all, > > As I can see recently, is is not a good tendence in Qt... Many peoples > leaves from Qt.. What happens? Or I'm mistake? :) > > 19.03.2018 15:39, Gunnar Sletta пишет: > > Hi, > >

Re: [Development] [BB++] Now is 3.5x faster than Node.JS

2017-07-22 Thread Vlad Stelmahovsky
over C++ ?? On Sat, Jul 22, 2017 at 5:43 PM, Phil Bouchard <philipp...@gmail.com> wrote: > On 07/22/2017 05:52 AM, Vlad Stelmahovsky wrote: > >> Phil, >> Can you please explain benefits of having C++ -> WebAssembly ? >> > > Assembling speed (about 20%

Re: [Development] [BB++] Now is 3.5x faster than Node.JS

2017-07-22 Thread Vlad Stelmahovsky
Phil, Can you please explain benefits of having C++ -> WebAssembly ? thanks On Fri, Jul 21, 2017 at 5:48 PM, Phil Bouchard wrote: > On 07/21/2017 02:10 AM, Lorn Potter wrote: > >> >> On 21 Jul 2017, at 2:22 pm, Phil Bouchard wrote: >>> >>> >>> So I

Re: [Development] dev doesnt builds

2016-09-22 Thread Vlad Stelmahovsky
In my desperate attempt to build it I even re-clone whole qt5 repo from scratch. still doesnt works On Thu, Sep 22, 2016 at 4:37 PM, Alexander Blasche wrote: > Hi > > >Cannot read .qt5/qtbase/src/corelib/qtcore-config.pri: No such file > or directory > >Cannot read

[Development] dev doesnt builds

2016-09-22 Thread Vlad Stelmahovsky
Hi trying build dev branch and got this error all the time: Cannot read .qt5/qtbase/src/corelib/qtcore-config.pri: No such file or directory Cannot read .qt5/qtbase/src/gui/qtgui-config.pri: No such file or directory Project ERROR: Could not find feature system-zlib. Makefile:45: recipe

[Development] [Interest] QtLocation Map bearing and tilt

2016-06-14 Thread Vlad Stelmahovsky
Hi any plans to bring back bearing and tilt support for Map {} ? May be with Qt3D2 ? -- Best regards, Vlad ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development