summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QNativeSocketEngine: allocate more space for the ancillary dataAlex Trotsenko2015-10-211-1/+5
* Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
* Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-213-93/+175
* 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
* Doc: Improve selection of offline template typeTopi Reinio2015-10-213-13/+7
* Place classes from private headers in the Qt_5_PRIVATE_API ELF versionThiago Macieira2015-10-202-1/+73
* don't try to use relative rpaths on platforms that don't support itOswald Buddenhagen2015-10-201-1/+1
* support relative paths in QMAKE_RPATHDIROswald Buddenhagen2015-10-205-10/+46
* 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-203-59/+56
* winrt: Avoid empty <Dependencies> section in manifest filesOliver Wolff2015-10-203-4/+6
* winrt: use correct winapi family defines in mkspecs and system detectionAndrew Knight2015-10-206-6/+6
* QLatin1String: add some nothrowMarc Mutz2015-10-201-24/+24
* msvc2015: Align compiler flags with rest of Qt buildMaurice Kalinowski2015-10-202-2/+2
* [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-203-0/+17
* Doc: Add the Map Viewer example to the highlighted examples listVenugopal Shivashankar2015-10-201-1/+2
* 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-195-5/+127
* TextEdit example: fix build when clipboard is disabled.Rafael Roquetto2015-10-192-2/+4
* Image viewer example: Fix broken error message formatting.Friedemann Kleint2015-10-191-1/+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-192-3/+22
* QAbstractItemView::sizeHintForRow()/Column: Check for null delegate.Friedemann Kleint2015-10-192-4/+16
* QLineEdit: Unable to drag selected text when aligned right or centerDan Cape2015-10-193-1/+8
* Add header template for commercial only modulesJani Heikkinen2015-10-191-0/+20
* Polish the complexpingpong exampleAlexander Volkov2015-10-193-10/+10
* 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
* Remove webkit-guide from examplesKai Koehne2015-10-19269-9046/+0
* Doc: A simplified style for rendering docs with QTextBrowserTopi Reinio2015-10-193-1/+221
* qdoc: Conditionally generate the navigation bar items as table cellsTopi Reinio2015-10-193-31/+65
* 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-193-13/+16
* Fix cocoa plugin build with OS X 10.8 SDKSamuel Gaist2015-10-181-4/+8