summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QAbstractSocket: Consolidate error reportingKai Koehne2015-09-148-188/+133
* QImage: Inline constScanLine call in pixel()Ulf Hermann2015-09-141-1/+1
* winrt: Remove unnecessary assert from window.Samuel Nevala2015-09-131-2/+0
* winrt: Fix capabilities query.Samuel Nevala2015-09-131-2/+2
* Add a qt_version_tag symbol to QtCore that uses ELF versionsThiago Macieira2015-09-132-1/+64
* QNetworkInterface: get a friendlier (but not too friendly) nameThiago Macieira2015-09-132-1/+20
* Use the actual iphlpapi.dll and its headersThiago Macieira2015-09-133-293/+23
* Declare QNetworkAddressEntry and QNetworkInterface as metatypesThiago Macieira2015-09-131-0/+3
* Add a delimiter before "TracerPid"Thiago Macieira2015-09-131-1/+1
* Fix typo in local variable nameNobuaki Sukegawa2015-09-131-2/+2
* QImage: Use d->height directly for checking dimensions on pixel()Ulf Hermann2015-09-111-1/+1
* Change the CPU feature status word to be 64-bit instead of 32-bitThiago Macieira2015-09-112-25/+46
* qdoc: Allow linking to QML signals with their proper nameTopi Reinio2015-09-111-2/+6
* Fix qdoc warnings of QRgba64.Friedemann Kleint2015-09-111-1/+63
* Fix some doc warnings.Friedemann Kleint2015-09-116-13/+6
* Fix QT_NO_ACCESSIBILITY build on linuxLiang Qi2015-09-111-0/+2
* Fix QT_NO_ACCESSIBILITY build on OS XLiang Qi2015-09-117-6/+26
* Update QPA handleExtendedKeyEvent to return the accepted state of the eventTor Arne Vestbø2015-09-102-6/+6
* CoreText: Respect Qt::AA_Use96Dpi flag when creating CT fontsTor Arne Vestbø2015-09-091-10/+6
* iOS: Restore mirror mode using [UIScreen mainScreen] instead of nilTor Arne Vestbø2015-09-091-1/+1
* Deduplicate some code in QWindowSystemInterfaceTor Arne Vestbø2015-09-091-41/+38
* Notify when the primary screen changesAleix Pol2015-09-089-8/+76
* Doc: Make QSignalBlocker more discoverableSze Howe Koh2015-09-081-2/+2
* QMacStyle: Fix splitter handle background on 10.10 or laterGabriel de Dietrich2015-09-071-16/+11
* QMacStyle: Call subElementRect() on proxy style for SE_TabBarTabTextGabriel de Dietrich2015-09-071-1/+1
* Fix some qdoc warnings.Friedemann Kleint2015-09-077-18/+22
* Fix macro in qthread_winAndrew Knight2015-09-071-1/+1
* Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-078-23/+23
* qdoc: Fix issue with findNodeForTarget()Topi Reinio2015-09-071-7/+4
* qdoc: Introduce codeprefix & codesuffix, re-introduce codeindentTopi Reinio2015-09-078-12/+33
* qdoc: Correctly resolve non-function links that end in parenthesesTopi Reinio2015-09-071-22/+10
* winrt: Fix top level window geometry.Samuel Nevala2015-09-071-2/+3
* winrt: Add support for native pickers for Windows Phone.Samuel Nevala2015-09-073-43/+273
* Fix QSysInfo::windowsVersion() for good.Jake Petroules2015-09-061-83/+56
* Fix crash on exit caused by QStringLiteralsThiago Macieira2015-09-051-3/+6
* Add a window title for the QPrintDialog Properties dialogAndy Shaw2015-09-031-0/+1
* Testlib/Windows: Output crash information on stdout instead of stderr.Friedemann Kleint2015-09-031-9/+10
* WinRT: Fixed possible integer overflow in timer registration codeOliver Wolff2015-09-021-1/+2
* QUuid: Also use CoCreateGuid on WinRt/Winphone and WinCEOliver Wolff2015-09-021-3/+3
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-028-76/+86
* Cocoa: Clean up context creation.Morten Johan Sørvig2015-09-021-5/+11
* QAbstractSocket: Always set errorString right after socketErrorKai Koehne2015-09-021-1/+1
* Windows: Improve debug output of mime conversion handling.Friedemann Kleint2015-09-014-34/+101
* winrt: Enable window visibility for the root window.Samuel Nevala2015-08-314-35/+174
* Declare StandardButton & ButtonRole types for cross-thread use.Samuel Nevala2015-08-312-0/+7
* winrt: Work around broken screen rotation on Windows Phone 8.1.Samuel Nevala2015-08-311-0/+1
* Document handleWindowSystemEvent()Morten Johan Sørvig2015-08-271-0/+13
* Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-272-8/+26
* Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-273-4/+19
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2786-723/+1338
|\