summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Define QTypeInfo for char16_t, char32_t and wchar_t in Qt 5Thiago Macieira2015-10-231-1/+13
* Secure Transport SSL backend - add a missing cipher suiteTimur Pocheptsov2015-10-221-0/+7
* QRingBuffer: improve skip() performanceAlex Trotsenko2015-10-201-1/+4
* Provide a simpler and safer version of qdtoa()Ulf Hermann2015-10-202-0/+11
* QMetaObjectBuilder: replace index-based for loops with C++11 range-forMarc Mutz2015-10-171-139/+123
* Android: Update splash screen in onConfigurationChangedDaiwei Li2015-10-162-0/+20
* Add the QT_HAS_xxx macros for post-C++11 feature testingThiago Macieira2015-10-164-24/+39
* Add QNetworkInterface::interface{IndexFromName,NameFromIndex}Thiago Macieira2015-10-159-40/+162
* Add processor types to blacklist keywordsRainer Keller2015-10-151-0/+7
* QIODevice::seek(): remove unnecessary checkAlex Trotsenko2015-10-151-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-14349-1390/+3484
|\
| * Windows: Open GL blacklist - Add add intel hd graphics 3000 devicesTim Blechmann2015-10-141-1/+13
| * Separate KMS and GBM testsLaszlo Agocs2015-10-141-1/+1
| * Add support for the Jetson TK1 Pro using EGLDeviceLaszlo Agocs2015-10-146-0/+675
| * QOpenGLWidget: Fix grabbing multisample framebuffersLaszlo Agocs2015-10-141-2/+13
| * QOpenGLWidget: Do not recurse when calling grabFramebuffer() from paintGL()Laszlo Agocs2015-10-141-2/+8
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-1414-81/+274
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-1314-81/+274
| | |\
| | | * Merge "Merge remote-tracking branch 'origin/5.5.1' into 5.5" into refs/stagin...Liang Qi2015-10-139-67/+208
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-139-67/+208
| | | | |\
| | | | | * Fix spurious socket notifications on OS X and iOSv5.5.1Alex Trotsenko2015-10-092-38/+105
| | | | | * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-063-42/+12
| | | | | * ANGLE: Fix D3D feature level detection.Samuel Nevala2015-10-022-41/+33
| | | | | * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-023-12/+42
| | | | | * ANGLE: Fix Windows Store D3D Trim and Level 9 requirementsAndrew Knight2015-09-294-3/+83
| | | | | * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
| | | | | * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
| | | | | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
| | | * | | QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-131-4/+5
| | | |/ /
| | | * | QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
| | | * | QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-4/+2
| | | * | Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
| | | * | QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
| * | | | eglfs: Handle custom platform window implementations betterLaszlo Agocs2015-10-1411-34/+73
| * | | | Make the CoreFoundation event dispatcher depend on QtCore onlyMorten Johan Sørvig2015-10-134-22/+42
| |/ / /
| * | | QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-134-12/+192
| * | | Don't let closed http sockets pass as valid connectionsUlf Hermann2015-10-131-1/+6
| * | | Testlib: Output function / total time along with crash dump.Friedemann Kleint2015-10-135-13/+36
| * | | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-1344-81/+81
| * | | Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-1310-19/+19
| * | | qdoc: Improve formatting of function signaturesTopi Reinio2015-10-133-13/+14
| * | | qdoc: Insert targets for function and enum nodes read from the indexTopi Reinio2015-10-132-8/+41
| * | | qdoc: Fix single-character string literals.Friedemann Kleint2015-10-1310-36/+36
| * | | WinRT: Fix native MessageBox not closingMaurice Kalinowski2015-10-131-39/+39
| * | | OS X: Forward key events to popup window if presentTor Arne Vestbø2015-10-121-3/+8
| * | | Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-7/+2
| * | | QtCore: use QStringBuilder in more placesMarc Mutz2015-10-122-20/+7
| * | | QtCore: use QStringRef in more placesMarc Mutz2015-10-127-15/+16
| * | | DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-122-3/+3
| * | | QtCore: don't convert single characters to QString for QTextCodec::fromUnicode()Marc Mutz2015-10-112-3/+5