summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWidget: render() in correct resolution on retinaTimur Pocheptsov2015-03-231-1/+4
* QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-171-1/+1
* QtWidgets: don't set Qt::WA_OutsideWSRange for 0-sized non-windowsUlf Hermann2015-03-121-8/+10
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-21/+21
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+5
|\
| * Make sure there's a scene before using itAlbert Astals Cid2015-02-171-2/+2
| * Document that setGraphicsEffect is not suitable for GL widgetsLaszlo Agocs2015-02-091-0/+3
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-0/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-21/+32
|\|
| * Improve handling of screens in QWidgets.Friedemann Kleint2015-02-061-17/+23
| * Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-4/+9
* | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-071-1/+1
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-81/+81
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-211-6/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-6/+5
| |\|
| | * Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| | * docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-201-0/+8
|/ /
* | QWidget: use a static assert for a compile-time checkGiuseppe D'Angelo2014-12-251-3/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-1/+3
|\|
| * Widgets, iOS: don't tell the input panel to hide on focus outRichard Moe Gustavsen2014-11-261-1/+3
* | Remove unnecessary indirect accessAllan Sandfeld Jensen2014-11-251-6/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-6/+6
|\|
| * 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-041-4/+1
| * Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-291-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-7/+31
|\|
| * Doc: warn about preserving input method hintsPaul Olav Tvete2014-10-241-0/+4
| * Fix QWidget::mapTo/FromGlobal() when embedded in QGraphicsView.Friedemann Kleint2014-10-231-0/+22
| * 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-201-8/+19
|\|
| * Always report focusObjectChanged on QWidget::clearFocus()Tor Arne Vestbø2014-10-201-4/+13
| * Widgets: only update IM if the widget is the current focus objectRichard Moe Gustavsen2014-10-191-4/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-0/+16
|\|
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+16
| |\
* | | QWidget: simplify reading of an env-var in create()Marc Mutz2014-10-061-4/+2
* | | QWidget: use qEnvironmentVariableIntValue()Marc Mutz2014-10-031-2/+2
|/ /
* | 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-241-19/+11
* | Update widget winId when screen changesDyami Caliri2014-09-191-0/+6
* | Bump version of QWidget geometry serialization to 2.0Friedemann Kleint2014-09-051-6/+6
* | Fix no-opengl buildLaszlo Agocs2014-09-011-0/+8
* | QWidget::save/restoreGeometry(): Check screen size.Friedemann Kleint2014-08-281-4/+27
* | Send QWindow::focusObjectChanged when clearing widget focusTor Arne Vestbø2014-08-261-0/+5
* | Fix msaa in QOpenGLWidgetLaszlo Agocs2014-08-111-0/+5
* | Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-6/+0
* | Rename globalShareContext to qt_gl_global_share_contextJocelyn Turcotte2014-08-041-1/+1
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-011-14/+49