Re: [Interest] [Qt Tests Framework] Custom command line arguments

2013-09-12 Thread Denis Shienkov
Many thanks.  12.09.2013, 08:49, "Mandeep Sandhu" mandeepsandhu@gmail.com:On Wed, Sep 11, 2013 at 5:55 PM, Denis Shienkov scap...@yandex.ru wrote:Hi all, Tell please, is there a way to transfer the user arguments to testlib application via an command line? Yes. Have a look at this

Re: [Interest] QSerialPort read issue

2013-10-15 Thread Denis Shienkov
Hi. Seems it is a bug, see: https://bugreports.qt-project.org/browse/QTBUG-33987 You can test this patch. Besd regards, Denis 15.10.2013 18:37, nus1998 ?: I found a strange issue, when I read from serial, first I will call waitForReadyRead, it returns with true in specified time,

Re: [Interest] QSerialPort read issue

2013-10-16 Thread Denis Shienkov
don't use "waitForReadyRead" but polling "bytesAvailable" instead,  the later always returns 0 although there is data received and I can use other terminal software to display it too. Best regards,Je  At 2013-10-16 01:15:36,"Denis Shienkov" scap...@yandex.ru w

Re: [Interest] QSerialPort read issue

2013-10-16 Thread Denis Shienkov
d I can use  other terminal software to display it too.  Best regards,  Je  At 2013-10-16 01:15:36,"Denis Shienkov" scap...@yandex.ru wrote:  Hi.  Seems it is a bug, see: https://bugreports.qt-project.org/browse/QTBUG-33987  You can test this patch.  Besd regards,  Denis  15.1

Re: [Interest] QSerialPort read issue

2013-10-16 Thread Denis Shienkov
Read(100);waitForReadyRead(100);waitForReadyRead(100);waitForReadyRead(100);read(data, 1);.Best regards,Je  At 2013-10-16 15:50:57,"Denis Shienkov" scap...@yandex.ru wrote:Hi. You wrong do it, because it isn't recommended to use the waitForXXX() methods from an main GUI thread. You should use the non-b

Re: [Interest] QSerialPort read issue

2013-10-16 Thread Denis Shienkov
t open error"; port-clear();c1 = 'A';port-write(c1, 1);port-waitForReadyRead(3000); port-read(c2, 1);qDebug() c2; c1 = 'B';port-write(c1, 1);#if 1port-waitForReadyRead(3000); #elseport-waitForReadyRead(100);port-waitForReadyRead(100);#endifport-read(c2, 1)

Re: [Interest] QSerialPort read issue

2013-10-16 Thread Denis Shienkov
r of blocking or non-blocking.  Also I don't think waitForBytesWritten is a "MUST" as long as I wait enough time before next transmission. If QSerialPort  is correct, I can only say that these APIs are out of my common sense.  Best regards,Je  At 2013-10-16 19:39:49,"Denis Shienkov" s

Re: [Interest] Serial Port custom baud rate problem

2013-10-18 Thread Denis Shienkov
Hi Stefano, This could be a serial port library bug or a driver issue??? It is unknown, maybe yes or maybe no. :) You should do some debugging of the library and view the content for the currentSerialInfo struct. For us it is interest the value of currentSerialInfo.baud_base field, see

Re: [Interest] Bluetooth Qt Connectivity module(5.1 Qt SDK)

