summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-0411-87/+53
* QCalendarWidget: hold SectionToken by-valueMarc Mutz2015-11-031-46/+42
* tst_QNetworkReply::ioGetFromBuiltinHttp - fix for large kernel buffersTimur Pocheptsov2015-11-031-3/+21
* Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-0239-2511/+6933
* Testlib: Output total test time in plain text logger.Friedemann Kleint2015-10-302-4/+9
* configure: Separate host and build platform.David Schulz2015-10-309-66/+143
* Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-302-40/+71
* Add thorough tests for QLocale string/double conversionsUlf Hermann2015-10-301-7/+114
* Fix building with QT_NO_BEARERMANAGEMENTUlf Hermann2015-10-282-6/+13
* Update QPlatformIntegration::createPlatformWindow() documentationTor Arne Vestbø2015-10-281-6/+4
* Better debug info for the "_q_startOperation was called more than once" warningsAlbert Astals Cid2015-10-282-2/+2
* Remove support for MSVC earlier than 2012Thiago Macieira2015-10-273-37/+3
* Fixing the SQLite3 build for WEC2013 again.Bjoern Breitmeyer2015-10-272-1/+36
* tst_qstring: Enable previously disabled test for Q_CC_MINGW.Friedemann Kleint2015-10-271-6/+0
* QMake: Add option to set qt.conf file.David Schulz2015-10-275-2/+15
* QDeviceDiscovery: Add static discovery support for new-style multitouch devices.Robin Burchell2015-10-271-44/+54
* Add QWindow child window positioning testTor Arne Vestbø2015-10-261-13/+69
* Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-262-13/+83
* Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-262-7/+37
* Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-262-0/+34
* Make use of Objective-C conversion functions.Jake Petroules2015-10-261-4/+2
* qDelete(map.values()) -> qDelete(map)Albert Astals Cid2015-10-261-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-23590-75811/+2778
|\
| * OSX: replace use of deprecated API.Erik Verbruggen2015-10-231-7/+8
| * QTextStream: optimize streaming of QLatin1String and const char*Marc Mutz2015-10-232-4/+48
| * Prevent the pixmap cache from crashing if it's been destroyedThiago Macieira2015-10-231-1/+2
| * Respect QPen::dashOffset when generating PDFLars Knoll2015-10-221-3/+3
| * Fix warning message to match the function signatureLars Knoll2015-10-221-2/+2
| * Fix alignment issues on 32 bit in qConvertA2RGB30PMToARGB64PM_sse2 and qConve...Frederik Gladhorn2015-10-221-5/+10
| * qdoc is moving back to qttoolsOswald Buddenhagen2015-10-22125-65530/+1
| * QTextStream: Extract Method padding() from putString()Marc Mutz2015-10-222-29/+58
| * moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-222-0/+14
| * winrt: Fix sending of back key event.Samuel Nevala2015-10-221-15/+5
| * Remove superfluous newlineSamuel Nevala2015-10-221-2/+1
| * eglfs: Avoid sending enter-leave events with an invalid leave ptrLaszlo Agocs2015-10-222-2/+2
| * winrt: Connect callbacks after after integration class constructed.Samuel Nevala2015-10-224-60/+77
| * Windows: Implement QPlatformInputContext::locale().Friedemann Kleint2015-10-223-5/+46
| * winrt: Add missing Q_DECL_OVERRIDEsSamuel Nevala2015-10-221-12/+12
| * QNativeSocketEngine: allocate more space for the ancillary dataAlex Trotsenko2015-10-211-1/+5
| * Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
| * Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-213-93/+175
| * Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-212-13/+13
| * WinRT: Fix InputPanel on Windows 10Maurice Kalinowski2015-10-212-17/+13
| * qdoc: Minor optimizationsTopi Reinio2015-10-212-62/+22
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-2113-13/+13
| * Doc: Improve selection of offline template typeTopi Reinio2015-10-213-13/+7
| * Place classes from private headers in the Qt_5_PRIVATE_API ELF versionThiago Macieira2015-10-202-1/+73
| * don't try to use relative rpaths on platforms that don't support itOswald Buddenhagen2015-10-201-1/+1
| * support relative paths in QMAKE_RPATHDIROswald Buddenhagen2015-10-205-10/+46
| * Add an automatic use of the ELF-versioned QtCore symbolThiago Macieira2015-10-203-1/+89