summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add QWheelEvent::sourceShawn Rutledge2015-01-131-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+6
|\|
| * Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-101-0/+6
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-0/+31
|\|
| * Implement heightForWidth().Friedemann Kleint2014-11-271-0/+31
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-23/+51
|\|
| * Fix too many resizes and move events for native widgetsJørgen Lind2014-11-041-15/+38
| * Check geometry correctly when replaying popup mouse events.Friedemann Kleint2014-10-281-8/+13
* | Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-071-0/+1
|/
* Clear specific QWindow::focusObject() on QWindowPrivate::clearFocusObject()Tor Arne Vestbø2014-10-201-2/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-101-3/+22
* add buttons to QTabletEventShawn Rutledge2014-07-281-1/+1
* qpa: Rename qwidgetwindow_qpa_p.h to qwidgetwindow_p.hTor Arne Vestbø2014-05-201-1/+1
* Remove friends of QEvent.Friedemann Kleint2014-05-181-1/+1
* Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-4/+6
* Don't assume qt_tablet_target widget exists from one event to the nextShawn Rutledge2014-04-041-10/+2
* Avoid double clicks confusing popupsLaszlo Agocs2014-04-031-1/+1
* Repaint widgets on screen change.Morten Johan Sørvig2014-03-141-0/+14
* Tablet target widget isn't always the same as its widget windowShawn Rutledge2014-03-061-2/+8
* Widgets: Pass on mouse event source when translating mouse events.Friedemann Kleint2014-02-271-0/+3
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-121-0/+6
* QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-071-8/+21
* Prevent crash and emit warning when receiving bogus drop events.Friedemann Kleint2014-01-311-0/+5
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-271-7/+12
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-101-2/+6
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-261-4/+0
|\
| * Revert "Ensure Qt::WA_Mapped is set in case of obscured native windows."Tor Arne Vestbø2013-11-211-4/+0
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-201-0/+4
|\|
| * Ensure Qt::WA_Mapped is set in case of obscured native windows.Friedemann Kleint2013-11-201-0/+4
* | When we get a WindowBlocked event then reset the qt_button_down valueAndy Shaw2013-11-201-1/+3
|/
* QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-311-0/+7
* Clear qt_tablet_target in ~QWidgetWindow.Friedemann Kleint2013-10-181-0/+6
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+27
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-2/+3
|\
| * Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-2/+3
* | Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-1/+1
|/
* Widgets: Set qt_button_down for each press.Friedemann Kleint2013-06-241-1/+1
* QWidgetWindow: Prioritize keyboard grabber over popup for key events.Friedemann Kleint2013-05-131-4/+2
* QWidgetWindow: don't accept touch events while in popup modeRichard Moe Gustavsen2013-05-071-0/+4
* Widgets: Propagate 'accepted'-state of touch begin events.Friedemann Kleint2013-04-121-3/+5
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Implement XEmbed protocolAlberto Mardegan2013-03-061-0/+40
* Activate window before replay mouse press eventjian liang2013-02-201-0/+6
* replay mouse press event after a popup widget has been closedJian Liang2013-02-121-0/+15
* Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-241-1/+17
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Minimized, maximized and fullscreen are mutually exclusive.Shawn Rutledge2013-01-111-0/+2
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+2