summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * The C locale should omit group separators by defaultLars Knoll2015-10-191-2/+3
| * Fix cocoa plugin build with OS X 10.8 SDKSamuel Gaist2015-10-181-4/+8
| * QFileSystemModel: remove unused functorMaks Naumov2015-10-171-20/+0
| * Add support for "@3x" image loading.Morten Johan Sørvig2015-10-163-24/+45
| * Make the C++11 atomic support the default, if availableThiago Macieira2015-10-161-6/+6
| * Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-1610-27/+23
| * Check that QPlatformIntegration::createPlatformWindow() doesn't failTor Arne Vestbø2015-10-161-15/+21
| * Android: Set "immersive" mode on earlier android versions.BogDan Vatra2015-10-161-22/+17
| * Cocoa integration - fix Qt::WindowFullscreenButtonHintTimur Pocheptsov2015-10-161-2/+5
| * Split two error cases so they get reported distinctly.Edward Welbourne2015-10-161-1/+4
| * QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-162-0/+16
| * Document that QWindow::fromWinId() should be used with cautionTor Arne Vestbø2015-10-161-0/+5
| * Clarify foreign window documentation a bitTor Arne Vestbø2015-10-162-7/+7
| * WinRT: Initialize platform servicesMaurice Kalinowski2015-10-161-0/+2
| * winrt: Properly handle when a remote host closes a tcp connection.Oliver Wolff2015-10-161-2/+33
| * winrt: Wait for main thread to exit before exit.Samuel Nevala2015-10-161-0/+1
| * Fix left-shift wider than an int's widthThiago Macieira2015-10-161-1/+1
| * QTextStream: optimize putString()Marc Mutz2015-10-151-10/+15
| * tools: use QStringBuilderMarc Mutz2015-10-151-0/+1
| * QDBusServer: Fix uninitialized memberThiago Macieira2015-10-151-4/+2
| * QDBusConnection: Remove unused membersThiago Macieira2015-10-151-3/+0
| * QDBusPendingCall: Remove unused memberThiago Macieira2015-10-152-2/+0
| * Dispatch all key and all generic motion events java objects to QtCoreBogDan Vatra2015-10-154-1/+113
| * Android: Ensure all global objects are destructedBogDan Vatra2015-10-151-1/+2
| * QShortcutMap: enable extra debugging when Dump_QShortcutMap is definedRichard Moe Gustavsen2015-10-151-2/+2
| * uic: updates from running generate_uiMarc Mutz2015-10-152-1/+125
| * QStateMachine: cleanup QAbstractTransition::setTargetStatesErik Verbruggen2015-10-151-11/+40
| * QStateMachine: fix leak of delayed events.Erik Verbruggen2015-10-151-0/+5
| * QCompleter::splitPath(): don't get tangled up in stringsMarc Mutz2015-10-151-11/+8
| * Move the official Qt version from qglobal.h to .qmake.confThiago Macieira2015-10-141-2/+2
| * xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-1410-28/+106
| * qt_pixmapFromWinHICON(): Fix crash and leak in case of Win32 API fails.Friedemann Kleint2015-10-141-12/+16
| * Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-146-8/+8
| * Don't use d_func in QWindow::mapToGlobalTor Arne Vestbø2015-10-141-2/+2
| * Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-142-1/+11
| * Avoid image copy in toTexture() on GLES 3.0 as wellLaszlo Agocs2015-10-142-34/+53
* | Implement canceling of Qt-initiated drags.Friedemann Kleint2015-10-238-1/+53
* | 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