Re: [Development] Build system for Qt 6

2018-10-30 Thread Denis Shienkov
Hi all, my personal things: Welcome to the era of stagnation and dinosaurs. The new "revolutioning" Qt6 will be released semi-dead. It will be overgrowned with mold, moss and fungi in the form of CMake. This will not be a new life, but it will be an attempt to prolong the convulsions. A real new

[Development] How to use Q_IMPORT_PLUGIN macro together with *.pri files?

2018-11-03 Thread Denis Shienkov
Hi guys, I need to create a 'static' plugin for the iOS, using qmake. A problem is that the qmake can't generate a valid XCode project file, using dependencies. See, e.g. this bug: https://bugreports.qt.io/browse/QTBUG-71566. So, I can't use XCode to deliver my application to AppStore. Instead o

[Development] CMake && QtCreator cross-compilation for ARM fails

2018-12-11 Thread Denis Shienkov
Hi guys. I have the Qt project, based on both QMake and QBS. This project should be targeted on a Apalis iMX6 board with BSP Linux, generated from Yocto. Also I have a Yocto SDK which is added to QtCreator (as a configured Kits). The QMake and QBS doing the ARM cross-compilation from the QtCr

Re: [Development] CMake && QtCreator cross-compilation for ARM fails

2018-12-13 Thread Denis Shienkov
> Once you have the cross toolchain configured properly, which is a one-time > setup effort, CMake will just work, too. Will just work? What??! HAHA. Are you kidding? Why I need to configure something? Why I need to create an additional CMake's scripts, config files, toolchains and etc? I alrea

Re: [Development] CMake && QtCreator cross-compilation for ARM fails

2018-12-13 Thread Denis Shienkov
lly! Unlike of CMake! And a fact that the QBS's just work cover all CMake's bootstrap crap. CMake has no one agvantage for developers! чт, 13 дек. 2018 г. в 15:02, Denis Shienkov : > > Once you have the cross toolchain configured properly, which is a > one-time > > set

Re: [Development] Build system for Qt 6

2018-12-16 Thread Denis Shienkov
> I work in the Anaconda Distribution as a software packager and spend a significant amount of my working day battling cmake. As we all can see, the CMake loses even QBS. We need to spent a tens of hours/days to find out the solution, using CMake's , but with QBS same issue solves for 30 mins

Re: [Development] Build system for Qt 6

2018-12-18 Thread Denis Shienkov
27;m about QBS project manager plugin), then I will not worry (don't care) about CMake. I will use QBS in any case. I tried both CMake && QBS and I can say that for me QBS is a best option. I'm not an expert, I'm just a user (consumer) of Qt && QtCreator produ

[Development] QT_XCB_NATIVE_PAINTING makes worse that without of it

2019-03-22 Thread Denis Shienkov
Hi guys. I have iMX6 board with Qt 5.11.2 and Qt-widgets based application. I have compiled my Qt with an 'xcb_native_painting' option. I was hoping that this would speed up my UI and reduce the load on the CPU, but I was greatly mistaken: When the QT_XCB_NATIVE_PAINTING is not set, I got follow

[Development] Does iMX6 support EGL on X11 feature?

2019-03-22 Thread Denis Shienkov
Hi all, I'm trying to build a Yocto image, but the config tests fails on 'executing config test egl-x11' test with: > In file included from main.cpp:7:0: > main.cpp: In function 'int main(int, char**)': > main.cpp:15:20: error: cannot convert 'EGLNativeDisplayType {aka wl_display*}' to 'Display*

Re: [Development] QT_XCB_NATIVE_PAINTING makes worse that without of it

2019-03-22 Thread Denis Shienkov
any other suggestions related to the application code optimization has not sense (because there are the QWT library already is optimized). Re-writing an application to Quick is not an option too... BR, Denis пт, 22 мар. 2019 г. в 19:06, Allan Sandfeld Jensen : > On Freitag, 22. März 2019 12:46

Re: [Development] QT_XCB_NATIVE_PAINTING makes worse that without of it

2019-03-22 Thread Denis Shienkov
Yes, I know that. But in my case Qt builds without of EGL on X11 support (by unknow reason this test fails). And any of QwtPlot{OpenGL|GL}Canvas does not work at all. 22.03.2019 19:27, Konstantin Tokarev пишет: You may want to try using QwtPlotOpenGLCanvas on your device _

Re: [Development] Does iMX6 support EGL on X11 feature?

2019-03-22 Thread Denis Shienkov
Hi, Yes, but Qt Quick has not any good plotting library (as my app draw "real-time" curves). QtCharts in not an option. :) I thought that maybe I could use the OpenGL widget in QtWidgets app to render a curves there (e.g. with Qwt). But in this case I need in the working OpenGL on X11 (which

Re: [Development] Does iMX6 support EGL on X11 feature?

2019-03-22 Thread Denis Shienkov
quot;"); it wants framebuffer?? so, I don't know what need to build EGL it with X11 on iMX6. 22.03.2019 22:04, Konstantin Tokarev пишет: 22.03.2019, 19:11, "Denis Shienkov" : Hi all, I'm trying to build a Yocto image, but the config tests fails on 'executing

Re: [Development] Does iMX6 support EGL on X11 feature?

2019-03-22 Thread Denis Shienkov
> EGLFS It does not allow to mix the QWidgets and QOpenglWidgets > EGL/Wayland here I'm not sure. 22.03.2019 22:28, Konstantin Tokarev пишет: BTW, if your main concern is the performance of real-time plotting, it's extremely unlikely that you'll get better results on EGL/X11 than on EGLFS o

Re: [Development] Does iMX6 support EGL on X11 feature?

2019-03-23 Thread Denis Shienkov
gt; > Beste Grüße / Best regards, > Alexander Nassian > > Am 22.03.2019 um 20:02 schrieb Denis Shienkov : > > Hi, > > Yes, but Qt Quick has not any good plotting library (as my app draw > "real-time" curves). QtCharts in not an option. :) > > I thought that

Re: [Development] Does iMX6 support EGL on X11 feature?

2019-03-24 Thread Denis Shienkov
n share it? Or is it vivante limitations? :) Guys, have someone else an expiriens with iMX6 on X11 and QtWidgets? Is it possible to build an BSP with QtWidgets acceleration there? I don't want to port my app to QtQuick... It is hell ^ hell. 23.03.2019 21:04, Uwe Rathmann пишет: On Fri,

Re: [Development] QT_XCB_NATIVE_PAINTING makes worse that without of it

2019-03-24 Thread Denis Shienkov
Allan, > And typically using the OpenGL backed will be even faster unless you need to run X11 remotely. Do you mean that OpenGL via EGLFS, without of X11 is faster? For QtWidgets? 24.03.2019 1:09, Allan Sandfeld Jensen пишет: On Samstag, 23. März 2019 19:00:47 CET Uwe Rathmann wrote: Ön Fri

Re: [Development] QT_XCB_NATIVE_PAINTING makes worse that without of it

2019-03-24 Thread Denis Shienkov
nntag, 24. März 2019 09:36:48 CET Denis Shienkov wrote: Allan, > And typically using the OpenGL backed will be even faster unless you need to run X11 remotely. Do you mean that OpenGL via EGLFS, without of X11 is faster? For QtWidgets? No, I mean that if you take X11 over the network a

Re: [Development] Gerrit is back

2019-05-20 Thread Denis Shienkov
Hi all, IMHO, the previous WEB interface looks better (has more usability) than a new... 20.05.2019 16:54, Lars Knoll пишет: Hi Jukka, Thank you and everybody else that helped for making the upgrade! Cheers, Lars On 20 May 2019, at 15:00, Jukka Jokiniva wrote: Dear all, we are happy to i

Re: [Development] Proposing CMake as build tool for Qt 6

2019-06-18 Thread Denis Shienkov
> Matthew Woehlke > The difference between QBS and CMake is like the difference between a > bright-eyed recruit just out of school and a grizzled veteran. Ok, then, please, provide a simple toolchain file to use e.g. a bare-metal KEIL C51 [1] compiler. And then, we will to see, how it does in QBS

Re: [Development] Proposing CMake as build tool for Qt 6

2019-06-19 Thread Denis Shienkov
.c" > ) > > target_include_directories(foo > PRIVATE > "${CMAKE_CURRENT_SOURCE_DIR}" > "${CMAKE_CURRENT_BINARY_DIR}" > "space out" > ) > target_compile_options(foo > PRIVATE > COMPACT > ) > target_compile

Re: [Development] Nominating André Hartmann for maintainer for QCanBus API

2019-11-26 Thread Denis Shienkov
part of the QtSerialBus module. Since its first > release it has come a long way. In particular, André Hartmann & Denis > Shienkov made big contributions over time. For that I am very grateful. > Thank you. > > > > > > As the current maintainer of the QCanBus API I

Re: [Development] Nominating André Hartmann for maintainer for QCanBus API

2020-02-08 Thread Denis Shienkov
QCanbus API is part of the QtSerialBus module. Since its first release > it has come a long way. In particular, André Hartmann & Denis Shienkov made > big contributions over time. For that I am very grateful. Thank you. > > As the current maintainer of the QCanBus API I would like t

Re: [Development] Nominating Ivan Komissarov as approver

2020-05-07 Thread Denis Shienkov
Hi all, > I'd like to nominate Ivan Komissarov as an approver. +1 07.05.2020 11:23, Christian Kandeler пишет: Hello, I'd like to nominate Ivan Komissarov as an approver. Ivan has been doing valuable work in the qbs project for a while now, both as a contributor and a reviewer. I trust him to

[Development] [baremetal] Integration of bare-metal C-SPY debugger from IAR EW to QtCreator

