Re: [Interest] Syncing tree views.

2016-07-30 Thread Ch'Gans
On 30 July 2016 at 03:51, william.croc...@analog.com wrote: > >>> >>> IIRC: The first 'L' in LGPL stands for 'Lesser', not 'Library'. >> >> >> For version 2 (which the above text refers to), it was called >> "Library". You are free to use the later versions, whatever name they now >> have. >> See

Re: [Interest] ThreadSafeQueue class deadlocks after consumer acquire

2016-07-30 Thread Ch'Gans
On 31 July 2016 at 09:44, Konstantin Shegunov wrote: > Hello, > > On Sat, Jul 30, 2016 at 10:17 PM, Nilesh Kokane > wrote: >> >> The push function is called for 1000 times though. Any clue? > > > When the pushing of data finishes all threads that are waiting for new data > will be hanging on cons

Re: [Interest] ThreadSafeQueue class deadlocks after consumer acquire

2016-07-30 Thread Konstantin Shegunov
Hello, On Sat, Jul 30, 2016 at 10:17 PM, Nilesh Kokane wrote: > > The push function is called for 1000 times though. Any clue? > When the pushing of data finishes all threads that are waiting for new data will be hanging on consumer.acquire(). Since you provide no way for them to continue, or to

[Interest] ThreadSafeQueue class deadlocks after consumer acquire

2016-07-30 Thread Nilesh Kokane
Hello, I've a threadsafe queue designed as below. I'm pushing data from one thread and popping from the other thread, but the pop is not working. The movement I consumer.acquire() in the pop function from the other thread it goes to dead lock. #define MAX_COUNT 1000 static unsigned int count =

[Interest] Qt 5.7 QuickControls 2 are not multitouch??

2016-07-30 Thread Nuno Santos
Hey, One thing that made me create my own controls was the lack of multitouch support, this is, I cannot use two sliders at the same time. Believe me, there are cases in you will want that! For my surprise, it seems that QtQuickControls 2.0 still doesn’t support multitouch. Am I missing someth