[Development] Stepping down as QtSerialPort maintainer

2020-10-07 Thread Denis Shienkov
Hi all. Unfortunately, I no longer have the time and desire to maintain the QtSerialPort module and would like someone else to take it over. I want to allocate more time for other projects. I will help maintain and review the code for a new person if it requires. Thanks so much for using QtSeri

[Development] Long live QBS plugin for VSCode

2020-10-22 Thread Denis Shienkov
Hi developers, Recently, I have started the plugin for the VS Code that support the QBS: * https://github.com/denis-shienkov/vscode-qbs Right now I have released the developer pre-view release v0.0.5: * https://github.com/denis-shienkov/vscode-qbs/releases/tag/v0.0.5 Right now this plugin

[Development] VSCode plugin for QBS is ready to use

2020-11-10 Thread Denis Shienkov
Hi all, the QBS plugin v0.0.8 right now is ready to use, and has been added to the VSCode Market: * https://marketplace.visualstudio.com/items?itemName=qbs-community.qbs-tools enjoy )) BR, Denis ___ Development mailing list Development@qt-projec

Re: [Development] Qbs development

2021-09-15 Thread Denis Shienkov
Hi Lars, Tuukka, > I also would very much like you to stay here. AFAIK, a main issue here not about of maintenance behaviour. A main issue in the access right on the Qbs project. F.e. right now it is hard to maintenance the CI integration with the GitHub, to generate the pre-compiled releases

Re: [Development] Qbs development

