Re: [Development] Continuous Integration for 3rd party projects using Qt

2019-03-17 Thread Bernhard B
Why not use one of the continous integration services like travis-ci or circle-ci? Cheers, Bernhard Uwe Rathmann schrieb am So., 17. März 2019, 14:55: > Hi, > > all arguments for doing Continuous Integration for Qt ( https:// > blog.qt.io/blog/2016/08/08/coin-continuous-integration-for-qt/ ) ar

Re: [Development] Monitoring of upstream vulnerabilities

2018-06-19 Thread Bernhard B
cation! On a side note: Do you know an estimated timeframe for when it will be publicly available? Would be really interested in the details. 2018-06-19 23:13 GMT+02:00 Thiago Macieira : > On Tuesday, 19 June 2018 14:04:45 PDT Bernhard B wrote: > > Sorry, I don't get it. But what&#x

Re: [Development] Monitoring of upstream vulnerabilities

2018-06-19 Thread Bernhard B
Sorry, I don't get it. But what's the point of providing a link to the Intel github rpo if we can't access it? Am Dienstag, 19. Juni 2018 schrieb Thiago Macieira : > On Tuesday, 19 June 2018 13:15:18 PDT Jason H wrote: > > > Currently, we use https://github.com/clearlinux/cve-check-tool. This > i

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

2017-07-25 Thread Bernhard B
I am just a user of Qt, so please take the following please with a grain of salt: I haven't started debugging my application yet, but for some reason my application laggs on Android, but works fine on iOs. It's a listview with a pretty complex delegate. On Android you can see clearly that it laggs

Re: [Development] Improve performance (listview + onVerticalVelocityChanged)

2017-01-26 Thread Bernhard B
op" button //and the tab bar if(verticalVelocity > flickTabBarTreshold){ backToTopButton.visible = false; tabBar.hide(); } } I don't know if this is the best solution, but it seems to work. Thanks, Bernhard 2017-01-26 15:38 GMT+01:00 Bernhard B :

[Development] Improve performance (listview + onVerticalVelocityChanged)

2017-01-26 Thread Bernhard B
Hi, I am currently trying to optimize my Listview for performance. I already removed most of the bottlenecks by following the great recommendations at: http://doc.qt.io/qt-5/qtquick-performance.html However, there is one problem I don't how to solve. It's about this code part: ListView{ clip