View | Details | Raw Unified | Return to bug 196167 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-42 / +22 lines)
Lines 2-60 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qtcreator
4
PORTNAME=	qtcreator
5
DISTVERSION=	2.8.0
5
DISTVERSION=	3.3.0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	${MASTER_SITE_QT:S/$/:qtcreator/} \
7
MASTER_SITES=	${MASTER_SITE_QT} 
8
		${MASTER_SITE_QT}
8
MASTER_SITE_SUBDIR=official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}/
9
MASTER_SITE_SUBDIR=	official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}/:qtcreator \
9
DISTNAME=	qt-creator-opensource-src-${DISTVERSION}
10
			official_releases/qt/${QT4_VERSION:R}/${QT4_VERSION}
11
DISTNAME=	qt-creator-${DISTVERSION}-src
12
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:qtcreator \
13
		${QT_DISTNAME}.tar.gz
14
DIST_SUBDIR=	KDE
10
DIST_SUBDIR=	KDE
15
11
16
MAINTAINER=	kde@FreeBSD.org
12
MAINTAINER=	kde@FreeBSD.org
17
COMMENT=	C++ and QML IDE for Qt development
13
COMMENT=	C++ and QML IDE for Qt development
18
14
19
LIB_DEPENDS=	libImath.so:${PORTSDIR}/graphics/ilmbase \
15
USE_LDCONFIG=	${LOCALBASE}/lib/${PORTNAME}
20
		libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
16
USES=		qmake:outsource compiler:c++11-lib shebangfix
21
		libjasper.so:${PORTSDIR}/graphics/jasper \
17
USE_QT5=	buildtools concurrent core declarative designer gui linguist network\
22
		libjpeg.so:${PORTSDIR}/graphics/jpeg
18
		qml quick quickcontrols script script sql svg webkit widgets xml\
19
		xmlpatterns
23
20
24
USE_QT4=	moc_build rcc_build uic_build \
21
# enforce install to ${PREFIX}
25
		linguist_build assistant_run qt3support \
22
QMAKE_ARGS+=	QTC_PREFIX=${PREFIX}
26
		dbus designer gui help-tools_build network script \
27
		corelib sql svg testlib xml webkit qdoc3_build
28
USES=		qmake:outsource
29
MAKE_JOBS_UNSAFE=	yes
30
ALL_TARGET=	all docs
31
INSTALL_TARGET=	install install_docs
32
MAKE_ENV=	XDG_CONFIG_HOME=/dev/null
33
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
34
23
35
QMAKE_ARGS=	CONFIG+="configure" QTC_PREFIX=${PREFIX}
36
24
37
# Build Qt Quick Designer (requires update on every Qt update).
38
QT_DISTNAME=	qt-everywhere-opensource-src-${QT4_VERSION}
39
DO_NOT_EXTRACT=	config.profiles config.tests demos doc examples lib \
40
		mkspecs tools translations
41
.for dne in ${DO_NOT_EXTRACT}
42
EXTRACT_AFTER_ARGS+=	--exclude '${QT_DISTNAME}/${dne}'
43
.endfor
44
QMAKE_ARGS+=	QT_PRIVATE_HEADERS="${WRKDIR}/${QT_DISTNAME}/include"
45
46
DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \
25
DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \
47
		"${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
26
                "${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
48
27
28
# There seems to be only one file needing a sheebangfix (all the others
29
# do not get installed)
30
SHEBANG_FILES= share/qtcreator/templates/wizards/scriptgeneratedproject/generate.pl 
31
32
# fix paths of gnuplot and ant
49
post-patch:
33
post-patch:
50
	${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|' \
34
	${REINPLACE_CMD} -e 's|/usr/bin/gnuplot|${LOCALBASE}/bin/gnuplot|' \
51
		${WRKSRC}/share/qtcreator/translations/translations.pro
35
				${WRKSRC}/share/qtcreator/debugger/dumper.py
52
	${REINPLACE_CMD} -e 's|lupdate|lupdate-qt4|' \
36
	${REINPLACE_CMD} -e 's|/usr/bin/ant|${LOCALBASE}/bin/ant|' \
53
		${WRKSRC}/share/qtcreator/translations/translations.pro
37
				${WRKSRC}/src/plugins/android/androidsettingswidget.cpp
54
	${REINPLACE_CMD} -e 's|/usr/bin/gnuplot|${LOCALBASE}/gnuplot|' \
55
		${WRKSRC}/share/qtcreator/dumper/gbridge.py
56
	${REINPLACE_CMD} -e 's|/usr/bin/ant|${LOCALBASE}/ant|' \
57
		${WRKSRC}/src/plugins/android/androidsettingswidget.cpp
58
	${RM} ${WRKSRC}/share/qtcreator/dumper/gbridge.py.bak
59
38
39
60
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)distinfo (-4 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (KDE/qt-creator-2.8.0-src.tar.gz) = 7ac5d9a36c2f561f74d77378d4eae95a78c7752b323e1df924d6e895e99f45d2
1
SHA256 (KDE/qt-creator-opensource-src-3.3.0.tar.gz) = 27a5c8815fab95f959134047f8315686de4de6f99b0bedfd46b5dedae390525a
2
SIZE (KDE/qt-creator-2.8.0-src.tar.gz) = 24210148
2
SIZE (KDE/qt-creator-opensource-src-3.3.0.tar.gz) = 22950004
3
SHA256 (KDE/qt-everywhere-opensource-src-4.8.6.tar.gz) = 8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c
4
SIZE (KDE/qt-everywhere-opensource-src-4.8.6.tar.gz) = 241623667
(-)files/patch-git_ac627bb77 (-42 lines)
Lines 1-42 Link Here
1
commit ac627bb77001fa6d182a8a247646a810a94a06ee
2
Author: Daniel Teske <daniel.teske@digia.com>
3
Date:   Tue Oct 22 15:51:21 2013 +0200
4
5
    CMake: Don't expect the version in --help output
6
7
    Since we don't actually need it anymore, just remove the code.
8
9
    Task-number: QTCREATORBUG-10452
10
    Change-Id: I59f55f3a319240826569de308491cac697c4f045
11
    Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
12
13
--- src/plugins/cmakeprojectmanager/cmakevalidator.cpp
14
+++ src/plugins/cmakeprojectmanager/cmakevalidator.cpp
15
@@ -86,16 +86,11 @@ void CMakeValidator::finished(int exitCode)
16
     }