2020-08-24 Thread Denis Shienkov
Hi guys, Recently in a Qt press release from 15 Apr 2020: * https://www.qt.io/press/the-qt-company-and-iar-systems-collaborate-to-deliver-streamlined-development-of-ui-applications states that the Qt-company have planns to collaborate with the IAR Systems company for the MCU devices. I hav

Re: [Development] [baremetal] Integration of bare-metal C-SPY debugger from IAR EW to QtCreator

2020-08-25 Thread Denis Shienkov
PING 24.08.2020 12:48, Denis Shienkov пишет: Hi guys, Recently in a Qt press release from 15 Apr 2020: * https://www.qt.io/press/the-qt-company-and-iar-systems-collaborate-to-deliver-streamlined-development-of-ui-applications states that the Qt-company have planns to collaborate with the

[Development] There is the wrong behavior with QUdpSocket && EAGAIN on *nix?

2017-03-01 Thread Denis Shienkov
Hi all, I have use Qt 5.8, and I want to send to the UDP socket many datagrams (e.g. 1 datagrams, each datagram have 1000 bytes size). I use following code: int busyCounter = 0; for(;;) { ... const QNetworkDatagram datagram(data, m_remoteAddress, Proto

Re: [Development] There is the wrong behavior with QUdpSocket && EAGAIN on *nix?

2017-03-01 Thread Denis Shienkov
GMT+03:00 Thiago Macieira : > Em quarta-feira, 1 de março de 2017, às 02:27:54 PST, Denis Shienkov > escreveu: > > Hi all, > > > > I have use Qt 5.8, and I want to send to the UDP socket many datagrams > > (e.g. 1 datagrams, each datagram have 1000 bytes size). &g

[Development] Use RAII for non-pointer resources

2017-03-12 Thread Denis Shienkov
Hi all, what do you think about using of RAII, e.g. for: * Windows: for HANDLE, HKEY and so on. * POSIX: for fd and so on. * OSX: for io_registry_entry_t and so on. ?? As we use C++11 now everywhere, then, maybe can be to add appropriate RAII functionality e.g. to qcore_unix_p.h, qcore_win_p.h,

Re: [Development] MAINTAINERS: your action needed: Qt 5.9.0 change files

2017-05-05 Thread Denis Shienkov
Hi folks,I'm currently have not notifications about the skeleton of change file for qtserialport yet.. Denis 2017-05-05 14:24 GMT+03:00 Jani Heikkinen : > Initial change files are now created, please take those over & finalize as > soon as possible > > br, > Jani > __

Re: [Development] Nominating Denis Shienkov for Approver status

2017-08-01 Thread Denis Shienkov
Hartmann Sent: Thursday, 6 July 2017 08:36 To: development@qt-project.org; qt-crea...@qt-project.org Subject: [Development] Nominating Denis Shienkov for Approver status I'd like to propose the nomination of Denis Shienkov for Approver status. Denis has been the maintainer of QtSerialPort

Re: [Development] Nominating Denis Shienkov for Approver status

2017-08-01 Thread Denis Shienkov
WOW, I'm surprised.. Thanks. Need to drink.. :) 2017-08-01 10:20 GMT+03:00 Thiago Macieira : > On segunda-feira, 31 de julho de 2017 23:54:02 PDT Denis Shienkov wrote: > > WOW, thanks... :) > > > > Q: Approver of what? > > In the Qt Project. You get the rights th

Re: [Development] MAINTAINERS: your action needed

2017-09-22 Thread Denis Shienkov
Hi, do we need to keep this: *   Qt 5.9.2 Changes * as is? BR, Denis 22.09.2017 12:34, Jani Heikkinen пишет:

Re: [Development] MAINTAINERS: your action needed

2017-09-22 Thread Denis Shienkov
question is: do we need to modify this "Qt 5.9.2 Changes" header? :) BR, Denis 22.09.2017 13:24, Edward Welbourne пишет: Denis Shienkov (22 September 2017 11:39) do we need to keep this: *

Re: [Development] MAINTAINERS: your action needed

2017-09-22 Thread Denis Shienkov
x27;s use that one; it is now in every changes file br, Jani From: Development on behalf of Denis Shienkov Sent: Friday, September 22, 2017 1:27 PM To: Edward Welbourne; development@qt-project.org Subject: Re: [Development] MAINTAINERS: your action need

Re: [Development] MAINTAINERS: your action needed

2017-09-22 Thread Denis Shienkov
* Jani From: Denis Shienkov Sent: Friday, September 22, 2017 2:31 PM To: Jani Heikkinen; Edward Welbourne; development@qt-project.org Subject: Re: [Development

[Development] Unable to edit the Qt WIKI pages

2017-10-02 Thread Denis Shienkov
Hi all, now, for me, it it impossible to edit the Qt WIKI pages.. I always got an errors like: "Your edit was aborted by an ArticleSave hook" and so on. What happens? BR, Denis ___ Development mailing list Development@qt-project.org http://lists.qt-

Re: [Development] Unable to edit the Qt WIKI pages

2017-10-04 Thread Denis Shienkov
Hi, > Did you to try to reload the page? Oops, yes, seems the changes are applied (after re-loading of a page).. thanks :) 2017-10-04 14:59 GMT+03:00 Nils Jeisecke via Development < development@qt-project.org>: > Hi, > > Am 03.10.2017 um 08:21 hat Denis Shienkov geschriebe

Re: [Development] Future of QBS

2017-10-13 Thread Denis Shienkov
Hi all, my 5-cents: QBS is better (best best) than CMake, IMHO, as CMake is too complicated. :) QBS needs still in BinaryFiles support (e.g. to allow todo patching, merge for some output files using custom algorithms), better QtC integration (e.g. with Android && iOS). In other things QBS is ve

