Re: [Development] [Interest] QEvent problem

2015-05-26 Thread Berkay Elbir
Yeah. I think that is the reason. I have multiple widgets and some widgets are created in another widget. So I need to arrange these shortcuts with event filter or something like that I do not know yet. Thanks for replies. On Tue, May 26, 2015 at 8:14 PM, Matthew Woehlke < mw_tr...@users.sourcefor

Re: [Development] New Module for Serial Buses

2015-05-26 Thread Thiago Macieira
On Tuesday 26 May 2015 17:40:05 Viironen Kalle wrote: > On 26/05/15 19:42, "Thiago Macieira" wrote: > > > >On Tuesday 26 May 2015 15:19:26 Hausmann Simon wrote: > > > >>Good point :) > >>I was under the assumption that the concepts are too different, but if > >>they > >>aren't then maybe a joint

Re: [Development] New Module for Serial Buses

2015-05-26 Thread Viironen Kalle
On 26/05/15 19:42, "Thiago Macieira" wrote: >On Tuesday 26 May 2015 15:19:26 Hausmann Simon wrote: >>Good point :) >>I was under the assumption that the concepts are too different, but if >>they >>aren't then maybe a joint module would make sense. > >At the very least it's a superset and QtSeri

Re: [Development] New Module for Serial Buses

2015-05-26 Thread Thiago Macieira
On Tuesday 26 May 2015 15:19:26 Hausmann Simon wrote: > Good point :) > > I was under the assumption that the concepts are too different, but if they > aren't then maybe a joint module would make sense. At the very least it's a superset and QtSerialPort (the library) should be moved into the new

Re: [Development] QEvent problem

2015-05-26 Thread Thiago Macieira
On Tuesday 26 May 2015 19:23:02 Berkay Elbir wrote: > I simplified the event handler function. This is an event handler of a > widget and there are different processes for every event case. In my > widget, I catch events and doing something in terms of them. For example, > as I said before I presse

Re: [Development] QEvent problem

2015-05-26 Thread Berkay Elbir
I simplified the event handler function. This is an event handler of a widget and there are different processes for every event case. In my widget, I catch events and doing something in terms of them. For example, as I said before I pressed "Delete" button of keyboard, type of event ( e->type() ) i

Re: [Development] New Module for Serial Buses

2015-05-26 Thread Hausmann Simon
Good point :) I was under the assumption that the concepts are too different, but if they aren't then maybe a joint module would make sense. Simon Original Message From: Thiago Macieira Sent: Tuesday, May 26, 2015 17:06 To: development@qt-project.org Subject: Re: [Development] New Module for

Re: [Development] New Module for Serial Buses

2015-05-26 Thread Thiago Macieira
On Tuesday 26 May 2015 15:47:04 Simon Hausmann wrote: > My first suggestion is to give the module a better name. "Bus" is an > overloaded term with many meanings and it is IMO too close to our "DBus" > module. Why not go with what your first sentence in the email used: > > "We’d like to create

Re: [Development] QEvent problem

2015-05-26 Thread Thiago Macieira
On Tuesday 26 May 2015 16:10:08 Berkay Elbir wrote: > bool eventFilter(QObject *o, QEvent *e){ > switch(e->type()){ > case QEvent::MouseButtonPress: > case QEvent::MouseMove: > case QEvent::MouseButtonRelease: > case QEvent::Shortcut: > case QEvent::KeyRelease: > > } > return false; > } > > My f

Re: [Development] New Module for Serial Buses

2015-05-26 Thread Simon Hausmann
On Tuesday, May 26, 2015 01:33:59 PM Viironen Kalle wrote: > Hi, > > We’d like to create a new Qt module for serial buses. At first stage this > generic extendable module would include support for CAN-bus, but > architecture should be such that supporting also other generally used > serial buses l

[Development] QEvent problem

2015-05-26 Thread Berkay Elbir
Hello all, I want to mention an issue that I have faced. I have an event filter of a widget and when I press "Delete" button, event types coming to event Filter changes. bool eventFilter(QObject *o, QEvent *e){ switch(e->type()){ case QEvent::MouseButtonPress: case QEvent::MouseMove: case QEvent

Re: [Development] Support for custom Diffie-Hellman parameters in QSslSocket

2015-05-26 Thread Mikkel Krautz
For anyone following this, the change is now at: https://codereview.qt-project.org/#/c/113070 On Tue, May 26, 2015 at 12:11 PM, Mikkel Krautz wrote: > Hi Rich, > > Sorry for the clash of work -- I had this sketch done on Saturday, and > thought I would have more time during the weekend to hack o

Re: [Development] Is QImage movable

2015-05-26 Thread Иван Комиссаров
Good, that's what i exactly wanted to know. 2015-05-26 14:56 GMT+03:00 Marc Mutz : > On Saturday 23 May 2015 19:47:28 Thiago Macieira wrote: > > On Saturday 23 May 2015 15:35:23 Иван Комиссаров wrote: > > > Hi. > > > > > > I’ve created a QVector of QImages and tried to insert an image in the > >

Re: [Development] Is QImage movable

2015-05-26 Thread Marc Mutz
On Saturday 23 May 2015 19:47:28 Thiago Macieira wrote: > On Saturday 23 May 2015 15:35:23 Иван Комиссаров wrote: > > Hi. > > > > I’ve created a QVector of QImages and tried to insert an image in the > > vector: QVector images; > > images.insert(images.begin(), QImage()); > > > > I got a compiler

[Development] [Announce] Qt 4.8.7 released

2015-05-26 Thread List for announcements regarding Qt releases and development
We are happy to announce the release of Qt 4.8.7: http://blog.qt.io/blog/2015/05/26/qt-4-8-7-released/ Big thanks for everyone who made this possible! -- Akseli Salovaara Software Specialist The Qt Company ___ Announce mailing list annou...@qt-project.

Re: [Development] Support for custom Diffie-Hellman parameters in QSslSocket

2015-05-26 Thread Mikkel Krautz
Hi Rich, Sorry for the clash of work -- I had this sketch done on Saturday, and thought I would have more time during the weekend to hack on it. However that turned out not to be the case, so I threw this out here. I'll strive to be more communicative in the future. :-) WRT tests and docs: I'm aw

Re: [Development] Support for custom Diffie-Hellman parameters in QSslSocket

2015-05-26 Thread Richard Moore
Hi Mikkel, Please could you upload your change to gerrit so I can review it properly? I was actually implementing this yesterday, but since you've got it done I'll abandon my change. If you add me as the reviewer then I'll add the other relevant people. The change seems mainly okay, but there are

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-26 Thread Ziller Eike
> On May 23, 2015, at 05:03, Ariel Molina wrote: > > Hi, > > I solved the problem, just want to share, > > On Wed, May 20, 2015 at 12:16 PM, Edward Sutton > wrote: > I understand the config commands used to build Qt packages are here: > > http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packagi