aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Avoid number conversion issueLiang Qi2019-06-131-1/+2
* | | QQuickMouseArea: synchronize relative position after draggingWang Chuan2019-05-291-1/+3
* | | Do qtVectorPathForPath before starting thread poolUlf Hermann2019-06-141-0/+6
* | | Move AST -> CompiledData location transformation to scan functionsUlf Hermann2019-06-133-19/+18
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-146-7/+75
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-136-7/+75
| |\|
| | * Add simple DelegateChooser example to documentationMichael Brasser2019-06-111-1/+35
| | * JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-1/+0
| | * Allow destroying QJSValues from other threadsUlf Hermann2019-06-111-2/+19
| | * Fix use after free crash in QQmlDelegateModelNils Jeisecke2019-06-061-1/+16
| | * Avoid number conversion issueUlf Hermann2019-06-111-2/+3
| | * Avoid assertion when having a ShaderEffect as a delegateJan Arve Sæther2019-05-211-0/+2
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-124-10/+10
* | | Register QRegularExpressionValidator in QtQuickUlf Hermann2019-06-126-5/+114
* | | qtlite: Fix build with -no-feature-translationMikhail Svetkin2019-06-111-2/+2
* | | Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-112-5/+5
* | | add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-115-7/+43
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-1135-379/+526
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-1135-379/+526
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-064-6/+54
| | |\|
| | | * Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-042-3/+3
| | | * Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-011-3/+6
| | | * Parser: Accept templated readonly propertiesUlf Hermann2019-05-311-0/+45
| | * | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-044-19/+26
| | * | QQuickTableView: Don't try to forceLayout with no columnsDavid Edmundson2019-06-051-0/+3
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-025-8/+33
| | |\|
| | | * QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
| | | * Doc: Fix incorrect snippet in Repeater QML type documentationTopi Reinio2019-01-231-4/+5
| | | * In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
| | | * Add a workaround for ia64 to move Value bits 63-61 to 49-47 for pointersJason Duerstock2019-05-301-0/+17
| | | * QQuickWidget: fix missing update on show event for software rendererKirill Burtsev2019-05-281-2/+7
| | * | Improve "Type error" when looking up a property of null or undefinedDavid Faure2019-05-311-2/+7