summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "macOS: Deduplicate QNSWindow/QNSPanel code""Tor Arne Vestbø2017-09-265-213/+232
* QAbstractSocket: fix printing a debug message on successful connectAlex Trotsenko2017-09-251-3/+2
* Register QVector with basic DBus typesFrederik Gladhorn2017-09-251-0/+12
* Fix synchronization error when matching font with empty familyEskil Abrahamsen Blomfeldt2017-09-251-1/+9
* QAbstractSocket: optimize skippingAlex Trotsenko2017-09-222-0/+18
* Add the "we mean it" warning to qfutex_p.hMårten Nordheim2017-09-221-0/+11
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-225-280/+280
* QHostInfo: adapt to glibc 2.26 no longer requiring us to res_initThiago Macieira2017-09-221-18/+56
* Revert "macOS: Deduplicate QNSWindow/QNSPanel code"Morten Johan Sørvig2017-09-215-232/+213
* XCB/Input methods: Implement IBus HidePreeditText and ShowPreeditTextSebastian Sauer2017-09-212-3/+33
* QHttpSocketEngine: replace dummy buffer + read() with skip()Alex Trotsenko2017-09-191-11/+6
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-19478-1423/+1423
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-19571-4756/+4756
* kms: Discover all available planesLaszlo Agocs2017-09-192-0/+205
* eglfs_kms: Remove unused virtuals and move flip callbackLaszlo Agocs2017-09-197-46/+29
* eglfs: Forward nativeRes.ForInteg.() to backendsLaszlo Agocs2017-09-195-0/+17
* eglfs: Allow forwarding platformFunction() to backendsLaszlo Agocs2017-09-193-3/+8
* eglfs_kms: Move out window subclass from integrationLaszlo Agocs2017-09-194-56/+153
* kms: Fix crtc allocation logicLaszlo Agocs2017-09-192-3/+6
* kms: Rename the plane index workaround vars appropriatelyLaszlo Agocs2017-09-195-29/+14
* Port QSemaphore to use futexesThiago Macieira2017-09-185-15/+144
* Move the futex implementation to a headerThiago Macieira2017-09-183-50/+162
* QRegion: explain why there's an apparently unused variableGiuseppe D'Angelo2017-09-181-1/+8
* QScopedPointer: add get()Giuseppe D'Angelo2017-09-172-0/+12
* iOS: disable Apple Pencil support if configure -no-feature-tableteventShawn Rutledge2017-09-152-2/+14
* Fix compilation with clang 4 on LinuxLars Knoll2017-09-151-1/+1
* Add Apple Pencil support on iOSShawn Rutledge2017-09-143-22/+64
* QXmlStreamWriter: Avoid writing invalid charactersUlf Hermann2017-09-131-22/+57
* QSharedPointer: add get() for STL compatibilityGiuseppe D'Angelo2017-09-123-0/+11
* Call canFetchMore/fetchMore when scrolled to the bottom of the viewAndy Shaw2017-09-122-0/+22
* Add QTemporaryDir to the bootstrap libraryMartin Smith2017-09-123-4/+5
* Android: clang fix implicit conversion warningBogDan Vatra2017-09-101-7/+7
* QItemDelegate: Use QString::replace instead of home brew algorithmAndre Hartmann2017-09-081-4/+1
* Add We mean it warning to the EDID tableLaszlo Agocs2017-09-081-0/+9
* Android: remove support for local/debug deploymentJake Petroules2017-09-0610-56/+42
* QLocalSocket: forward skipping to the inner socketAlex Trotsenko2017-09-053-0/+12
* Fix zero-as-null-pointer-constant warning in QObjectJesus Fernandez2017-09-052-9/+9
* eglfs_kms: Add headless mode for DRM render nodesLaszlo Agocs2017-09-058-27/+83
* kms: Remove unused member variableLaszlo Agocs2017-09-052-3/+0
* eglfs_kms: Output cloning supportLaszlo Agocs2017-09-056-62/+225
* kms: Add support for filtering based on vrefreshLaszlo Agocs2017-09-051-3/+10
* eglfs_kms: Add support for formats other than XRGB8888Laszlo Agocs2017-09-054-11/+76
* eglfs_kms: Skip modesetting when current is good enoughLaszlo Agocs2017-09-051-25/+42
* eglfs_kms: Report the real preferred mode from QScreenLaszlo Agocs2017-09-051-6/+6
* eglfs_kms: Lift the one window per screen ever limitationLaszlo Agocs2017-09-053-8/+17
* eglfs_kms: remove unused codeLaszlo Agocs2017-09-054-26/+1
* eglfs_kms: Remove useless log entry for each QOffscreenSurfaceLaszlo Agocs2017-09-051-1/+0
* Unbreak the build and add support for Qt 5.12 tooThiago Macieira2017-09-041-0/+10
* Bump versionFrederik Gladhorn2017-09-042-2/+4
* Add QPlatformSurface::screen() constJesus Fernandez2017-09-048-18/+29