summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-182-4/+44
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Thiago Macieira2015-11-187-361/+32
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-177-361/+32
| |\
| | * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
| | * 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
| | * Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-1/+6
| | * QStyleOption*V<N>: mark as \obsoleteMarc Mutz2015-11-051-0/+12
| | * [docs] QStyle: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-051-2/+2
| | * Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-0/+4
* | | make a proper header-only module for QtZlibOswald Buddenhagen2015-11-174-8/+12
* | | xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-174-25/+64
* | | xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-173-15/+17
* | | QTest::mouseEvent expects window-local coordinates.Volker Krause2015-11-171-1/+1
* | | wirt: Fix cursor position method.Samuel Nevala2015-11-171-6/+10
* | | Windows: Open GL - Blacklist all 6th generation intel hd graphics devicesTim Blechmann2015-11-171-1/+1
* | | Use “Adwaita” as the default icon theme for QGnomeThemeDmitry Shachnev2015-11-171-1/+2
|/ /
* | winrt: Do not emit keyboard changes in the constructorMaurice Kalinowski2015-11-161-5/+10
* | Fix screenForGeometry on a corner caseAleix Pol2015-11-161-1/+3
* | Doc: Added info about sorting in QItemSelectionModel::selectedIndexesNico Vertriest2015-11-161-0/+1
* | Doc: added specs to setHorizontalHeaderItem()Nico Vertriest2015-11-161-0/+2
* | Doc: removed 2 invalid external links in external resources.Nico Vertriest2015-11-161-10/+0
* | Doc: Corrected minor typoNico Vertriest2015-11-161-1/+1
* | Doc: corrected snippet QSqlTableModelNico Vertriest2015-11-161-2/+3
* | move addition of libdl to right projectOswald Buddenhagen2015-11-162-2/+2
* | remove abuse of module include path overridesOswald Buddenhagen2015-11-162-14/+0
* | QChar: Simplify case convertion code with template magicKonstantin Ritt2015-11-161-51/+21
* | Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-162-24/+32
* | QFontEngineFT: Optimize format convertion code with template magicKonstantin Ritt2015-11-161-16/+38
* | QFontEngineFT: Revise the legacy LCD filter implementationKonstantin Ritt2015-11-161-22/+15
* | Fix falsely reported style for fallback fontEskil Abrahamsen Blomfeldt2015-11-161-1/+4
* | OS X: Don't forward key events to popup window if it's a tooltipTor Arne Vestbø2015-11-161-2/+4
* | Compile minimalegl QPA plugin on Windows/WinRT.Friedemann Kleint2015-11-141-1/+40
* | Windows: Move GUI event dispatcher to QtPlatformSupport.Friedemann Kleint2015-11-148-39/+50
* | Make CoreFoundation event dispatcher available on OS X alsoTimur Pocheptsov2015-11-132-9/+14
* | Windows/Direct2D: Handle screen changes after window creation.Friedemann Kleint2015-11-135-19/+32
* | QFontEngineFT: Minor optimization to convertGRAYToARGB()Konstantin Ritt2015-11-131-6/+9
* | QTextEngine: Apply CoreText specific post-processing for QFE::Mac onlyKonstantin Ritt2015-11-131-13/+14
* | QTextEngine: Do not disable graphite2 HB shaper backendKonstantin Ritt2015-11-131-15/+14