D23937: [KDeclarative] Port away from deprecated QWheelEvent methods

2019-09-17 Thread David Faure
This revision was not accepted when it landed; it landed in state "Needs 
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit R296:ff6791c2bd65: [KDeclarative] Port away from deprecated 
QWheelEvent methods (authored by dfaure).

REPOSITORY
  R296 KDeclarative

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D23937?vs=66035&id=66330

REVISION DETAIL
  https://phabricator.kde.org/D23937

AFFECTED FILES
  src/qmlcontrols/kquickcontrolsaddons/eventgenerator.cpp
  src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp

To: dfaure, davidedmundson, mart
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D23937: [KDeclarative] Port away from deprecated QWheelEvent methods

2019-09-14 Thread David Faure
dfaure created this revision.
dfaure added reviewers: davidedmundson, mart.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
dfaure requested review of this revision.

REVISION SUMMARY
  This finishes the work to make kdeclarative compile with Qt 5.14,
  when disabling deprecated methods.
  
  Note that the orientation property will have the hardcoded value
  Vertical (it's really surprising that EventGenerator::sendWheelEvent,
  i.e. the conversion in the other direction, was hardcoding it to Horizontal)

TEST PLAN
  Builds

REPOSITORY
  R296 KDeclarative

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D23937

AFFECTED FILES
  src/qmlcontrols/kquickcontrolsaddons/eventgenerator.cpp
  src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp

To: dfaure, davidedmundson, mart
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns