summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Cocoa: Clean up memory leak when providing the accessibilityActionsAndy Shaw2017-05-231-1/+1
| | * | winrt: Move handling of new socket connections into workerOliver Wolff2017-05-232-151/+166
| | * | Doc: fix grammar in QScopedPointer's detailed descriptionMitch Curtis2017-05-231-1/+1
| | * | QItemSelection: fix a quadratic loopMarc Mutz2017-05-221-12/+20
| | * | doc: Add warning about QTextLayout::beginLayout() and clearLayout()Eskil Abrahamsen Blomfeldt2017-05-221-0/+6
| | * | QSslSocket (OpenSSL) make supportsSsl return false, if v >= 1.1Timur Pocheptsov2017-05-211-1/+10
| | * | Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-1919-3401/+11242
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-1919-3401/+11242
| | | |\|
| | | | * QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-182-12/+12
| | | | * Revert "Add qt_safe_ftok wrapper for ftok"Thiago Macieira2017-05-183-16/+2
| | | | * Enable "combined-angle-lib" for ANGLE buildsOliver Wolff2017-05-171-0/+1
| | | | * Revert "Merge the QDBusMetaType's custom information to QDBusConnectionManager"Lars Knoll2017-05-176-127/+93
| | | | * Restore behavior of using libEGL and libGLESv2 as default for angleOliver Wolff2017-05-117-608/+679
| | | | * Fix some QtDBus crashes during application destructionThiago Macieira2017-05-113-6/+21
| | | | * Merge the QDBusMetaType's custom information to QDBusConnectionManagerThiago Macieira2017-05-116-93/+127
| | | | * QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.8David Faure2017-05-081-2719/+10499
| | | | * Revert gamma-corrected handling of transparent destination bufferAllan Sandfeld Jensen2017-05-081-37/+29
| | | | * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-12/+0
| | | | * OpenGL function lookup for QNXJames McDonnell2017-05-072-2/+7
| | | | * Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-0451-202/+1571
| | | | |\
| | | | * | QItemSelectionRange: don't compare pointers with op<Marc Mutz2017-04-301-1/+4
| | * | | | HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-191-1/+2
| | * | | | QGuiApplication: Initialize and clear static variablesFriedemann Kleint2017-05-191-0/+13
| | |/ / /
| | * | | Remove unnecessary FunctionPointer::ChangeClassThiago Macieira2017-05-181-2/+0
| | * | | Fix painterpath rect intersections with points on the rectAllan Sandfeld Jensen2017-05-171-0/+33
| | * | | macOS: Don't create NSWindow for embedded viewsTor Arne Vestbø2017-05-161-2/+10
| | * | | iOS: Fix the shortcuts bar not correctly hiddenFilipe Azevedo2017-05-161-5/+6
| | * | | QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-162-0/+13
| | * | | QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-162-12/+12
| | * | | Windows QPA: Do not raise/lower windows with Qt::WindowStaysOnTop/BottomHintFriedemann Kleint2017-05-151-2/+4
| | * | | fix random build error with -no-feature-commandlineparserOswald Buddenhagen2017-05-121-2/+5
| | * | | Doc: Remove platform support table for bearer managementKai Koehne2017-05-121-28/+1
| | * | | Add undeclared CoreFoundation and Foundation deps to coretext.priJake Petroules2017-05-111-5/+9
* | | | | QXmlStream: don't create QStrings just to look up entities in a hashMarc Mutz2017-05-303-39/+63
* | | | | QGestureManager: use QScopedPointer to hold prototype gestureMarc Mutz2017-05-301-2/+1
* | | | | QGestureManager: use op[] instead of contains() + insert() to ensure an entry...Marc Mutz2017-05-301-4/+3
* | | | | Claim alpha8 is premultipliedAllan Sandfeld Jensen2017-05-291-1/+1
* | | | | QThread: Refine check for presence of std::futureFriedemann Kleint2017-05-291-2/+6
|/ / / /
* | | | Modify QSqlQueryModel roleNamesJesus Fernandez2017-05-262-0/+26
* | | | Ensure status tips for a headerview section are handledAndy Shaw2017-05-231-2/+14
* | | | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-236-9/+57
* | | | Qt containers: use std::move in take*() methodsMarc Mutz2017-05-235-10/+10
* | | | QSplashScreen: make all ctors use the same Qt::WindowFlagsMarc Mutz2017-05-221-1/+1
* | | | QDateTimeParser: pass down an actual current value where expectedEdward Welbourne2017-05-221-1/+188
* | | | Optimize conversion from unpremultiplied to opaque formatsAllan Sandfeld Jensen2017-05-221-4/+23
* | | | macOS: Remove workaround when adding view as subviewTor Arne Vestbø2017-05-221-3/+0
* | | | macOS: Remove workaround when setting view as content viewTor Arne Vestbø2017-05-221-4/+0
* | | | QVulkanWindow: return QMatrix4x4 by valueMarc Mutz2017-05-222-4/+4
* | | | QWizard: move 'initialized' bit into QWizardPageMarc Mutz2017-05-221-15/+14
* | | | QVulkanWindow: use QVector, not QSet, for small int setMarc Mutz2017-05-222-5/+6