2021-09-15 Thread Denis Shienkov
ou are almost killed this nice build system. So, what sense now to stay on Qt infrastructure (what you can offer to us now, what's a goodies ) ? ;) BR, Denis. 15.09.2021 13:52, Denis Shienkov пишет: Hi Lars, Tuukka, > I also would very much like you to stay here. AFAIK, a main is

[Development] Please provide VM resources for the CI runners

2022-01-23 Thread Denis Shienkov
Hi guys, We need to have at least two separate VMs with Windows and Linux installed (or, at least one Windows VM) in order to continue the tests for Qbs using CI. We are use the GitHub resources for the auto-tests (including the Docker containners and so on), where all does work fine. But, we n

Re: [Development] Maintainance Tool

2022-03-04 Thread Denis Shienkov
Yes, it's kind of hysterical. I don't understand what the Qt company wants to achieve in the end? What is the purpose? So far, it looks more like a clowning: "the circus is gone, but the clowns remain." Qt Company can't stick your tongue out of the USA ass? :) I had a higher opinion of Qt Co

[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

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

2014-04-20 Thread Denis Shienkov
to receive two: bytesWritten(2 byte) + bytesWritten(2 byte) signals, or to receive one bytesWritten(4 byte) signal ? Can you please comment it? What behaviour should be implemented for these three scenarios? This question also causes many disputes since it is ambiguous. :( BR, D

[Development] the mailing list was compromised/cracked?

2014-04-20 Thread Denis Shienkov
Hi all.. I began to receive indecent e-mails ( the portfolios of prostitutes) in the form of "responses" to my questions in the mailing list. Of course, it is fine, but not in the Qt-development resource. Can you to take measures against it? :) BR, Denis ___

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

2014-04-21 Thread Denis Shienkov
ification (if was disabled) 9. forcibly to write the 'cd' to device (the Tx FIFO of device/driver has 3 bytes), the flush() do it 9. the driver transferring one byte 'b' from the Tx FIFO (the FIFO is decreased by one byte, and still contains the 'cd' bytes) 10. the

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

2014-04-21 Thread Denis Shienkov
Thiago, many thanks for your help. BR, Denis 21.04.2014 20:12, Thiago Macieira пишет: > Em seg 21 abr 2014, às 16:50:50, Denis Shienkov escreveu: >> Hmmm.. >> >> Thiago, what do you mean by "writeable"? It is when device was opened in >> the WriteOnly (ReadW

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

2014-04-22 Thread Denis Shienkov
Hi Kuba, > The `QSerialPort` API must be nonblocking, It is truth, currently it is non-blocking. > The writes should be executed right away if they won’t block. The semantics would be: There are some problems, please see below: > 1. Check how many bytes can be written to the OS device buffers

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

2014-04-22 Thread Denis Shienkov
shed to switch to reception. For this purpose it is possible to use bytesWritten(qint64) signal. BUT, in case same implementation as in QAbstractSocket, we got an fail, because bytesWritten() will tell lies to us. > Example: QWindowsPipeWriter. It has to be re-implemented to "IO Completion Port&quo

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

2014-04-22 Thread Denis Shienkov
rms anyway, i.e. the user can be confused. Bad bad bad... :) BR, Denis 2014-04-22 18:42 GMT+04:00 Thiago Macieira : > Em ter 22 abr 2014, às 12:28:39, Denis Shienkov escreveu: > > If to be honest, I don't agree with implementation with emission of the > > bytesWritten() si

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

2014-04-27 Thread Denis Shienkov
Hi Carlos. > Look at the read/write calls in Unix. If you use the asynchronous mode of operation you will get an error if the data cannot be read/written. No data is lost, unless you explicitly delete the data you pass to those functions. And from your point of view there is no way to tell if

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

2014-04-28 Thread Denis Shienkov
atform) as in Windows. Because in other case, the bytesWritten() loses the sense; becomes a ballast which doesn't bear the useful sense. BR, Denis 2014-04-28 0:34 GMT+04:00 Thiago Macieira : > Em dom 27 abr 2014, às 11:08:44, Denis Shienkov escreveu: > > Here I am a little disa

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

2014-04-28 Thread Denis Shienkov
2PM -0700, Thiago Macieira wrote: > > Em dom 27 abr 2014, às 11:08:44, Denis Shienkov escreveu: > > > Here I am a little disagree. Because in Unbuffered mode, loss of data > is > > > exists. For example, in a case when the port accepts a data stream. And > > > when th

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

2014-04-29 Thread Denis Shienkov
>The behaviour of QTcpSocket on all platforms and of QProcess on Unix. Well, thanks a lot. I will take these arguments into account and we will think what to do farther. UPD: Guys, many thanks BR, Denis 2014-04-28 20:25 GMT+04:00 Thiago Macieira : > Em seg 28 abr 2014, às 17:04:31,

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

2014-04-29 Thread Denis Shienkov
at 01:34:52PM -0700, Thiago Macieira wrote: > >> Em dom 27 abr 2014, ?s 11:08:44, Denis Shienkov escreveu: > >> > Here I am a little disagree. Because in Unbuffered mode, loss of data > is > >> > exists. For example, in a case when the port accepts a data stream. &

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

2014-04-29 Thread Denis Shienkov
2014-04-29 19:13 GMT+04:00 Denis Shienkov : > > Yes. Except that you're referring to non-existent unbuffered modes of > > QTcpSocket and QProcess... > > Ok, then what is it "This code is for the new Unbuffered QTcpSocket use > case"? > > &

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

2014-04-30 Thread Denis Shienkov
Em ter 29 abr 2014, às 19:16:51, Denis Shienkov escreveu: > > > > Yes. Except that you're referring to non-existent unbuffered modes of > > > > QTcpSocket and QProcess... > > > > > > Ok, then what is it "This code is for the new Unbuffere

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

2014-05-23 Thread Denis Shienkov
hi, everybody, Again I want to continue discussion of previous thread: http://lists.qt-project.org/pipermail/development/2014-April/016780.html I will remind that earlier I made an summary of the general moments of behavior at I/O implementation that should be in ideally (yes?): 1) Buffered mod

Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-05 Thread Denis Shienkov
Hi, I found it a little not clear: > the stable branches will continue to exist for the next weeks but after week, where to need to do push new changes? in /5.3.2 ? /dev? :) > however, do not push new reviews for/stable but where then to do push for new reviews? BR, Denis 2014-06-05 18:39 G

Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-05 Thread Denis Shienkov
Sergio, many thanks.. BR, Denis 05.06.2014 19:00, Sergio Ahumada пишет: > Hi, > > On 05.06.2014 16:52, Denis Shienkov wrote: >> Hi, >> >> I found it a little not clear: >> >> > the stable branches will continue to exist for the next weeks >>

[Development] Is make sense to use QVarLengthArray instead of QByteArray/QVector ?

2014-07-04 Thread Denis Shienkov
Hi all. I have plans to replace use of QByteArray, which is used as the container for work with еру WinAPI functions, for example on QVarLengthArray. But I am confused by the fact of that in guts of QtCore is still often used the QByteArray for this purpose. Upon transition to QVarLengthArray the

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

2014-07-10 Thread Denis Shienkov
Perhaps, it makes sense to select an output message sink in runtime? E.g. before QCoreApplication, by means of specify some QLogging flags, to override the installMessageHandler and so on? Maybe make sense to introduce a some pre-defined qInstallMessageHandler's() or something others functions, li

Re: [Development] Bluetooth LE

2014-07-15 Thread Denis Shienkov
Hi guys, and what plans for support of BLE in Windows? PS: E.g. I'm currently can help with Windows (MS BLE stack). I have an some BLE devices.. Best regards, Denis 2014-07-15 11:59 GMT+04:00 Blasche Alexander : > Hi, > > It is being worked on and there will likely be some elements of it in

Re: [Development] Bluetooth LE

2014-07-15 Thread Denis Shienkov
+04:00 Blasche Alexander : > Hi Denis, > > > -Original Message- > > From: Denis Shienkov [mailto:denis.shien...@gmail.com] > > > and what plans for support of BLE in Windows? > > > > > > PS: E.g. I'm currently can help with Windows (MS BLE st

[Development] ARM GDB with Python support for Windows host

2014-12-10 Thread Denis Shienkov
Hi all. I trying to build a GDB (with python suport) for the ARM target on Windows host (with MinGW/MSYS), but without of result. It is failed on libiconv v1.14 building (a wrong -DINSTALLDIR escaping without quotes in libcharset sub-dir). I use this WIKI: http://qt-project.org/wiki/QtCreatorBuil

Re: [Development] ARM GDB with Python support for Windows host

2014-12-10 Thread Denis Shienkov
Oops, now all builds without errors. Just need to use make.exe from MSYS, instead of mingw32-make from MinGW. It is my stupid mistake. 2014-12-10 12:31 GMT+03:00 Denis Shienkov : > Hi all. > > I trying to build a GDB (with python suport) for the ARM target on Windows > host (wit

Re: [Development] Android Serial Port USB device

2015-01-19 Thread Denis Shienkov
Hi all, Yes, thanks to Mike! He started it implementation, but does not complete it. ;) For example, some people (e.g. on our russians forums) ask me about "non-rooted" Android support. In this case I always forward/point these people to Mike's patches (to looks and to try those patches). B

[Development] Impossible to do review after a logon

2015-02-08 Thread Denis Shienkov
Hi all, After logon on https://codereview.qt-project.org/#/, and rtying to "enter" on any commit to @expand" it, I got a following error: " Working... Code Review - Error Server Unavailable 0 " But if a try to do same without logon, then I can view content of any patch, to see any comments, and

Re: [Development] Impossible to do review after a logon

2015-02-08 Thread Denis Shienkov
ew.qt-project.org/#/settings/agreements are unavailable for me (I got same error as above). BR, Denis 08.02.2015 14:12, Denis Shienkov пишет: Hi all, After logon on https://codereview.qt-project.org/#/, and rtying to "enter" on any commit to @expand" it, I got a following error: "

Re: [Development] Impossible to do review after a logon

2015-02-08 Thread Denis Shienkov
UPD2: This happens on Windows && Firefox 35.0.1 only, though on Linux && Rekonq this works fine. 2015-02-08 11:32 GMT+00:00 Denis Shienkov : > UPD: Also I can go to my account settings on: > >- https://codereview.qt-project.org/#/settings/ > > also c

Re: [Development] [Solved] Impossible to do review after a logon

2015-02-08 Thread Denis Shienkov
ome. > > Bo. > > Den 08-02-2015 kl. 12:39 skrev Denis Shienkov: >> UPD2: This happens on Windows && Firefox 35.0.1 only, though on Linux && >> Rekonq this works fine. >> >> >> 2015-02-08 11:32 GMT+00:00 Denis Shienkov > <mailto:denis.sh

[Development] 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 stopping

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

2015-02-18 Thread Denis Shienkov
Alexander, > I used offset property. can you please explain it? BR, Denis 18.02.2015 20:02, Alexander Kuchumov пишет: > I used offset property. > > > >> 18 февр. 2015 г., в 19:45, Denis Shienkov >> написал(а): >> >> Hi all. >> >> I want to

[Development] Git clone hangs on Linux using SSH

2015-02-25 Thread Denis Shienkov
Hi all. Currently I can not clone any of repo using the "git clone" command, this attempt hangs forever on my ArchLinux: " [denis@pclab serial]$ git clone ssh:// codereview.qt-project.org:29418/qt/qtserialport.git Cloning into 'qtserialport'... ^C [denis@pclab serial]$ git clone ssh:// codere

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
25 February 2015 20:24:40 Denis Shienkov wrote: >> Hi all. >> >> Currently I can not clone any of repo using the "git clone" command, >> this attempt hangs forever on my ArchLinux: > That's expected. Don't clone from the Gerrit server. Clone from Gitori

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
iago Macieira пишет: > On Thursday 26 February 2015 22:00:21 Denis Shienkov wrote: >> > Don't clone from the Gerrit server. Clone from Gitorious, GitHub or >> >> one of the other mirrors. >> >> Hmm? I'm sorry, but what about this instructions: >

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
y: $git push gerrit HEAD:refs/for/5.4 and for me it is unclear how to use the "git-gpush" script (as I understand that gpush it is mandatory option for it?) 26.02.2015 22:35, Giuseppe D'Angelo пишет: > On 26 February 2015 at 20:31, Denis Shienkov wrote: >> Hmm..

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
"push" (with an errors about the missing hook / change id). 2015-02-26 19:47 GMT+00:00 Giuseppe D'Angelo : > On 26 February 2015 at 20:42, Denis Shienkov > wrote: > > > > Though, here > > > http://qt-project.org/wiki/Setting-up-Gerrit#e948ac2dda3846b

Re: [Development] Use of Standard Library containers in Qt source code

2016-07-02 Thread Denis Shienkov
Hi all. Then it is necessary to bring up a question of use of C-style of 'arrays', e.g. there has to be something like: qt:containers vs std::containers vs C-arrays Because I see in Qt sources, that often are uses C-arrays, that is "worse" than qt:containers vs std::containers. So, then we nee

[Development] Configurable Maintenance Tool

2016-07-07 Thread Denis Shienkov
Hi All, Is it possible to make the Maintenance Tool utility is more configurable? Or, maybe, is it planned in future? e.g. I want to able to add/remove some modules by own choosing: - QtMultimedia - QtConnectivity - QtSerialPort and so on.. But, currently the Maintenance Tool does not provide

[Development] [QtMultimedia] Still is supported, active?

2016-07-20 Thread Denis Shienkov
Hi guys, I write the angry letter concerning fixing of errors in QtMM the module. Sorry, but I have no more patience to be silent. This module contains a set of *critical* errors, some of which aren't not fixed within 6 months. For example, currently it is impossible to use QtMM > 5.6 in Win

Re: [Development] [QtMultimedia] Still is supported, active?

2016-07-20 Thread Denis Shienkov
you are upset your bug is not being fixed. Not cool. Andy Nichols *From:* Development on behalf of Denis Shienkov *Sent:* Wednesday, July 20, 2016 10:16:37 PM *To:* development@qt-project.org *Subject:* [Development

Re: [Development] [QtMultimedia] Still is supported, active?

2016-07-21 Thread Denis Shienkov
@ Thiago, >The one you linked to is P2 - Important. It's neither critical nor showstopper. It isn't I did the decision about assigning the P2 status. I personally would establish P0/P1 if it would make sense (but, it is just "empty work" which won't change anything). Since many bugs with P1 statu

[Development] Commits: Is it possible to add a missed "default" parameters of methods?

2016-07-26 Thread Denis Shienkov
Hi all, Thiago. Seems, we (I'am) have missed default parameters for the waitFor() methods of QSerialPort: * https://codereview.qt-project.org/#/c/165583/ So, my questions: 1. Is it possible just to add of a missed default params and to merge it? 2. If yes, then, what of a branch is makes sense?

Re: [Development] Commits: Is it possible to add a missed "default" parameters of methods?

2016-07-26 Thread Denis Shienkov
Ok, many thanks. 2016-07-26 14:51 GMT+03:00 Marc Mutz : > On Tuesday 26 July 2016 14:41:25 Denis Shienkov wrote: > > Hi all, Thiago. > > > > Seems, we (I'am) have missed default parameters for the waitFor() methods > > of QSerialPort: > > > > *

[Development] [QLockFile] Whether it is reasonable to use 0644 permission ?

2016-07-26 Thread Denis Shienkov
Hi all. As I can see, the QLockFile opens a lock-file with the 0644 permissions in Linux, e.g. see QLockFile::LockError QLockFilePrivate::tryLock_sys() [1]. That means that only one user (owner) can modify this file. But it leads to problems, for example, when this use-case: 1. User 'A' cre

Re: [Development] [QLockFile] Whether it is reasonable to use 0644 permission ?

2016-07-27 Thread Denis Shienkov
> and let the umask determine which bits to exclude. what do you mean here? why we need to use umask, and why we need to exclude bits? 27.07.2016 10:01, Thiago Macieira пишет: On quarta-feira, 27 de julho de 2016 09:49:14 PDT Denis Shienkov wrote: Why just do not use 0666 permissions

[Development] Is the MNG format supported in official installer?

2016-07-27 Thread Denis Shienkov
Hi all. I want to use an MNG animation, using official Qt 5.7 from MSVC2015 installer.. BUT: I do not see in 5.7\msvc2015\plugins\imageformats\ apropriate qmng.dll (or something like) plugin, so leads to fails with the QML's AnimatedSprite item, with error: : QML Sprite: Error decoding: file:///

Re: [Development] Is the MNG format supported in official installer?

2016-07-27 Thread Denis Shienkov
Hmm.. Now I have cloned the "imageformats" source module, open its *.pro file from QtC, and re-build it... BUT: I too do not see the output qmng.dll target, though, I see this 'mng' plugin in the source's tree... Seems it did not compiles.. o_O 2016-07-27 14:47 GMT+03:

Re: [Development] Is the MNG format supported in official installer?

2016-07-27 Thread Denis Shienkov
Ahh... seems, the config.tests for MNG fails.. 2016-07-27 15:03 GMT+03:00 Denis Shienkov : > Hmm.. Now I have cloned the "imageformats" source module, open its *.pro > file from QtC, and re-build it... > > BUT: I too do not see the output qmng.dll target, though, I see this

Re: [Development] Is the MNG format supported in official installer?

2016-07-27 Thread Denis Shienkov
. seems it is problem (especially with MSVC), because libmng depends on others libraries (as I see). But, thanks anyway. 27.07.2016 18:50, Thiago Macieira пишет: On quarta-feira, 27 de julho de 2016 15:06:29 PDT Denis Shienkov wrote: Ahh... seems, the config.tests for MNG fails.. That's beca

Re: [Development] [QLockFile] Whether it is reasonable to use 0644 permission ?

2016-07-27 Thread Denis Shienkov
So, as I understand, you agree that QLockFile should be fixed.. Who will produce a patch? Thiago, maybe you can do it? :) PS: Because I do not understand an idea with the umask... I simply would replace 0644 with 0666 in sources... and nothing more.. 28.07.2016 0:23, Thiago Macieira пишет: O

Re: [Development] [QLockFile] Whether it is reasonable to use 0644 permission ?

2016-07-27 Thread Denis Shienkov
Currently this problem belongs to QSerialPort which internally uses QLockFile to indication of employment of the /dev/ttyXYZ resources.> is this still a problem on modern unixes? > is this still a problem on modern unixes? Yes, of course, it still is a problem... There are one TIOCEXCL flag t

[Development] [QML] Avoiding graphics flicker in Quick2

2016-07-28 Thread Denis Shienkov
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 "white" strip

[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 "whi

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-04 Thread Denis Shienkov
p://lists.qt-project.org/pipermail/development/2016-July/026736.html > > On Thu, Aug 4, 2016, at 01:50 PM, Denis Shienkov wrote: > > {quote} > > > > Hi all. > > > > I have some QML application, where just use QQuickView as QML container. > > This application u

[Development] [QML][EGLFS] Bits depth

2016-08-04 Thread Denis Shienkov
Hi guys, I have use Qt 5.7 on Linux Embedded board (Toradex Apalis T30) with the EGLFS via X11 platform (NVidia drivers). My QML application uses 24-bit PNG images. But I see that these images is looks like 16-bit (I see the gradients borders, and it looks ugly), howewer my X11 uses DefaultDepth

Re: [Development] [QML][EGLFS] Bits depth

2016-08-04 Thread Denis Shienkov
are probably > rare. > > > As for the "other bad issues", the flickering, that is the real issue > here, but that's likely caused by something else outside of Qt's scope. > > > Best regards, > > Laszlo > -- > *From:*

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-04 Thread Denis Shienkov
GLFS only? 2) Should I re-build Qt5 too with the "--no-opengl" option (or I can keep the "-opengl es2" option) ? 04.08.2016 16:10, Denis Shienkov пишет: Hi Robin, > Repeating my last answer... > http://lists.qt-project.org/pipermail/development/2016-July/026736.

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-05 Thread Denis Shienkov
ne > and store the gradients as images or write a custom material that applies > the > dithering in the fragment shader. > > Cheers, > > Sean > > On Friday 05 August 2016 08:12:59 Denis Shienkov wrote: > > Hi all, > > > > I have an idea how to avoid flicker

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-05 Thread Denis Shienkov
ut where? 2016-08-05 12:03 GMT+03:00 Sean Harmer : > On Friday 05 August 2016 12:02:10 Denis Shienkov wrote: > > > Can you try a plain OpenGL test application with RGBA8 framebuffer > > > > Do you mean: I should take any OpenGL application from the Qt examples? >

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-05 Thread Denis Shienkov
t; > On Friday 05 August 2016 14:22:00 Denis Shienkov wrote: > > So, I have compiled the standard Samehame QMML application from: > > > > /home/builder/Projects/qt5/qtdeclarative/examples/quick/demos/samegame/ > > > > and got same artifacts when I use RDBA= mo

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-05 Thread Denis Shienkov
oy-apps/contextinfo Application finished with exit code 134. {quote} So, it is impossible for me check it with pure OpenGL at all.. 2016-08-05 14:53 GMT+03:00 Denis Shienkov : > > I suggested to use an OpenGL example > > Pure Open GL example does not work at all (e.g. I tried Cube example

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-05 Thread Denis Shienkov
ode {quote} is it normal? 2016-08-05 16:16 GMT+03:00 Giuseppe D'Angelo : > On Fri, Aug 5, 2016 at 2:56 PM, Denis Shienkov > wrote: > > EGLFS: OpenGL windows cannot be mixed with others. > > Just change example, as you picked one which uses mu

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-05 Thread Denis Shienkov
UPD: Now, I have running the qopenglwindow example application with QT_QPA_EGLFS_FORCE888=1 and see that flickering artifacts occurred sometimes. It is an interest moment, that without QT_QPA_EGLFS_FORCE888, the OpenGL draws the rectangle more slowly. 2016-08-05 16:47 GMT+03:00 Denis Shienkov

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-08 Thread Denis Shienkov
(w, h-1), then, seems I do not see any flickers. 2016-08-05 20:11 GMT+03:00 Louai Al-Khanji : > > > On Aug 4, 2016, at 6:10 AM, Denis Shienkov > wrote: > > > I'm going to guess you're using eglfs or something like that > > > > Yes, I use EGLFS vi

Re: [Development] [QML] Avoiding graphics flicker in Quick2

2016-08-08 Thread Denis Shienkov
> BUT: If I use resize(w, h+1) or resize(w, h-1), then, seems I do not see any flickers. Sorry, but with XCB also flickered. :( 2016-08-08 14:05 GMT+03:00 Denis Shienkov : > > Can you try the regular xcb qpa plugin and see whether that has the same > behavior? > > Yes, I have

Re: [Development] Adding 3rdpary libraries to QtSerialBus

2016-08-11 Thread Denis Shienkov
Hi Andre, We can try to use libudev (or to parse the sysfs entries) to find out additional information too. At first, we just need to check what we can take from it. BR, Denis 11.08.2016 16:28, André Hartmann пишет: Hi all, [Re-sent as I think something went wrong the first time, the mail d

[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

<    1   2   3   >