17
     if (m_state == CMakeValidator::RunningBasic) {
18
         QByteArray response = m_process->readAll();
19
-        QRegExp versionRegexp(QLatin1String("^cmake version ([\\d\\.]*)"));
20
-        versionRegexp.indexIn(QString::fromLocal8Bit(response));
21
 
22
         m_hasCodeBlocksMsvcGenerator = response.contains("CodeBlocks - NMake Makefiles");
23
         m_hasCodeBlocksNinjaGenerator = response.contains("CodeBlocks - Ninja");
24
-        m_version = versionRegexp.cap(1);
25
-        if (versionRegexp.capturedTexts().size() > 3)
26
-            m_version += QLatin1Char('.') + versionRegexp.cap(3);
27
 
28
-        if (m_version.isEmpty()) {
29
+        if (response.isEmpty()) {
30
             m_state = CMakeValidator::Invalid;
31
         } else {
32
             m_state = CMakeValidator::RunningFunctionList;
33
--- src/plugins/cmakeprojectmanager/cmakevalidator.h
34
+++ src/plugins/cmakeprojectmanager/cmakevalidator.h
35
@@ -74,7 +74,6 @@ private:
36
     QProcess *m_process;
37
     bool m_hasCodeBlocksMsvcGenerator;
38
     bool m_hasCodeBlocksNinjaGenerator;
39
-    QString m_version;
40
     QString m_executable;
41
 
42
     QMap<QString, QStringList> m_functionArgs;
(-)files/patch-src__shared__qbs__src__lib__parser__qmljs.g (-20 lines)
Lines 1-20 Link Here
1
commit b196bb68f7ac03b3bf9fcbcb4af3ae81e0ca0d7e
2
Author: Christian Kandeler <christian.kandeler@digia.com>
3
Date:   Fri Aug 9 11:32:05 2013 +0200
4
5
    Fix typo in QmlJsParser.
6
    
7
    Change-Id: Iade7c0ad78576e1b5bc8110bef8dfb51db7eff8a
8
    Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
9
10
--- src/shared/qbs/src/lib/parser/qmljs.g
11
+++ src/shared/qbs/src/lib/parser/qmljs.g
12
@@ -291,7 +291,7 @@ public:
13
     inline DiagnosticMessage diagnosticMessage() const
14
     {
15
         foreach (const DiagnosticMessage &d, diagnostic_messages) {
16
-            if (! d.kind == DiagnosticMessage::Warning)
17
+            if (d.kind != DiagnosticMessage::Warning)
18
                 return d;
19
         }
20
 
(-)files/patch-src__shared__qbs__src__lib__parser__qmljsparser_p.h (-20 lines)
Lines 1-20 Link Here
1
commit b196bb68f7ac03b3bf9fcbcb4af3ae81e0ca0d7e
2
Author: Christian Kandeler <christian.kandeler@digia.com>
3
Date:   Fri Aug 9 11:32:05 2013 +0200
4
5
    Fix typo in QmlJsParser.
6
    
7
    Change-Id: Iade7c0ad78576e1b5bc8110bef8dfb51db7eff8a
8
    Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
9
10
--- src/shared/qbs/src/lib/parser/qmljsparser_p.h
11
+++ src/shared/qbs/src/lib/parser/qmljsparser_p.h
12
@@ -153,7 +153,7 @@ public:
13
     inline DiagnosticMessage diagnosticMessage() const
14
     {
15
         foreach (const DiagnosticMessage &d, diagnostic_messages) {
16
-            if (! d.kind == DiagnosticMessage::Warning)
17
+            if (d.kind != DiagnosticMessage::Warning)
18
                 return d;
19
         }
20
 
(-)pkg-plist (-565 / +462 lines)
Lines 1-3 Link Here
1
bin/buildoutputparser
2
bin/qbs
3
bin/qbs-config
4
bin/qbs-config-ui
5
bin/qbs-qmltypes
6
bin/qbs-setup-qt
7
bin/qbs-setup-toolchains
8
bin/qml2puppet
1
bin/qmlpuppet
9
bin/qmlpuppet
2
bin/qtcreator
10
bin/qtcreator
3
bin/qtcreator.sh
11
bin/qtcreator.sh
Lines 46-211 Link Here
46
lib/qtcreator/libUtils.so.1.0.0
54
lib/qtcreator/libUtils.so.1.0.0
47
lib/qtcreator/libqbscore.so
55
lib/qtcreator/libqbscore.so
48
lib/qtcreator/libqbscore.so.1
56
lib/qtcreator/libqbscore.so.1
49
lib/qtcreator/libqbscore.so.1.0
57
lib/qtcreator/libqbscore.so.1.3
50
lib/qtcreator/libqbscore.so.1.0.0
58
lib/qtcreator/libqbscore.so.1.3.3
51
lib/qtcreator/libzeroconf.so
59
lib/qtcreator/libqbsqtprofilesetup.so
52
lib/qtcreator/libzeroconf.so.1
60
lib/qtcreator/libqbsqtprofilesetup.so.1
53
lib/qtcreator/libzeroconf.so.1.0
61
lib/qtcreator/libqbsqtprofilesetup.so.1.3
54
lib/qtcreator/libzeroconf.so.1.0.0
62
lib/qtcreator/libqbsqtprofilesetup.so.1.3.3
55
lib/qtcreator/plugins/BlackBerry/Qnx.pluginspec
63
lib/qtcreator/plugins/libAnalyzerBase.so
56
lib/qtcreator/plugins/BlackBerry/libQnx.so
64
lib/qtcreator/plugins/libAndroid.so
57
lib/qtcreator/plugins/QtProject/AnalyzerBase.pluginspec
65
lib/qtcreator/plugins/libAutotoolsProjectManager.so
58
lib/qtcreator/plugins/QtProject/Android.pluginspec
66
lib/qtcreator/plugins/libBareMetal.so
59
lib/qtcreator/plugins/QtProject/AutotoolsProjectManager.pluginspec
67
lib/qtcreator/plugins/libBazaar.so
60
lib/qtcreator/plugins/QtProject/Bazaar.pluginspec
68
lib/qtcreator/plugins/libBeautifier.so
61
lib/qtcreator/plugins/QtProject/BinEditor.pluginspec
69
lib/qtcreator/plugins/libBinEditor.so
62
lib/qtcreator/plugins/QtProject/Bookmarks.pluginspec
70
lib/qtcreator/plugins/libBookmarks.so
63
lib/qtcreator/plugins/QtProject/CMakeProjectManager.pluginspec
71
lib/qtcreator/plugins/libCMakeProjectManager.so
64
lib/qtcreator/plugins/QtProject/CVS.pluginspec
72
lib/qtcreator/plugins/libCVS.so
65
lib/qtcreator/plugins/QtProject/ClassView.pluginspec
73
lib/qtcreator/plugins/libClassView.so
66
lib/qtcreator/plugins/QtProject/ClearCase.pluginspec
74
lib/qtcreator/plugins/libClearCase.so
67
lib/qtcreator/plugins/QtProject/CodePaster.pluginspec
75
lib/qtcreator/plugins/libCodePaster.so
68
lib/qtcreator/plugins/QtProject/Core.pluginspec
76
lib/qtcreator/plugins/libCore.so
69
lib/qtcreator/plugins/QtProject/CppEditor.pluginspec
77
lib/qtcreator/plugins/libCppEditor.so
70
lib/qtcreator/plugins/QtProject/CppTools.pluginspec
78
lib/qtcreator/plugins/libCppTools.so
71
lib/qtcreator/plugins/QtProject/Debugger.pluginspec
79
lib/qtcreator/plugins/libDebugger.so
72
lib/qtcreator/plugins/QtProject/Designer.pluginspec
80
lib/qtcreator/plugins/libDesigner.so
73
lib/qtcreator/plugins/QtProject/DiffEditor.pluginspec
81
lib/qtcreator/plugins/libDiffEditor.so
74
lib/qtcreator/plugins/QtProject/FakeVim.pluginspec
82
lib/qtcreator/plugins/libEmacsKeys.so
75
lib/qtcreator/plugins/QtProject/Find.pluginspec
83
lib/qtcreator/plugins/libFakeVim.so
76
lib/qtcreator/plugins/QtProject/GLSLEditor.pluginspec
84
lib/qtcreator/plugins/libGLSLEditor.so
77
lib/qtcreator/plugins/QtProject/GenericProjectManager.pluginspec
85
lib/qtcreator/plugins/libGenericProjectManager.so
78
lib/qtcreator/plugins/QtProject/Git.pluginspec
86
lib/qtcreator/plugins/libGit.so
79
lib/qtcreator/plugins/QtProject/HelloWorld.pluginspec
87
lib/qtcreator/plugins/libHelloWorld.so
80
lib/qtcreator/plugins/QtProject/Help.pluginspec
88
lib/qtcreator/plugins/libHelp.so
81
lib/qtcreator/plugins/QtProject/ImageViewer.pluginspec
89
lib/qtcreator/plugins/libImageViewer.so
82
lib/qtcreator/plugins/QtProject/Locator.pluginspec
90
lib/qtcreator/plugins/libIos.so
83
lib/qtcreator/plugins/QtProject/Macros.pluginspec
91
lib/qtcreator/plugins/libMacros.so
84
lib/qtcreator/plugins/QtProject/Madde.pluginspec
92
lib/qtcreator/plugins/libMercurial.so
85
lib/qtcreator/plugins/QtProject/Mercurial.pluginspec
93
lib/qtcreator/plugins/libPerforce.so
86
lib/qtcreator/plugins/QtProject/Perforce.pluginspec
94
lib/qtcreator/plugins/libProjectExplorer.so
87
lib/qtcreator/plugins/QtProject/ProjectExplorer.pluginspec
95
lib/qtcreator/plugins/libPythonEditor.so
88
lib/qtcreator/plugins/QtProject/PythonEditor.pluginspec
96
lib/qtcreator/plugins/libQbsProjectManager.so
89
lib/qtcreator/plugins/QtProject/QbsProjectManager.pluginspec
97
lib/qtcreator/plugins/libQmakeAndroidSupport.so
90
lib/qtcreator/plugins/QtProject/QmlDesigner.pluginspec
98
lib/qtcreator/plugins/libQmakeProjectManager.so
91
lib/qtcreator/plugins/QtProject/QmlJSEditor.pluginspec
99
lib/qtcreator/plugins/libQmlDesigner.so
92
lib/qtcreator/plugins/QtProject/QmlJSTools.pluginspec
100
lib/qtcreator/plugins/libQmlJSEditor.so
93
lib/qtcreator/plugins/QtProject/QmlProfiler.pluginspec
101
lib/qtcreator/plugins/libQmlJSTools.so
94
lib/qtcreator/plugins/QtProject/QmlProjectManager.pluginspec
102
lib/qtcreator/plugins/libQmlProfiler.so
95
lib/qtcreator/plugins/QtProject/Qt4ProjectManager.pluginspec
103
lib/qtcreator/plugins/libQmlProjectManager.so
96
lib/qtcreator/plugins/QtProject/QtSupport.pluginspec
104
lib/qtcreator/plugins/libQnx.so
97
lib/qtcreator/plugins/QtProject/RemoteLinux.pluginspec
105
lib/qtcreator/plugins/libQtSupport.so
98
lib/qtcreator/plugins/QtProject/ResourceEditor.pluginspec
106
lib/qtcreator/plugins/libRemoteLinux.so
99
lib/qtcreator/plugins/QtProject/Subversion.pluginspec
107
lib/qtcreator/plugins/libResourceEditor.so
100
lib/qtcreator/plugins/QtProject/TaskList.pluginspec
108
lib/qtcreator/plugins/libSubversion.so
101
lib/qtcreator/plugins/QtProject/TextEditor.pluginspec
109
lib/qtcreator/plugins/libTaskList.so
102
lib/qtcreator/plugins/QtProject/Todo.pluginspec
110
lib/qtcreator/plugins/libTextEditor.so
103
lib/qtcreator/plugins/QtProject/UpdateInfo.pluginspec
111
lib/qtcreator/plugins/libTodo.so
104
lib/qtcreator/plugins/QtProject/Valgrind.pluginspec
112
lib/qtcreator/plugins/libValgrind.so
105
lib/qtcreator/plugins/QtProject/VcsBase.pluginspec
113
lib/qtcreator/plugins/libVcsBase.so
106
lib/qtcreator/plugins/QtProject/Welcome.pluginspec
114
lib/qtcreator/plugins/libWelcome.so
107
lib/qtcreator/plugins/QtProject/libAnalyzerBase.so
115
lib/qtcreator/plugins/libWinRt.so
108
lib/qtcreator/plugins/QtProject/libAndroid.so
116
lib/qtcreator/plugins/qbs/plugins/libqbs_cpp_scanner.so
109
lib/qtcreator/plugins/QtProject/libAutotoolsProjectManager.so
117
lib/qtcreator/plugins/qbs/plugins/libqbs_qt_scanner.so
110
lib/qtcreator/plugins/QtProject/libBazaar.so
118
lib/qtcreator/plugins/qmldesigner/libcomponentsplugin.so
111
lib/qtcreator/plugins/QtProject/libBinEditor.so
119
lib/qtcreator/plugins/qmldesigner/libqtquickplugin.so
112
lib/qtcreator/plugins/QtProject/libBookmarks.so
113
lib/qtcreator/plugins/QtProject/libCMakeProjectManager.so
114
lib/qtcreator/plugins/QtProject/libCVS.so
115
lib/qtcreator/plugins/QtProject/libClassView.so
116
lib/qtcreator/plugins/QtProject/libClearCase.so
117
lib/qtcreator/plugins/QtProject/libCodePaster.so
118
lib/qtcreator/plugins/QtProject/libCore.so
119
lib/qtcreator/plugins/QtProject/libCppEditor.so
120
lib/qtcreator/plugins/QtProject/libCppTools.so
121
lib/qtcreator/plugins/QtProject/libDebugger.so
122
lib/qtcreator/plugins/QtProject/libDesigner.so
123
lib/qtcreator/plugins/QtProject/libDiffEditor.so
124
lib/qtcreator/plugins/QtProject/libFakeVim.so
125
lib/qtcreator/plugins/QtProject/libFind.so
126
lib/qtcreator/plugins/QtProject/libGLSLEditor.so
127
lib/qtcreator/plugins/QtProject/libGenericProjectManager.so
128
lib/qtcreator/plugins/QtProject/libGit.so
129
lib/qtcreator/plugins/QtProject/libHelloWorld.so
130
lib/qtcreator/plugins/QtProject/libHelp.so
131
lib/qtcreator/plugins/QtProject/libImageViewer.so
132
lib/qtcreator/plugins/QtProject/libLocator.so
133
lib/qtcreator/plugins/QtProject/libMacros.so
134
lib/qtcreator/plugins/QtProject/libMadde.so
135
lib/qtcreator/plugins/QtProject/libMercurial.so
136
lib/qtcreator/plugins/QtProject/libPerforce.so
137
lib/qtcreator/plugins/QtProject/libProjectExplorer.so
138
lib/qtcreator/plugins/QtProject/libPythonEditor.so
139
lib/qtcreator/plugins/QtProject/libQbsProjectManager.so
140
lib/qtcreator/plugins/QtProject/libQmlDesigner.so
141
lib/qtcreator/plugins/QtProject/libQmlJSEditor.so
142
lib/qtcreator/plugins/QtProject/libQmlJSTools.so
143
lib/qtcreator/plugins/QtProject/libQmlProfiler.so
144
lib/qtcreator/plugins/QtProject/libQmlProjectManager.so
145
lib/qtcreator/plugins/QtProject/libQt4ProjectManager.so
146
lib/qtcreator/plugins/QtProject/libQtSupport.so
147
lib/qtcreator/plugins/QtProject/libRemoteLinux.so
148
lib/qtcreator/plugins/QtProject/libResourceEditor.so
149
lib/qtcreator/plugins/QtProject/libSubversion.so
150
lib/qtcreator/plugins/QtProject/libTaskList.so
151
lib/qtcreator/plugins/QtProject/libTextEditor.so
152
lib/qtcreator/plugins/QtProject/libTodo.so
153
lib/qtcreator/plugins/QtProject/libUpdateInfo.so
154
lib/qtcreator/plugins/QtProject/libValgrind.so
155
lib/qtcreator/plugins/QtProject/libVcsBase.so
156
lib/qtcreator/plugins/QtProject/libWelcome.so
157
lib/qtcreator/qmldesigner/libcomponentsplugin.so
158
lib/qtcreator/qmldesigner/libqtquickplugin.so
159
lib/qtcreator/qtcomponents/Button.qml
160
lib/qtcreator/qtcomponents/ButtonRow.qml
161
lib/qtcreator/qtcomponents/CheckBox.qml
162
lib/qtcreator/qtcomponents/ChoiceList.qml
163
lib/qtcreator/qtcomponents/ContextMenu.qml
164
lib/qtcreator/qtcomponents/Dial.qml
165
lib/qtcreator/qtcomponents/Frame.qml
166
lib/qtcreator/qtcomponents/GroupBox.qml
167
lib/qtcreator/qtcomponents/Menu.qml
168
lib/qtcreator/qtcomponents/MenuItem.qml
169
lib/qtcreator/qtcomponents/ProgressBar.qml
170
lib/qtcreator/qtcomponents/RadioButton.qml
171
lib/qtcreator/qtcomponents/ScrollArea.qml
172
lib/qtcreator/qtcomponents/ScrollBar.qml
173
lib/qtcreator/qtcomponents/Slider.qml
174
lib/qtcreator/qtcomponents/SpinBox.qml
175
lib/qtcreator/qtcomponents/SplitterRow.qml
176
lib/qtcreator/qtcomponents/Switch.qml
177
lib/qtcreator/qtcomponents/Tab.qml
178
lib/qtcreator/qtcomponents/TabBar.qml
179
lib/qtcreator/qtcomponents/TabFrame.qml
180
lib/qtcreator/qtcomponents/TableColumn.qml
181
lib/qtcreator/qtcomponents/TableView.qml
182
lib/qtcreator/qtcomponents/TextArea.qml
183
lib/qtcreator/qtcomponents/TextField.qml
184
lib/qtcreator/qtcomponents/ToolBar.qml
185
lib/qtcreator/qtcomponents/ToolButton.qml
186
lib/qtcreator/qtcomponents/custom/BasicButton.qml
187
lib/qtcreator/qtcomponents/custom/Button.qml
188
lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
189
lib/qtcreator/qtcomponents/custom/ButtonGroup.js
190
lib/qtcreator/qtcomponents/custom/ButtonRow.qml
191
lib/qtcreator/qtcomponents/custom/CheckBox.qml
192
lib/qtcreator/qtcomponents/custom/ChoiceList.qml
193
lib/qtcreator/qtcomponents/custom/GroupBox.qml
194
lib/qtcreator/qtcomponents/custom/ProgressBar.qml
195
lib/qtcreator/qtcomponents/custom/Slider.qml
196
lib/qtcreator/qtcomponents/custom/SpinBox.qml
197
lib/qtcreator/qtcomponents/custom/SplitterRow.qml
198
lib/qtcreator/qtcomponents/custom/TextField.qml
199
lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml
200
lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml
201
lib/qtcreator/qtcomponents/custom/components.pro
202
lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
203
lib/qtcreator/qtcomponents/custom/qmldir
204
lib/qtcreator/qtcomponents/images/folder_new.png
205
lib/qtcreator/qtcomponents/plugin/libstyleplugin.so
206
lib/qtcreator/qtcomponents/qmldir
207
share/doc/qtcreator/qtcreator-dev.qch
208
share/doc/qtcreator/qtcreator.qch
209
share/icons/hicolor/128x128/apps/QtProject-qtcreator.png
120
share/icons/hicolor/128x128/apps/QtProject-qtcreator.png
210
share/icons/hicolor/16x16/apps/QtProject-qtcreator.png
121
share/icons/hicolor/16x16/apps/QtProject-qtcreator.png
211
share/icons/hicolor/24x24/apps/QtProject-qtcreator.png
122
share/icons/hicolor/24x24/apps/QtProject-qtcreator.png
Lines 214-219 Link Here
214
share/icons/hicolor/48x48/apps/QtProject-qtcreator.png
125
share/icons/hicolor/48x48/apps/QtProject-qtcreator.png
215
share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
126
share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
216
share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
127
share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
128
share/qtcreator/cplusplus/qt5-qobjectdefs-injected.h
129
share/qtcreator/debugger/LGPL_EXCEPTION.TXT
130
share/qtcreator/debugger/LICENSE.LGPL
131
share/qtcreator/debugger/README.txt
132
share/qtcreator/debugger/boosttypes.py
133
share/qtcreator/debugger/creatortypes.py
134
share/qtcreator/debugger/dumper.py
135
share/qtcreator/debugger/gdbbridge.py
136
share/qtcreator/debugger/lldbbridge.py
137
share/qtcreator/debugger/misctypes.py
138
share/qtcreator/debugger/pdumper.py
139
share/qtcreator/debugger/personaltypes.py
140
share/qtcreator/debugger/qttypes.py
141
share/qtcreator/debugger/stdtypes.py
217
share/qtcreator/designer/templates.xml
142
share/qtcreator/designer/templates.xml
218
share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui
143
share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui
219
share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui
144
share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui
Lines 220-237 Link Here
220
share/qtcreator/designer/templates/Dialog_without_Buttons.ui
145
share/qtcreator/designer/templates/Dialog_without_Buttons.ui
221
share/qtcreator/designer/templates/Main_Window.ui
146
share/qtcreator/designer/templates/Main_Window.ui
222
share/qtcreator/designer/templates/Widget.ui
147
share/qtcreator/designer/templates/Widget.ui
223
share/qtcreator/dumper/LGPL_EXCEPTION.TXT
224
share/qtcreator/dumper/LICENSE.LGPL
225
share/qtcreator/dumper/dumper.cpp
226
share/qtcreator/dumper/dumper.h
227
share/qtcreator/dumper/dumper.pro
228
share/qtcreator/dumper/dumper_p.h
229
share/qtcreator/dumper/gbridge.py
230
share/qtcreator/dumper/lbridge.py
231
share/qtcreator/dumper/pdumper.py
232
share/qtcreator/dumper/qttypes.py
233
share/qtcreator/dumper/test/dumpertest.pro
234
share/qtcreator/dumper/test/main.cpp
235
share/qtcreator/externaltools/lrelease.xml
148
share/qtcreator/externaltools/lrelease.xml
236
share/qtcreator/externaltools/lupdate.xml
149
share/qtcreator/externaltools/lupdate.xml
237
share/qtcreator/externaltools/qmlscene.xml
150
share/qtcreator/externaltools/qmlscene.xml
Lines 249-254 Link Here
249
share/qtcreator/generic-highlighter/ini.xml
162
share/qtcreator/generic-highlighter/ini.xml
250
share/qtcreator/generic-highlighter/java.xml
163
share/qtcreator/generic-highlighter/java.xml
251
share/qtcreator/generic-highlighter/javadoc.xml
164
share/qtcreator/generic-highlighter/javadoc.xml
165
share/qtcreator/generic-highlighter/makefile.xml
252
share/qtcreator/generic-highlighter/perl.xml
166
share/qtcreator/generic-highlighter/perl.xml
253
share/qtcreator/generic-highlighter/ruby.xml
167
share/qtcreator/generic-highlighter/ruby.xml
254
share/qtcreator/generic-highlighter/valgrind-suppression.xml
168
share/qtcreator/generic-highlighter/valgrind-suppression.xml
Lines 260-322 Link Here
260
share/qtcreator/glsl/glsl_es_100.frag
174
share/qtcreator/glsl/glsl_es_100.frag
261
share/qtcreator/glsl/glsl_es_100.vert
175
share/qtcreator/glsl/glsl_es_100.vert
262
share/qtcreator/glsl/glsl_es_100_common.glsl
176
share/qtcreator/glsl/glsl_es_100_common.glsl
263
share/qtcreator/qbs/lib/qbs/plugins/libqbs_cpp_scanner.so
177
share/qtcreator/qbs/share/qbs/examples/app-and-lib/app/app.qbs
264
share/qtcreator/qbs/lib/qbs/plugins/libqbs_qt_scanner.so
178
share/qtcreator/qbs/share/qbs/examples/app-and-lib/app/main.cpp
179
share/qtcreator/qbs/share/qbs/examples/app-and-lib/app_and_lib.qbs
180
share/qtcreator/qbs/share/qbs/examples/app-and-lib/lib/lib.cpp
181
share/qtcreator/qbs/share/qbs/examples/app-and-lib/lib/lib.qbs
182
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication.qbs
183
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication.xcodeproj/project.pbxproj
184
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.h
185
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.m
186
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist
187
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch
188
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/Credits.rtf
189
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/InfoPlist.strings
190
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/MainMenu.xib
191
share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/main.m
192
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication.qbs
193
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication.xcodeproj/project.pbxproj
194
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h
195
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m
196
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist
197
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch
198
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default-568h@2x.png
199
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default.png
200
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default@2x.png
201
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h
202
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m
203
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h
204
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m
205
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPad.xib
206
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPhone.xib
207
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/InfoPlist.strings
208
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPad.xib
209
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPhone.xib
210
share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/main.m
211
share/qtcreator/qbs/share/qbs/examples/collidingmice/collidingmice.qbs
212
share/qtcreator/qbs/share/qbs/examples/collidingmice/images/cheese.jpg
213
share/qtcreator/qbs/share/qbs/examples/collidingmice/main.cpp
214
share/qtcreator/qbs/share/qbs/examples/collidingmice/mice.qrc
215
share/qtcreator/qbs/share/qbs/examples/collidingmice/mouse.cpp
216
share/qtcreator/qbs/share/qbs/examples/collidingmice/mouse.h
217
share/qtcreator/qbs/share/qbs/examples/examples.qbs
218
share/qtcreator/qbs/share/qbs/examples/helloworld-complex/hello.qbs
219
share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/foo.cpp
220
share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/foo.h
221
share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/main.cpp
222
share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.cpp
223
share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.h
224
share/qtcreator/qbs/share/qbs/examples/helloworld-minimal/hello.qbs
225
share/qtcreator/qbs/share/qbs/examples/helloworld-minimal/main.cpp
226
share/qtcreator/qbs/share/qbs/examples/helloworld-qt/hello.qbs
227
share/qtcreator/qbs/share/qbs/examples/helloworld-qt/main.cpp
228
share/qtcreator/qbs/share/qbs/imports/qbs/BundleTools/bundle-tools.js
229
share/qtcreator/qbs/share/qbs/imports/qbs/DarwinTools/darwin-tools.js
265
share/qtcreator/qbs/share/qbs/imports/qbs/FileInfo/fileinfo.js
230
share/qtcreator/qbs/share/qbs/imports/qbs/FileInfo/fileinfo.js
231
share/qtcreator/qbs/share/qbs/imports/qbs/ModUtils/utils.js
232
share/qtcreator/qbs/share/qbs/imports/qbs/PathTools/path-tools.js
266
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/BinaryProbe.qbs
233
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/BinaryProbe.qbs
267
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs
234
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs
268
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/IncludeProbe.qbs
235
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/IncludeProbe.qbs
269
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PathProbe.qbs
236
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PathProbe.qbs
270
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs
237
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs
271
share/qtcreator/qbs/share/qbs/imports/qbs/Probes/utils.js
238
share/qtcreator/qbs/share/qbs/imports/qbs/UnixUtils/unix-utils.js
239
share/qtcreator/qbs/share/qbs/imports/qbs/WindowsUtils/windows-utils.js
272
share/qtcreator/qbs/share/qbs/imports/qbs/base/Application.qbs
240
share/qtcreator/qbs/share/qbs/imports/qbs/base/Application.qbs
273
share/qtcreator/qbs/share/qbs/imports/qbs/base/CppApplication.qbs
241
share/qtcreator/qbs/share/qbs/imports/qbs/base/CppApplication.qbs
274
share/qtcreator/qbs/share/qbs/imports/qbs/base/DynamicLibrary.qbs
242
share/qtcreator/qbs/share/qbs/imports/qbs/base/DynamicLibrary.qbs
275
share/qtcreator/qbs/share/qbs/imports/qbs/base/QmlApp.qbs
243
share/qtcreator/qbs/share/qbs/imports/qbs/base/NSISSetup.qbs
244
share/qtcreator/qbs/share/qbs/imports/qbs/base/NodeJSApplication.qbs
245
share/qtcreator/qbs/share/qbs/imports/qbs/base/QtApplication.qbs
246
share/qtcreator/qbs/share/qbs/imports/qbs/base/QtGuiApplication.qbs
276
share/qtcreator/qbs/share/qbs/imports/qbs/base/StaticLibrary.qbs
247
share/qtcreator/qbs/share/qbs/imports/qbs/base/StaticLibrary.qbs
277
share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer.h
248
share/qtcreator/qbs/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs
278
share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt4.cpp
249
share/qtcreator/qbs/share/qbs/imports/qbs/base/WindowsSetupPackage.qbs
279
share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt4.h
280
share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt5.cpp
281
share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt5.h
282
share/qtcreator/qbs/share/qbs/modules/Qt/QtModule.qbs
283
share/qtcreator/qbs/share/qbs/modules/Qt/axcontainer/axcontainer.qbs
284
share/qtcreator/qbs/share/qbs/modules/Qt/axserver/axserver.qbs
285
share/qtcreator/qbs/share/qbs/modules/Qt/concurrent/concurrent.qbs
286
share/qtcreator/qbs/share/qbs/modules/Qt/core/core.qbs
287
share/qtcreator/qbs/share/qbs/modules/Qt/core/moc.js
288
share/qtcreator/qbs/share/qbs/modules/Qt/dbus/dbus.qbs
289
share/qtcreator/qbs/share/qbs/modules/Qt/declarative/declarative.qbs
290
share/qtcreator/qbs/share/qbs/modules/Qt/designer/designer.qbs
291
share/qtcreator/qbs/share/qbs/modules/Qt/designercomponents/designercomponents.qbs
292
share/qtcreator/qbs/share/qbs/modules/Qt/enginio/enginio.qbs
293
share/qtcreator/qbs/share/qbs/modules/Qt/gui/gui.qbs
294
share/qtcreator/qbs/share/qbs/modules/Qt/help/help.qbs
295
share/qtcreator/qbs/share/qbs/modules/Qt/jsonstream/jsonstream.qbs
296
share/qtcreator/qbs/share/qbs/modules/Qt/multimedia/multimedia.qbs
297
share/qtcreator/qbs/share/qbs/modules/Qt/multimediawidgets/multimediawidgets.qbs
298
share/qtcreator/qbs/share/qbs/modules/Qt/network/network.qbs
299
share/qtcreator/qbs/share/qbs/modules/Qt/opengl/opengl.qbs
300
share/qtcreator/qbs/share/qbs/modules/Qt/phonon/phonon.qbs
301
share/qtcreator/qbs/share/qbs/modules/Qt/printsupport/printsupport.qbs
302
share/qtcreator/qbs/share/qbs/modules/Qt/qml/qml.qbs
303
share/qtcreator/qbs/share/qbs/modules/Qt/qtfunctions.js
304
share/qtcreator/qbs/share/qbs/modules/Qt/quick/quick.qbs
305
share/qtcreator/qbs/share/qbs/modules/Qt/script/script.qbs
306
share/qtcreator/qbs/share/qbs/modules/Qt/sql/sql.qbs
307
share/qtcreator/qbs/share/qbs/modules/Qt/svg/svg.qbs
308
share/qtcreator/qbs/share/qbs/modules/Qt/test/test.qbs
309
share/qtcreator/qbs/share/qbs/modules/Qt/webkit/webkit.qbs
310
share/qtcreator/qbs/share/qbs/modules/Qt/webkitwidgets/webkitwidgets.qbs
311
share/qtcreator/qbs/share/qbs/modules/Qt/widgets/widgets.qbs
312
share/qtcreator/qbs/share/qbs/modules/Qt/xml/xml.qbs
313
share/qtcreator/qbs/share/qbs/modules/Qt/xmlpatterns/xmlpatterns.qbs
314
share/qtcreator/qbs/share/qbs/modules/cpp/CppModule.qbs
250
share/qtcreator/qbs/share/qbs/modules/cpp/CppModule.qbs
315
share/qtcreator/qbs/share/qbs/modules/cpp/DarwinGCC.qbs
251
share/qtcreator/qbs/share/qbs/modules/cpp/DarwinGCC.qbs
316
share/qtcreator/qbs/share/qbs/modules/cpp/GenericGCC.qbs
252
share/qtcreator/qbs/share/qbs/modules/cpp/GenericGCC.qbs
317
share/qtcreator/qbs/share/qbs/modules/cpp/UnixGCC.qbs
253
share/qtcreator/qbs/share/qbs/modules/cpp/UnixGCC.qbs
318
share/qtcreator/qbs/share/qbs/modules/cpp/bundle-tools.js
319
share/qtcreator/qbs/share/qbs/modules/cpp/darwin-tools.js
320
share/qtcreator/qbs/share/qbs/modules/cpp/gcc.js
254
share/qtcreator/qbs/share/qbs/modules/cpp/gcc.js
321
share/qtcreator/qbs/share/qbs/modules/cpp/genericunix-gcc.qbs
255
share/qtcreator/qbs/share/qbs/modules/cpp/genericunix-gcc.qbs
322
share/qtcreator/qbs/share/qbs/modules/cpp/ios-gcc.qbs
256
share/qtcreator/qbs/share/qbs/modules/cpp/ios-gcc.qbs
Lines 323-334 Link Here
323
share/qtcreator/qbs/share/qbs/modules/cpp/linux-gcc.qbs
257
share/qtcreator/qbs/share/qbs/modules/cpp/linux-gcc.qbs
324
share/qtcreator/qbs/share/qbs/modules/cpp/msvc.js
258
share/qtcreator/qbs/share/qbs/modules/cpp/msvc.js
325
share/qtcreator/qbs/share/qbs/modules/cpp/osx-gcc.qbs
259
share/qtcreator/qbs/share/qbs/modules/cpp/osx-gcc.qbs
326
share/qtcreator/qbs/share/qbs/modules/cpp/path-tools.js
327
share/qtcreator/qbs/share/qbs/modules/cpp/windows-mingw.qbs
260
share/qtcreator/qbs/share/qbs/modules/cpp/windows-mingw.qbs
328
share/qtcreator/qbs/share/qbs/modules/cpp/windows-msvc.qbs
261
share/qtcreator/qbs/share/qbs/modules/cpp/windows-msvc.qbs
329
share/qtcreator/qbs/share/qbs/modules/cpp/windows.js
262
share/qtcreator/qbs/share/qbs/modules/ib/IBModule.qbs
263
share/qtcreator/qbs/share/qbs/modules/ib/ib.js
264
share/qtcreator/qbs/share/qbs/modules/nodejs/NodeJS.qbs
265
share/qtcreator/qbs/share/qbs/modules/nsis/NSISModule.qbs
330
share/qtcreator/qbs/share/qbs/modules/qbs/common.qbs
266
share/qtcreator/qbs/share/qbs/modules/qbs/common.qbs
331
share/qtcreator/qbs/share/qbs/modules/utils.js
267
share/qtcreator/qbs/share/qbs/modules/typescript/TypeScriptModule.qbs
268
share/qtcreator/qbs/share/qbs/modules/wix/WiXModule.qbs
332
share/qtcreator/qml-type-descriptions/builtins.qmltypes
269
share/qtcreator/qml-type-descriptions/builtins.qmltypes
333
share/qtcreator/qml-type-descriptions/qbs-bundle.json
270
share/qtcreator/qml-type-descriptions/qbs-bundle.json
334
share/qtcreator/qml-type-descriptions/qmlproject-bundle.json
271
share/qtcreator/qml-type-descriptions/qmlproject-bundle.json
Lines 361-449 Link Here
361
share/qtcreator/qml/qmldump/qmldump.pro
298
share/qtcreator/qml/qmldump/qmldump.pro
362
share/qtcreator/qml/qmldump/qmlstreamwriter.cpp
299
share/qtcreator/qml/qmldump/qmlstreamwriter.cpp
363
share/qtcreator/qml/qmldump/qmlstreamwriter.h
300
share/qtcreator/qml/qmldump/qmlstreamwriter.h
364
share/qtcreator/qml/qmljsdebugger/editor/abstractliveedittool.cpp
365
share/qtcreator/qml/qmljsdebugger/editor/abstractliveedittool.h
366
share/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.cpp
367
share/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.h
368
share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.cpp
369
share/qtcreator/qml/qmljsdebugger/editor/colorpickertool.h
370
share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.cpp
371
share/qtcreator/qml/qmljsdebugger/editor/livelayeritem.h
372
share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.cpp
373
share/qtcreator/qml/qmljsdebugger/editor/liverubberbandselectionmanipulator.h
374
share/qtcreator/qml/qmljsdebugger/editor/liveselectionindicator.cpp
375
share/qtcreator/qml/qmljsdebugger/editor/liveselectionindicator.h
376
share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.cpp
377
share/qtcreator/qml/qmljsdebugger/editor/liveselectionrectangle.h
378
share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.cpp
379
share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h
380
share/qtcreator/qml/qmljsdebugger/editor/livesingleselectionmanipulator.cpp
381
share/qtcreator/qml/qmljsdebugger/editor/livesingleselectionmanipulator.h
382
share/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.cpp
383
share/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.h
384
share/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp
385
share/qtcreator/qml/qmljsdebugger/editor/zoomtool.h
386
share/qtcreator/qml/qmljsdebugger/include/jsdebuggeragent.h
387
share/qtcreator/qml/qmljsdebugger/include/qdeclarativeinspectorservice.h
388
share/qtcreator/qml/qmljsdebugger/include/qdeclarativeviewinspector.h
389
share/qtcreator/qml/qmljsdebugger/include/qdeclarativeviewobserver.h
390
share/qtcreator/qml/qmljsdebugger/include/qmlinspectorconstants.h
391
share/qtcreator/qml/qmljsdebugger/include/qmljsdebugger_global.h
392
share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebughelper_p.h
393
share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebugservice_p.h
394
share/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativestate_p.h
395
share/qtcreator/qml/qmljsdebugger/jsdebuggeragent.cpp
396
share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h
397
share/qtcreator/qml/qmljsdebugger/protocol/protocol.pri
398
share/qtcreator/qml/qmljsdebugger/qdeclarativeinspectorservice.cpp
399
share/qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector.cpp
400
share/qtcreator/qml/qmljsdebugger/qdeclarativeviewinspector_p.h
401
share/qtcreator/qml/qmljsdebugger/qmljsdebugger-lib.pri
402
share/qtcreator/qml/qmljsdebugger/qmljsdebugger-src.pri
403
share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
404
share/qtcreator/qml/qmlobserver/Info.plist.in
405
share/qtcreator/qml/qmlobserver/LGPL_EXCEPTION.TXT
406
share/qtcreator/qml/qmlobserver/LICENSE.LGPL
407
share/qtcreator/qml/qmlobserver/browser/Browser.qml
408
share/qtcreator/qml/qmlobserver/browser/browser.qrc
409
share/qtcreator/qml/qmlobserver/browser/images/folder.png
410
share/qtcreator/qml/qmlobserver/browser/images/titlebar.png
411
share/qtcreator/qml/qmlobserver/browser/images/titlebar.sci
412
share/qtcreator/qml/qmlobserver/browser/images/up.png
413
share/qtcreator/qml/qmlobserver/deviceorientation.cpp
414
share/qtcreator/qml/qmlobserver/deviceorientation.h
415
share/qtcreator/qml/qmlobserver/deviceorientation_harmattan.cpp
416
share/qtcreator/qml/qmlobserver/deviceorientation_maemo5.cpp
417
share/qtcreator/qml/qmlobserver/deviceorientation_symbian.cpp
418
share/qtcreator/qml/qmlobserver/loggerwidget.cpp
419
share/qtcreator/qml/qmlobserver/loggerwidget.h
420
share/qtcreator/qml/qmlobserver/main.cpp
421
share/qtcreator/qml/qmlobserver/proxysettings.cpp
422
share/qtcreator/qml/qmlobserver/proxysettings.h
423
share/qtcreator/qml/qmlobserver/proxysettings.ui
424
share/qtcreator/qml/qmlobserver/proxysettings_maemo5.ui
425
share/qtcreator/qml/qmlobserver/qdeclarativetester.cpp
426
share/qtcreator/qml/qmlobserver/qdeclarativetester.h
427
share/qtcreator/qml/qmlobserver/qml.icns
428
share/qtcreator/qml/qmlobserver/qml.pri
429
share/qtcreator/qml/qmlobserver/qmlobserver.pro
430
share/qtcreator/qml/qmlobserver/qmlruntime.cpp
431
share/qtcreator/qml/qmlobserver/qmlruntime.h
432
share/qtcreator/qml/qmlobserver/recopts.ui
433
share/qtcreator/qml/qmlobserver/recopts_maemo5.ui
434
share/qtcreator/qml/qmlobserver/startup/Logo.qml
435
share/qtcreator/qml/qmlobserver/startup/qt-back.png
436
share/qtcreator/qml/qmlobserver/startup/qt-blue.jpg
437
share/qtcreator/qml/qmlobserver/startup/qt-front.png
438
share/qtcreator/qml/qmlobserver/startup/qt-sketch.jpg
439
share/qtcreator/qml/qmlobserver/startup/qt-text.png
440
share/qtcreator/qml/qmlobserver/startup/quick-blur.png
441
share/qtcreator/qml/qmlobserver/startup/quick-regular.png
442
share/qtcreator/qml/qmlobserver/startup/shadow.png
443
share/qtcreator/qml/qmlobserver/startup/startup.qml
444
share/qtcreator/qml/qmlobserver/startup/startup.qrc
445
share/qtcreator/qml/qmlobserver/startup/white-star.png
446
share/qtcreator/qml/qmlobserver/texteditautoresizer_maemo5.h
447
share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.cpp
301
share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.cpp
448
share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.h
302
share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.h
449
share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.cpp
303
share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.cpp
Lines 479-484 Link Here
479
share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.h
333
share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.h
480
share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.cpp
334
share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.cpp
481
share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.h
335
share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.h
336
share/qtcreator/qml/qmlpuppet/commands/puppetalivecommand.cpp
337
share/qtcreator/qml/qmlpuppet/commands/puppetalivecommand.h
482
share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.cpp
338
share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.cpp
483
share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h
339
share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h
484
share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.cpp
340
share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.cpp
Lines 514-519 Link Here
514
share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.h
370
share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.h
515
share/qtcreator/qml/qmlpuppet/container/reparentcontainer.cpp
371
share/qtcreator/qml/qmlpuppet/container/reparentcontainer.cpp
516
share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h
372
share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h
373
share/qtcreator/qml/qmlpuppet/container/sharedmemory.h
374
share/qtcreator/qml/qmlpuppet/container/sharedmemory_qt.cpp
375
share/qtcreator/qml/qmlpuppet/container/sharedmemory_unix.cpp
517
share/qtcreator/qml/qmlpuppet/html/welcome.html
376
share/qtcreator/qml/qmlpuppet/html/welcome.html
518
share/qtcreator/qml/qmlpuppet/images/template_image.png
377
share/qtcreator/qml/qmlpuppet/images/template_image.png
519
share/qtcreator/qml/qmlpuppet/images/webkit.png
378
share/qtcreator/qml/qmlpuppet/images/webkit.png
Lines 526-532 Link Here
526
share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceglobal.h
385
share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceglobal.h
527
share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp
386
share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp
528
share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h
387
share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h
529
share/qtcreator/qml/qmlpuppet/qml2puppet/Info.plist.in
388
share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml
389
share/qtcreator/qml/qmlpuppet/qml2puppet/Info.plist
530
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.cpp
390
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.cpp
531
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.h
391
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.h
532
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.cpp
392
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.cpp
Lines 539-546 Link Here
539
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.h
399
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.h
540
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.cpp
400
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.cpp
541
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.h
401
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.h
542
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/graphicalnodeinstance.cpp
543
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/graphicalnodeinstance.h
544
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/instances.pri
402
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/instances.pri
545
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.cpp
403
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.cpp
546
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.h
404
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.h
Lines 570-579 Link Here
570
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.h
428
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.h
571
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp
429
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp
572
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h
430
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h
431
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.cpp
432
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h
573
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp
433
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp
574
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.h
434
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.h
575
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickwindownodeinstance.cpp
576
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickwindownodeinstance.h
577
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.cpp
435
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.cpp
578
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.h
436
share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.h
579
share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
437
share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
Lines 580-586 Link Here
580
share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
438
share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
581
share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp
439
share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp
582
share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
440
share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
583
share/qtcreator/qml/qmlpuppet/qmlpuppet/Info.plist.in
441
share/qtcreator/qml/qmlpuppet/qmlpuppet/Info.plist
584
share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/anchorchangesnodeinstance.cpp
442
share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/anchorchangesnodeinstance.cpp
585
share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/anchorchangesnodeinstance.h
443
share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/anchorchangesnodeinstance.h
586
share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/behaviornodeinstance.cpp
444
share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/behaviornodeinstance.cpp
Lines 630-782 Link Here
630
share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pro
488
share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pro
631
share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppetmain.cpp
489
share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppetmain.cpp
632
share/qtcreator/qml/qmlpuppet/qmlpuppet_utilities.pri
490
share/qtcreator/qml/qmlpuppet/qmlpuppet_utilities.pri
633
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/AlignmentHorizontalButtons.qml
491
share/qtcreator/qml/qmlpuppet/types/enumeration.cpp
634
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/AlignmentVerticalButtons.qml
492
share/qtcreator/qml/qmlpuppet/types/enumeration.h
635
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/AnchorBox.qml
493
share/qtcreator/qml/qmlpuppet/types/types.pri
636
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/AnchorButtons.qml
494
share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml
637
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/CheckBox.qml
495
share/qtcreator/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml
638
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ColorGroupBox.qml
496
share/qtcreator/qmldesigner/itemLibraryQmlSources/ItemsView.qml
639
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ColorLabel.qml
497
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml
640
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ColorLineEdit.qml
498
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml
641
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ColorScheme.qml
499
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AnchorButtons.qml
642
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ColorTypeButtons.qml
500
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml
643
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ComboBox.qml
501
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml
644
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/DoubleSpinBox.qml
502
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow.qml
645
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/DoubleSpinBoxAlternate.qml
503
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow2.qml
646
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ExpressionEditor.qml
504
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRowButton.qml
647
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Extended.qml
505
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/CheckBox.qml
648
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ExtendedFunctionButton.qml
506
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorButton.qml
649
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ExtendedPane.qml
507
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorCheckButton.qml
650
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ExtendedSwitches.qml
508
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorEditor.qml
651
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/FlagedButton.qml
509
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorLogic.qml
652
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/FontComboBox.qml
510
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ComboBox.qml
653
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/FontGroupBox.qml
511
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Constants.js
654
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/FontStyleButtons.qml
512
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomCheckBoxStyle.qml
655
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Geometry.qml
513
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomComboBoxStyle.qml
656
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/GroupBox.qml
514
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomSpinBoxStyle.qml
657
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/GroupBoxOption.qml
515
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpandingSpacer.qml
658
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/HorizontalLayout.qml
516
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml
659
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/HorizontalWhiteLine.qml
517
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml
660
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/IntEditor.qml
518
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontComboBox.qml
661
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Label.qml
519
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml
662
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Layout.qml
520
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontStyleButtons.qml
663
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/LayoutPane.qml
521
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/GradientLine.qml
664
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/LineEdit.qml
522
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/GroupBox.qml
665
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Modifiers.qml
523
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/HueSlider.qml
666
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/PlaceHolder.qml
524
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/IconLabel.qml
667
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/PropertyFrame.qml
525
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml
668
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/ScrollArea.qml
526
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml
669
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/SliderWidget.qml
527
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/OriginControl.qml
670
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/SpinBox.qml
528
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/RoundedPanel.qml
671
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/StandardTextColorGroupBox.qml
529
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml
672
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/StandardTextGroupBox.qml
530
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SecondColumnLayout.qml
673
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Switches.qml
531
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml
674
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/TextEditor.qml
532
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SectionLayout.qml
675
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/TextInputGroupBox.qml
533
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SliderSpinBox.qml
676
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Transformation.qml
534
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
677
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Type.qml
535
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml
678
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/UrlEdit.qml
536
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Tab.qml
679
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/VerticalLayout.qml
537
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/TabView.qml
680
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/Visibility.qml
538
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ToolTipArea.qml
681
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorbottom.css
539
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml
682
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorbox.css
540
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentbottom-h-icon.png
683
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorfill.css
541
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentbottom-icon.png
684
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorhorizontal.css
542
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentcenterh-h-icon.png
685
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorleft.css
543
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentcenterh-icon.png
686
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorright.css
544
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentleft-h-icon.png
687
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorspacer.css
545
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentleft-icon.png
688
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchortop.css
546
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentmiddle-h-icon.png
689
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/anchorvertical.css
547
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentmiddle-icon.png
690
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/applybutton.css
548
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentright-h-icon.png
691
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/aspectlock.css
549
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentright-icon.png
692
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/cancelbutton.css
550
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmenttop-h-icon.png
693
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/checkbox_tr.css
551
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmenttop-icon.png
694
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentbottom-h-icon.png
552
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-bottom.png
695
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentbottom-icon.png
553
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-fill.png
696
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentcenterh-h-icon.png
554
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-horizontal.png
697
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentcenterh-icon.png
555
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-left.png
698
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentleft-h-icon.png
556
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-right.png
699
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentleft-icon.png
557
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-top.png
700
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentmiddle-h-icon.png
558
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-vertical.png
701
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentmiddle-icon.png
559
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/apply.png
702
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentright-h-icon.png
560
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/bold-h-icon.png
703
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmentright-icon.png
561
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/bold-icon.png
704
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmenttop-h-icon.png
562
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/cancel.png
705
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/alignmenttop-icon.png
563
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow.png
706
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/apply.png
564
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression.png
707
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/behaivour.png
565
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_gradient.png
708
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/blended-image-icon.png
566
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_none.png
709
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/bold-h-icon.png
567
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_solid.png
710
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/bold-icon.png
568
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/italic-h-icon.png
711
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/button.png
569
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/italic-icon.png
712
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/cancel.png
570
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder.png
713
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/default-icon.png
571
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/strikeout-h-icon.png
714
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/downArrow.png
572
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/strikeout-icon.png
715
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/expression.png
573
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu.png
716
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/extended.png
574
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/underline-h-icon.png
717
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/grid-icon.png
575
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/underline-icon.png
718
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/icon_color_gradient.png
576
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow.png
719
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/icon_color_none.png
577
share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/qmldir
720
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/icon_color_solid.png
578
share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template
721
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/image-icon.png
579
share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template
722
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/italic-h-icon.png
580
share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template
723
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/italic-icon.png
581
share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template
724
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/item-icon.png
582
share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template
725
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/layout.png
583
share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml
726
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/leftArrow.png
584
share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
727
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/list-icon.png
585
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
728
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/mouse-area-icon.png
586
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml
729
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/placeholder.png
587
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml
730
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/rect-icon.png
588
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml
731
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/reset-button.png
589
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml
732
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/rightArrow.png
590
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml
733
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/standard.png
591
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
734
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/strikeout-h-icon.png
592
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
735
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/strikeout-icon.png
593
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml
736
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/submenu.png
594
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml
737
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/text-edit-icon.png
595
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml
738
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/text-icon.png
596
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
739
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/underline-h-icon.png
597
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
740
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/underline-icon.png
598
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml
741
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/images/upArrow.png
599
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml
742
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/layoutWidget.css
600
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
743
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/propertyEditor.css
601
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml
744
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/qmldir
602
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml
745
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/specialCheckBox.css
603
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml
746
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/styledbuttonleft.css
604
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml
747
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/styledbuttonmiddle.css
605
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml
748
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/styledbuttonright.css
606
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml
749
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/switch.css
607
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
750
share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/typeLabel.css
608
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml
751
share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.template
609
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
752
share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.template
610
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml
753
share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.template
611
share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject
754
share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.template
612
share/qtcreator/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml
755
share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
613
share/qtcreator/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
756
share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/TemplateTypes.qml
614
share/qtcreator/qmldesigner/statesEditorQmlSources/StatesList.qml
757
share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/UrlEditorTemplate.template
615
share/qtcreator/qmldesigner/statesEditorQmlSources/images/darkclose.png
758
share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml
616
share/qtcreator/qmldesigner/statesEditorQmlSources/images/plus.png
759
share/qtcreator/qmldesigner/propertyeditor/QtQuick/FlickableGroupBox.qml
760
share/qtcreator/qmldesigner/propertyeditor/QtQuick/FlickableSpecifics.qml
761
share/qtcreator/qmldesigner/propertyeditor/QtQuick/FlipableSpecifics.qml
762
share/qtcreator/qmldesigner/propertyeditor/QtQuick/FlowSpecifics.qml
763
share/qtcreator/qmldesigner/propertyeditor/QtQuick/GridSpecifics.qml
764
share/qtcreator/qmldesigner/propertyeditor/QtQuick/GridViewSpecifics.qml
765
share/qtcreator/qmldesigner/propertyeditor/QtQuick/ImageSpecifics.qml
766
share/qtcreator/qmldesigner/propertyeditor/QtQuick/ItemPane.qml
767
share/qtcreator/qmldesigner/propertyeditor/QtQuick/ListViewSpecifics.qml
768
share/qtcreator/qmldesigner/propertyeditor/QtQuick/MouseAreaSpecifics.qml
769
share/qtcreator/qmldesigner/propertyeditor/QtQuick/PathViewSpecifics.qml
770
share/qtcreator/qmldesigner/propertyeditor/QtQuick/QtObjectPane.qml
771
share/qtcreator/qmldesigner/propertyeditor/QtQuick/RectangleColorGroupBox.qml
772
share/qtcreator/qmldesigner/propertyeditor/QtQuick/RectangleSpecifics.qml
773
share/qtcreator/qmldesigner/propertyeditor/QtQuick/RowSpecifics.qml
774
share/qtcreator/qmldesigner/propertyeditor/QtQuick/TextEditSpecifics.qml
775
share/qtcreator/qmldesigner/propertyeditor/QtQuick/TextInputSpecifics.qml
776
share/qtcreator/qmldesigner/propertyeditor/QtQuick/TextSpecifics.qml
777
share/qtcreator/qmldesigner/propertyeditor/QtQuick/Window/WindowPane.qml
778
share/qtcreator/qmldesigner/propertyeditor/QtQuick/emptyPane.qml
779
share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
780
share/qtcreator/qmlicons/Qt/16x16/BorderImage.png
617
share/qtcreator/qmlicons/Qt/16x16/BorderImage.png
781
share/qtcreator/qmlicons/Qt/16x16/BusyIndicator.png
618
share/qtcreator/qmlicons/Qt/16x16/BusyIndicator.png
782
share/qtcreator/qmlicons/Qt/16x16/Button.png
619
share/qtcreator/qmlicons/Qt/16x16/Button.png
Lines 835-880 Link Here
835
share/qtcreator/snippets/cpp.xml
672
share/qtcreator/snippets/cpp.xml
836
share/qtcreator/snippets/qml.xml
673
share/qtcreator/snippets/qml.xml
837
share/qtcreator/snippets/text.xml
674
share/qtcreator/snippets/text.xml
838
share/qtcreator/styles/darkvim.xml
675
share/qtcreator/styles/dark.xml
839
share/qtcreator/styles/default.xml
676
share/qtcreator/styles/default.xml
840
share/qtcreator/styles/grayscale.xml
677
share/qtcreator/styles/grayscale.xml
841
share/qtcreator/styles/inkpot.xml
678
share/qtcreator/styles/inkpot.xml
842
share/qtcreator/styles/intellij.xml
679
share/qtcreator/styles/intellij.xml
843
share/qtcreator/templates/html5app/app.pro
680
share/qtcreator/templates/qml/qtquick_1_1/main.qml
844
share/qtcreator/templates/html5app/html/index.html
681
share/qtcreator/templates/qml/qtquick_1_1/main.qmlproject
845
share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp
682
share/qtcreator/templates/qml/qtquick_1_1/template.xml
846
share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.h
683
share/qtcreator/templates/qml/qtquick_2_1/main.qml
847
share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.pri
684
share/qtcreator/templates/qml/qtquick_2_1/main.qmlproject
848
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/navigationcontroller.cpp
685
share/qtcreator/templates/qml/qtquick_2_1/template.xml
849
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/navigationcontroller.h
686
share/qtcreator/templates/qml/qtquick_2_2/main.qml
850
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/touchnavigation.pri
687
share/qtcreator/templates/qml/qtquick_2_2/main.qmlproject
851
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webnavigation.cpp
688
share/qtcreator/templates/qml/qtquick_2_2/template.xml
852
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webnavigation.h
689
share/qtcreator/templates/qml/qtquick_2_3/main.qml
853
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchevent.cpp
690
share/qtcreator/templates/qml/qtquick_2_3/main.qmlproject
854
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchevent.h
691
share/qtcreator/templates/qml/qtquick_2_3/template.xml
855
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchnavigation.cpp
692
share/qtcreator/templates/qml/qtquick_2_4/MainForm.ui.qml
856
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchnavigation.h
693
share/qtcreator/templates/qml/qtquick_2_4/main.qml
857
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysics.cpp
694
share/qtcreator/templates/qml/qtquick_2_4/main.qmlproject
858
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysics.h
695
share/qtcreator/templates/qml/qtquick_2_4/template.xml
859
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysicsinterface.cpp
696
share/qtcreator/templates/qml/qtquickcontrols_1_0/main.qml
860
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysicsinterface.h
697
share/qtcreator/templates/qml/qtquickcontrols_1_0/main.qmlproject
861
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchscroller.cpp
698
share/qtcreator/templates/qml/qtquickcontrols_1_0/template.xml
862
share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchscroller.h
699
share/qtcreator/templates/qml/qtquickcontrols_1_1/main.qml
863
share/qtcreator/templates/html5app/main.cpp
700
share/qtcreator/templates/qml/qtquickcontrols_1_1/main.qmlproject
864
share/qtcreator/templates/mobileapp/app.pro
701
share/qtcreator/templates/qml/qtquickcontrols_1_1/template.xml
865
share/qtcreator/templates/mobileapp/main.cpp
702
share/qtcreator/templates/qml/qtquickcontrols_1_2/main.qml
866
share/qtcreator/templates/mobileapp/mainwindow.cpp
703
share/qtcreator/templates/qml/qtquickcontrols_1_2/main.qmlproject
867
share/qtcreator/templates/mobileapp/mainwindow.h
704
share/qtcreator/templates/qml/qtquickcontrols_1_2/template.xml
868
share/qtcreator/templates/mobileapp/mainwindow.ui
705
share/qtcreator/templates/qml/qtquickcontrols_1_3/MainForm.ui.qml
869
share/qtcreator/templates/qml/qtquick1_1/main.qml
706
share/qtcreator/templates/qml/qtquickcontrols_1_3/main.qml
870
share/qtcreator/templates/qml/qtquick1_1/main.qmlproject
707
share/qtcreator/templates/qml/qtquickcontrols_1_3/main.qmlproject
871
share/qtcreator/templates/qml/qtquick1_1/template.xml
708
share/qtcreator/templates/qml/qtquickcontrols_1_3/template.xml
872
share/qtcreator/templates/qml/qtquick2/main.qml
873
share/qtcreator/templates/qml/qtquick2/main.qmlproject
874
share/qtcreator/templates/qml/qtquick2/template.xml
875
share/qtcreator/templates/qml/qtquickcontrols/main.qml
876
share/qtcreator/templates/qml/qtquickcontrols/main.qmlproject
877
share/qtcreator/templates/qml/qtquickcontrols/template.xml
878
share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
709
share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
879
share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
710
share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
880
share/qtcreator/templates/qt4project/customwidgetwizard/tpl_plugin.pro
711
share/qtcreator/templates/qt4project/customwidgetwizard/tpl_plugin.pro
Lines 891-948 Link Here
891
share/qtcreator/templates/qt4project/mywidget_form.cpp
722
share/qtcreator/templates/qt4project/mywidget_form.cpp
892
share/qtcreator/templates/qt4project/mywidget_form.h
723
share/qtcreator/templates/qt4project/mywidget_form.h
893
share/qtcreator/templates/qt4project/widget.ui
724
share/qtcreator/templates/qt4project/widget.ui
894
share/qtcreator/templates/qtquick2app/app.pro
725
share/qtcreator/templates/qtquick/qtquick_1_1/app.pro
895
share/qtcreator/templates/qtquick2app/main.cpp
726
share/qtcreator/templates/qtquick/qtquick_1_1/main.cpp
896
share/qtcreator/templates/qtquick2app/qml/app/qtquick20/main.qml
727
share/qtcreator/templates/qtquick/qtquick_1_1/main.qml
897
share/qtcreator/templates/qtquick2app/qtquick2applicationviewer/qtquick2applicationviewer.cpp
728
share/qtcreator/templates/qtquick/qtquick_1_1/qml.qrc
898
share/qtcreator/templates/qtquick2app/qtquick2applicationviewer/qtquick2applicationviewer.h
729
share/qtcreator/templates/qtquick/qtquick_1_1/template.xml
899
share/qtcreator/templates/qtquick2app/qtquick2applicationviewer/qtquick2applicationviewer.pri
730
share/qtcreator/templates/qtquick/qtquick_2_1/app.pro
900
share/qtcreator/templates/qtquickapp/app.pro
731
share/qtcreator/templates/qtquick/qtquick_2_1/main.cpp
901
share/qtcreator/templates/qtquickapp/main.cpp
732
share/qtcreator/templates/qtquick/qtquick_2_1/main.qml
902
share/qtcreator/templates/qtquickapp/qml/app/meego10/MainPage.qml
733
share/qtcreator/templates/qtquick/qtquick_2_1/qml.qrc
903
share/qtcreator/templates/qtquickapp/qml/app/meego10/main.qml
734
share/qtcreator/templates/qtquick/qtquick_2_1/template.xml
904
share/qtcreator/templates/qtquickapp/qml/app/qtquick10/main.qml
735
share/qtcreator/templates/qtquick/qtquick_2_2/app.pro
905
share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
736
share/qtcreator/templates/qtquick/qtquick_2_2/main.cpp
906
share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h
737
share/qtcreator/templates/qtquick/qtquick_2_2/main.qml
907
share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.pri
738
share/qtcreator/templates/qtquick/qtquick_2_2/qml.qrc
739
share/qtcreator/templates/qtquick/qtquick_2_2/template.xml
740
share/qtcreator/templates/qtquick/qtquick_2_3/app.pro
741
share/qtcreator/templates/qtquick/qtquick_2_3/main.cpp
742
share/qtcreator/templates/qtquick/qtquick_2_3/main.qml
743
share/qtcreator/templates/qtquick/qtquick_2_3/qml.qrc
744
share/qtcreator/templates/qtquick/qtquick_2_3/template.xml
745
share/qtcreator/templates/qtquick/qtquick_2_4/MainForm.ui.qml
746
share/qtcreator/templates/qtquick/qtquick_2_4/app.pro
747
share/qtcreator/templates/qtquick/qtquick_2_4/main.cpp
748
share/qtcreator/templates/qtquick/qtquick_2_4/main.qml
749
share/qtcreator/templates/qtquick/qtquick_2_4/qml.qrc
750
share/qtcreator/templates/qtquick/qtquick_2_4/template.xml
751
share/qtcreator/templates/qtquick/qtquickcontrols_1_0/app.pro
752
share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.cpp
753
share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml
754
share/qtcreator/templates/qtquick/qtquickcontrols_1_0/qml.qrc
755
share/qtcreator/templates/qtquick/qtquickcontrols_1_0/template.xml
756
share/qtcreator/templates/qtquick/qtquickcontrols_1_1/app.pro
757
share/qtcreator/templates/qtquick/qtquickcontrols_1_1/main.cpp
758
share/qtcreator/templates/qtquick/qtquickcontrols_1_1/main.qml
759
share/qtcreator/templates/qtquick/qtquickcontrols_1_1/qml.qrc
760
share/qtcreator/templates/qtquick/qtquickcontrols_1_1/template.xml
761
share/qtcreator/templates/qtquick/qtquickcontrols_1_2/app.pro
762
share/qtcreator/templates/qtquick/qtquickcontrols_1_2/main.cpp
763
share/qtcreator/templates/qtquick/qtquickcontrols_1_2/main.qml
764
share/qtcreator/templates/qtquick/qtquickcontrols_1_2/qml.qrc
765
share/qtcreator/templates/qtquick/qtquickcontrols_1_2/template.xml
766
share/qtcreator/templates/qtquick/qtquickcontrols_1_3/MainForm.ui.qml
767
share/qtcreator/templates/qtquick/qtquickcontrols_1_3/app.pro
768
share/qtcreator/templates/qtquick/qtquickcontrols_1_3/main.cpp
769
share/qtcreator/templates/qtquick/qtquickcontrols_1_3/main.qml
770
share/qtcreator/templates/qtquick/qtquickcontrols_1_3/qml.qrc
771
share/qtcreator/templates/qtquick/qtquickcontrols_1_3/template.xml
908
share/qtcreator/templates/shared/app.desktop
772
share/qtcreator/templates/shared/app.desktop
909
share/qtcreator/templates/shared/deployment.pri
773
share/qtcreator/templates/shared/deployment.pri
910
share/qtcreator/templates/shared/icon64.png
911
share/qtcreator/templates/shared/icon80.png
912
share/qtcreator/templates/shared/manifest.aegis
774
share/qtcreator/templates/shared/manifest.aegis
775
share/qtcreator/templates/shared/qrcdeployment.pri
776
share/qtcreator/templates/shared/qtquickapplicationviewer/qtquick1applicationviewer/qtquick1applicationviewer.cpp
777
share/qtcreator/templates/shared/qtquickapplicationviewer/qtquick1applicationviewer/qtquick1applicationviewer.h
778
share/qtcreator/templates/shared/qtquickapplicationviewer/qtquick1applicationviewer/qtquick1applicationviewer.pri
913
share/qtcreator/templates/wizards/README.txt
779
share/qtcreator/templates/wizards/README.txt
914
share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml
780
share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml
915
share/qtcreator/templates/wizards/bb-bardescriptor/wizard.xml
781
share/qtcreator/templates/wizards/bb-bardescriptor/wizard.xml
916
share/qtcreator/templates/wizards/bb-cascades-app/assets/SecondPage.qml
917
share/qtcreator/templates/wizards/bb-cascades-app/assets/main.qml
782
share/qtcreator/templates/wizards/bb-cascades-app/assets/main.qml
918
share/qtcreator/templates/wizards/bb-cascades-app/bar-descriptor.xml
783
share/qtcreator/templates/wizards/bb-cascades-app/bar-descriptor.xml
919
share/qtcreator/templates/wizards/bb-cascades-app/icon.png
784
share/qtcreator/templates/wizards/bb-cascades-app/icon.png
920
share/qtcreator/templates/wizards/bb-cascades-app/main.cpp
921
share/qtcreator/templates/wizards/bb-cascades-app/project.cpp
922
share/qtcreator/templates/wizards/bb-cascades-app/project.hpp
923
share/qtcreator/templates/wizards/bb-cascades-app/project.pro
785
share/qtcreator/templates/wizards/bb-cascades-app/project.pro
786
share/qtcreator/templates/wizards/bb-cascades-app/src/applicationui.cpp
787
share/qtcreator/templates/wizards/bb-cascades-app/src/applicationui.h
788
share/qtcreator/templates/wizards/bb-cascades-app/src/main.cpp
924
share/qtcreator/templates/wizards/bb-cascades-app/wizard.xml
789
share/qtcreator/templates/wizards/bb-cascades-app/wizard.xml
925
share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml
926
share/qtcreator/templates/wizards/bb-guiapp/icon.png
927
share/qtcreator/templates/wizards/bb-guiapp/main.cpp
928
share/qtcreator/templates/wizards/bb-guiapp/mainwidget.cpp
929
share/qtcreator/templates/wizards/bb-guiapp/mainwidget.h
930
share/qtcreator/templates/wizards/bb-guiapp/mainwidget.ui
931
share/qtcreator/templates/wizards/bb-guiapp/project.pro
932
share/qtcreator/templates/wizards/bb-guiapp/wizard.xml
933
share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml
790
share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml
934
share/qtcreator/templates/wizards/bb-qt5-bardescriptor/wizard.xml
791
share/qtcreator/templates/wizards/bb-qt5-bardescriptor/wizard.xml
935
share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml
792
share/qtcreator/templates/wizards/classes/cpp/file.cpp
936
share/qtcreator/templates/wizards/bb-qt5-guiapp/icon.png
793
share/qtcreator/templates/wizards/classes/cpp/file.h
937
share/qtcreator/templates/wizards/bb-qt5-guiapp/main.cpp
794
share/qtcreator/templates/wizards/classes/cpp/wizard.json
938
share/qtcreator/templates/wizards/bb-qt5-guiapp/mainwidget.cpp
795
share/qtcreator/templates/wizards/classes/python/file.py
939
share/qtcreator/templates/wizards/bb-qt5-guiapp/mainwidget.h
796
share/qtcreator/templates/wizards/classes/python/wizard.json
940
share/qtcreator/templates/wizards/bb-qt5-guiapp/mainwidget.ui
797
share/qtcreator/templates/wizards/classes/qtquickui/file.qml.tpl
941
share/qtcreator/templates/wizards/bb-qt5-guiapp/project.pro
798
share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml.tpl
942
share/qtcreator/templates/wizards/bb-qt5-guiapp/wizard.xml
799
share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
943
share/qtcreator/templates/wizards/codesnippet/main.cpp
800
share/qtcreator/templates/wizards/codesnippet/main.cpp
944
share/qtcreator/templates/wizards/codesnippet/project.pro
801
share/qtcreator/templates/wizards/codesnippet/project.pro
945
share/qtcreator/templates/wizards/codesnippet/wizard.xml
802
share/qtcreator/templates/wizards/codesnippet/wizard.xml
803
share/qtcreator/templates/wizards/files/cppheader/file.h
804
share/qtcreator/templates/wizards/files/cppheader/wizard.json
805
share/qtcreator/templates/wizards/files/cppsource/file.cpp
806
share/qtcreator/templates/wizards/files/cppsource/wizard.json
807
share/qtcreator/templates/wizards/files/form/file.ui
808
share/qtcreator/templates/wizards/files/form/wizard.json
809
share/qtcreator/templates/wizards/files/glsl/gl/fragment/file.frag
810
share/qtcreator/templates/wizards/files/glsl/gl/fragment/wizard.json
811
share/qtcreator/templates/wizards/files/glsl/gl/vertex/file.vert
812
share/qtcreator/templates/wizards/files/glsl/gl/vertex/wizard.json
813
share/qtcreator/templates/wizards/files/glsl/gles/fragment/file.fsh
814
share/qtcreator/templates/wizards/files/glsl/gles/fragment/wizard.json
815
share/qtcreator/templates/wizards/files/glsl/gles/vertex/file.vsh
816
share/qtcreator/templates/wizards/files/glsl/gles/vertex/wizard.json
817
share/qtcreator/templates/wizards/files/java/source.java
818
share/qtcreator/templates/wizards/files/java/wizard.json
819
share/qtcreator/templates/wizards/files/js/file.js
820
share/qtcreator/templates/wizards/files/js/wizard.json
821
share/qtcreator/templates/wizards/files/python/file.py
822
share/qtcreator/templates/wizards/files/python/wizard.json
823
share/qtcreator/templates/wizards/files/qrc/file.qrc
824
share/qtcreator/templates/wizards/files/qrc/wizard.json
825
share/qtcreator/templates/wizards/files/qtquick1/file.qml
826
share/qtcreator/templates/wizards/files/qtquick1/wizard.json
827
share/qtcreator/templates/wizards/files/qtquick2/file.qml
828
share/qtcreator/templates/wizards/files/qtquick2/wizard.json
829
share/qtcreator/templates/wizards/files/scratch/file.txt
830
share/qtcreator/templates/wizards/files/scratch/wizard.json
831
share/qtcreator/templates/wizards/files/text/file.txt
832
share/qtcreator/templates/wizards/files/text/wizard.json
833
share/qtcreator/templates/wizards/global/genericfilewizard.png
834
share/qtcreator/templates/wizards/global/guiapplication.png
946
share/qtcreator/templates/wizards/helloworld/console.png
835
share/qtcreator/templates/wizards/helloworld/console.png
947
share/qtcreator/templates/wizards/helloworld/main.cpp
836
share/qtcreator/templates/wizards/helloworld/main.cpp
948
share/qtcreator/templates/wizards/helloworld/project.pro
837
share/qtcreator/templates/wizards/helloworld/project.pro
Lines 950-976 Link Here
950
share/qtcreator/templates/wizards/listmodel/listmodel.cpp
839
share/qtcreator/templates/wizards/listmodel/listmodel.cpp
951
share/qtcreator/templates/wizards/listmodel/listmodel.h
840
share/qtcreator/templates/wizards/listmodel/listmodel.h
952
share/qtcreator/templates/wizards/listmodel/wizard_sample.xml
841
share/qtcreator/templates/wizards/listmodel/wizard_sample.xml
953
share/qtcreator/templates/wizards/plaincapp-cmake/CMakeLists.txt
842
share/qtcreator/templates/wizards/plaincapp/cmake/CMakeLists.txt
954
share/qtcreator/templates/wizards/plaincapp-cmake/console.png
843
share/qtcreator/templates/wizards/plaincapp/cmake/wizard.xml
955
share/qtcreator/templates/wizards/plaincapp-cmake/main.c
844
share/qtcreator/templates/wizards/plaincapp/common/console.png
956
share/qtcreator/templates/wizards/plaincapp-cmake/wizard.xml
845
share/qtcreator/templates/wizards/plaincapp/common/main.c
957
share/qtcreator/templates/wizards/plaincapp/console.png
846
share/qtcreator/templates/wizards/plaincapp/qbs/project.qbs
958
share/qtcreator/templates/wizards/plaincapp/main.c
847
share/qtcreator/templates/wizards/plaincapp/qbs/wizard.xml
959
share/qtcreator/templates/wizards/plaincapp/project.pro
848
share/qtcreator/templates/wizards/plaincapp/qmake/project.pro
960
share/qtcreator/templates/wizards/plaincapp/wizard.xml
849
share/qtcreator/templates/wizards/plaincapp/qmake/wizard.xml
961
share/qtcreator/templates/wizards/plaincppapp-cmake/CMakeLists.txt
850
share/qtcreator/templates/wizards/plaincppapp/cmake/CMakeLists.txt
962
share/qtcreator/templates/wizards/plaincppapp-cmake/console.png
851
share/qtcreator/templates/wizards/plaincppapp/cmake/wizard.xml
963
share/qtcreator/templates/wizards/plaincppapp-cmake/main.cpp
852
share/qtcreator/templates/wizards/plaincppapp/common/console.png
964
share/qtcreator/templates/wizards/plaincppapp-cmake/wizard.xml
853
share/qtcreator/templates/wizards/plaincppapp/common/main.cpp
965
share/qtcreator/templates/wizards/plaincppapp/console.png
854
share/qtcreator/templates/wizards/plaincppapp/qbs/project.qbs
966
share/qtcreator/templates/wizards/plaincppapp/main.cpp
855
share/qtcreator/templates/wizards/plaincppapp/qbs/wizard.xml
967
share/qtcreator/templates/wizards/plaincppapp/project.pro
856
share/qtcreator/templates/wizards/plaincppapp/qmake/project.pro
968
share/qtcreator/templates/wizards/plaincppapp/wizard.xml
857
share/qtcreator/templates/wizards/plaincppapp/qmake/wizard.xml
969
share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in
858
share/qtcreator/templates/wizards/projects/qmake/empty/file.pro
859
share/qtcreator/templates/wizards/projects/qmake/empty/wizard.json
860
share/qtcreator/templates/wizards/projects/qmake/git.ignore
861
share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.json.in
970
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp
862
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp
971
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.h
863
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.h
972
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
864
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
973
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin_dependencies.pri
974
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin_global.h
865
share/qtcreator/templates/wizards/qtcreatorplugin/myplugin_global.h
975
share/qtcreator/templates/wizards/qtcreatorplugin/mypluginconstants.h
866
share/qtcreator/templates/wizards/qtcreatorplugin/mypluginconstants.h
976
share/qtcreator/templates/wizards/qtcreatorplugin/qtcreator_logo_24.png
867
share/qtcreator/templates/wizards/qtcreatorplugin/qtcreator_logo_24.png
Lines 993-998 Link Here
993
share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
884
share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
994
share/qtcreator/templates/wizards/scriptgeneratedproject/generate.pl
885
share/qtcreator/templates/wizards/scriptgeneratedproject/generate.pl
995
share/qtcreator/templates/wizards/scriptgeneratedproject/wizard_sample.xml
886
share/qtcreator/templates/wizards/scriptgeneratedproject/wizard_sample.xml
887
share/qtcreator/themes/dark.creatortheme
888
share/qtcreator/themes/default.creatortheme
996
share/qtcreator/translations/qtcreator_cs.qm
889
share/qtcreator/translations/qtcreator_cs.qm
997
share/qtcreator/translations/qtcreator_de.qm
890
share/qtcreator/translations/qtcreator_de.qm
998
share/qtcreator/translations/qtcreator_fr.qm
891
share/qtcreator/translations/qtcreator_fr.qm
Lines 1009-1032 Link Here
1009
share/qtcreator/welcomescreen/dummydata/sessionList.qml
902
share/qtcreator/welcomescreen/dummydata/sessionList.qml
1010
share/qtcreator/welcomescreen/dummydata/tutorialsModel.qml
903
share/qtcreator/welcomescreen/dummydata/tutorialsModel.qml
1011
share/qtcreator/welcomescreen/examples.qml
904
share/qtcreator/welcomescreen/examples.qml
1012
share/qtcreator/welcomescreen/examples_fallback.xml
1013
share/qtcreator/welcomescreen/gettingstarted.qml
1014
share/qtcreator/welcomescreen/images_areaofinterest.xml
905
share/qtcreator/welcomescreen/images_areaofinterest.xml
1015
share/qtcreator/welcomescreen/qtcreator_tutorials.xml
906
share/qtcreator/welcomescreen/qtcreator_tutorials.xml
1016
share/qtcreator/welcomescreen/tutorials.qml
907
share/qtcreator/welcomescreen/tutorials.qml
1017
share/qtcreator/welcomescreen/welcomescreen.qml
908
share/qtcreator/welcomescreen/welcomescreen.qml
1018
share/qtcreator/welcomescreen/welcomescreen.qmlproject
909
share/qtcreator/welcomescreen/welcomescreen.qmlproject
910
share/qtcreator/welcomescreen/widgets/Button.qml
1019
share/qtcreator/welcomescreen/widgets/ComboBox.qml
911
share/qtcreator/welcomescreen/widgets/ComboBox.qml
1020
share/qtcreator/welcomescreen/widgets/CustomColors.qml
1021
share/qtcreator/welcomescreen/widgets/CustomFonts.qml
912
share/qtcreator/welcomescreen/widgets/CustomFonts.qml
1022
share/qtcreator/welcomescreen/widgets/CustomTab.qml
913
share/qtcreator/welcomescreen/widgets/CustomTab.qml
1023
share/qtcreator/welcomescreen/widgets/CustomizedGridView.qml
914
share/qtcreator/welcomescreen/widgets/CustomizedGridView.qml
1024
share/qtcreator/welcomescreen/widgets/Delegate.qml
915
share/qtcreator/welcomescreen/widgets/Delegate.qml
1025
share/qtcreator/welcomescreen/widgets/GettingStartedItem.qml
1026
share/qtcreator/welcomescreen/widgets/IconAndLink.qml
916
share/qtcreator/welcomescreen/widgets/IconAndLink.qml
917
share/qtcreator/welcomescreen/widgets/LeftSideBar.qml
1027
share/qtcreator/welcomescreen/widgets/LinkedText.qml
918
share/qtcreator/welcomescreen/widgets/LinkedText.qml
1028
share/qtcreator/welcomescreen/widgets/LinksBar.qml
919
share/qtcreator/welcomescreen/widgets/LinksBar.qml
1029
share/qtcreator/welcomescreen/widgets/Logo.qml
920
share/qtcreator/welcomescreen/widgets/Logo.qml
921
share/qtcreator/welcomescreen/widgets/NativeText.qml
1030
share/qtcreator/welcomescreen/widgets/PageCaption.qml
922
share/qtcreator/welcomescreen/widgets/PageCaption.qml
1031
share/qtcreator/welcomescreen/widgets/PageLoader.qml
923
share/qtcreator/welcomescreen/widgets/PageLoader.qml
1032
share/qtcreator/welcomescreen/widgets/ProjectItem.qml
924
share/qtcreator/welcomescreen/widgets/ProjectItem.qml
Lines 1034-1039 Link Here
1034
share/qtcreator/welcomescreen/widgets/SearchBar.qml
926
share/qtcreator/welcomescreen/widgets/SearchBar.qml
1035
share/qtcreator/welcomescreen/widgets/SessionItem.qml
927
share/qtcreator/welcomescreen/widgets/SessionItem.qml
1036
share/qtcreator/welcomescreen/widgets/Sessions.qml
928
share/qtcreator/welcomescreen/widgets/Sessions.qml
929
share/qtcreator/welcomescreen/widgets/SideBar.qml
930
share/qtcreator/welcomescreen/widgets/Tabs.qml
1037
share/qtcreator/welcomescreen/widgets/ToolTip.qml
931
share/qtcreator/welcomescreen/widgets/ToolTip.qml
1038
share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleDelegate.qml
932
share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleDelegate.qml
1039
share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleGridView.qml
933
share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleGridView.qml
Lines 1043-1081 Link Here
1043
share/qtcreator/welcomescreen/widgets/dummydata/tabsModel.qml
937
share/qtcreator/welcomescreen/widgets/dummydata/tabsModel.qml
1044
share/qtcreator/welcomescreen/widgets/images/arrowBig.png
938
share/qtcreator/welcomescreen/widgets/images/arrowBig.png
1045
share/qtcreator/welcomescreen/widgets/images/arrow_down.png
939
share/qtcreator/welcomescreen/widgets/images/arrow_down.png
940
share/qtcreator/welcomescreen/widgets/images/arrow_down@2x.png
1046
share/qtcreator/welcomescreen/widgets/images/arrow_up.png
941
share/qtcreator/welcomescreen/widgets/images/arrow_up.png
942
share/qtcreator/welcomescreen/widgets/images/arrow_up@2x.png
943
share/qtcreator/welcomescreen/widgets/images/background.png
1047
share/qtcreator/welcomescreen/widgets/images/bullet.png
944
share/qtcreator/welcomescreen/widgets/images/bullet.png
1048
share/qtcreator/welcomescreen/widgets/images/dropshadow.png
945
share/qtcreator/welcomescreen/widgets/images/dropshadow.png
1049
share/qtcreator/welcomescreen/widgets/images/gettingStarted01.png
1050
share/qtcreator/welcomescreen/widgets/images/gettingStarted02.png
1051
share/qtcreator/welcomescreen/widgets/images/gettingStarted03.png
1052
share/qtcreator/welcomescreen/widgets/images/gettingStarted04.png
1053
share/qtcreator/welcomescreen/widgets/images/icons/adressbook.png
946
share/qtcreator/welcomescreen/widgets/images/icons/adressbook.png
947
share/qtcreator/welcomescreen/widgets/images/icons/androidapp.png
948
share/qtcreator/welcomescreen/widgets/images/icons/blogs.png
1054
share/qtcreator/welcomescreen/widgets/images/icons/buildrun.png
949
share/qtcreator/welcomescreen/widgets/images/icons/buildrun.png
1055
share/qtcreator/welcomescreen/widgets/images/icons/clone.png
950
share/qtcreator/welcomescreen/widgets/images/icons/clone.png
1056
share/qtcreator/welcomescreen/widgets/images/icons/communityIcon.png
951
share/qtcreator/welcomescreen/widgets/images/icons/clone@2x.png
1057
share/qtcreator/welcomescreen/widgets/images/icons/components.png
952
share/qtcreator/welcomescreen/widgets/images/icons/components.png
1058
share/qtcreator/welcomescreen/widgets/images/icons/createIcon.png
1059
share/qtcreator/welcomescreen/widgets/images/icons/ddays09.png
1060
share/qtcreator/welcomescreen/widgets/images/icons/ddays10.png
1061
share/qtcreator/welcomescreen/widgets/images/icons/ddays11.png
1062
share/qtcreator/welcomescreen/widgets/images/icons/ddays12.png
953
share/qtcreator/welcomescreen/widgets/images/icons/ddays12.png
954
share/qtcreator/welcomescreen/widgets/images/icons/ddays13.png
1063
share/qtcreator/welcomescreen/widgets/images/icons/delete.png
955
share/qtcreator/welcomescreen/widgets/images/icons/delete.png
956
share/qtcreator/welcomescreen/widgets/images/icons/delete@2x.png
1064
share/qtcreator/welcomescreen/widgets/images/icons/developing_with_qt_creator.png
957
share/qtcreator/welcomescreen/widgets/images/icons/developing_with_qt_creator.png
1065
share/qtcreator/welcomescreen/widgets/images/icons/feedbackIcon.png
958
share/qtcreator/welcomescreen/widgets/images/icons/onlineCommunity.png
1066
share/qtcreator/welcomescreen/widgets/images/icons/ico_community.png
959
share/qtcreator/welcomescreen/widgets/images/icons/qt_account.png
1067
share/qtcreator/welcomescreen/widgets/images/icons/labsIcon.png
960
share/qtcreator/welcomescreen/widgets/images/icons/qt_cloud.png
1068
share/qtcreator/welcomescreen/widgets/images/icons/openIcon.png
1069
share/qtcreator/welcomescreen/widgets/images/icons/qt_quick_1.png
1070
share/qtcreator/welcomescreen/widgets/images/icons/qt_quick_2.png
1071
share/qtcreator/welcomescreen/widgets/images/icons/qt_quick_3.png
1072
share/qtcreator/welcomescreen/widgets/images/icons/qt_sdk.png
961
share/qtcreator/welcomescreen/widgets/images/icons/qt_sdk.png
1073
share/qtcreator/welcomescreen/widgets/images/icons/qtquick.png
962
share/qtcreator/welcomescreen/widgets/images/icons/qtquick.png
1074
share/qtcreator/welcomescreen/widgets/images/icons/qwidget.png
963
share/qtcreator/welcomescreen/widgets/images/icons/qwidget.png
1075
share/qtcreator/welcomescreen/widgets/images/icons/rename.png
964
share/qtcreator/welcomescreen/widgets/images/icons/rename.png
1076
share/qtcreator/welcomescreen/widgets/images/icons/userguideIcon.png
965
share/qtcreator/welcomescreen/widgets/images/icons/rename@2x.png
966
share/qtcreator/welcomescreen/widgets/images/icons/tutorialicon.png
967
share/qtcreator/welcomescreen/widgets/images/icons/userGuide.png
1077
share/qtcreator/welcomescreen/widgets/images/icons/videoIcon.png
968
share/qtcreator/welcomescreen/widgets/images/icons/videoIcon.png
1078
share/qtcreator/welcomescreen/widgets/images/info.png
969
share/qtcreator/welcomescreen/widgets/images/info.png
970
share/qtcreator/welcomescreen/widgets/images/info@2x.png
1079
share/qtcreator/welcomescreen/widgets/images/mockup/designer-examples.png
971
share/qtcreator/welcomescreen/widgets/images/mockup/designer-examples.png
1080
share/qtcreator/welcomescreen/widgets/images/mockup/desktop-examples.png
972
share/qtcreator/welcomescreen/widgets/images/mockup/desktop-examples.png
1081
share/qtcreator/welcomescreen/widgets/images/mockup/draganddrop-examples.png
973
share/qtcreator/welcomescreen/widgets/images/mockup/draganddrop-examples.png
Lines 1088-1093 Link Here
1088
share/qtcreator/welcomescreen/widgets/images/mockup/qtscript-examples.png
980
share/qtcreator/welcomescreen/widgets/images/mockup/qtscript-examples.png
1089
share/qtcreator/welcomescreen/widgets/images/mockup/thread-examples.png
981
share/qtcreator/welcomescreen/widgets/images/mockup/thread-examples.png
1090
share/qtcreator/welcomescreen/widgets/images/more.png
982
share/qtcreator/welcomescreen/widgets/images/more.png
983
share/qtcreator/welcomescreen/widgets/images/new.png
984
share/qtcreator/welcomescreen/widgets/images/open.png
985
share/qtcreator/welcomescreen/widgets/images/project.png
986
share/qtcreator/welcomescreen/widgets/images/project@2x.png
1091
share/qtcreator/welcomescreen/widgets/images/qtcreator.png
987
share/qtcreator/welcomescreen/widgets/images/qtcreator.png
988
share/qtcreator/welcomescreen/widgets/images/sessions.png
1092
share/qtcreator/welcomescreen/widgets/images/tab.png
989
share/qtcreator/welcomescreen/widgets/images/tab.png
1093
share/qtcreator/welcomescreen/widgets/qmldir
990
share/qtcreator/welcomescreen/widgets/qmldir

Return to bug 196167