summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | | * Fix build with QT_NO_MDIAREASérgio Martins2014-08-121-2/+5
| * | | Fix emission of QDesktopWidget::workAreaResized().Friedemann Kleint2014-09-223-3/+12
| |/ /
| * | Keep a source of propagated mouse eventsAlexander Volkov2014-09-191-0/+1
| * | Update widget winId when screen changesDyami Caliri2014-09-191-0/+6
| * | QOpenGLWidget: Play nice with empty paintGLLaszlo Agocs2014-09-181-0/+1
| * | Add a note about winId() to QOpenGLWidget docsLaszlo Agocs2014-09-181-0/+3
| * | Propagate swap interval from QOpenGLWidget to the tlwLaszlo Agocs2014-09-181-1/+15
| * | Do not drop the context when sharing globallyLaszlo Agocs2014-09-151-0/+6
| * | Fix drag and drop with createWindowContainerLaszlo Agocs2014-09-151-0/+11
| * | Doc: Fixed broken links introduced by "OS X" doc change.Jerome Pasion2014-09-111-3/+3
| * | Update QOpenGLWidget paintDevice devicePixelRatio when recreating fboDyami Caliri2014-09-101-0/+1
| * | Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-103-4/+28
| * | Add an option to share between TLWsLaszlo Agocs2014-09-101-6/+19
* | | Read and use WheelScrollLines configuration on KDEAllan Sandfeld Jensen2014-09-121-1/+5
|/ /
* | Fix garbled resize with QOpenGLWidget when using multi-sampling.Dyami Caliri2014-09-101-0/+1
* | Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
* | Fix a conversion of coordinates of a TouchBegin eventAlexander Volkov2014-09-081-1/+1
* | Bump version of QWidget geometry serialization to 2.0Friedemann Kleint2014-09-051-6/+6
* | QSwipeGestureRecognizer: Use qAbs() to check distances.Friedemann Kleint2014-09-031-1/+1
* | Fix no-opengl buildLaszlo Agocs2014-09-013-0/+19
* | QWidget::save/restoreGeometry(): Check screen size.Friedemann Kleint2014-08-281-4/+27
* | Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-261-0/+9
* | Send QWindow::focusObjectChanged when clearing widget focusTor Arne Vestbø2014-08-261-0/+5
* | Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-251-0/+2
* | OS X: Fix pan gestures.Morten Johan Sørvig2014-08-251-1/+10