View Single Post
Posts: 136 | Thanked: 19 times | Joined on Nov 2011 @ Hungary
#502
Originally Posted by DavyP View Post
Originally Posted by Arthuro_Adam
I tested it. The march 7 release had good Opera Mini orientation, but the march 8 had not.

I check the march 7 release. Sound was good, but didn't find the location.jad to check the GPS.
Thanks for testing! The location feature was added afterwards, so that is normal.

Just to be sure: you did install the MeeGo builds and not the Maemo builds right?

The reason why I ask is because I checked the source of 2 backups of March 5 and March 11, and I added a.o. a rotation feature:

#ifdef Q_WS_MAEMO_5
setAttribute(Qt::WA_Maemo5AutoOrientation, true);
setAttribute(Qt::WA_Maemo5NonComposited);
#endif

However, due to the ifdef macro, this code is excluded for the MeeGo builds (presuming you did not install the Maemo build on your MeeGo device).

Another change is the fact I added multimedia and location features that rely on the Qt Mobility libraries. So I may have to produce a few test builds to really identify which change caused the portrait mode issue.

Davy
I installed the MeeGo one. Thanks for your work, I hope you'll find the problem.