summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | QFormLayout: honor Qt::AlignHCenter for labelAlignmentChristian Ehrlicher2019-01-061-1/+4
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-043-0/+32
|\| |
| * | QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-183-0/+32
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-131-2/+4
|\| |
| * | When warning about invalid style override also print available onesSergio Martins2018-12-121-2/+4
| |/
* | Use QMultiMap::insert() instead of insertMulti()Lars Knoll2018-12-121-5/+5
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-0/+1
| |\
| | * Ensure QOpenGLWidget FBO is always initializedTor Arne Vestbø2018-11-271-0/+1
* | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-041-1/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-1/+3
| |\| |
| | * | Destroy QWindowContainer's fake parent window when not neededTor Arne Vestbø2018-11-281-0/+2
| | * | QWindowContainer: Fix warning triggered by QT_ASCII_CAST_WARNFriedemann Kleint2018-11-281-1/+1
* | | | QFormLayout: Fix width calculation when a row has no labelChristian Ehrlicher2018-12-041-4/+6
|/ / /
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-273-15/+21
|\| |
| * | Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
| * | Remove unused inRepaint member of QWidgetPrivateTor Arne Vestbø2018-11-232-6/+1
| * | Improve logging of QWindowContainer operationsTor Arne Vestbø2018-11-231-0/+6
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-1/+1
| |\|
| | * Modernize the "settings" featureLiang Qi2018-11-151-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-132-1/+9
|\| |
| * | Make sure mouse release events are delivered to correct widgetPaul Olav Tvete2018-11-121-1/+2
| * | QWidgetBackingStore: Don't flush foreign windowsMorten Johan Sørvig2018-11-111-0/+7
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-106-17/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-093-14/+3
| |\|
| | * Modernize the "textcodec" featureLiang Qi2018-11-072-1/+2
| | * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-051-13/+1
| * | QWidgetWindow: check if receiver is deleted after event deliveryRichard Moe Gustavsen2018-11-071-1/+1
| * | Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
| * | Doc: Solve issue with gridlayout image fileNico Vertriest2018-11-021-1/+1
* | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-052-5/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-254-63/+26
|\| |
| * | Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-172-10/+0
| * | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-5/+9
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-42/+6
| * | QToolTip: Don't crash if a tool tip is shown outside screen geometryJohan Klokkhammer Helsing2018-10-151-6/+11
* | | Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-213-2/+13
* | | Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-0/+1
* | | QWidget: set brushOrigin in paintBackground() only when really neededChristian Ehrlicher2018-10-132-14/+18
|/ /
* | QtWidgets: Fix Qt application coming to the foreground when launching app by ...Friedemann Kleint2018-10-051-2/+5
* | Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-034-5/+7
* | Make overloaded function appear in assistant indexJarek Kobus2018-10-011-1/+0
* | Doc: Remove expired link and add see also entry for style sheetsPaul Wicking2018-09-281-4/+2
* | Ensure that QTabletEvent is not pre-accepted before sendingShawn Rutledge2018-09-252-0/+2
* | QLayout: Better document QLayout(QWidget *parent) behaviorChristian Ehrlicher2018-09-091-3/+4
* | Fix crash when setting Qt::WA_StaticContents on a transient childFriedemann Kleint2018-09-061-1/+1
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+10
* | QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2018-08-301-1/+3