summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
| | * Update bundled libpng to version 1.6.32André Klitzing2017-08-2625-245/+1212
| | * QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
| | * Add missing #ifdef for isTouchScreen() implementationAndy Shaw2017-08-251-0/+2
| | * Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-252-0/+6
| | * QMenuPrivate: Fix implicit type conversion warningsGabriel de Dietrich2017-08-251-6/+6
| | * Initialize the print engine with the given printer nameAndy Shaw2017-08-2515-22/+25
| | * iOS: Remove support for OpenGL-backed QBackingStoreTor Arne Vestbø2017-08-243-141/+12
| | * Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
| | * QHostInfo: Remove Darwin refusal to use getnameinfo(3)Thiago Macieira2017-08-241-2/+1
| | * QNetworkInterface: Fold the test for if_nameindex into the config testThiago Macieira2017-08-242-6/+2
| | * QTableGenerator: Fix handling of illegal characters in fromBase8Robert Loehning2017-08-231-1/+1
| | * QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-232-4/+11
| | * Windows QPA: Call raise unconditionally for popupsFriedemann Kleint2017-08-221-1/+3
| | * QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-223-1/+13
| | * Doc: Clean up Qt::ApplicationAttribute docsTopi Reinio2017-08-211-15/+19
| | * Android: stop composing before pasting new textPaul Olav Tvete2017-08-211-1/+2
| | * Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
| | * kms: Send enter and leave events to all screensPier Luigi Fiorini2017-08-201-0/+2
| | * Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-181-1/+1
| | * fix configure PSQL_*= being ignored, take 2Oswald Buddenhagen2017-08-181-1/+1
| | * Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
| | * macOS: Fix padding around tab label with iconEskil Abrahamsen Blomfeldt2017-08-181-1/+6
| | * QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
| | * Android: Fix compile using ndkr15 clang and unified headersBogDan Vatra2017-08-182-0/+2
| | * Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1
| | * Android: Fix compile with unified headersBogDan Vatra2017-08-174-40/+48
| | * Android: Fix warning for __fp16BogDan Vatra2017-08-171-1/+1
| | * Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-172-1/+4
| | * QPicture: check that pictureFormat doesn't return dangling pointersGiuseppe D'Angelo2017-08-161-1/+6
| | * XCB: Don't core-dump if we can't connect to the X displayNameThiago Macieira2017-08-163-8/+30
| | * Doc: Mark the dbmsType() function and DbmsType enum as internalAndy Shaw2017-08-161-0/+2
| | * Block input to a window shown while an application modal dialog is visibleAndy Shaw2017-08-161-0/+2
| | * macOS: Fix matching of font weights for application fontsEskil Abrahamsen Blomfeldt2017-08-161-19/+26
| | * QMenu: Prevent torn-off menus from extending behind the taskbarGabriel de Dietrich2017-08-162-12/+14
| | * Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
| * | Simplify QDataStream::skipRawData()Alex Trotsenko2017-08-311-25/+6
| * | testlib: move strings from functions to array in benchmark metricLiang Qi2017-08-291-133/+57
| * | New AA_DisableWindowContextHelpButton to globally hide ? buttonKai Koehne2017-08-293-3/+13
| * | QProcess: add docs that the PID from startDetached() may be recycledThiago Macieira2017-08-291-2/+6
| * | uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-281-1/+1
| * | Remove unneded pointer checkJesus Fernandez2017-08-281-2/+2
| * | QUdpSocket: use faster ways to get datagram size on Linux and macOSThiago Macieira2017-08-271-2/+15
| * | QSslSocketBackendPrivate::transmit(): improve writing to OpenSSLAlex Trotsenko2017-08-271-3/+2
| * | Testlib: Format QVector2/3/4D in QCOMPAREFriedemann Kleint2017-08-271-0/+29
| * | Introduce QIODevice::skip()Alex Trotsenko2017-08-273-0/+126
| * | HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-2711-36/+212
* | | QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-012-1/+4
* | | Make qAddPostRoutine & family thread-safeThiago Macieira2017-09-011-8/+32
* | | macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-014-45/+19