summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSQL: cleanup/modernize PostgreSQL pluginChristian Ehrlicher2019-01-093-85/+94
* disabledProtocol() - use the right address when connectingTimur Pocheptsov2019-01-091-2/+2
* Skip smb-path test of tst_QNetworkReply when using Docker test serversRyan Chu2019-01-081-0/+10
* Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-088-5/+55
* Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-083-110/+35
* Add clear, reserve and capacity methods to QPainterPathJean-Michaël Celerier2019-01-084-6/+129
* Optimize ARGB32->RGBA64PM betterAllan Sandfeld Jensen2019-01-083-20/+199
* Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-0710-41/+45
* QPainter: replace an QVector with QVarLengthArrayMikhail Svetkin2019-01-071-1/+2
* Optimize allocation of QClipData::m_spansMikhail Svetkin2019-01-071-41/+39
* Minor optimizationLars Knoll2019-01-071-13/+13
* Minor optimizationLars Knoll2019-01-071-2/+4
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-0728-461/+389
|\
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-062-0/+17
| * qmake: rewrite msvc/nmake cross-build environment setupOswald Buddenhagen2019-01-059-216/+181
| * qmake: reshuffle toolchain.prfOswald Buddenhagen2019-01-051-103/+106
| * qmake: add $$read_registry() functionOswald Buddenhagen2019-01-057-5/+56
| * qmake: add QMAKE_EXPORTED_VARIABLESOswald Buddenhagen2019-01-054-0/+24
| * Also integrate Android AAR librariesVolker Krause2019-01-051-1/+1
| * Copy backend configuration while setting dtls configSona Kurazyan2019-01-051-0/+1
| * Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2
| * macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
| * Revert "Blacklist tst_QTimer::basic_chrono on macOS"Tony Sarajärvi2019-01-041-2/+0
| * Remove dead codeVitaly Fanaskov2019-01-041-134/+0
* | Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-0621-138/+148
* | Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-0614-140/+161
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-0613-23/+28
* | QProgressDialog: remove unused QCursor memberChristian Ehrlicher2019-01-061-10/+0
* | QFormLayout: honor Qt::AlignHCenter for labelAlignmentChristian Ehrlicher2019-01-061-1/+4
* | Network examples: cleanup foreach usageChristian Ehrlicher2019-01-0613-56/+69
* | ibus: send batched QInputMethodQueryEvent eventGatis Paeglis2019-01-041-9/+6
* | xcb: rework focus-in peeker so we can drop PeekFunc APIGatis Paeglis2019-01-043-54/+15
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-04198-2597/+2932
|\|
| * macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-032-14/+8
| * CoreText: Fix inaccurate use of pixelSize when dealing with pointSizeTor Arne Vestbø2019-01-031-7/+9
| * Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-034-15/+173
| * Doc: fix typo in QAbstractSocket::bind documentationSamuel Gaist2019-01-031-1/+1
| * Doc: cleanup semaphore exampleSamuel Gaist2019-01-031-6/+0
| * configure: add XCB GL integration featuresGatis Paeglis2019-01-032-5/+25
| * configure: add X11 subsection in "Features used by QPA backends"Gatis Paeglis2019-01-031-3/+11
| * configure: make xcb-render a hard dependency for xcb pluginGatis Paeglis2019-01-037-64/+23
| * configure: properly atomize render vs. renderutilGatis Paeglis2019-01-037-45/+46
| * Draw ShowTabsAndSpaces symbols with the correct fontEskil Abrahamsen Blomfeldt2019-01-031-0/+4
| * winrt: Remove yet another Windows Phone leftoverOliver Wolff2019-01-023-156/+0
| * QComboBox/WindowVistaStyle: restore focus rectChristian Ehrlicher2019-01-021-2/+8
| * Doc: Update page Tamil Script Code for Information InterchangeNico Vertriest2019-01-022-8/+6
| * QDialog: Pass transient parent as a parent to native dialogsAlexander Volkov2018-12-242-4/+7
| * Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-242-1/+24
| * macOS: Only do gamma-corrected blending for subpixel-antialiased textTor Arne Vestbø2018-12-232-3/+3
| * macOS: Prevent checking for stale SDK without the required SDK nameTor Arne Vestbø2018-12-231-1/+1