[Development] How fast grab a QML item's content to image when it updates?

2017-12-12 Thread Denis Shienkov
Hi all... Is it possible to grab a QQuickItem content (e.g. with all sub-items) when an item changes? E.g. with widgets I use the following code: bool MyWidget::event(QEvent *event) {     if (event->type() == QEvent::UpdateRequest)     myGrab();     return QWidget::event(event); } void MyW

Re: [Development] How fast grab a QML item's content to image when it updates?

2017-12-12 Thread Denis Shienkov
12.12.2017 16:13, Denis Shienkov пишет: Hi all... Is it possible to grab a QQuickItem content (e.g. with all sub-items) when an item changes? E.g. with widgets I use the following code: bool MyWidget::event(QEvent *event) {     if (event->type() == QEvent::UpdateRequest)     myG

Re: [Development] How fast grab a QML item's content to image when it updates?

2017-12-12 Thread Denis Shienkov
> Did you try QQuickItem::grabToImage? Of course, it is veeery slowly. 12.12.2017 16:40, Konstantin Tokarev пишет: 12.12.2017, 16:13, "Denis Shienkov" : Hi all... Is it possible to grab a QQuickItem content (e.g. with all sub-items) when an item changes? Did you t

Re: [Development] How fast grab a QML item's content to image when it updates?

2017-12-12 Thread Denis Shienkov
indows, as I assume). If try to expand a window to full screen (1920x1080 in my case), then this time increases up to ~30 msec. I'm not sure, is this code correct? Is this values correct? Could someone elaborate it? 12.12.2017 18:20, Shawn Rutledge пишет: On 12 Dec 2017, at 14:53, De

[Development] [Android] Use pkg-config to link with external libraries in qmake project

2017-12-20 Thread Denis Shienkov
Hi all, is it possible to use the pkg-config to build the Android's applications? e.g. I want to use the GStreamer for the Android application, using the pkg-config. I already have installed & configured the the Android Kit, have downloaded the Gstreamer SDK for ARMv7 platform. I use the Windo

Re: [Development] [Android] Use pkg-config to link with external libraries in qmake project

2017-12-20 Thread Denis Shienkov
2017 12:04, Oswald Buddenhagen пишет: On Wed, Dec 20, 2017 at 11:39:20AM +0300, Denis Shienkov wrote: This says about the 'sysroot', but, I have no any sysroot for Android kit, that's just implausible. you must have something that resembles a sysroot, even if it's no

Re: [Development] [Android] Use pkg-config to link with external libraries in qmake project

2017-12-20 Thread Denis Shienkov
this.. :( 20.12.2017 12:35, Denis Shienkov пишет: Hi Oswald, Hmm.. many thanks for your hint, I have modified the pkg-conf env variables to: 1. PKG_CONFIG_LIBDIR = c:\Android\gstreamer\armv7\lib\pkgconfig  - a path to all *.pc files. 2. PKG_CONFIG_SYSROOT_DIR = c:\Android\gstreamer\armv7  - a path to a

Re: [Development] [Android] Use pkg-config to link with external libraries in qmake project

2017-12-20 Thread Denis Shienkov
a $$INCLUDEPATH") then I see an empty content of INCLUDEPATH... What happens? 20.12.2017 12:55, Denis Shienkov пишет: I even have tried following from the Windows cmd durectly: set PATH=c:\pkgconfig\bin;%PATH% set PKG_CONFIG_LIBDIR=c:/Android/gstreamer/armv7/lib/pkgconfig set PKG_CONFIG_SY

Re: [Development] [Android] Use pkg-config to link with external libraries in qmake project

2017-12-20 Thread Denis Shienkov
Ohhh.. exactly, many thanks... :) 20.12.2017 13:53, Oswald Buddenhagen пишет: On Wed, Dec 20, 2017 at 01:03:30PM +0300, Denis Shienkov wrote: c:/Android/gstreamer/armv7c:/Android/gstreamer/armv7/include/gstreamer-1.0 i really wouldn't expect this to work. ;) the problems seems

