aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-04234-2106/+14066
* QQuickState: replace some Java-style iterators with C++11 ranged-for loopsMarc Mutz2019-07-032-26/+8
* qtlite: Fix build with -no-feature-cursorMikhail Svetkin2019-07-031-0/+4
* Intercept image source urlFabian Kosmale2019-07-031-0/+5
* When setting a QObject as context property reset it when it's destroyedUlf Hermann2019-07-032-0/+19
* use boolean for when propertyFabian Kosmale2019-07-024-14/+13
* QQmlApplicationEngine: delete translators through their parentsTasuku Suzuki2019-07-022-18/+7
* QQmlApplicationEngine: delete unused translator earlierTasuku Suzuki2019-07-021-2/+5
* QQmlEngine: Hoist some allocating code out of critical sectionsMarc Mutz2019-07-021-4/+9
* Port from implicit to explicit atomic operationsMarc Mutz2019-07-026-12/+12
* Fix some const-correctness issuesMarc Mutz2019-07-022-4/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-0112-34/+131
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-285-12/+58
| |\
| | * Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-1/+7
| | * QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-262-8/+14
| | * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-2/+8
| | * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-252-1/+29
| * | Doc: Fix \code and \qml usage in 'QML Object Attributes'Topi Reinio2019-06-191-7/+6
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-204-13/+64
| |\ \
| | * | Support folderlistmodel for the no-thread configv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Morten Johan Sørvig2019-05-093-13/+50
| | * | Make QQmlThread work for no-thread debug modeMorten Johan Sørvig2019-05-081-0/+14
* | | | rtems: Add support cacheFlushMikhail Svetkin2019-06-281-0/+6
* | | | rtems: Reduce MemorySegment::NumChunksMikhail Svetkin2019-06-281-0/+4
* | | | Add environment variable for configure maxJSStackSize and maxGCStackSizeMikhail Svetkin2019-06-283-12/+33
* | | | rtems: Add platform definitionMikhail Svetkin2019-06-281-0/+5
* | | | QQuickTableView: Add usage of QQuickTableSectionSizeProviderYulong Bai2019-06-281-0/+12
* | | | Check that animation still existsFabian Kosmale2019-06-271-1/+1
* | | | Port away from QAtomicOps::load / storeGiuseppe D'Angelo2019-06-251-2/+2
* | | | Expose QQuickPath::pointAtPercent as Q_INVOKABLEPaolo Angelelli2019-06-253-7/+26
* | | | Clean up the QT_CONFIG(library) conditionsUlf Hermann2019-06-265-13/+11
* | | | Inline the rest of qv4compileddata.cppUlf Hermann2019-06-266-181/+113
* | | | Port towards load/storeRelaxed atomicsGiuseppe D'Angelo2019-06-257-25/+25
* | | | Inline CompiledData::unlink() into the only callerUlf Hermann2019-06-243-13/+6
* | | | Move unit checksum generation into qv4compilerUlf Hermann2019-06-246-24/+24
* | | | Add Markdown support to TextEditShawn Rutledge2019-05-296-5/+87
* | | | QQmlEngine: keep ImageProvider alive while in useFabian Kosmale2019-06-254-12/+32
* | | | Add QQuickPathPolylinePaolo Angelelli2019-05-283-4/+127
* | | | QQuickRectangle: do not pass invalid presets onto QGradientGiuseppe D'Angelo2019-06-241-2/+24
* | | | Increment private API version and move it into a separate fileUlf Hermann2019-06-244-2/+62
* | | | Move saveToDisk into SaveableUnitPointerUlf Hermann2019-06-243-55/+52
* | | | Inline msgCannotLoadPlugin() into its only callerUlf Hermann2019-06-241-9/+4
* | | | Simplify errors and diagnosticsUlf Hermann2019-06-1433-330/+423
* | | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-1310-303/+0
* | | | Move the header checking into ExecutableCompilationUnitUlf Hermann2019-06-148-66/+68
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-2018-38/+72
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-1918-38/+72
| |\ \ \ | | | |/ | | |/|
| | * | Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-1711-31/+50
| | * | declarative: fix resource initialization for namespaced buildsTim Blechmann2019-02-231-1/+8
| | * | Software Adaptation: Invalidate on dpr changeMorten Johan Sørvig2019-06-174-6/+9
| | * | Fix graphical artifacts after changing only textureAllan Sandfeld Jensen2019-06-132-0/+5