summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * winrt: Fixed listening to tcp socketOliver Wolff2015-11-181-3/+7
| * winrt: Fix startup orientation handlingSamuel Nevala2015-11-181-4/+2
| * Add support for the C++11 features fixed in MSVC 2015 Update 1Thiago Macieira2015-11-181-0/+7
| * Fix build with OS X 10.8 SDKThiago Macieira2015-11-181-1/+1
| * tst_compiler: Silence MSVC 2015 warning about unused variableThiago Macieira2015-11-181-0/+1
| * qdrawhelper.cpp: Fix constexpr build with MSVC 2015 Update 1Thiago Macieira2015-11-181-7/+7
| * QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-183-4/+60
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Thiago Macieira2015-11-189-371/+53
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-179-371/+53
| | |\
| | | * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-092-0/+10
| | | * Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
| | | * Remove qatomic_mips.h: the 3-operand testAndSet is brokenThiago Macieira2015-11-052-353/+0
| | | * Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-052-1/+60
| | | * QStyleOption*V<N>: mark as \obsoleteMarc Mutz2015-11-051-0/+12
| | | * [docs] QStyle: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-051-2/+2
| | | * Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-052-10/+19
| * | | centralize determination whether a module is built as a frameworkOswald Buddenhagen2015-11-172-3/+6
| * | | don't create .pc files for frameworks and internal modulesOswald Buddenhagen2015-11-171-1/+1
| * | | don't create distclean targets in minimal syncqt modeOswald Buddenhagen2015-11-171-3/+6
| * | | (re-)move qt build specific dependency checks from generic pathsOswald Buddenhagen2015-11-172-10/+3
| * | | make a proper header-only module for QtZlibOswald Buddenhagen2015-11-177-11/+17
| * | | unbreak relative rpaths on darwinOswald Buddenhagen2015-11-171-1/+1
| * | | don't create version script for header-only modulesOswald Buddenhagen2015-11-171-1/+1
| * | | introduce -optimized-tools optionOswald Buddenhagen2015-11-174-17/+44
| * | | xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-174-25/+64
| * | | xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-173-15/+17
| * | | QTest::mouseEvent expects window-local coordinates.Volker Krause2015-11-171-1/+1
| * | | wirt: Fix cursor position method.Samuel Nevala2015-11-171-6/+10
| * | | tests: blacklist the data row which uses internet in tst_qftp.cppLiang Qi2015-11-171-0/+3
| * | | Windows: Open GL - Blacklist all 6th generation intel hd graphics devicesTim Blechmann2015-11-171-1/+1
| * | | tst_qfilesystemwatcher: Blacklist flaky tests on Windows.Friedemann Kleint2015-11-171-2/+2
| * | | Use “Adwaita” as the default icon theme for QGnomeThemeDmitry Shachnev2015-11-171-1/+2
| |/ /
| * | winrt: Do not emit keyboard changes in the constructorMaurice Kalinowski2015-11-161-5/+10
| * | Fix screenForGeometry on a corner caseAleix Pol2015-11-161-1/+3
| * | Doc: Added info about sorting in QItemSelectionModel::selectedIndexesNico Vertriest2015-11-161-0/+1
| * | Doc: added specs to setHorizontalHeaderItem()Nico Vertriest2015-11-161-0/+2
| * | Doc: removed 2 invalid external links in external resources.Nico Vertriest2015-11-161-10/+0
| * | Doc: Corrected minor typoNico Vertriest2015-11-161-1/+1
| * | Doc: corrected snippet QSqlTableModelNico Vertriest2015-11-161-2/+3
| * | remove pointless conditional definesOswald Buddenhagen2015-11-161-1/+0