realsportcars
|
2011-01-25
, 17:18
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#31
|
The Following User Says Thank You to realsportcars For This Useful Post: | ||
|
2011-01-25
, 17:20
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#32
|
The Following User Says Thank You to realsportcars For This Useful Post: | ||
|
2011-01-25
, 17:22
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#33
|
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||
|
2011-01-25
, 17:28
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#34
|
Weird, all of FastSMS is being started at each click of an input box.
And yes, I tried rebooting.
dbus-send --print-reply --dest=it.rsc.fastsms / it.rsc.fastsms.surroundRequest string:"test"
The Following User Says Thank You to realsportcars For This Useful Post: | ||
|
2011-01-25
, 17:32
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#36
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-01-25
, 17:35
|
|
Posts: 1,055 |
Thanked: 4,107 times |
Joined on Oct 2009
@ Norway
|
#37
|
I'm very glad if you want to contribute! However I will move all code (fastsmsevo and fastsms) on git soon (or cvs, I don't know differences)
The Following User Says Thank You to w00t For This Useful Post: | ||
|
2011-01-25
, 17:43
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#38
|
Hmm, so I need fastsms 0.5 and it doesn't depend on it?
Add
to debian/controlCode:Depends: fastsms (>= 0.5-0)
The Following 2 Users Say Thank You to realsportcars For This Useful Post: | ||
|
2011-01-25
, 17:58
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#39
|
#if defined(Q_WS_MAEMO_5) //If not landscape, need to return to landscape view if(m_sCurrOrientation.compare(Core::ORIENTATION_LANDSCAPE) != 0) { setAttribute(Qt::WA_Maemo5LandscapeOrientation, true); hide(); showMaximized(); } #endif
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||