[frameworks-modemmanager-qt] [Bug 358261] SMS messages list is not update when calling ModemManager::ModemMessaging::createMessage

2016-01-22 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358261 --- Comment #5 from Daniel --- Thank you for the answers. I sent a message in the kde-hardware-devel list. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-modemmanager-qt] [Bug 358261] SMS messages list is not update when calling ModemManager::ModemMessaging::createMessage

2016-01-22 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358261 Jan Grulich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[frameworks-modemmanager-qt] [Bug 358261] SMS messages list is not update when calling ModemManager::ModemMessaging::createMessage

2016-01-20 Thread Lamarque V . Souza via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358261 --- Comment #1 from Lamarque V. Souza --- Hi, MMQt API is assynchronous and MMQt needs to receive signals from ModemManager to update the message list. That is probably not happening because you are doing everything in synchronous

[frameworks-modemmanager-qt] [Bug 358261] SMS messages list is not update when calling ModemManager::ModemMessaging::createMessage

2016-01-20 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358261 Jan Grulich changed: What|Removed |Added CC||jgrul...@redhat.com ---

[frameworks-modemmanager-qt] [Bug 358261] SMS messages list is not update when calling ModemManager::ModemMessaging::createMessage

2016-01-20 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358261 --- Comment #3 from Daniel --- Adding qApp->processEvents(); qApp->processEvents(); instead of just one, make the things work. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-modemmanager-qt] [Bug 358261] SMS messages list is not update when calling ModemManager::ModemMessaging::createMessage

2016-01-20 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358261 --- Comment #2 from Daniel --- Even using the qApp->processEvents(); as you suggested, the message list was not updated after that. But as you warned me that I am using in a synchronous mode, I changed the way to use, now I am