2013-10-24 Thread Denis Shienkov
Hi  Ramakanth, To use the Bluetooth SPP protocol you can use the QtSerialPort module. Because in this case the /dev/rfcommX device it is what do you need (in case the talk about Linux). But this will be work after the pair connection establishment between two devices (then the rfcommX device will

[Interest] Use Qt ActiveX framework to create a Credential Provider server

2014-07-26 Thread Denis Shienkov
Hi all. I found out in Qt documentation an opportunity to use the ActiveX feature: http://qt-project.org/doc/qt-5/activeqt-index.html Having read documentation and having looked at examples I have some more questions: 1) Whether it is possible to implement the MS Credential Provider feature

[Interest] Who and why changed WIKI Gerrit-Introduction

2014-11-15 Thread Denis Shienkov
Hi all. Please revert back changes from http://qt-project.org/wiki/Gerrit-Introduction page. This changes made from 11:43, 5 Nov 2014 by alkino. Earlier I used this page for direct copying of Git links examples for a contribution to the project. But now mention of port 29418 and others

Re: [Interest] Who and why changed WIKI Gerrit-Introduction

2014-11-16 Thread Denis Shienkov
: Host codereview.qt-project.org User username Port 29418 On 11/15/2014 05:39 PM, Denis Shienkov wrote: Hi all. Please revert back changes from http://qt-project.org/wiki/Gerrit-Introduction page. This changes made from 11:43, 5 Nov 2014 by alkino. Earlier I used this page

Re: [Interest] Fwd: Is there any trick to smooth the animation of PathView index changing ?

2015-02-20 Thread Denis Shienkov
Use the docs, Luke! Really? And I didn't know about animations (sarcasm). Do you have concrete proposals/ideas ? Otherwise your post has no value. BR, Denis 2015-02-20 10:39 GMT+03:00 Till Oliver Knoll till.oliver.kn...@gmail.com: Am 18.02.2015 um 17:46 schrieb Denis Shienkov denis.shien

Re: [Interest] Fwd: Is there any trick to smooth the animation of PathView index changing ?

2015-02-20 Thread Denis Shienkov
UPD: I found out a similar issue in here: http://comments.gmane.org/gmane.comp.lib.qt.user/11987 I will try to consider it. BR, Denis 2015-02-20 11:21 GMT+03:00 Denis Shienkov denis.shien...@gmail.com: Use the docs, Luke! Really? And I didn't know about animations (sarcasm). Do you have

[Interest] Fwd: Is there any trick to smooth the animation of PathView index changing ?

2015-02-18 Thread Denis Shienkov
Hi all. I want to make an animation when changing of currentIndex (by increment/decrement functions) causes the smooth PathView item changing. Besides, when animation starts, the items should be quickly animated, but during a some time, they should be more slowly and more slowly until the

Re: [Interest] Bluetooth Low Energy on Windows: Options and feasabilty of implementing own backend

2015-01-12 Thread Denis Shienkov
Hi all, So far, I was not able to communicate with a custom BLE peripheral using either Windows Phone 8.1 or Windows 8.1 on a desktop. Hmm, it is strange. Can you please describe your steps and your env? Maybe your custom BLE peripheral chip has wrong firmware. I'm too faced earlier with a

Re: [Interest] Bluetooth Low Energy on Windows: Options and feasabilty of implementing own backend

2015-01-13 Thread Denis Shienkov
. This is no surprise because the application tells me to first pair my device. For me it looks like my Windows/Desktop does not care for bluetooth LE at all. Best regards, Axel *Von:* Denis Shienkov [mailto:denis.shien...@gmail.com] *Gesendet:* Montag, 12. Januar 2015 10:14

Re: [Interest] Bluetooth Low Energy on Windows: Options and feasabilty of implementing own backend

2015-01-13 Thread Denis Shienkov
Windows is successfully installing a driver and shows the bluetooth icon in the system tray. For me it looks like my Windows/Desktop does not care for bluetooth LE at all. Make sure that your DeviceManager has Bluetooth *LE* enumerator device. 2015-01-13 14:25 GMT+03:00 Denis Shienkov

[Interest] New qt.io account some questions

2015-03-09 Thread Denis Shienkov
Hi all. I have some questions: 1. It is possible to drag my account (nick-name) from the old http://qt-project.org/ forum? Because when I tried to use an old nick, then it says that a nick already is in use. 2. It is possible to drag the my points? Because now I neew to starts all fron the

Re: [Interest] Odd error using QSerialPort with hardware flow control

2015-10-24 Thread Denis Shienkov
Hi, I have not this issue. * QtSerialPort from the 5.6 branch * Windows 10 * On-board serial port (where the pins 2-3, 7-8 are connected) * The Terminal example Please provide a minimal example which reproduces this issue (also give more info about your serial port type). BR, Denis

[Interest] Qt 5.5.x & NVIDIA Tegra Jetson TK1 video performance issue

2015-11-03 Thread Denis Shienkov
Hi Qt developers. I have veeery slow video performance with Qt 5.5.1 and the video camera (frame rate about ~1-3 fps) on Tegra Jetson TK1 device, where the video stream writes via HDMI interface to the monitor. My stuff is: * Qt 5.5.1, cross-compiled himself. * Tegra Jetson TK1 board [1] *

Re: [Interest] Qt 5.5.x & NVIDIA Tegra Jetson TK1 video performance issue

2015-11-05 Thread Denis Shienkov
era.html#viewfinder.minimumFrameRate-prop 2015-11-05 13:12 GMT+03:00 Denis Shienkov <denis.shien...@gmail.com>: > > That said, it most likely won’t help you since I doubt this is > functional in the Linux for Tegra images for the TK1. > > Ok, thanks.. let's will forget about KMS/DRM, because now

Re: [Interest] Qt 5.5.x & NVIDIA Tegra Jetson TK1 video performance issue

2015-11-05 Thread Denis Shienkov
I doubt this is functional in the Linux > for Tegra images for the TK1. > > > > Best regards, > > Laszlo > > > > *From:* Denis Shienkov [mailto:denis.shien...@gmail.com] > *Sent:* 4. november 2015 19:08 > *To:* interest@qt-project.org > *Cc:* Agocs Las

Re: [Interest] Qt 5.5.x & NVIDIA Tegra Jetson TK1 video performance issue

2015-11-04 Thread Denis Shienkov
*Sent:* 3. november 2015 21:59 *To:* Denis Shienkov <denis.shien...@gmail.com> *Cc:* Thiago Macieira <thiago.macie...@intel.com>; interest@qt-project.org *Subject:* Re: [Interest] Qt 5.5.x & NVIDIA Tegra Jetson TK1 video performance issue I didn't use that confguratio

[Interest] QtMultimedia how to crosscompile with GStreamer

2015-11-03 Thread Denis Shienkov
Hi all, I have Ubuntu 14.04 i386 as host OS and I want to cross-compile Qt 5.5.1 for embedded ARM target. I already have a cross-compiled Qt 5.5.1, but with incomplete QtMultimedia module (without GStreamer 1.0). The problem is that pkg-config utility does not resolved the installed GStreamer

Re: [Interest] QtMultimedia how to crosscompile with GStreamer

2015-11-03 Thread Denis Shienkov
I'm sorry, the problem was on my side.. need to fix some of symlinks, like: $ sudo ln -sf /home/builder/Projects/tegra/rootfs/lib/arm-linux-gnueabihf/libglib-2.0.so.0 /home/builder/Projects/tegra/rootfs/usr/lib/arm-linux-gnueabihf/ libglib-2.0.so BR, Denis 2015-11-03 13:54 GMT+03:00 Denis

Re: [Interest] QtMultimedia how to crosscompile with GStreamer

2015-11-03 Thread Denis Shienkov
2.0.so <http://libglib-2.0.so> now it is solved. Thanks for your answer. BR, Denis 03.11.2015 17:32, Thiago Macieira пишет: On Tuesday 03 November 2015 09:27:44 Thiago Macieira wrote: On Tuesday 03 November 2015 13:54:12 Denis Shienkov wrote: Hi all, I have Ubuntu 14.04 i386 as host O

Re: [Interest] QCanBusDevice inheritance

2015-09-08 Thread Denis Shienkov
Hi. Because QIODevice is inconsistent with the CAN frames. The CAN uses a minimal entity - frame, which can not be divided to bytes. Besides, QIODevice's read/write/bytesAvailable methods has not sense, you can not read/write a half of frame and so on. You can not know a size of frame to

Re: [Interest] QCanBusDevice inheritance

2015-09-09 Thread Denis Shienkov
Benjamin, I forwarded your message to the mailing list back (you likely forgot to do it?). Now it could available to comments and for other developers (if you don't object). BR, Denis 2015-09-09 15:46 GMT+03:00 Denis Shienkov <denis.shien...@gmail.com>: > Benjamin, > > I forward

Re: [Interest] Cannot source debug Android on Qt 5.5.1 RC snapshot?

2015-09-24 Thread Denis Shienkov
You can look on https://bugreports.qt.io/browse/QTCREATORBUG-15032 BR, Denis 2015-09-23 23:28 GMT+03:00 Edward Sutton : > What are things to check when Android source code debugging stops working? > > I press debug run button then select my USB connected Android 5.1.1

[Interest] Deploy Qt on windows with relative paths

2016-01-19 Thread Denis Shienkov
Hi all. I want to launch my QML application, based on Qt 5.x, QtQuick 2 with following deployment tree: deploy |-> deploy-qt-runtime |-> deploy-my-app where 1) "deploy-qt-runtime" directory contains all required stuff, which is got by means of 'windeployqt.exe' (where I pass the --qmldir

Re: [Interest] Deploy Qt on windows with relative paths

2016-01-20 Thread Denis Shienkov
indows you can try to set up working directory in the shortcut... > > > > On 19.01.2016 20:56, Denis Shienkov wrote: > > > Hi all. > > > > > > I want to launch my QML application, based on Qt 5.x, QtQuick 2 with > > > following deployment tree: > > > > > &g

[Interest] Make friends the QtMultimedia and Tegra Jetson TK1

2016-02-19 Thread Denis Shienkov
Hi, folks, I have looked this blog [1] in which it is told about surprises of Tegra Jetson TK1. But, seems, I have a new surprise, when the QMediaPlayer shows four identical videos on the HDMI display, instead of one video. This happens as in QML (MediaPlayer/Video items), and as in C++

Re: [Interest] EGL Error : Could not create the egl surface: error = 0x300b

2016-04-26 Thread Denis Shienkov
Or, maybe your app has wrong linking to *EGL libraries... for example, your target has own *EGL libraries path, which is different than *EGL MESA libraries. Check your ldd. BR, denis 27.04.2016 2:21, Thiago Macieira пишет: On terça-feira, 26 de abril de 2016 18:02:02 PDT Ryan Elkholy

[Interest] [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-04 Thread Denis Shienkov
{quote} Hi all. I have some QML application, where just use QQuickView as QML container. This application uses Qt 5.7.x and running on Linux embedded board with the NVIDIA core (Toradex Apalis T30). But sometimes I got flickering in process of animation. A flickering represents in form of a

[Interest] [QML] Is it possible to catch a frame's pixmap during its changing?

2017-02-09 Thread Denis Shienkov
Hi all, I need to catch a pixmap on a desired QML's item before or after its rendering to send, e.g. to the network or to do something else. I want to use the C++ code for this purpose. So, I have following questions: 1) Is there are any way to know (e.g. to get a signal), that a desired QML

Re: [Interest] qt5-gstreamer

2016-08-17 Thread Denis Shienkov
Hi, It of course is good... But, IMHO, qt5-gstreamer [1] has following cons: 1. It has not QMake project file, instead it has CMake project file. 2. It required boost. It doesn't allow to use qt5-gstreamer for embedded devices. On some devices just there is no boost in repositories and I need

Re: [Interest] Android low latency BLE scanning

2017-05-11 Thread Denis Shienkov
QBluetoothDeviceDiscoveryAgent::setLowEnergyDiscoveryTimeout(int msTimeout) ? 2017-05-11 12:06 GMT+03:00 : > Hi, > Android supports several scan modes when scanning for BLE devices: > https://developer.android.com/reference/android/bluetooth/ > le/ScanSettings.html > > It

Re: [Interest] How to connect to bluetooth services like PBAB

2017-06-12 Thread Denis Shienkov
Use D-Bus API. 12.06.2017 9:32, Alex Blasche пишет: -Original Message- From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- project.org] On Behalf Of Abin Joseph But I would like to know if QBluetooth module support the same if so how to use it. QtBluetooth does not

[Interest] How to downgrade QtC from maintenance tool

2017-12-08 Thread Denis Shienkov
Hi all, Is it possible to downgrade the previously updated QtC, using MaintenanceTool utility? BR, Denis ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Denis Shienkov
*From:* Interest <interest-bounces+godboutj=amotus...@qt-project.org> on behalf of Denis Shienkov <denis.shien...@gmail.com> *Sent:* Thursday, February 15, 2018 9:25:38 AM *To:* interest@qt-project.org *Subject:* [Interest] How to make the QML gui be never stopped on Andro

[Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Denis Shienkov
Hi all, I use QML and Qt 5.9.3 on my Android application. I achieved some tricks that my application continued to work when the smartphone goes to sleep or when the user presses the 'power' button, i.e. seems, that an application running in background mode. I do not use an Android service here

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Denis Shienkov
on this, maybe Qt people can pitch in into this. You should have a C++ model or DB that hold the data until the application is bring back to front to display those data. *From:* Denis Shienkov <denis.shien...@gmail.com>

Re: [Interest] Parsing data from serialport

2019-04-05 Thread Denis Shienkov
> Never ever ever do I/O in the main GUI thread of a Qt application. Why not? It is an asynchronous. You can do I/O in a main thread, but handle data in a separate thread (e.g. to parse it). Of course, it depends on the used communication protocol and etc. A main limitation is that on Windows all

[Interest] How to hide the QSGGeometryNode?

2019-04-12 Thread Denis Shienkov
Hi all. I have an own class, derived from the QQuIckItem. This class contains a multiple child QSGGeometryNode-s. Each node has own fragment && vertex shader. Each node draws a curves, which are specified by a points set to a vertex array. So, I need possibility to hide any selected

Re: [Interest] How to hide the QSGGeometryNode?

2019-04-15 Thread Denis Shienkov
pp, line 1293 and, the node does not appeared again as a visible. пт, 12 апр. 2019 г. в 12:09, Giuseppe D'Angelo via Interest < interest@qt-project.org>: > Hello, > > Il 12/04/19 09:19, Denis Shienkov ha scritto: > > I have an own class, derived from the QQuIckItem. This c

Re: [Interest] How build qtserialbus from GIT?

2019-05-17 Thread Denis Shienkov
Hi, just open it in QtCreator and build. Note: But as it is a Qt module, then you need in the Perl (e.g ActivePerl on Windows) && Python (v2) installed. BR, Denis 17.05.2019 17:37, Oleg Gavrilchenko пишет: I want add MODBUS ASCII mode to qtserialbus. How to build qtserialbus cloned from

Re: [Interest] [Development] Qt 6 Planning: Consideration of dropping support for UWP applications

2019-04-21 Thread Denis Shienkov
What about the bluetooth (Classic && LE) support then? 21.04.2019 13:32, Boudewijn Rempt via Interest пишет: On zondag 21 april 2019 10:43:37 CEST Allan Sandfeld Jensen wrote: It seems a lot of new Windows API is UWP specific. For instance for HDR support I need to read the luminance level

Re: [Interest] QtSerialBus on Android

2019-12-12 Thread Denis Shienkov
Hi, > Yes I saw that, but same apply to QtSerialPort, i don't see why it's not available on Android. Android IS a Linux system, and it does have the tty bits. Because it requires the root right to use the serial ports in Android. Do you have a root rights for any device? Do you have the

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-17 Thread Denis Shienkov
Hi, you can just build the only qtconnectivity module from the QtCreator. You even don't need to re-build whole Qt. BR, Denis 17.09.2020 16:33, Colin Worth пишет: I installed VS2019 and will retry. I also have an error during perl init_repository (using ActivePerl): repository not found: