summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QNativeSocketEngine: declare PacketHeaderOption enum as a bit fieldAlex Trotsenko2015-10-231-3/+3
* QIpPacketHeader: correct the type of hopLimit memberAlex Trotsenko2015-10-231-1/+1
* Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-232-3/+3
* Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-234-5/+5
* QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-232-6/+6
* QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-235-8/+16
* 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-221-0/+1
* 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
* 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