summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix broken resource cleanup in QOpenGLWidgetLaszlo Agocs2014-11-171-0/+10
| * | QPanGestureRecognizer: Make the number of touch points a parameter.Friedemann Kleint2014-11-174-20/+40
| * | send touch update when more points begin after single touch is ignoredShawn Rutledge2014-11-132-3/+11
| * | a widget's window is transient for its parent's top-level windowShawn Rutledge2014-11-131-2/+3
| |/
| * Fix too many resizes and move events for native widgetsJørgen Lind2014-11-043-20/+42
| * Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-291-0/+2
| * Fix QWidget::scroll during paintingAllan Sandfeld Jensen2014-10-291-1/+1
| * Check geometry correctly when replaying popup mouse events.Friedemann Kleint2014-10-281-8/+13
| * QSwipeGestureRecognizer: Prevent cancel in startup-phase.Friedemann Kleint2014-10-272-10/+23
* | Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-072-1/+3
* | Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-33/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-273-18/+33
|\|
| * Doc: warn about preserving input method hintsPaul Olav Tvete2014-10-241-0/+4
| * QSwipeGestureRecognizer: Fix gesture cancel on direction change.Friedemann Kleint2014-10-231-2/+2
| * Fix QWidget::mapTo/FromGlobal() when embedded in QGraphicsView.Friedemann Kleint2014-10-231-0/+22
| * Respect minimum size of heightForWidth layoutsPaul Olav Tvete2014-10-221-9/+0
| * Windows: Implement Qt::WA_ShowWithoutActivating.Friedemann Kleint2014-10-221-2/+0
| * Set correct transient parent in q_createNativeChildrenAndSetParent().Friedemann Kleint2014-10-211-5/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-205-23/+121
|\|
| * Always report focusObjectChanged on QWidget::clearFocus()Tor Arne Vestbø2014-10-201-4/+13
| * Clear specific QWindow::focusObject() on QWindowPrivate::clearFocusObject()Tor Arne Vestbø2014-10-201-2/+4
| * Widgets: only update IM if the widget is the current focus objectRichard Moe Gustavsen2014-10-191-4/+6
| * QSizePolicy: remind to mark as Q_PRIMITIVE_TYPE in Qt 6Marc Mutz2014-10-191-0/+4
| * Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-161-11/+22
| * Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-142-4/+68
| * Add a warning when using QOpenGLWidget as a native childLaszlo Agocs2014-10-101-0/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-095-7/+27
|\|
| * QSizePolicy: remove an outdated commentMarc Mutz2014-10-041-1/+0
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-012-1/+17
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-292-1/+17
| | |\
| | | * OS X: Fix menu item shortcuts without modifiersEskil Abrahamsen Blomfeldt2014-09-221-1/+1
| | | * Make sure we don't delete child QWindows if they have WA_NativeWindow setGabriel de Dietrich2014-09-221-0/+16
| * | | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-4/+4
| * | | Fix losing dirty state when calling update() from paintGL()Laszlo Agocs2014-09-301-1/+6
| |/ /
* | | QWidget: simplify reading of an env-var in create()Marc Mutz2014-10-061-4/+2
* | | Simplify QWidgetPrivate::map{To,From}WS()Marc Mutz2014-10-061-2/+2
* | | QDesktopWidget: use qDeleteAll()Marc Mutz2014-10-061-1/+3
* | | QWidget: use qEnvironmentVariableIntValue()Marc Mutz2014-10-031-2/+2
* | | QApplication: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-1/+1
* | | QWidgetBackingStore: simplify reading of an env-var in {move,scroll}Rect()Marc Mutz2014-10-021-8/+2
* | | QWidgetBackingStore: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-6/+6
* | | Add debug output for QGestureEvent and QGesture classes.Friedemann Kleint2014-09-302-1/+81
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2962-1234/+897
|\| |
| * | Generate Show/Hide events for widgets when minimized state changes.Friedemann Kleint2014-09-241-1/+15
| * | Update license headers and add new license filesMatti Paaso2014-09-2462-1175/+679
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-248-41/+97
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-238-41/+97
| | |\|
| | | * Avoid adding widget to its own layoutThomas Fischer2014-09-055-39/+67
| | | * Add missing private headers warningSamuel Gaist2014-09-042-0/+22
| | | * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+8