The Following User Says Thank You to DavyP For This Useful Post: | ||
|
2012-04-05
, 15:27
|
Posts: 136 |
Thanked: 19 times |
Joined on Nov 2011
@ Hungary
|
#502
|
Originally Posted by Arthuro_AdamThanks for testing! The location feature was added afterwards, so that is normal.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.
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
|
2012-04-05
, 18:56
|
Posts: 162 |
Thanked: 227 times |
Joined on Nov 2010
@ Italy - Florence & Bulgaria - Sofia
|
#503
|
|
2012-04-06
, 09:57
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#504
|
|
2012-04-08
, 19:54
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#505
|
|
2012-04-09
, 15:36
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#506
|
I installed the MeeGo one. Thanks for your work, I hope you'll find the problem.
|
2012-04-09
, 16:05
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#507
|
|
2012-04-09
, 22:26
|
Posts: 136 |
Thanked: 19 times |
Joined on Nov 2011
@ Hungary
|
#509
|
Can I ask you another favor? I am not entirely sure the dates of the builds I put online before match with the dates of the backups (some local changes may only got integrated in a build I uploaded days after). Could you test the following builds again:
http://davy.preuveneers.be/phoneme/p...aemo/deb/test/
These do not match with the ones you tested earlier as I recompiled them again. However, this time I made sure I have the matching build configuration files and sources, which should help me to hopefully find the cause of the orientation problem.
Thanks,
Davy
|
2012-04-10
, 09:49
|
Posts: 2 |
Thanked: 0 times |
Joined on Apr 2012
|
#510
|
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
Last edited by DavyP; 2012-04-05 at 11:55.