index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
qmlpreview
/
qmlpreviewplugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use simpler Plugin::initialize() when feasible
hjk
2023-01-20
1
-6
/
+1
*
QmlPreview: A dedicated class for the QmlPreviewRunWorkerFactory
hjk
2023-01-16
1
-81
/
+42
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
QmlPreview: Have a dedicated run worker factory class
hjk
2023-01-06
1
-6
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
qmljs: (QString -> Utils::FilePath)++
Fawzi Mohamed
2022-07-13
1
-3
/
+7
*
Code cosmetics
hjk
2022-06-24
1
-0
/
+1
*
QmlProjectManager: Avoid use of RunControl::runConfiguration()
hjk
2022-04-12
1
-5
/
+0
*
ProjectExplorer: Copy more RunConfiguration data to RunControl
hjk
2022-04-12
1
-1
/
+2
*
QmlDesigner: Add fake Android kit workaround
Henning Gruendl
2021-11-16
1
-2
/
+2
*
Implements previewing qml preview for a qmlproject
Piotr Mikolajczyk
2021-09-21
1
-2
/
+8
*
Pass the new node in ProjectTree::currentNodeChanged
Eike Ziller
2021-06-28
1
-2
/
+1
*
qmlpreview: fix crash
Tim Jenssen
2021-04-16
1
-0
/
+8
*
qmlpreview: prepare plugin to have an external client
Tim Jenssen
2021-04-15
1
-62
/
+4
*
QmlPreview: Don't force explicit restart on shader change
Miikka Heikkinen
2021-02-15
1
-16
/
+2
*
QML: Use new message manager API
Eike Ziller
2020-12-22
1
-1
/
+1
*
QmlPreview: Add missing shader suffixes
Thomas Hartmann
2020-12-15
1
-0
/
+3
*
QmlDesigner: Remove invisible char
Thomas Hartmann
2020-12-15
1
-1
/
+1
*
QmlPreview: Restart if a shader is modified
Thomas Hartmann
2020-12-14
1
-2
/
+13
*
QML Preview: Fix UI text
Leena Miettinen
2020-11-09
1
-1
/
+1
*
qmlprieview: fix that init language is the chosen one
Tim Jenssen
2020-10-07
1
-15
/
+23
*
qmlpreview: add debugtranslation ui
Tim Jenssen
2020-07-23
1
-6
/
+73
*
qmlproject: rename lastUsedLanguage -> currentLocale
Tim Jenssen
2020-07-23
1
-1
/
+6
*
qmlpreview: fix init locale issue
Tim Jenssen
2020-07-21
1
-1
/
+1
*
qmlpreview: stop previews if the language backend is changed
Tim Jenssen
2020-07-21
1
-0
/
+5
*
Provide an empty default IPlugin::extensionsInitialized()
hjk
2020-02-07
1
-4
/
+0
*
QmlPreview: Fix memory leak
Christian Kandeler
2020-01-23
1
-1
/
+1
*
Fix lupdate issues
Eike Ziller
2019-11-04
1
-1
/
+1
*
ProjectExplorer: Standardize RunWorker creation logic
hjk
2019-08-27
1
-33
/
+34
*
QmlPreview: Pimpl plugin
hjk
2019-08-15
1
-66
/
+124
*
ProjectExplorer: Re-work setup runworker factories
hjk
2019-08-09
1
-7
/
+6
*
Avoid warning on empty expressions
hjk
2019-07-23
1
-3
/
+3
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-1
/
+1
*
ExtensionSystem: Move away from QList
Eike Ziller
2019-05-27
1
-2
/
+2
*
ProjectExplorer: Rename ProjectTree::findCurrentNode to currentNode
hjk
2019-04-30
1
-2
/
+2
*
ProjectExplorer: Merge Node::isFileNodeType and asFileNode
hjk
2019-03-01
1
-1
/
+1
*
ProjectExplorer: Replace Node::setNodeType by virtual functions
hjk
2019-03-01
1
-1
/
+1
*
ProjectExplorer: Rename KitInformation to KitAspect
Christian Kandeler
2019-02-11
1
-1
/
+1
*
Import QML preview plugin into Qt Creator
Ulf Hermann
2019-01-17
1
-0
/
+455