summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Doc: add hint about QMimeDatabase to QImageReader::canRead()Eirik Aavitsland2017-10-241-1/+4
* | | | Add QNetworkRequest::ResourceTypeAttribute for use in QtWebKitKonstantin Tokarev2017-11-242-0/+3
* | | | xcb: Use fallbacks for Xcursor namesAlexander Volkov2017-11-231-40/+30
* | | | Fix search-replaced broken commentAllan Sandfeld Jensen2017-11-231-2/+2
* | | | Fix qFloatFromFloat16_fast on NEONAllan Sandfeld Jensen2017-11-231-1/+1
* | | | xcb: Speed-up image scrollingBłażej Szczygieł2017-11-232-47/+161
* | | | A temporary fix for CI: define macros from the missing if_types.hTimur Pocheptsov2017-11-232-1/+26
* | | | Windows QPA: Detect a SetParent into a native window and set isEmbeddedAndre de la Rocha2017-11-211-1/+9
* | | | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-217-2/+187
* | | | Add support for C11 static_assert and thread_localThiago Macieira2017-11-212-26/+56
|/ / /
* | | Add template text to \fn commands in qmap.cppMartin Smith2017-11-191-134/+146
* | | Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-172-2/+4
* | | doc: Fix some "Cannot tie this..." errorsMartin Smith2017-11-173-5/+4
* | | QNetworkInterface - fix iOS/tvOS/watchOS buildsTimur Pocheptsov2017-11-163-1/+247
* | | doc: Ensure GUID is declared for clangqdocMartin Smith2017-11-161-6/+6
* | | Avoid duplicate rules in QWinTimeZonePrivate::init()Edward Welbourne2017-11-151-2/+22
* | | Restructure Dynamic TZ query to same form as Registry variantEdward Welbourne2017-11-151-17/+39
* | | Replace ruleForYear() method with a local index-based functionEdward Welbourne2017-11-152-16/+35
* | | DRY: eliminate code duplication in calculateTransitionsForYear()Edward Welbourne2017-11-151-49/+50
* | | Fix accessibility info for tri-state checkboxesAndre de la Rocha2017-11-142-1/+16
* | | Add support for Windows UI AutomationAndre de la Rocha2017-11-1460-3978/+6318
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-144-26/+163
* | | QSslSocketPrivate (SecureTransport) - add ALPN supportTimur Pocheptsov2017-11-141-1/+63
* | | QDirIterator: Skip inconvertible file names on UnixAlexander Volkov2017-11-141-5/+12
* | | Add support for flatpak portalsJan Grulich2017-11-142-1/+108
* | | QLockFile/Unix: save the boot and machine IDs in the lock file tooThiago Macieira2017-11-144-6/+47
* | | QSysInfo: Remove the caches in {boot,machine}UniqueId()Thiago Macieira2017-11-141-62/+54
* | | QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-146-6/+60
* | | QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-1/+1
* | | Make qsimd_p.h compile in C mode tooThiago Macieira2017-11-141-4/+7
* | | Allow to override resource file dateBernhard M. Wiedemann2017-11-131-1/+5
* | | macOS: Remove unused method QCocoaWindow::nativeWindowGeometryTor Arne Vestbø2017-11-132-15/+0
* | | Fix spelling issues in qhighdpiscaling.cppTor Arne Vestbø2017-11-131-3/+3
* | | Add a missing semicolon in painting/qdrawhelper_neon.cppLiang Qi2017-11-111-1/+1
* | | Add a feature for DNS lookup supportUlf Hermann2017-11-084-9/+23
* | | macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-089-122/+81
* | | Expand ARGB32ToARGB32PM to also work on 32-bit ARM neonAllan Sandfeld Jensen2017-11-082-7/+35
* | | Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-087-40/+126
* | | Remove obsolete DBus dispatch lockAndreas Hartmetz2017-11-083-64/+7
* | | macOS: Replace deprecated CGDisplayIOServicePort functionTor Arne Vestbø2017-11-083-6/+61
* | | macOS: Disable CUPS PPD deprecation warnings for QCocoaPrintDeviceTor Arne Vestbø2017-11-081-0/+11
* | | QNetworkInterface: add MTUThiago Macieira2017-11-076-1/+50
* | | QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-079-29/+139
* | | QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-076-2/+209
* | | QNetworkInterface: Add type()Thiago Macieira2017-11-076-4/+265
* | | QNetworkInterface: add a Linux backend directly using AF_NETLINKThiago Macieira2017-11-075-38/+495
* | | QSsl: use QT_CONFIG(feature) instead of hardcoded constantTimur Pocheptsov2017-11-072-4/+6
* | | macOS: Replace deprecated use of qSort with std::sortTor Arne Vestbø2017-11-071-1/+1
* | | Fix narrowing warning on MSVCAllan Sandfeld Jensen2017-11-071-2/+2
* | | Remove some unnecessary namespace prefixingEdward Welbourne2017-11-061-1/+1