A Git timeout occured. Only metadata is being displayed
Reviewing merge request #1299: Symbian: Workaround for system returning wrong screen size.
In some rare cases when screen orientation is locked a screen size
that is not compatible with the locked orientation can be recieved.
This fix turns the screen in that case.
Commits that would be merged:
How to apply this merge request to your repository
One way to merge in these changes is to pull them into a local
branch for review, verifying the changes and then merge to back
to master.
# Check out a new branch for integration
git checkout -b merge-requests/1299
# Fetch the merge request into this branch
git pull \
git://gitorious.org/qt-components/qt-components.git \
refs/merge-requests/1299
# Show the commits, assess they are okay
git log --pretty=oneline --abbrev-commit master..merge-requests/1299
# To apply the changes to your branch:
git checkout master
git merge merge-requests/1299
git push origin master
Add a new comment:
Login or create an account to post a comment