summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-055-14/+14
* QAbstractOpenGLFunctions: disallow copy/assignment operationsChristian Ehrlicher2018-11-051-0/+1
* QCommandLinkButton: fix visibility of some public functionsChristian Ehrlicher2018-11-051-0/+6
* doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-0535-226/+106
* QLocale: add const version of formattedDataSizeChristian Ehrlicher2018-11-022-1/+17
* QTableWidget: mark isItemSelected/setItemSelected() as deprecatedChristian Ehrlicher2018-11-022-32/+49
* QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-025-13/+46
* QTreeView: add expandRecursively() to expand all items below an indexChristian Ehrlicher2018-11-022-16/+47
* Make util/lexgen/ mention itself in its auto-gen lineEdward Welbourne2018-11-011-424/+423
* Clean up some array dereferncingEdward Welbourne2018-11-011-3/+3
* Remove some unused code from QTestCoreListEdward Welbourne2018-11-011-17/+0
* More const; don't take mutable char *argv[] where const is all we needEdward Welbourne2018-11-011-2/+7
* Dedent a block of code in a namespace for consistency with the rest of the blockEdward Welbourne2018-11-011-49/+49
* Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-014-10/+462
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-0120-169/+281
|\
| * xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-314-127/+118
| * xcb: remove leftover functionGatis Paeglis2018-10-311-1/+0
| * Fix docJarek Kobus2018-10-311-1/+1
| * QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23
| * Add terminating character when sending byte arrays in FileChooser portalJan Grulich2018-10-311-2/+2
| * QtCore/Windows: Add pointer messages to the debug operator for MSGFriedemann Kleint2018-10-311-0/+17
| * winrt: Use SwitchToThread instead of Sleep(0)Oliver Wolff2018-10-311-4/+0
| * Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
| * Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
| * Add since 5.11 markers to two QFile enumsAlbert Astals Cid2018-10-291-2/+2
| * macOS: restore hidden popup windowsRafael Roquetto2018-10-281-2/+20
| * qendian: Fix float conversionsIvan Komissarov2018-10-281-0/+26
| * wasm: use maintainTimers instead of processEvents for touch callbackLorn Potter2018-10-251-1/+1
| * xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-254-7/+8
| * Windows QPA: Fix 2-finger scroll not working with some touchpadsAndre de la Rocha2018-10-251-9/+34
| * angle: Add additional information to qt_attribution.jsonOliver Wolff2018-10-251-0/+4
* | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-311-1/+10
* | Gui: Q_GADGET is missing in qlayoutpolicy_p.hTobias Hunger2018-10-311-0/+1
* | Generate documentation .tags files for all of the docsFrederik Gladhorn2018-10-313-0/+6
* | QGLWidget: Prevent premature platform window creationTor Arne Vestbø2018-10-311-16/+13
* | doc: Add \since 6.0 to future functionsMartin Smith2018-10-303-2/+4
* | doc: Let qdoc parse qdtls.h even without dtlsMartin Smith2018-10-301-0/+2
* | Clarify behavior of QCoreApplication::processEventsTor Arne Vestbø2018-10-301-4/+11
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-10-261265-109681/+214190
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251265-109681/+214190
| |\|
| | * macOS: Fix NSOpenGLContext view association checkTor Arne Vestbø2018-10-231-1/+2
| | * Windows/QPA: Fix receiving mouse clicks after double clicks in QQuickWidgetFriedemann Kleint2018-10-222-32/+10
| | * qtriangulator: Remove a bunch of dead codeIvan Komissarov2018-10-221-22/+8
| | * Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-226-12/+53
| | * Linux Accessibility: Fix expandable stateFrederik Gladhorn2018-10-221-0/+2
| | * qimagescale: Get rid of the memset callIvan Komissarov2018-10-212-5/+5
| | * qdir: Fix a condition typoIvan Komissarov2018-10-211-1/+1
| | * QMovie: use rvalue moreAnton Kudryavtsev2018-10-211-2/+2
| | * qjson: add missed Q_CHECK_PTRv5.12.0-beta3Ivan Komissarov2018-10-212-0/+2
| | * Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Qt Forward Merge Bot2018-10-2044-4124/+4959
| | |\