summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-1/+2
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-10/+11
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+8
|\
| * Don't complain about non-matching Qt versions in qwidget.cppThiago Macieira2015-07-171-1/+8
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-28/+30
|\|
| * 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
* | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-5/+5
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+2
|\|
| * Guard QWidget::setStyleSheet() against invocation from destructor.Friedemann Kleint2015-04-091-0/+2
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-16/+1
|\|
| * 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
* | | QWidgetWindow: use sendEvent to forward events to the wrapped QWidgetGiuseppe D'Angelo2015-03-261-1/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-2/+5
|\| |
| * | 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
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-181-8/+10
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-8/+10
| |\| |
| | * | QtWidgets: don't set Qt::WA_OutsideWSRange for 0-sized non-windowsUlf Hermann2015-03-121-8/+10
* | | | Implement QDebug streaming operators for QWindow, QScreen and QWidget.Friedemann Kleint2015-03-161-0/+59
|/ / /
* / / xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-061-6/+19
|/ /
* | 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