15,856
社区成员




fd4e21b Debugger: Fix warning
ee6c693 Add execute filter for locator
7140642 Fix central Esc handling again
75c7b5f Add plain C/C++ project for CMake
263d98b Fix crash of 'Build All'
73138f6 Git: Figure out codec for amend commit
8382dd7 Git: Fix error text codec of 'Show Commit...'
18b675d Double-click to select current block
86f0f93 Fix for review #7748
3c759ad Abort running is possible if any build error occured
4537e1b Add support to force skip deploy before running or debugging
2db25cb Add "Ctrl+F10" for "Run to Line" action
d136b01 Coding style fixes
6af1f37 Build fix when use -no-stl option
c7d712e Git: Add support for the i18n.logoutputencoding setting
08f97b5 Git: Support encoding convert of commit messages
2ab22fe Git: Add branches to locator
4ea9c21 C++: Improve completion assist
854c0f2 Git: Fixed launch gitk failed
237ddd0 Snippets: Add 'switch' trigger for C++ code snippets
625b0ae Snippets: Put the cursor in a more useful final position
cc4e2a4 Creates a pure console project using QMake, not using Qt library.
5e81630 Editors: Change indent behavior for single line selection
b080bd5 Locator: Add shortcut for right button
6d29577 Execute Locator: Add encoding convert of output text
79748a4 Add maximize editor action
commit 782d6d8aa520a19f802f7deebbed5dfc07aa3437
Author: Yuchen Deng <loaden@gmail.com>
Date: Mon Dec 26 21:14:23 2011 +0800
WelcomePage: Fix function parameters
Change-Id: I2dc2891380e1dbe0326abd3965c74cc94baf948f
diff --git a/share/qtcreator/welcomescreen/widgets/Delegate.qml b/share/qtcreator/welcomescreen/widgets/Delegate.qml
index 49cfc58..ac961a3 100644
--- a/share/qtcreator/welcomescreen/widgets/Delegate.qml
+++ b/share/qtcreator/welcomescreen/widgets/Delegate.qml
@@ -235,7 +235,7 @@ Rectangle {
if (model.isVideo)
gettingStarted.openUrl(model.videoUrl);
else if (model.hasSourceCode)
- gettingStarted.openProject(model.projectPath, model.filesToOpen, model.docUrl)
+ gettingStarted.openProject(model.projectPath, model.filesToOpen, model.docUrl, model.dependencies)
else
gettingStarted.openSplitHelp(model.docUrl);
}
抱歉,链接已超过最大有效期,下载链接已失效