summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-232-3/+3
* | Autotest: remove AIX-related QT_POINTER_SIZE codeThiago Macieira2015-10-231-9/+0
* | Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-234-5/+5
* | QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-232-6/+6
* | Configure: don't enable the WMF multimedia backend by default.Yoann Lopes2015-10-231-1/+1
* | 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-222-0/+14
* | 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
* | 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