[Development] 4.8 does not compile on OS X 10.11 - https://bugreports.qt.io/browse/QTBUG-48079

2015-09-02 Thread Thiago Macieira
https://bugreports.qt.io/browse/QTBUG-48079 Looks like Apple began removing deprecated functions. Since 4.8 is now closed for changes that aren't security-related, that means 4.8 will not compile on OS X 10.11. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Op

Re: [Development] QT_NO_DRAGANDDROP qt 5.6 git build fails

2015-09-02 Thread Samuel Gaist
On 2 sept. 2015, at 15:35, Giuseppe D'Angelo wrote: > Il 02/09/2015 15:02, Gunnar Roth ha scritto: >> If you wonder why i need that, its because of wc2013 it has no DnD >> support ( as wec7 had). > > Submit a patch? :) > > Unfortunately Qt is not tested in all the possible -no-feature switches

Re: [Development] QT_NO_DRAGANDDROP qt 5.6 git build fails

2015-09-02 Thread Giuseppe D'Angelo
Il 02/09/2015 15:02, Gunnar Roth ha scritto: If you wonder why i need that, its because of wc2013 it has no DnD support ( as wec7 had). Submit a patch? :) Unfortunately Qt is not tested in all the possible -no-feature switches. Cheers, -- Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Softwa

Re: [Development] QT_NO_DRAGANDDROP qt 5.6 git build fails

2015-09-02 Thread Gunnar Roth
I' d like to add that qtbase/src/widgets/itemviews/qlistwidget.h(246) : error C3668: 'QListWidget::dropEvent' method with override specifier 'override' did not override any base class methods shows the similar problem. But here the implemntaion if  not there because of #ifndef QT_NO_DRAGANDDROP

[Development] QT_NO_DRAGANDDROP qt 5.6 git build fails

2015-09-02 Thread Gunnar Roth
Hello, QT_NO_DRAGANDDROP qt defines to adapt qt at compile time is a nice feature. Q_DECL_OVERRIDE is also somwehat nice.   But together they lead to build errors. void QGraphicsView::dragEnterEvent(QDragEnterEvent *event) { #ifndef QT_NO_DRAGANDDROP       void dragEnterEvent(QDragEnterEven

Re: [Development] mouse wheel zooming and inertial scrolling

2015-09-02 Thread Sorvig Morten
> On 01 Sep 2015, at 18:50, René J.V. Bertin wrote: > > Hi, > > Qt4 and Qt5 both have a "feature" where holding down the Meta key (Command on > OS X) while scrolling a view causes text in the view to zoom in or out. This > also works with the 2-finger scroll that most trackpads provide nowada

[Development] CI (5.5 branch) seems broken

2015-09-02 Thread BogDan Vatra
Hello, I'm trying to submit https://codereview.qt-project.org/#/c/120725/ for a while and it keeps failing in some strange unrelated place. Cheers, BogDan. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/list

Re: [Development] mouse wheel zooming and inertial scrolling

2015-09-02 Thread René J . V . Bertin
Thiago Macieira wrote: >> Fine with me too, but let's first see if there is going to be such a patch >> for this particular issue... > > If you're not volunteering to do it, I doubt it will get done. In case it wasn't clear yet, I was asking for pointers that could help me do just that. I thoug