summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better debug info for the "_q_startOperation was called more than once" warningsAlbert Astals Cid2015-10-282-2/+2
* Fixing the SQLite3 build for WEC2013 again.Bjoern Breitmeyer2015-10-272-1/+36
* QDeviceDiscovery: Add static discovery support for new-style multitouch devices.Robin Burchell2015-10-271-44/+54
* Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-261-13/+37
* Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-261-7/+6
* Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-261-0/+3
* Make use of Objective-C conversion functions.Jake Petroules2015-10-261-4/+2
* qDelete(map.values()) -> qDelete(map)Albert Astals Cid2015-10-261-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-23248-66499/+1896
|\
| * 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