summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [QNX] Incorporate screen event threadRafael Roquetto2016-10-315-36/+4
* Combine device and point id into 32 bit point idJan Arve Saether2016-10-286-15/+186
* Merge ANGLE's libEGL and libGLESv2 into QtANGLEJan Arve Saether2016-10-2810-58/+84
* macOS: Allow windows to be created on any screen within the virtual desktopTor Arne Vestbø2016-10-282-17/+38
* macOS: Report correct available geometry for non-primary screensTor Arne Vestbø2016-10-282-22/+50
* macOS: Keep reference to NSScreen instead of mapping QCocoaScreen by indexTor Arne Vestbø2016-10-283-38/+32
* macOS: Remove m_parentCocoaWindow in favor of QPlatformWindow::parent()Tor Arne Vestbø2016-10-282-31/+19
* macOS: Remove m_childWindows in favor of m_view.window.childWindowsTor Arne Vestbø2016-10-282-30/+42
* macOS: Remove m_isNSWindowChild in favor of m_view.window.parentWindowTor Arne Vestbø2016-10-283-82/+141
* QOperatingSystemVersion: add Android Nougat MR1 (v7.1, API level 25)Jake Petroules2016-10-283-1/+11
* QOperatingSystemVersion: add separate variables per Android API levelJake Petroules2016-10-282-7/+31
* QWindow: re-order siblings on raise() and lower()Tor Arne Vestbø2016-10-273-0/+57
* Direct2d: De-virtualize destructor of QWindowsDirect2DContextFriedemann Kleint2016-10-272-2/+2
* macOS: Merge QCocoaWindow::setNSWindow into code path it was usedTor Arne Vestbø2016-10-272-15/+10
* macOS: Handle NSViewGlobalFrameDidChangeNotification via QCocoaWindowTor Arne Vestbø2016-10-274-21/+13
* macOS: Handle NSViewFrameDidChangeNotification via QCocaWindowTor Arne Vestbø2016-10-273-11/+26
* macOS: Decouple NSWindow notifications and delegate callbacks from QNSViewTor Arne Vestbø2016-10-277-163/+195
* macOS: Fix crash in QCocoaBackingStore::format() after closing windowTor Arne Vestbø2016-10-271-1/+2
* QFileInfoGatherer/Win32: Connect to drive arrival/removal signals of watcherFriedemann Kleint2016-10-272-12/+40
* Direct2D QPA plugin: Use member initializationFriedemann Kleint2016-10-276-31/+15
* Direct2d: Fix some CLANG warningsFriedemann Kleint2016-10-275-79/+81
* Fix build issues in windowchildgeometry manual testTor Arne Vestbø2016-10-271-3/+2
* qmake project generator: enable deprecation warningsGiuseppe D'Angelo2016-10-261-0/+11
* QStringRef: add isRightToLeft()Anton Kudryavtsev2016-10-252-24/+40
* qsettings_win.cpp: Use qt_error_string()Friedemann Kleint2016-10-241-23/+8
* Update main/primary screen term usageMorten Johan Sørvig2016-10-241-5/+5
* qhostaddress.cpp: optimize string usageAnton Kudryavtsev2016-10-241-5/+5
* QStringRef: add constBegin() and constEnd()Anton Kudryavtsev2016-10-242-4/+23
* macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-2324-22/+15
* QRingBuffer::reserve(): remove superfluous assertAlex Trotsenko2016-10-221-1/+0
* Enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT in Qt's own buildGiuseppe D'Angelo2016-10-211-0/+2
* macOS: Remove unneeded argument to QCocoaWindow::recreateWindow()Tor Arne Vestbø2016-10-212-6/+8
* Remove tests/auto/test.plTor Arne Vestbø2016-10-201-223/+0
* Add header guard and We-mean-it comment to qoperatingsystemversion_p.hFriedemann Kleint2016-10-191-0/+16
* Nitpick: fix style in QtCore codeAnton Kudryavtsev2016-10-191-2/+4
* Merge branch 5.8 into devTor Arne Vestbø2016-10-189-130/+108
|\
| * macOS: Remove workaround for including AppKit.h with slots definedTor Arne Vestbø2016-10-135-40/+25
| * macOS: Remove QNSView member m_window in favor of going via m_platformWindowTor Arne Vestbø2016-10-134-75/+82
| * macOS: Use QPointer to track QNSView -> QCocoaWindowTor Arne Vestbø2016-10-133-15/+1
* | QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGEFriedemann Kleint2016-10-186-4/+369
* | Add QTextDocument::toRawText() functionEskil Abrahamsen Blomfeldt2016-10-173-0/+31
* | QMenuBar: do not gain focus when releasing Alt before X in a Alt+X shortcutGiuseppe D'Angelo2016-10-152-1/+39
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-10-13329-2590/+193122
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-13329-2590/+193122
| |\|
| | * Android: Allow the user to hook into the onCreate methodsBogDan Vatra2016-10-122-5/+12
| | * de-duplicate freetype configure entryOswald Buddenhagen2016-10-121-6/+2
| | * fix referencing libs fields dispatched to the selected sourceOswald Buddenhagen2016-10-121-1/+1
| | * winrt: tcpsocket: Update bytesAvailable when new data is readHarald Meyer2016-10-122-2/+7
| | * winrt: Added 2013 scheme to Windows Phone 8.1 AppxManifest templateOliver Wolff2016-10-121-1/+1
| | * winrt: Rework handling of udp datagramsOliver Wolff2016-10-122-12/+105