[Development] QMAKE_EXTRA_COMPILERS does not work on Android in case the ANDROID_PACKAGE_SOURCE_DIR is empty

2018-01-12 Thread Denis Shienkov
Hi all. I need to use a custom target to build of external shared library *.so, with a custom build system (e.g. using the NDK directly) and to link with. I faced with a strange behavior of QMAKE_EXTRA_COMPILERS on Android, which is that the qmake does not creates a "compiler_foo_" target in the

Re: [Development] QMAKE_EXTRA_COMPILERS does not work on Android in case the ANDROID_PACKAGE_SOURCE_DIR is empty

2018-01-12 Thread Denis Shienkov
I'm very sorry, it is my fail. :(( 12.01.2018 18:22, Denis Shienkov пишет: Hi all. I need to use a custom target to build of external shared library *.so, with a custom build system (e.g. using the NDK directly) and to link with. I faced with a strange behavior of QMAKE_EXTRA_COMPILE

[Development] qmake's custom install failed on Android

2018-01-12 Thread Denis Shienkov
Hi all, I need to use the INSTALLS feature on Android project to copy of some files to the desired location. For, example, this simple example fails at building for the install target: QT += quick CONFIG += c++11 SOURCES += main.cpp RESOURCES += qml.qrc foo_bar.files += $$PWD/main.cpp foo_bar.

Re: [Development] qmake's custom install failed on Android

2018-01-12 Thread Denis Shienkov
, Oswald Buddenhagen пишет: On Fri, Jan 12, 2018 at 08:58:16PM +0300, Denis Shienkov wrote: I need to use the INSTALLS feature on Android project to copy of some files to the desired location. foo_bar.path = $$OUT_PWD/foobar INSTALLS += foo_bar that's positively wrong. for a non-install s

Re: [Development] qmake's custom install failed on Android

2018-01-12 Thread Denis Shienkov
> you can use COPIES It does not work as well if the ANDROID_PACKAGE_SOURCE_DIR is defined. 12.01.2018 22:31, Denis Shienkov пишет: In a real project I need to copy an external *.java files to the android-build/src/org directory. Now, if I use the INSTALLS as following:     gst_java.fi

Re: [Development] qmake's custom install failed on Android

2018-01-12 Thread Denis Shienkov
This solution: https://stackoverflow.com/questions/25929467/qt-android-location-of-java-files-common-to-different-projects does not work as well. 12.01.2018 23:00, Denis Shienkov пишет: > you can use COPIES It does not work as well if the ANDROID_PACKAGE_SOURCE_DIR is defined. 12.01.2

[Development] Mismatch of display resolutions and window sizes in Android applications

2018-01-13 Thread Denis Shienkov
Hi all. Rigth now I faced with the strange issue is that the QML window size (screen) does not correspond to the display resolution. For example, I have the "ASUS ZenFone 4 Max ZC554KL" smartphone which has display resolution as 1280x720 pixels. But if I run there the QML application and try to

Re: [Development] Mismatch of display resolutions and window sizes in Android applications

2018-01-13 Thread Denis Shienkov
The problem was in Qt::AA_EnableHighDpiScaling option. 13.01.2018 19:34, Denis Shienkov пишет: Hi all. Rigth now I faced with the strange issue is that the QML window size (screen) does not correspond to the display resolution. For example, I have the "ASUS ZenFone 4 Max ZC554KL"

Re: [Development] Mismatch of display resolutions and window sizes in Android applications

2018-01-15 Thread Denis Shienkov
-dpi tiles by setting > “osm.mapping.highdpi_tiles" > (or a similar option, depending on which tile provider you are using). > > Morten > > > > On 13 Jan 2018, at 19:27, Denis Shienkov > wrote: > > > > The problem was in Qt::AA_EnableHighDpiScaling option. > > > > 13.

[Development] How to use ANDROID_EXTRA_PLUGINS property in qmake projects

2018-01-19 Thread Denis Shienkov
Hi all. I have created a custom qt-positioning plugin, which just every second provides a new fake position/coordinate. This plugin work perfectly e.g. on Windows, but it does not work on Android, as it does not loaded, because it wrongly deployed to APK file. I have read about the ANDROID_EXTR

Re: [Development] How to use ANDROID_EXTRA_PLUGINS property in qmake projects

2018-01-19 Thread Denis Shienkov
this library twice to the android-build directory... 19.01.2018 13:15, Denis Shienkov пишет: Hi all. I have created a custom qt-positioning plugin, which just every second provides a new fake position/coordinate. This plugin work perfectly e.g. on Windows, but it does not work on Android, as it

Re: [Development] New Qt snapshots available

2018-01-25 Thread Denis Shienkov
Hi, What about adding the snapshots of QtC 4.5.1 and 4.6.x to the MaintenanceTool? Because it is ugly to install some future QtC's snapshots separatelly. What if I want to upgrade QtC to next snapshot version? E.g. I do not want to have a more than one installed QtC instance, or, e.g. I want

