summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix editing of QDateTimeEdit in 12-hour locales that don't use AM/PMVolker Hilsheimer2019-05-282-14/+35
* Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Liang Qi2019-06-173-0/+64
|\
| * Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-173-0/+64
| |\
| | * QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-133-0/+64
* | | QTextBoundaryFinder: don't break after uppercase followed by commawangChuan2019-05-231-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-144-5/+9
|\ \
| * | Windows: Call ReleaseDC for the private's displayContextAndy Shaw2019-04-101-0/+2
| * | Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
| * | Don't count all engines as "in use" in cacheEskil Abrahamsen Blomfeldt2019-06-091-1/+1
| * | Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
* | | wasm: handle mouse events even when not over a windowLorn Potter2019-05-301-4/+7
* | | doc: Fix tr() documentation issueMartin Smith2019-06-132-1/+6
* | | wasm: fix crash in case network js event becomes null or undefinedLorn Potter2019-05-271-10/+43
* | | Fix printing of table headers in multi-frame QTextDocumentsEirik Aavitsland2019-04-111-2/+8
* | | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-1129-3925/+5155
|\ \ \ | | |/ | |/|
| * | Doc: Add Q_OS_WASM documentationPaul Wicking2019-06-071-0/+7
| * | Update SQLite to 3.28.0v5.13.0-rc2Andy Shaw2019-06-053-3845/+4909
| * | Update documentation regarding import/export restrictions for OpenSSLVolker Hilsheimer2019-06-041-7/+8
| * | QComboBox: add QT_DEPRECATED_X() for deprecated functionsChristian Ehrlicher2019-05-092-2/+5
| * | Revert "macOS: disable threaded OpenGL (unconditionally)"Eskil Abrahamsen Blomfeldt2019-05-141-7/+5
| * | QOpenGLWindow: set QOffScreenSurface screenMorten Johan Sørvig2019-05-141-1/+1
| * | wasm: rewrite/simplify OpenglContextMorten Johan Sørvig2019-05-142-35/+30
| * | wasm: controlled screen destructionMorten Johan Sørvig2019-05-149-3/+51
| * | wasm: add QWasmOffscreenSurfaceMorten Johan Sørvig2019-05-145-2/+101
| * | wasm: use correct coordinates when blittingMorten Johan Sørvig2019-05-141-2/+3
| * | wasm: prevent crash on null backingstore pointerMorten Johan Sørvig2019-05-141-0/+2
| * | wasm: install one browser window resize handlerMorten Johan Sørvig2019-05-144-20/+23
| * | macOS: disable threaded OpenGL (unconditionally)Morten Johan Sørvig2019-05-081-5/+7
| * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-083-5/+13
| * | wasm: remove qDebugMorten Johan Sørvig2019-05-071-2/+0
| * | Merge 5.13 into 5.13.0Frederik Gladhorn2019-05-07104-4789/+7857
| |\ \
| * | | Don't duplicate font family names in the fallback listAndy Shaw2019-05-071-1/+2
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-119-106/+115
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+2
| * | | doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
| * | | moc: Fix indentation of generated codeFriedemann Kleint2019-06-071-1/+1
| * | | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-076-98/+105
* | | | doc: Improve the Coordinate System rectangle coordinate examplesSamuel Gaist2019-05-232-1/+10
* | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-0730-189/+323
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-0730-189/+323
| |\| | |
| | * | | Document that QHeaderView rendered with themed style might ignore rolesVolker Hilsheimer2019-06-051-1/+4
| | * | | Detect system time zone from linked symlinksDamien Caliste2019-06-041-5/+38
| | * | | Overhaul Q(Date|Time)+ documentationEdward Welbourne2019-05-291-96/+103
| | * | | Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+11
| | * | | macOS: Fix QMouseEvent::buttonMikhail Svetkin2019-05-281-3/+2
| | * | | macOS: Use QMacNotificationObserver over manual notification handlingTor Arne Vestbø2019-05-293-20/+17
| | * | | macOS: Fix reported mouse event buttonsMikhail Svetkin2019-06-031-4/+3
| | * | | cmake: correct version dependency for qt5_add_big_resourcesLiang Qi2019-05-202-0/+7
| | * | | Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-242-0/+13
| | * | | Fusion: Fill the rect with base brush when drawing the combobox frameAndy Shaw2019-05-271-1/+9