summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix namespaced build using harfbuzz-ngThiago Macieira2016-07-221-0/+3
* move c++11 test into qcompilerdetection.h and make it stricterOswald Buddenhagen2016-07-221-0/+6
* Windows: Disable unsupported C++11 features with Clang-cl and ICCThiago Macieira2016-07-221-0/+27
* QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-10/+3
* QDataStream: adjust containers' deserialization in transaction modeAlex Trotsenko2016-07-201-1/+6
* Update QLibrary's debug output when loading failedThiago Macieira2016-07-201-2/+7
* Fix typo in doc snippets of qOverload and relatedFriedemann Kleint2016-07-191-6/+6
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Edward Welbourne2016-07-1939-160/+257
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1539-160/+257
| |\
| | * Windows: Add a workaround for render-to-texture widgets for translucent windowsFriedemann Kleint2016-07-151-1/+3
| | * moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-4/+4
| | * Windows QPA: Add warning to setHasBorderInFullScreen()Friedemann Kleint2016-07-151-3/+4
| | * QWindowsTheme: Fix the available file icon sizesFriedemann Kleint2016-07-153-12/+45
| | * [iOS] Blacklist iOS with regards to bgra supportAndy Shaw2016-07-151-1/+4
| | * QMacStyle::styleHint - test pixmap sizesTimur Pocheptsov2016-07-141-1/+1
| | * QCocoaMenuBar: Sync items only when they are attached to a menuGabriel de Dietrich2016-07-131-3/+5
| | * Mac: Read in the string with QString::fromUtf8() as it is UTF8 encodedAndy Shaw2016-07-131-3/+1
| | * QCompleter::setModel(): Restore completion roleFriedemann Kleint2016-07-131-0/+4
| | * FreeBSD: move order of includes for compilingRalf Nolden2016-07-131-3/+3
| | * QSslSocketBackendPrivate: Remove QString warningsGabriel de Dietrich2016-07-121-6/+5
| | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
| | * QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
| | * Bearer/ConnMan: Fix No such slotTakumi ASAKI2016-07-121-0/+1
| | * QWindowsTabletSupport: fix new[]/delete mismatchMarc Mutz2016-07-111-2/+2
| | * QMacTimeZonePrivate - correctly initialize m_nstz data-memberTimur Pocheptsov2016-07-111-0/+1
| | * QStringBuilderCommon: drop const from resolved() result typeMarc Mutz2016-07-111-1/+1
| | * Fix typo in QStyle documentationSérgio Martins2016-07-091-1/+1
| | * QCocoaMenu: Attach late items to their submenuGabriel de Dietrich2016-07-082-2/+21
| | * QString: fix incomplete doc of chop()Anton Kudryavtsev2016-07-081-1/+1
| | * [macOS] Check that the screen's index is still valid after updatingAndy Shaw2016-07-082-1/+6
| | * Testlib: Replace QString::arg() formatting by snprintf()Friedemann Kleint2016-07-081-6/+26
| | * Fix build of the minimal platform plugin for MS WindowsBoris Pek2016-07-071-1/+1
| | * Improve lookup speed for QAccessible::uniqueIdAlexandru Croitor2016-07-073-3/+12
| | * QNX: Ensure invisible 1x1 raster windows are posted.Roger Maclean2016-07-062-2/+14
| | * XCB: Update the high DPI scaling in more conditionsThiago Macieira2016-07-061-1/+1
| | * Remove QCoreTextFontEngine::supportsColorGlyphsGabriel de Dietrich2016-07-063-24/+3
| | * QCocoaTheme: Remove unreachable codeGabriel de Dietrich2016-07-061-22/+2
| | * QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-2/+2
| | * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-2/+2
| | * Fix misleading code in QAbstractSpinBox::event()Marc Mutz2016-07-061-2/+1
| | * Fix defining QGuiApplication::sync() when QT_NO_SESSIONMANAGER is setOlivier Blin2016-07-061-22/+22
| | * Windows: Handle theme switching correctly if a palette is setAndy Shaw2016-07-061-1/+2
* | | Preserve the scale of fonts when caching the font engineMichael Sheldon2016-07-192-20/+20
* | | QStandardItem: enable NRVO for gccAnton Kudryavtsev2016-07-181-4/+5
* | | Doc: Fix snippet to use initializer listKai Koehne2016-07-181-4/+1
* | | QStandardItem: use reserve() to optimize memory allocationAnton Kudryavtsev2016-07-181-1/+3
|/ /
* | Optimize string usageAnton Kudryavtsev2016-07-157-59/+45
* | QReadWriteLock fast path for tryLock without timeoutOlivier Goffart2016-07-151-0/+6
* | Remove (private) QString::expand(), port to (new) QString::resize(int, QChar)Marc Mutz2016-07-142-12/+9
* | Fix the Q_ATOMIC_xxx_IS_www_NATIVE macros with C++11Thiago Macieira2016-07-131-31/+156