Re: [Development] New Qt snapshots available

2018-01-26 Thread Denis Shienkov
Ok, thanks. 2018-01-26 11:02 GMT+03:00 Eike Ziller : > > > > On 25. Jan 2018, at 16:50, Denis Shienkov > wrote: > > > > Hi, > > > > What about adding the snapshots of QtC 4.5.1 and 4.6.x to the > MaintenanceTool? > > > > Because it is u

Re: [Development] Goodbye

2018-02-10 Thread Denis Shienkov
Wow, Jake, what will be with QBS? BR, Denis 09.02.2018 23:14, Jake Petroules пишет: Steve Jobs once said: “I have looked in the mirror every morning and asked myself: "If today were the last day of my life, would I want to do what I am about to do today?" And whenever the answer has been

Re: [Development] Stepping down as maintainer

2018-03-19 Thread Denis Shienkov
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, After quite some time of not being active in Qt, I am now formally stepping down as maintainer. It has been a great ri

Re: [Development] Stepping down as maintainer

2018-03-20 Thread Denis Shienkov
amount of community contributions to Qt is still around the same 30% as it has been. So we have not been getting any better or worse in that regard. Yours, Tuukka On 19/03/2018, 19.33, "Development on behalf of Sune Vuorela" wrote: On 2018-03-19, Denis Shienkov wr

[Development] Free VPN server required

2018-04-25 Thread Denis Shienkov
Hi guys, Is it possible to pick-up a free VPN server on your side (on Qt-company side) and give for some maintainers the login/password (e.g. for me)? Because reason is that (ours russian goverment) blockes the some other resources. The Qt resources fall into this by accident, and then it is not

Re: [Development] Qt 6 buildsystem support requirements

2018-07-30 Thread Denis Shienkov
Hi guys, Is there are any list of options from which it is possible to choose? As for me, is it prefferable variant will be *QBS* (it is best from the best). I'm do not like nor CMake, nor QMake, nor Autotools, nor something else. BR, Denis ___

[Development] Create native FileDialog for Android

2018-08-10 Thread Denis Shienkov
Hi guys, Is it possible to add an own code to use the Android's native file picker dialog? For example, I want (I think) to use a following framework (it introduced to Android since v4.4): https://developer.android.com/guide/topics/providers/document-provider But a problem is that an Androi

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

2018-08-29 Thread Denis Shienkov
Hi all. I have an Apalis iMX6 board with the Yocto's image with the working 'eglfs' and 'linuxfb' backends (without of X11 support). I need to create a 'pure' QtWidgets application, where I need to use a real-time plotting with the Qwt library (using the Qt Quick is not an option, as there the Q

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

2018-08-29 Thread Denis Shienkov
QApplication app(argc, argv); Widget w; w.setMinimumSize(1280, 800); w.show(); return app.exec(); } [/code] And then I see that the Desktop PC has the ~0% CPU load, but the iMX6 has ~50% CPU load. WTF? BR, Denis ср, 29 авг. 2018 г. в 12:39, Denis Shienkov : > Hi all.

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

2018-08-29 Thread Denis Shienkov
Widget > <http://doc.qt.io/qt-5/qwidget.html> <http://doc.qt.io/qt-5/qwidget.html>.* > Its strength over the OpenGL paint engine is its high quality when > antialiasing is enabled, and a complete feature set.” > > > On 29/08/18 06:21 AM, Denis Shienkov wrote:

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

2018-08-29 Thread Denis Shienkov
raphicsWidget even in QtQuick. 29.08.2018 18:56, 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

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

2018-08-30 Thread Denis Shienkov
lease look on this my post: https://www.qtcentre.org/threads/69743-Qwt-6-3-0-(from-qwt-code-r2921-trunk)-compilation-fails-on-Ubuntu-18-04?p=303603#post303603 BR, Denis чт, 30 авг. 2018 г. в 10:46, Uwe Rathmann : > On Wed, 29 Aug 2018 16:43:40 +0300, Denis Shienkov wrote: > > &

[Development] Configure Qt gerrit git ssh access via Tor on Linux

2018-09-01 Thread Denis Shienkov
Hi guys. I need to use the tor to avoid a blocking of the codereview.qt-project.org (in my country sad). The git-ssh configuration described here: http://wiki.qt.io/Setting_up_Gerrit I need to do it on ArchLinux. I successfully do it on Windows with following ~/.ssh/config: [code] Host codere

Re: [Development] Configure Qt gerrit git ssh access via Tor on Linux

2018-09-02 Thread Denis Shienkov
Hi Andre, > Please note that you can always use git and Gerrit with HTTPS, the HTTPS password is in your personal settings page in Gerrit. I've already used that in environments where SSH was blocked. But the HTTPS access also is blocked for me(us),  the https://codereview.qt-project.org/ si

