summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* wasm: rename platform, refactor files and other thingsLorn Potter2018-07-161-1/+1
* wasm: wip/webassembly <-> 5.11 diff minimizationMorten Johan Sørvig2018-06-043-18/+6
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-0113-42/+78
|\
| * Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-298-21/+23
| * Fix crash in QMacPanGestureRecognizerJan Arve Saether2018-05-022-2/+17
| * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-022-0/+4
| * Remove assert from QFormLayout::takeRow()Sergio Martins2018-04-301-2/+0
| * QWidgetWindow: Immediately forward close events to QWindowUlf Hermann2018-04-271-0/+1
| * Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
| * Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
| * Send ShortcutOverride event when receiving a non-spontaneous key pressAndy Shaw2018-04-201-2/+14
* | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-117-15/+22
|\|
| * QToolTip: Hide tooltip on key event on macOSGabriel de Dietrich2018-04-181-7/+5
| * Don't ignore the shortcut when the QMenuBar is parentlessAndy Shaw2018-04-181-1/+8
| * Fix memory corruption in heightForWidth cacheHarald Brinkmann2018-04-051-1/+1
| * QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
| * offscreen: Check that native interface is valid before using itAndy Shaw2018-03-211-1/+1
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-141-2/+2
| * widgets: Add a QT_CONFIG(messagebox) guardMikhail Svetkin2018-03-131-1/+3
| * Fix ambiguous shortcut warning messageSergio Martins2018-03-111-1/+1
* | webassembly: fix depth and stencil opengl framebuffersLorn Potter2018-04-101-0/+8
* | Merge remote-tracking branch 'gerrit/5.11' into HEADMorten Johan Sørvig2018-03-0820-215/+350
|\|
| * ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-011-1/+11
| * Fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x060000Marcel Krems2018-02-161-0/+2
| * 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
| |/ / /
| * | | Fix typosJarek Kobus2018-02-131-1/+1
| * | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-102-3/+3
| |\ \ \
| | * | | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-2/+2
| | * | | Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-051-1/+1
| * | | | Document several WA_Mac attributes as obsoleteGabriel de Dietrich2018-02-051-6/+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