std::string MessageMmsPrivate::getText() const
{
- // TODO: remove if not needed
- // Return only text of first page
- // return MsgUtilsPrivate::getStr(m_MsgStruct, MSG_MESSAGE_MMS_TEXT_STR, MAX_MSG_TEXT_LEN);
-
const MsgPageList &pageList = getPageList();
std::string result;
int size = pageList.getLength();
((BodyView*)data)->onContentChanged();
}, this);
- evas_object_smart_callback_add(m_pEntry, "preedit,changed", [](void *data, Evas_Object *obj, void *event_info)
- {
- // TODO: check
- }, this);
-
evas_object_smart_callback_add(m_pEntry, "maxlength,reached", [](void *data, Evas_Object *obj, void *event_info)
{
((BodyView*)data)->onMaxLengthReached();
namespace
{
- //TODO: Implement different styles
ListItemStyleRef sentStyle = ListItemStyle::create("sentbubble");
ListItemStyleRef receivedStyle = ListItemStyle::create("receivebubble");
ListItemStyleRef draftStyle = ListItemStyle::create("draft");
void Conversation::onButtonClicked(NaviFrameItem &item, NaviButtonId buttonId)
{
- //TODO: Handle other buttons
switch(buttonId)
{
case NaviPrevButtonId:
else if(duplicateRecip != 0)
appendStatusHandler(MbeRecipients::DuplicatedStatus);
- setEntryFocus(true); // TODO: does not work
+ setEntryFocus(true); //FIXME: appending of two contacts breaks focus handle.
}
void ConvRecipientsPanel::onPopupBtnClicked(Popup &popup, int buttonId)
void updateSoundItem();
void updateVibrationItem();
void updateDelivReportSmsItem();
- void updateMsgOnSimItem();
void updateDelivReportMmsItem();
void updateReadReportItem();
void updateAutoRetItem();
updateSoundItem();
updateVibrationItem();
updateDelivReportSmsItem();
- updateMsgOnSimItem();
updateDelivReportMmsItem();
updateReadReportItem();
updateAutoRetItem();
m_pDelivReportSmsItem->setCheckButtonState(getMsgSettings().getSmsDelivReport());
}
-void Settings::updateMsgOnSimItem()
-{
- // TODO:
-}
-
void Settings::updateDelivReportMmsItem()
{
m_pDelivReportMmsItem->setCheckButtonState(getMsgSettings().getMmsDelivReport());