summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support device pixel ratio in QWidget graphic effectsDavid Edmundson2015-09-041-1/+4
* Fix crash when mixing widgets with QtQuick 1 and Qt Quick 2Simon Hausmann2015-08-061-4/+7
* Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+49
* Don't complain about non-matching Qt versions in qwidget.cppThiago Macieira2015-07-171-1/+8
* Replace MAC OS X with OS XNico Vertriest2015-06-301-6/+6
* Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-22/+24
* Fix typo and formatting in QWidget font documentation.Mitch Curtis2015-05-181-2/+2
* Fix division by zero crash when restoring screen settingsKati Kankaanpaa2015-05-131-3/+2
* Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-121-0/+1
* Guard QWidget::setStyleSheet() against invocation from destructor.Friedemann Kleint2015-04-091-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-16/+1
|\
| * Fix use of the window geometry specificationAlexander Volkov2015-03-271-16/+1
* | 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