Re: [Development] Configure Qt gerrit git ssh access via Tor on Linux

2018-09-02 Thread Denis Shienkov
Wow, now it does work with following config: [code] Host codereview.qt-project.org Port 29418 User Ciphers +aes256-cbc ProxyCommand socat STDIO SOCKS4A:127.0.0.1:%h:%p,socksport=9050 [/code] Many thanks to all for help! :) Denis вс, 2 сент. 2018 г. в 13:18, Denis Shienkov

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

2018-09-04 Thread Denis Shienkov
planations: http://www.arnorehn.de/blog/2014/12/quickplot-a-collection-of-native-qtquick-plot-items/ Regards, Am 29.08.2018 um 19:49 schrieb Denis Shienkov: Hi,  > have you tried QOpenGlWidget ? It does not work together (can't be mixed) with an usual QtWidgets using the 'eglfs&

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

2018-09-04 Thread Denis Shienkov
Uwe, > Don't forget to set the graphic system to "native" - the default since 4.8 is raster How I can do it for Qt4?  Do you mean, I need to specify an appropriate '-platform' option before starting of my application on Qt4? PS: Many thanks for your help. Of course I will create an addition

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

2018-09-05 Thread Denis Shienkov
Hi, > added the native X11 graphicssystem support from Qt4 to Qt5 According to that commit (and next depends commits), seems this porting is not completed yet to Qt5. So, it is interest to know: can we use it in current time, and since what of Qt version? Is it work at all as in Qt4? And, as Uwe

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

2018-09-05 Thread Denis Shienkov
> Using Qwt with a current Qt version seems to run the same ways as with Qt4/X11 without any problems. Uwe, wow :) What Qt5 version are you use? Denis ср, 5 сент. 2018 г. в 12:31, Uwe Rathmann : > On Wed, 05 Sep 2018 09:56:36 +0100, Sérgio Martins via Development wrote: > > >> What needs to be

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

2018-09-10 Thread Denis Shienkov
Hi guys, does this mean (for Qt 5.11.1 config output): X11: Using system-provided XCB libraries .. no EGL on X11 ... yes Xinput2 .. no XCB XKB .. yes XLib . yes

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

2018-09-10 Thread Denis Shienkov
e-painting' Denis пн, 10 сент. 2018 г. в 14:04, Dominik Holland < dominik.holl...@pelagicore.com>: > Hi, > > try to pass --feature-xcb-native-painting to configure. That should > enable it or atleast explain what's missing. > > Dominik > > >

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

2018-09-10 Thread Denis Shienkov
I even have added this: -xcb-native-painting \ as described in qtbase/dist/changes-5.10.0 , but it has not effect too.. no any errors printed out. пн, 10 сент. 2018 г. в 14:29, Denis Shienkov : > > --feature-xcb-native-painting > > I have added this to my configure script, but it

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

2018-09-10 Thread Denis Shienkov
How I can know that the QT_XCB_NATIVE_PAINTING are applied? Denis пн, 10 сент. 2018 г. в 14:36, Denis Shienkov : > I even have added this: > > -xcb-native-painting \ > > as described in qtbase/dist/changes-5.10.0 , but it has not effect too.. > no any errors printed out. >

[Development] Qt Android Service

2018-10-12 Thread Denis Shienkov
Hi guys. Does anybody tried to create and start the Android Service using Qt? I tried this example: * https://github.com/bbernhard/qtandroidservices_example , and also have read this reccomendations from KDAB: * https://www.kdab.com/qt-android-create-android-service-using-qt/ But a service do

Re: [Development] Qt Android Service

2018-10-12 Thread Denis Shienkov
t; > *To:* denis.shien...@gmail.com > *Cc:* development@qt-project.org > *Subject:* Re: [Development] Qt Android Service > I have tried a year ago. It was ok, but unfortunately i don't remember > version of Qt. > > Best regards, > Mikhail > > On Fri, 12 Oct 2018

[Development] Does QGeoPositionInfoSource work from an Android service?

2018-10-24 Thread Denis Shienkov
Hi all, I tried to make it work from the Android service: #include #include #include #include Q_LOGGING_CATEGORY(APP, "bug.svc") int main(int argc, char *argv[]) { QAndroidService::setAttribute(Qt::AA_EnableHighDpiScaling); QAndroidService app(argc, argv); qCDebug(APP)

Re: [Development] Does QGeoPositionInfoSource work from an Android service?

2018-10-25 Thread Denis Shienkov
27;s comment is correct in that you are missing essential error > checking in your code. > > -- > Alex > > ____ > From: Denis Shienkov > Sent: Wednesday, 24 October 2018 6:31:59 PM > To: development@qt-project.org; Alex Blasche; BogDan

[Development] [QtSerialPort] Add some set of base auto tests

2014-01-14 Thread Denis Shienkov
Hi developers. I want to bring up a question of possibility of addition of some base tests for QtSerialPort. I understand that it is a complex challenge because for this purpose is desirable existence of at least two serial ports of devices which are connected by a Null-modem cable. But this prob

Re: [Development] [QtSerialPort] Add some set of base auto tests

2014-01-22 Thread Denis Shienkov
all this workaround > with a cross-platform solution which is not only useful for > QtSerialPort. > > On Tue, Jan 14, 2014 at 8:14 AM, Denis Shienkov > wrote: >> Hi developers. >> >> I want to bring up a question of possibility of addition of some base tests >&

Re: [Development] [QtSerialPort] Add some set of base auto tests

2014-01-22 Thread Denis Shienkov
/23 Fält Simo > > > > -Original Message- > > From: Gladhorn Frederik > > Sent: 22. tammikuuta 2014 22:19 > > To: Denis Shienkov; development@qt-project.org > > Cc: Sarajärvi Tony; Fält Simo > > Subject: RE: [Development] [QtSerialPort] Add some set of base au

Re: [Development] [QtSerialPort] Add some set of base auto tests

2014-01-23 Thread Denis Shienkov
.2014, at 9.58, Denis Shienkov > wrote: > > Hi Simo, Guys. > > Many thanks for your involvement. > > > You can use this > https://bugreports.qt-project.org/browse/QTQAINFRA-682 > > I added there some instruction for "com0com" installation. So, what >

Re: [Development] [QtSerialPort] Add some set of base auto tests

2014-01-23 Thread Denis Shienkov
r 2014 15.52.12 skrev Denis Shienkov: >>> I think we can start with this, we'll get back when necessary. If you >> have some test to verify that it works, it would be great. >> >> No, unfortunately we have no any tests, because we planned them only after >> CI wi

[Development] [I/O, Core] Defer a emitting of signal. It is possible?

2014-02-09 Thread Denis Shienkov
Hi all. In development of QtSerialPort faced an unpleasant thing - big loading of CPU in the process of I/O. A short results can be see here: https://bugreports.qt-project.org/browse/QTBUG-36684 This loading very big in Linux (up to 30% on 115200 baud) even at using one instance of the serial

Re: [Development] [I/O, Core] Defer a emitting of signal. It is possible?

2014-02-09 Thread Denis Shienkov
your profiling reveal? Where are the hotspots in the > application? No, still not yet. > Yes, profile it and let us know where the exact problem is. Ok, thanks. I will try do it as will have a free time. Best regards, Denis 2014-02-09 23:40 GMT+04:00 Thiago Macieira : > Em

Re: [Development] Detecting new ports in QSerialPortInfo

2014-03-28 Thread Denis Shienkov
Hi. No, as I know, this issue wasn't discussed yet in plans. But this feature was available at the primogenitor - QSerialDevice library: https://gitorious.org/qserialdevice/qserialdevice/source/55692a7caf58fba51f859b8e015b2bbd7d92e1b6:src/qserialdeviceenumerator/serialdeviceenumerator.h so, you

[Development] [QIODevice]How to correctly treat/understand of the documentation?

2014-04-17 Thread Denis Shienkov
Hi all. I have the question concerning correct treatment of documentation and implementation of I/O methods, e.g. for QtSerialPort. == write == For example, regarding to the QIODevice::write() method. Investigating of Qt5 source codes I see two approaches in classes derived from QIODevice (I tal

Re: [Development] [QIODevice]How to correctly treat/understand of the documentation?

2014-04-18 Thread Denis Shienkov
Hi. My question most likely belongs to the Qt developers from Digia. For example to maintainers of a "network" subsystem. I see that in QAbstractSocket::write() in a buffered mode is used the "deferred" data transmission: https://qt.gitorious.org/qt/qtbase/source/454dc332b3856c1726683595575c3428

Re: [Development] [QIODevice]How to correctly treat/understand of the documentation?

2014-04-18 Thread Denis Shienkov
014-04-18 14:32 GMT+04:00 Denis Shienkov : > Hi. > > My question most likely belongs to the Qt developers from Digia. For > example to maintainers of a "network" subsystem. > > I see that in QAbstractSocket::write() in a buffered mode is used the > "deferred"

Re: [Development] [QIODevice]How to correctly treat/understand of the documentation?

2014-04-18 Thread Denis Shienkov
lush(); } when, the bar() method were called after foo() (with some delay), but when not all data ("a" and "b") was written (e.g. was in time written only "a"). then I expected to receive one bytesWrittenSignal(4 byte) Whether correctly I understandаnd for expected beha

Re: [Development] [QIODevice]How to correctly treat/understand of the documentation?

2014-04-19 Thread Denis Shienkov
Hi Carlos, > Disclaimer. I don't work for Digia and I have never worked for Digia. I did work for Trolltech and Nokia though. Ahh, clear. Thx. > I think you are starting from the wrong end. The question is not if you should support one mode of operation or the other, that needs to be analyz

  1   2   3   >