summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-1/+1
|\|
| * offscreen: Check that native interface is valid before using itAndy Shaw2018-03-211-1/+1
* | Fix QML integration of widgetsLars Knoll2018-03-271-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-152-3/+5
|\|
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-141-2/+2
| * widgets: Add a QT_CONFIG(messagebox) guardMikhail Svetkin2018-03-131-1/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-1/+1
|\|
| * Fix ambiguous shortcut warning messageSergio Martins2018-03-111-1/+1
* | Make QToolTip always wrap textFilipe Azevedo2018-03-091-14/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-021-1/+11
|\|
| * ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-011-1/+11
* | When cloning QWheelEvent, also propagate the event's timestampSteve Mokris2018-03-012-0/+3
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-284-66/+41
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-181-0/+2
|\|
| * Fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x060000Marcel Krems2018-02-161-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-163-5/+5
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
| |\
| | * Use the right attribute when checking if shortcuts are shownAndy Shaw2018-02-081-1/+1
| | * Doc: fix wrong link to the example snippet in QApplication classAlexey Safronov2018-01-251-1/+1
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-191-1/+2
| | |\
| * | \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-141-1/+2
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-161-1/+2
| * | | | Fix typo in code handling Qt::AA_DontShowShortcutsInContextMenusFriedemann Kleint2018-02-141-3/+2
| |/ / /
* | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-131-1/+1
|\| | |
| * | | Fix typosJarek Kobus2018-02-131-1/+1
* | | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-111-6/+1
|\| | |
| * | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-102-3/+3
| |\ \ \
| * | | | Document several WA_Mac attributes as obsoleteGabriel de Dietrich2018-02-051-6/+1
* | | | | Introduce QLayout::indexOf(QLayoutItem *)Sergio Martins2018-02-102-0/+21
| |/ / / |/| | |
* | | | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-2/+2
* | | | Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-051-1/+1
|/ / /
* | | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-1/+1
* | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-123-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-024-119/+183
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-304-119/+183
| |\|
| | * QGestureManager: fix UB (invalid pointer comparison)Marc Mutz2017-12-181-1/+3
| | * Widgets: check if parent exists before calling parent->locale()Richard Moe Gustavsen2017-12-181-3/+3
| | * Share QWidget update and repaint code for QRect and QRegionTor Arne Vestbø2017-12-142-46/+35
| | * QWidget: Remove dead code for handling painting without a backingstoreTor Arne Vestbø2017-12-141-49/+18
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-133-30/+134
| | * Set sharedPainter correctly for QGraphicsEffectLaszlo Agocs2017-12-121-2/+2
* | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-2/+2
* | | Revert "QApp: Method to check for native style usage."Alexander Volkov2017-12-012-28/+0
* | | macx-clang: Opt-in xcb QPA support with XQuartzGabriel de Dietrich2017-12-011-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-234-2/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-1/+3
| |\|
| | * QWidget: Propagate window file path after createTor Arne Vestbø2017-11-071-0/+2
| | * Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+1