summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | QNativeSocketEngine: allocate more space for the ancillary dataAlex Trotsenko2015-10-211-1/+5
* | Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-212-93/+168
* | 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
* | Add an automatic use of the ELF-versioned QtCore symbolThiago Macieira2015-10-203-1/+89
* | Update qversiontagging.cpp not to use too much assembler magicThiago Macieira2015-10-202-57/+50
* | winrt: use correct winapi family defines in mkspecs and system detectionAndrew Knight2015-10-201-1/+1
* | QLatin1String: add some nothrowMarc Mutz2015-10-201-24/+24
* | [docs] QLatin1String: add some guidance as to when to use itMarc Mutz2015-10-201-0/+7
* | Fix GL_VERSION parsing when using WGLLaszlo Agocs2015-10-201-9/+4
* | Android: Make sure we deliver all queued actions when we resume.BogDan Vatra2015-10-202-28/+29
* | Android: Warnings--BogDan Vatra2015-10-201-1/+1
* | QFileSystemModel: cleanup sortChildren()Maks Naumov2015-10-201-10/+10
* | Fix compilation on OSX when building in a namespace.Erik Verbruggen2015-10-201-0/+3
* | QLatin1String: add default ctorMarc Mutz2015-10-202-0/+7
* | Move EGLDevice/Output/Stream resolvers into eglconvenienceLaszlo Agocs2015-10-206-123/+319
* | Add the proper NOTIFY signal to the primaryScreen propertyLars Knoll2015-10-201-1/+1
* | QFileSystemModelPrivate::name(): avoid the double-lookupMaks Naumov2015-10-201-2/+1
* | QFileSystemModel: avoid detachingMaks Naumov2015-10-191-6/+6
* | QLatin1String: add testMarc Mutz2015-10-191-5/+1
* | QGestureManager: use qEnvironmentVariableIntValue()Marc Mutz2015-10-191-1/+1
* | QMimeBinaryProvider::loadMimeTypePrivate(): avoid an unneeded QStringRef -> Q...Marc Mutz2015-10-191-1/+1
* | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-1/+4
* | QAbstractItemView::sizeHintForRow()/Column: Check for null delegate.Friedemann Kleint2015-10-191-4/+4
* | QLineEdit: Unable to drag selected text when aligned right or centerDan Cape2015-10-193-1/+8
* | Windows: Open GL blacklist - Disable GMA 3150Friedemann Kleint2015-10-191-1/+13
* | Don't crash when QOpenGLPaintDevice is created without context.Gunnar Sletta2015-10-191-1/+1
* | qdoc: Conditionally generate the navigation bar items as table cellsTopi Reinio2015-10-192-30/+47
* | qdoc: Warn if a topic command is not allowed in a \qmlpropertygroupTopi Reinio2015-10-191-0/+4
* | uic: updates from running generate_ui (III)Marc Mutz2015-10-191-101/+101
* | uic: updates from running generate_ui (II)Marc Mutz2015-10-191-25/+25
* | Make sure registered schemes are lower caseLars Knoll2015-10-191-2/+2
* | 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