summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix QSystemTrayIcon stale pointer accessMorten Johan Sørvig2018-12-231-0/+1
| * Modernize QNSImageView implementationMorten Johan Sørvig2018-12-231-12/+10
| * macOS: Merge qt_mac_createRoleFonts into only callerTor Arne Vestbø2018-12-221-7/+3
| * Doc: Remove pre-Windows 7 from QCollator documentationKai Koehne2018-12-221-5/+0
| * Make sure -prefix documentation is also valid for top-level buildKai Koehne2018-12-221-1/+2
| * Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-223-9/+91
| * QtCore: Unify license headersKai Koehne2018-12-2254-774/+1050
| * Doc: Fix typo in QStyleKai Koehne2018-12-221-1/+1
| * MSVC x86: implement add_overflow for quint64Thiago Macieira2018-12-211-3/+11
| * Fix qfloat16 methods definition without declaration when using Q_QDOCAntonio Larrosa2018-12-211-0/+2
| * Pass the alignment to QFontMetrics::elidedText()Andy Shaw2018-12-211-1/+2
| * Android: Add support for setting/getting html and uris from clipboardAndy Shaw2018-12-215-40/+180
| * Don't dither antialiasing on glyphs when converting to monoEskil Abrahamsen Blomfeldt2018-12-211-1/+1
| * Fix text shifting vertically when elidedEskil Abrahamsen Blomfeldt2018-12-213-0/+38
| * Add possibility to configure QNX display orderSami Nurmenniemi2018-12-202-4/+112
| * QSQL: add support for PostgreSQL 11Christian Ehrlicher2018-12-202-1/+4
| * qmake: remove support for pre-5.6 qt module prisOswald Buddenhagen2018-12-201-22/+0
| * qmake: fix typo in function nameOswald Buddenhagen2018-12-201-6/+6
| * qmake: fixify target paths of extra compilers more consistentlyOswald Buddenhagen2018-12-201-15/+19
| * qmake: Add support for installing executable files without calling stripAndy Shaw2018-12-201-2/+3
| * Empty filenames does not existSune Vuorela2018-12-191-0/+2
| * configure: modernize iconv useOswald Buddenhagen2018-12-197-127/+42
| * configure: enable inline tests to refer to PWDOswald Buddenhagen2018-12-195-108/+34
| * configure: enable inline tests to contain auxiliary filesOswald Buddenhagen2018-12-195-50/+20
| * configure: inline openssl test sourcesOswald Buddenhagen2018-12-195-108/+23
| * configure: enable sharing of inlined source code between testsOswald Buddenhagen2018-12-191-18/+41