summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
* | | QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-232-0/+2
* | | Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
* | | Add shader files to examples documentation file listSamuel Gaist2015-09-221-1/+1
* | | Doc: update QFileDialog::setSideBarUrls code snippetSamuel Gaist2015-09-222-2/+2
* | | QNAM: Assign proper channel before sslErrors() emissionMarkus Goetz2015-09-221-0/+2
* | | QNativeSocketEngine: fix SO_REUSEPORT problems on LinuxAlexander Rössler2015-09-221-1/+1
* | | Fix two data races in QThread/QThreadDataDavid Faure2015-09-227-14/+14
* | | Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
* | | Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
* | | QFileDialog: preserve window state after delayed widget dialog creationRichard Moe Gustavsen2015-09-221-1/+9
* | | fix error messageJoerg Bornemann2015-09-221-1/+1
* | | Remove confusing license information from torrent.qdocDmitry Shachnev2015-09-211-33/+0
* | | Fix detection of uClibc version numbersThiago Macieira2015-09-211-2/+2
* | | Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
* | | Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-212-2/+8
* | | Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
* | | fix parsing of WinRT compiler optionsJoerg Bornemann2015-09-181-11/+11
* | | Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
* | | tst_QUndoGroup, tst_QUndoStack Fixed flag QT_NO_PROCESSTuomas Heimonen2015-09-142-8/+8
* | | Fixed compilation errors in qatomic_ia64.hÉmeric MASCHINO2015-09-121-4/+4
| |/ |/|
* | QCocoaMenu: Manually reposition popupsGabriel de Dietrich2015-09-111-10/+31
* | Force GLES 2.0 on Android 4.2 devices reporting 3.0Laszlo Agocs2015-09-101-0/+12
* | Windows socket engine: do not discard datagram on critical failureAlex Trotsenko2015-09-101-16/+21
* | Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-104-79/+153
* | QUdpSocket: avoid infinite read notifier blockingAlex Trotsenko2015-09-102-9/+57
* | iOS: silence compiler warning about unimplemented 'selectionRectsForRange'Richard Moe Gustavsen2015-09-101-0/+9
* | Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-102-5/+16
* | tst_QProcess_and_GuiEventLoop: Added flag QT_NO_PROCESSTuomas Heimonen2015-09-091-2/+5
* | Fix hang in qnam when disconnectingLorn Potter2015-09-074-0/+34
* | Fix qmake messing up headers of generated Visual Studio solution filesJonathan Meier2015-09-071-0/+1
* | Do not install headers for private classesFrederik Gladhorn2015-09-0715-19/+96
* | Doc: Update links to Qt Creator ManualLeena Miettinen2015-09-071-16/+28
* | Cocoa: correct QDesktopWidget::availableGeometry()Liang Qi2015-09-071-2/+10
* | Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-063-7/+8
* | Android: Don't use predictive text when selecting file namesBogDan Vatra2015-09-061-0/+3
* | Fix compilation with QNETWORKACCESSHTTPBACKEND_DEBUG enabledDavid Faure2015-09-041-2/+2
* | QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-0410-82/+159
* | QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-047-0/+7
* | Support device pixel ratio in QWidget graphic effectsDavid Edmundson2015-09-041-1/+4
* | iOS: filter responder actions from menu syncRichard Moe Gustavsen2015-09-041-1/+1
* | iOS: compose key events from QKeySequencesRichard Moe Gustavsen2015-09-041-10/+18
* | Doc: System Tray Icon exampleNico Vertriest2015-09-043-0/+183
* | qprintdialog_unix: small optimization, no need to extract a substringDavid Faure2015-09-041-1/+1
* | forkfd: fix _POSIX_SPAWN feature checkLouai Al-Khanji2015-09-042-3/+3
* | Doc: Corrected link issues in qtbaseNico Vertriest2015-09-0415-23/+18
* | Doc: Added enums in qnamespace.qdocNico Vertriest2015-09-041-0/+11
* | Doc: Added link to Declarative State Machine FrameworkNico Vertriest2015-09-042-2/+3
* | Copy the state to the picture paintengine when updating the stateAndy Shaw2015-09-031-1/+9
|/
* WinRT: Unregister callbacks when socket engine is destroyedOliver Wolff2015-09-032-4/+11