Re: [Development] QWebsocket remark

2014-02-18 Thread Kurt Pattyn
Hi Martin, > On 17 Feb 2014, at 19:39, Martin Koller wrote: > > Hi, > > had a quick look into the implementation as I wanted to use it in my existing > webserver. > However, the API does not provide a way to use it for an _existing_ tcp > communication channel. Do you mean a QTcpSocket? > > W

Re: [Development] Maintaining attributes when creatinng an C++ object to be used in QML

2014-02-18 Thread Thiago Macieira
Em ter 18 fev 2014, às 01:59:07, antonio.cano.go...@ovi.com escreveu: > My problem is that values bloom_parameters _parameters ; bloom_filter > _filter; lost their value when I call to the method Q_INVOKABLE bool > checkElement(const QString &cadena) ; > > > Can someone help? Hello Ant

[Development] Multimedia Bugs

2014-02-18 Thread Cornelius Hald
Hi, there are quite many multimedia bugs that are not getting evaluated/commented on or that had no progress for quite some time. Most of them regarding audio/video playback and general reliability. I don't want to complain - I know everyone is really busy. I'm just bringing them up here hoping th

Re: [Development] Rules for including private headers

2014-02-18 Thread Ulf Hermann
I've settled for the syntax now. See http://qt-project.org/wiki/Coding-Conventions . Kai convinced me that qt_x11_p.h is actually special because it #undef's some things other headers may need. -- Ulf Hermann, Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berl

[Development] Maintaining attributes when creatinng an C++ object to be used in QML

2014-02-18 Thread antonio . cano . gomez
Hi, I have created the QObject class: #ifndef BLOOMFILTERS_H #define BLOOMFILTERS_H #include #include "svn/bloom-read-only/bloom_filter.hpp" class Bloomfilters : public QObject {     Q_OBJECT     Q_PROPERTY(bloom_parameters parameters READ parameters WRITE setParameters NOTIFY parametersChan

Re: [Development] HEADS UP: merge stable into release and dev into stable

2014-02-18 Thread Heikkinen Jani
Hi all, Unfortunately we haven't been able to start merge from dev branch to stable yet. One merge conflict needs to be solved still but now it seems we have fix available and I am really hoping we can start merge later today. Matti will inform you when merge is done. Br, Jani From: Heikkinen

[Development] ActiveQt Word automation and event-handling

2014-02-18 Thread Nagel, Andreas
Hello, I try to use ActiveQt and COM-automation. I posted several questions to Qt-Forum and stackoverflow but nobody could give me an answer to that topic. I seems that there is no community for ActiveQt which leads me to the assumption that that this library is not much used. What I want to do

Re: [Development] Embedded (Linux) specific features

2014-02-18 Thread Thomas Senyk
On Sunday, 16 February, 2014 0:36:39 Laszlo Papp wrote: > On Sat, Feb 15, 2014 at 8:45 PM, Pau Garcia i Quiles > > wrote: > > On Sat, Feb 15, 2014 at 9:05 PM, Laszlo Papp wrote: > >> I wrote some C++ classes 1.5-2 years ago for some of the following > >> features: > >> > >> * GPIO > >> * Eeprom

Re: [Development] i.MX6 zero copy video playback

2014-02-18 Thread Thomas Senyk
On Thursday, 13 February, 2014 13:16:42 Michael Olbrich wrote: > Hi, > > On Wed, Feb 12, 2014 at 10:43:25AM +0100, Thomas Senyk wrote: > > I finally got around to polish and upstream zero copy video playback for > > the i.MX6. > > > > The change: > > https://codereview.qt-project.org/#change,7676

Re: [Development] i.MX6 zero copy video playback

2014-02-18 Thread Thomas Senyk
On Thursday, 13 February, 2014 9:16:43 Michal Lazo wrote: > Do you use gstreamer 0.10 for video audio pipeline > or android ? gstreamer > > Best > > > On Wed, Feb 12, 2014 at 10:43 AM, Thomas Senyk > > wrote: > > Hi, > > > > I finally got around to polish and upstream zero copy video playbac

Re: [Development] Status of Qt3D?

2014-02-18 Thread Konstantin Ritt
Just to mention, Qt3D's QML plugin hardly depends on RTTI. In Qt as well as in Qt add-ons (I believe), we should avoid depending on RTTI or exceptions. Regards, Konstantin 2014-02-18 10:06 GMT+02:00 dakron : > it looks like there is still a lot to do but anyway good stuff. thank you > > > On Sa

Re: [Development] Status of Qt3D?

2014-02-18 Thread dakron
it looks like there is still a lot to do but anyway good stuff. thank you On Saturday, February 15, 2014, Laszlo Papp wrote: > On Wed, Feb 5, 2014 at 1:51 PM, Sylvain THIBAUT > > wrote: > > Hi Sean, > > > >> The project is far from dead. We are hacking on it right now, but given > how > >> much