summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | QAbstractSpinBox: honor QAbstractSpinBox::NoButtons in sizeHint()Christian Ehrlicher2018-03-301-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-306-7/+16
|\|
| * Allow compilation with clang-cl disguised as clJürgen Hunold2018-03-281-1/+1
| * Blacklist tst_QDnsLookup::lookupKari Oikarinen2018-03-281-0/+2
| * Blacklist tst_Gestures::customGesture on openSUSE and UbuntuKari Oikarinen2018-03-281-0/+4
| * tst_QLocalSocket: Only expect debug messages if debug level is enabledKari Oikarinen2018-03-281-1/+2
| * QFutureWatcher: Refer to convenience method resultAt in documentationKari Oikarinen2018-03-281-1/+1
| * Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-03-281-4/+6
* | Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-296-17/+30
* | Document the QTextBlockFormat::headingLevel propertyShawn Rutledge2018-03-291-0/+30
* | Add missing Q_ENUM to QAbstractSpinBox::StepTypeFriedemann Kleint2018-03-291-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-03-2899-1087/+1438
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2899-1087/+1438
| |\|
| | * QMacStyle: Fix spinbox implicit heightGabriel de Dietrich2018-03-271-1/+1
| | * QMacStyle: Fix text color for disabled default buttonsGabriel de Dietrich2018-03-271-4/+5
| | * QMacStyle: Remove CT_ToolButton related dead codeGabriel de Dietrich2018-03-271-29/+0
| | * QMacStyle: SE_PushButtonContents is HITheme-freeGabriel de Dietrich2018-03-272-131/+42
| | * QMacStyle: Do manual button sizing for CT_PushButtonGabriel de Dietrich2018-03-271-40/+37
| | * sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-272-58/+109
| | * macOS: Fix memory leak in systemCaCertificatesPablo Marcos Oltra2018-03-271-1/+1
| | * Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-262-0/+35
| | * Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-262-21/+124
| | * QNetworkInterface/Linux: fix support for P-t-P tunnelsThiago Macieira2018-03-261-1/+8
| | * Revert "Detect C standard and try using the most recent"Friedemann Kleint2018-03-2610-86/+4
| | * fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-264-13/+77
| | * Remove CMake code for CMake < 3.1Kevin Funk2018-03-249-221/+15
| | * tst_QWinEventNotifier: fix flakinessAlex Trotsenko2018-03-231-3/+7
| | * QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-233-8/+9
| | * DBus: merge calls to set_source_files_properties() in CMake functionsRolf Eike Beer2018-03-231-4/+2
| | * Fix win32-clang-msvc build due to -Werror,-Wunused-private-fieldSergio Martins2018-03-231-3/+14
| | * Fix: avoid realloc when adding primitives to painterpathEirik Aavitsland2018-03-231-7/+0
| | * QTableWidget: fix spelling errorRichard Moe Gustavsen2018-03-231-1/+1
| | * Document an odditity in WinRTs SSL backendMårten Nordheim2018-03-231-3/+3
| | * winrt: Fetch connection parameters when connection is successfulOliver Wolff2018-03-231-0/+1
| | * winrt: Remove partially read datagrams from queueOliver Wolff2018-03-231-6/+2
| | * winrt: Add initial setting of options and additional state checksOliver Wolff2018-03-231-2/+92
| | * winrt: Remove unneeded functionOliver Wolff2018-03-232-37/+0
| | * winrt: Rework socket handlingOliver Wolff2018-03-232-98/+119
| | * Blacklist tst_QProcess::softExitInSlots on WindowsKari Oikarinen2018-03-231-0/+3
| | * Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-222-0/+30
| | * QMacStyle: Don't highlight square buttons text when pressedGabriel de Dietrich2018-03-221-4/+6
| | * QMacStyle: Refactor button sizingGabriel de Dietrich2018-03-222-44/+47
| | * QMacStyle: Make CE_PushButtonBevel square if large enoughGabriel de Dietrich2018-03-222-37/+94
| | * QMacStyle: No more HITheme for CC_ToolButtonGabriel de Dietrich2018-03-222-73/+38
| | * QMacStyle: No more HITheme for CE_PushButtonBevelGabriel de Dietrich2018-03-222-112/+156
| | * QMacStyle: Make CocoaControl a full typeGabriel de Dietrich2018-03-222-50/+80
| | * Add env variable to set QNX screen debugging informationPasi Petäjäjärvi2018-03-221-0/+41
| | * Stabilize tst_QGraphicsView::acceptMouseDoubleClickEventKari Oikarinen2018-03-221-18/+8
| | * Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-03-224-9/+32
| | * Support GLX_NV_robustness_video_memory_purge in XCB-GLXDavid Edmundson2018-03-222-8/+58