summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows: Refactor cursor handling.Friedemann Kleint2015-11-205-177/+112
* Comment to point out problem with CRLF handling.Edward Welbourne2015-11-201-0/+1
* Simplify a loop's set-up and control.Edward Welbourne2015-11-201-2/+2
* Rework scan for keyword in preprocessor directive.Edward Welbourne2015-11-201-15/+11
* Skip spaces (after #) earlier to catch blank line or end-of-buffer.Edward Welbourne2015-11-201-8/+12
* Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-204-17/+22
* Readability clean-up (purely cosmetic).Edward Welbourne2015-11-201-93/+97
* Rip out the #qmake_warning "preprocessor directive".Edward Welbourne2015-11-201-17/+1
* Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3
* remove redundant "mac" checksOswald Buddenhagen2015-11-194-5/+5
* fix the determination whether to build a module as a frameworkOswald Buddenhagen2015-11-192-6/+4
* winrt: Merge Languages and ManifestLanguages for QLocale::uiLanguagesOliver Wolff2015-11-191-7/+41
* Remove hardcoded capabilities in Windows 10 manifest templateMaurice Kalinowski2015-11-192-4/+5
* xcb: Fix slow widget resizingBłażej Szczygieł2015-11-192-5/+1
* winrt: Use handleExtendedKeyEvent when handling back button.Samuel Nevala2015-11-191-2/+4
* OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-192-6/+27
* Direct2D: Fix build.Friedemann Kleint2015-11-191-1/+1
* Windows: Open GL blacklist - Disable Mobile Intel 945GMFriedemann Kleint2015-11-191-2/+2
* Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-1910-123/+447
* Add EGL stream state defines used by Qt WaylandLaszlo Agocs2015-11-191-0/+9
* Add Xlib for eglconvenienceLaszlo Agocs2015-11-191-0/+1
* Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-193-4/+25
* tst_compiler: make the check for C++14 return type deduction harderMarc Mutz2015-11-191-3/+5
* QXmlStreamStringRef: unbreak move special member functionsMarc Mutz2015-11-191-1/+16
* QXmlStreamStringRef: mark as shared-not-movable-until-qt6Marc Mutz2015-11-192-0/+16
* Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-192-9/+5
* QCommonStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-192-50/+33
* QSqlQueryModel::clear(): Call begin/endResetModel().Friedemann Kleint2015-11-194-2/+17
* qfactoryloader: static qt compile fixTim Blechmann2015-11-191-0/+2
* Use standard error handling in qhostinfo_winrt.cppOliver Wolff2015-11-191-9/+19
* winrt: Set error if host cannot be found in QHostInfoAgent::fromNameOliver Wolff2015-11-191-1/+6
* winrt: no assert when device is in airplane mode/has no internet connectionOliver Wolff2015-11-192-0/+6
* iOS: Update pixel density (PPI) logic to detect new iOS devicesTor Arne Vestbø2015-11-192-11/+16
* QNAM: clean the channel request data on server disconnectAlex Trotsenko2015-11-181-0/+4
* Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-183-4/+12
* topLevelAt(): convert to native coordinates.Morten Johan Sørvig2015-11-181-1/+1
* Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
* eglfs: Enable use of Qt::AA_EnableHighDpiScalingMorten Johan Sørvig2015-11-184-0/+12
* winrt: Fixed listening to tcp socketOliver Wolff2015-11-181-3/+7
* winrt: Fix startup orientation handlingSamuel Nevala2015-11-181-4/+2
* Add support for the C++11 features fixed in MSVC 2015 Update 1Thiago Macieira2015-11-181-0/+7
* Fix build with OS X 10.8 SDKThiago Macieira2015-11-181-1/+1
* tst_compiler: Silence MSVC 2015 warning about unused variableThiago Macieira2015-11-181-0/+1
* qdrawhelper.cpp: Fix constexpr build with MSVC 2015 Update 1Thiago Macieira2015-11-181-7/+7
* QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-183-4/+60
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Thiago Macieira2015-11-189-371/+53
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-179-371/+53
| |\
| | * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-092-0/+10
| | * Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
| | * Remove qatomic_mips.h: the 3-operand testAndSet is brokenThiago Macieira2015-11-052-353/+0