The Following 4 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2011-05-21
, 23:21
|
Posts: 27 |
Thanked: 17 times |
Joined on Jun 2010
|
#312
|
![]() |
2011-05-21
, 23:24
|
Posts: 212 |
Thanked: 340 times |
Joined on Feb 2011
@ Jordan
|
#313
|
![]() |
2011-05-21
, 23:30
|
Posts: 212 |
Thanked: 340 times |
Joined on Feb 2011
@ Jordan
|
#314
|
![]() |
2011-05-21
, 23:33
|
Posts: 27 |
Thanked: 17 times |
Joined on Jun 2010
|
#315
|
Really good job Mohammad! I really like what you are doing here. One thing I would love to see implemented is push-notifications. Meaning, when you get a message/notification the notifier in the N900 (like when you get a e-mail or MMS through fMMS) pops up and tells you that. Do you think that it is possible?
Thanks a lot dude!!
dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog string:"QUESTION?" uint32:0 string:"OK"
![]() |
2011-05-22
, 00:15
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#316
|
The Following 4 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2011-05-22
, 00:33
|
Posts: 738 |
Thanked: 179 times |
Joined on Mar 2010
@ Gold Coast, Australia
|
#317
|
![]() |
2011-05-22
, 00:37
|
Posts: 212 |
Thanked: 340 times |
Joined on Feb 2011
@ Jordan
|
#318
|
The Following 4 Users Say Thank You to laith.m.y For This Useful Post: | ||
![]() |
2011-05-22
, 11:13
|
|
Posts: 234 |
Thanked: 281 times |
Joined on Nov 2010
@ Helsinki
|
#320
|
![]() |
Tags |
facebook, facebook client |
|
I did some digging around:
QMediaPlayer::setMedia( const QMediaContent & media, QIODevice * stream = 0 )
One of QMediaContent's constructors is:
QMediaContent ( const QNetworkRequest & request )
http://doc.qt.nokia.com/latest/qnetw...html#setHeader
QNetworkRequest::CookieHeader 4 corresponds to the HTTP Cookie header and contains a QList<QNetworkCookie> representing the cookies to be sent back to the server
So I guess it can be done, now to see how I could get that cookie...