Just for who are interested in the status of Qt on Android and iOS, and want to contribute to it.
Qt on Android
Mainstream: Qt 4.8 and QtBase(Qt 5.0)
Run the following command in 4.8 branch of Qt repo and master branch in QtBase repo:
1 2 |
git log --regexp-ignore-case --grep=android |
Folk: Necessitas
There is a folk, Necessitas, which is based on Qt 4.x.
Note: At least by now, it is not merged into mainline.
If you want to contribute to it, please read KDE Necessitas project: Get involved. You can find bug reports, todo list, mailing list and irc channel.
The most important one is code repository.
Qt on iOS
Mainstream 1: Qt 4.8 and QtBase(Qt 5.0)
Run the following command in 4.8 branch of Qt repo and master branch in QtBase repo:
1 2 |
git log --grep=iOS |
Mainstream 2: iOS branch in QtBase(Qt 5.0)
Here is the commit history of ios branch.
Note:
How to find the changes which people are working on? Search this in codereview:
1 2 |
project:qt/qtbase branch:master message:"iOS" |
Reference: gerrit doc: Searching Changes
Update:
2012-11-08 Digia: Necessitas Android Port Contributed to the Qt Project
To be updated in future.