summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| | | * Add MSVC manifest backup file to "clean" targetJoerg Bornemann2017-08-181-0/+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-183-78/+100
| | | * 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-175-6/+30
| | | * 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-162-0/+44
| | | * macOS: Fix matching of font weights for application fontsEskil Abrahamsen Blomfeldt2017-08-161-19/+26
| | | * Blacklist tst_QFont::DefaultFamily in B2QtTony Sarajärvi2017-08-161-0/+2
| | | * QMenu: Prevent torn-off menus from extending behind the taskbarGabriel de Dietrich2017-08-162-12/+14
| | | * Propagate all module defines to CMake config filesVolker Krause2017-08-151-2/+2
| | | * Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
| * | | Modernize the json savegame exampleMårten Nordheim2017-08-318-82/+175
| |/ /
| * | 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-28103-996/+996
| * | Remove unneded pointer checkJesus Fernandez2017-08-281-2/+2
| * | MSVC: Support precompiled header also for C filesOrgad Shaneh2017-08-282-3/+27
| * | Drop 32 bit iOS configs from mkspecSimo Fält2017-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-277-2/+148
| * | Introduce QIODevice::skip()Alex Trotsenko2017-08-274-0/+217
| * | HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-2714-51/+430
| * | Introduce OBJECTIVE_HEADERSFrancois Ferrand2017-08-252-2/+40
* | | QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-013-1/+8
* | | Make qAddPostRoutine & family thread-safeThiago Macieira2017-09-011-8/+32
* | | macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-016-46/+37
* | | macOS: Modernize masking of windowsTor Arne Vestbø2017-09-016-73/+51
* | | macOS: Forward [QNSViewMouseMoveHelper cursorUpdate:] to viewTor Arne Vestbø2017-09-011-1/+1
* | | macOS: Implement QWindow::requestUpdate() in terms of setNeedsDisplayTor Arne Vestbø2017-09-012-0/+16
* | | macOS: Update qt_on_cocoa manual testTor Arne Vestbø2017-08-313-24/+32
* | | macOS: Determine opaqueness and backgroundColor of NSWindow declarativelyTor Arne Vestbø2017-08-303-9/+24
* | | QHostAddress: remove our own sockaddr_in6Thiago Macieira2017-08-301-32/+3
* | | macOS: Use [NSObject superclass] instead of class_getSuperclassTor Arne Vestbø2017-08-301-2/+2
* | | QLocale docs: remove useless \sa linksShawn Rutledge2017-08-291-2/+0
* | | Fix documentation of QThreadPool::stackSizeFriedemann Kleint2017-08-291-4/+6
* | | macOS: Move NSOpenGLPixelFormat creation back into QCocoaGLContextTor Arne Vestbø2017-08-256-220/+60
* | | macOS: Add workaround for Qt not accepting resize-events before showTor Arne Vestbø2017-08-251-0/+6
|/ /