| The Following User Says Thank You to realsportcars For This Useful Post: | ||
|
|
2011-01-19
, 20:33
|
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#12
|
).
| The Following User Says Thank You to MohammadAG For This Useful Post: | ||
|
|
2011-01-19
, 20:54
|
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#13
|
|
|
2011-01-19
, 21:04
|
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#14
|
| The Following User Says Thank You to MohammadAG For This Useful Post: | ||
|
|
2011-01-19
, 21:15
|
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#15
|
Or maybe do what the stock keyboard does so it's transparent, open keyboard in landscape, fire setAttribute(PORTRAIT_FLAG) through a single shot QTimer 500ms later so it rotates to landscape, then when closing the keyboard, flip back to landscape and close.
| The Following User Says Thank You to realsportcars For This Useful Post: | ||
|
|
2011-01-19
, 23:10
|
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#17
|
void FastSMSWidget::orientationChanged(QString sOrientation)
{
qDebug() << "Orientation changed:" << sOrientation;
if(sOrientation.compare(Core::ORIENTATION_PORTRAIT) == 0 ||
sOrientation.compare(Core::ORIENTATION_LANDSCAPE) == 0)
{
hide();
show();
}
}
QDBusConnection systemBus = QDBusConnection::systemBus();
systemBus.connect("com.nokia.mce",
"/com/nokia/mce/signal",
"com.nokia.mce.signal",
"sig_device_orientation_ind",
this, SLOT(orientationChanged(QString)));
| The Following 3 Users Say Thank You to realsportcars For This Useful Post: | ||
|
|
2011-01-20
, 00:53
|
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#18
|
| The Following 20 Users Say Thank You to realsportcars For This Useful Post: | ||
D4rKlar, F2thaK, frostbyte, fw190, Helmuth, John McClane, MaddogG, maurochiado, Mentalist Traceur, MiK546, MohammadAG, OVK, RAZOR, retsaw, sregular, SSLMM, Tiboric, v13, Wikiwide | ||
|
|
2011-01-20
, 01:19
|
|
Posts: 87 |
Thanked: 47 times |
Joined on Sep 2009
@ Sorocaba, Brasil
|
#19
|
early preview
http://www.youtube.com/watch?v=42OpUSS2Cac
| The Following 2 Users Say Thank You to dalonso For This Useful Post: | ||
![]() |
| Tags |
| great keyboard!, portrait, portrait vkb, realsportcars, thank you, thanks wikiwide, _keyboards want, _to be free |
| Thread Tools | |
|
put on gitorius what? FastSMS or the "plugin" ? If you mean the plugin first I have to clean a bit the code
EDIT: re-reading your post I'm not so sure that I explained well:
Open conversation
hold the phone in vertical
click on text-field
my keyboard is opened in portrait
close my keyboard
conversation window remains in portrait
If I return to task manager landscape view returns
Last edited by realsportcars; 2011-01-19 at 20:15.