summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | | 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
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-302-1/+4
| |\|
| | * QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+2
| | * Add clarifying documentation for QLayout::removeWidget()Andy Shaw2017-10-241-1/+2