summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-192-6/+27
| | * Direct2D: Fix build.Friedemann Kleint2015-11-191-1/+1
| | * Windows: Open GL blacklist - Disable Mobile Intel 945GMFriedemann Kleint2015-11-191-2/+2
| | * Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-1910-123/+447
| | * Add EGL stream state defines used by Qt WaylandLaszlo Agocs2015-11-191-0/+9
| | * Add Xlib for eglconvenienceLaszlo Agocs2015-11-191-0/+1
| | * Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-193-4/+25
| | * tst_compiler: make the check for C++14 return type deduction harderMarc Mutz2015-11-191-3/+5
| | * QXmlStreamStringRef: unbreak move special member functionsMarc Mutz2015-11-191-1/+16
| | * QXmlStreamStringRef: mark as shared-not-movable-until-qt6Marc Mutz2015-11-192-0/+16
| | * Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-192-9/+5
| | * QCommonStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-192-50/+33
| | * QSqlQueryModel::clear(): Call begin/endResetModel().Friedemann Kleint2015-11-194-2/+17
| | * qfactoryloader: static qt compile fixTim Blechmann2015-11-191-0/+2
| | * Use standard error handling in qhostinfo_winrt.cppOliver Wolff2015-11-191-9/+19
| | * winrt: Set error if host cannot be found in QHostInfoAgent::fromNameOliver Wolff2015-11-191-1/+6
| | * winrt: no assert when device is in airplane mode/has no internet connectionOliver Wolff2015-11-192-0/+6
| | * iOS: Update pixel density (PPI) logic to detect new iOS devicesTor Arne Vestbø2015-11-192-11/+16
| | * QNAM: clean the channel request data on server disconnectAlex Trotsenko2015-11-181-0/+4
| | * Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-183-4/+12
| | * topLevelAt(): convert to native coordinates.Morten Johan Sørvig2015-11-181-1/+1
| | * Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
| | * eglfs: Enable use of Qt::AA_EnableHighDpiScalingMorten Johan Sørvig2015-11-184-0/+12
* | | qsql_ibase: use virtual createResultMark Brand2015-11-231-1/+1
* | | qsql_oci: fix option typesMark Brand2015-11-231-2/+2
* | | qsql_db2: fix build failureMark Brand2015-11-231-5/+6
* | | Use "shortest" double conversion for JSONUlf Hermann2015-11-233-4/+19
* | | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-2312-74/+172
* | | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-2310-67/+173
* | | qmake: add plugin import source files into GENERATED_SOURCESRichard Moe Gustavsen2015-11-231-2/+2
|/ /
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-21211-6061/+90
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-2133-100/+99
* | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-214-28/+28
* | Long live qUtf16Printable()Marc Mutz2015-11-214-9/+46
* | QPair: use std::type_traits for exception specificationsMarc Mutz2015-11-201-6/+12
* | tst_qnetworkcookiejar: Added TESTDATA to .pro fileTuomas Heimonen2015-11-201-0/+1
* | tst_QString: add checks for sprintf's %lsMarc Mutz2015-11-201-0/+25
* | QString::vasprintf: remove egcs-2.91.66 workaroundMarc Mutz2015-11-201-2/+1
* | Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-202-1/+123
* | Add QPixmapStyle classRafael Roquetto2015-11-198-114/+451
* | QAbstractSocket: simplify a check for data availabilityAlex Trotsenko2015-11-191-8/+1
* | Add Section Symbol at end of text flow when showing paragraphsJohn Cumming2015-11-191-1/+1
* | Fixed memory leaks in the "40000 chips" example.Andrey Bienkowski2015-11-192-2/+2
* | QString::vasprintf: avoid allocating memory for format text copied verbatimMarc Mutz2015-11-191-1/+9
* | Add a QUtf8::convertToUnicode() overload that operates on an existing bufferMarc Mutz2015-11-192-3/+27
* | QString::vasprintf: avoid allocating memory just to parse a numberMarc Mutz2015-11-191-4/+9
* | QString::vasprintf: Extract Method parse_field_widthMarc Mutz2015-11-191-18/+15
* | QString::vasprintf: Extract Method parse_flag_charactersMarc Mutz2015-11-191-17/+18
* | Reimplement qt_inf/qt_snan/qt_qnan using std::numeric_limits.Erik Verbruggen2015-11-191-70/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-18166-7351/+11060
|\|