Skip to content
Snippets Groups Projects
Commit b0eecb2e authored by hjk's avatar hjk
Browse files

Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

parents 44add9f0 b49cb352
No related branches found
No related tags found
No related merge requests found
doc/qtcreator-vcs-annotate.png

257 KiB

doc/qtcreator-vcs-commit.png

133 KiB

doc/qtcreator-vcs-describe.png

196 KiB

doc/qtcreator-vcs-diff.png

190 KiB

doc/qtcreator-vcs-gitbranch.png

37.8 KiB

doc/qtcreator-vcs-log.png

170 KiB

doc/qtcreator-vcs-pane.png

25.4 KiB

...@@ -881,8 +881,18 @@ ...@@ -881,8 +881,18 @@
\i \gui{Stash} \i \gui{Stash}
\i Stash local changes prior to executing a \bold{pull}. \i Stash local changes prior to executing a \bold{pull}.
\row \row
\i \i \gui{Pull}
\i \i Pull changes from the remote repository. If there are locally
modified files, you will be prompted to stash those changes.
\row
\i \gui{Branches...}
\i Displays the branch dialog showing the local branches at the
top and remote branches at the bottom. To switch to the local
branch, simply double-click on it. Double-clicking on a remote
branch will first create a local branch with the same name that
tracks the remote branch, and then switch to it.
\image qtcreator-vcs-gitbranch.png
\endtable \endtable
*/ */
......
...@@ -730,9 +730,7 @@ namespace { ...@@ -730,9 +730,7 @@ namespace {
// updateSourceFiles() for files that changed // updateSourceFiles() for files that changed
// It does so by storing a modification time for each ui file we know about. // It does so by storing a modification time for each ui file we know about.
// TODO this function should also be called if the build configuration changes // TODO this function should also be called if the build directory is changed
// since the build directory could change, and thus the generated files that are present
// TODO check that it works
void Qt4ProFileNode::updateUiFiles() void Qt4ProFileNode::updateUiFiles()
{ {
// Only those two project types can have ui files for us // Only those two project types can have ui files for us
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment