Description
Due to the way the project was started, it begins with one large commit. This contains mainly Android-specific things, which are fine to do in a bulk commit, but it also has a few non-android-specific fixes which we need to get reviewed.
These need to be separated out into their own commits and pushed to dev as soon as possible so we can get reviews for them.
Here's the files with non-android-specific changes:
- moc.prf
- qt_parts.prf
- static.prf
- qiconvcodec_p.h
- qnamespace.h
- qgraphicsitem.cpp (related to above)
- qwidget.cpp (related to above)
- qtextedit.cpp (related to above)
. qeventdispatcher_unix.cpp - qsslcertificate.cpp
- qfbscreen.cpp
- moc.cpp
- qmenu.cpp
- qcombobox.cpp
We either need reviews for these in general, or we need to protect the code by #ifdef ANDROID.