aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlapplicationengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Remove non-const overload of QQmlApplicationEngine::rootObjectsFabian Kosmale2020-06-201-11/+0
* Doc: add code example of QQmlApplicationEngine::setInitialProperties()Mitch Curtis2020-04-291-0/+11
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-2/+0
|\
| * fix -no-feature-translation buildTim Jenssen2020-04-021-2/+0
* | Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-021-1/+1
* | Clean up QQmlFileSelectorUlf Hermann2020-03-191-3/+27
|/
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-10/+27
* Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-061-1/+1
* doc: Fix several qdoc warningsMartin Smith2019-09-231-1/+1
* Introduce functions to set properties during creationFabian Kosmale2019-08-191-1/+17
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* QQmlApplicationEngine: delete translators through their parentsTasuku Suzuki2019-07-021-13/+7
* QQmlApplicationEngine: delete unused translator earlierTasuku Suzuki2019-07-021-2/+5
* Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-011-3/+6
* Doc: QQmlApplicationEngine::objectCreated() also signals errorsUlf Hermann2019-03-011-3/+5
* Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-131-2/+4
* Use QTranslator::install(QLocale, ...) everywhereKai Koehne2018-07-181-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-2/+9
* Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-141-10/+3
* QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-161-5/+10
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-3/+3
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-3/+3
* | QQmlApplicationEngine: mark rootObjects() as constAnton Kudryavtsev2016-10-131-2/+15
|/
* Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-0/+1
* Qml: use const (and const APIs) moreAnton Kudryavtsev2016-08-091-1/+1
* Introduce delegating constructors.Friedemann Kleint2016-05-061-9/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-151-0/+4
* Update copyright headersJani Heikkinen2015-02-121-6/+6
* Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-4/+2
* use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-2/+4
* Document that QQmlApplicationEngine's root item must be a window.Mitch Curtis2014-09-301-1/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Make qtdeclarative compile with QT_NO_TRANSLATIONTasuku Suzuki2014-01-101-3/+5
* Polish up QQmlFileSelectorAlan Alpert2013-11-131-1/+1
* Apply file selectors to QQmlApplicationEngine appsAlan Alpert2013-09-201-3/+4
* Clean up objects in QQmlApplicationEngine earlierAlan Alpert2013-07-311-1/+6
* Add future compatibility noteAlan Alpert2013-06-071-0/+4
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-071-0/+2
* Fix crash in QQmlApplicationEngine when loading finishesJosh Faust2013-05-141-1/+2
* Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-1/+1
* Add QQmlApplicationEngineAlan Alpert2013-03-201-0/+285