I have made the following changes intended for : CE:MW:Shared / commhistory-daemon
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7671 Thank You, vesuri [This message was auto-generated] --- Request # 7671: Messages from BOSS: State: review at 2013-01-15T15:10:17 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:vesuri:branches:CE:MW:Shared / commhistory-daemon -> CE:MW:Shared / commhistory-daemon changes files: -------------- --- commhistory-daemon.changes +++ commhistory-daemon.changes @@ -0,0 +1,3 @@ +* Tue Jan 15 2013 Vesa Halttunen <[email protected]> - 0.4.3 +- Use the proper feedback related hints in notification category definitions + old: ---- commhistory-daemon-0.4.2.tar.bz2 new: ---- commhistory-daemon-0.4.3.tar.bz2 spec files: ----------- --- commhistory-daemon.spec +++ commhistory-daemon.spec @@ -1,6 +1,6 @@ Name: commhistory-daemon Summary: Communications event history database daemon -Version: 0.4.2 +Version: 0.4.3 Release: 1 Group: Communications/Telephony and IM License: LGPL other changes: -------------- ++++++ commhistory-daemon-0.4.2.tar.bz2 -> commhistory-daemon-0.4.3.tar.bz2 --- common-vars.pri +++ common-vars.pri @@ -33,7 +33,7 @@ # Project version # remember to update debian/* files if you changes this # ----------------------------------------------------------------------------- -PROJECT_VERSION = 0.4.2 +PROJECT_VERSION = 0.4.3 # ----------------------------------------------------------------------------- # Project's data directories --- data/notifications/x-nemo.call.missed.conf +++ data/notifications/x-nemo.call.missed.conf @@ -1,6 +1,6 @@ x-nemo-icon=icon-lock-missed-call x-nemo-preview-icon=icon-s-status-call-missed -feedbackId=default +x-nemo-feedback=default persistent=true genericTextId=qtn_call_missed genericTextCatalogue=telephony --- data/notifications/x-nemo.messaging.authorizationrequest.conf +++ data/notifications/x-nemo.messaging.authorizationrequest.conf @@ -1,6 +1,6 @@ x-nemo-icon=icon-lock-invitation x-nemo-preview-icon=icon-s-status-invitation-pending -feedbackId=default +x-nemo-feedback=default persistent=true userRemovable=false genericTextId=qtn_pers_authorization_req --- data/notifications/x-nemo.messaging.error.strong.conf +++ data/notifications/x-nemo.messaging.error.strong.conf @@ -1,4 +1,4 @@ urgency=3 userRemovable=true persistent=false -feedbackId=warning_strong +x-nemo-feedback=warning_strong --- data/notifications/x-nemo.messaging.im.conf +++ data/notifications/x-nemo.messaging.im.conf @@ -1,6 +1,6 @@ x-nemo-icon=icon-lock-chat x-nemo-preview-icon=icon-s-status-chat -feedbackId=chat +x-nemo-feedback=chat genericTextId=qtn_msg_notification_new_message genericTextCatalogue=messaging priority=60 --- data/notifications/x-nemo.messaging.mms.conf +++ data/notifications/x-nemo.messaging.mms.conf @@ -1,7 +1,7 @@ x-nemo-icon=icon-lock-mms x-nemo-preview-icon=icon-s-status-mms persistent=true -feedbackId=sms +x-nemo-feedback=sms genericTextId=qtn_msg_notification_new_message genericTextCatalogue=messaging priority=80 --- data/notifications/x-nemo.messaging.sms.conf +++ data/notifications/x-nemo.messaging.sms.conf @@ -1,7 +1,7 @@ x-nemo-icon=icon-lock-sms x-nemo-preview-icon=icon-s-status-sms persistent=true -feedbackId=sms +x-nemo-feedback=sms genericTextId=qtn_msg_notification_new_message genericTextCatalogue=messaging priority=70 --- data/notifications/x-nemo.messaging.voicemail-SMS.conf +++ data/notifications/x-nemo.messaging.voicemail-SMS.conf @@ -5,6 +5,6 @@ priority=75 userRemovable=true persistent=true -feedbackId=sms +x-nemo-feedback=sms genericTextId=qtn_msg_notification_new_voicemail genericTextCatalogue=messaging --- data/notifications/x-nemo.messaging.voicemail.conf +++ data/notifications/x-nemo.messaging.voicemail.conf @@ -2,7 +2,7 @@ x-nemo-preview-icon=icon-s-status-voicemail userRemovable=false persistent=true -feedbackId=sms +x-nemo-feedback=sms genericTextId=qtn_call_voicemail_notification genericTextCatalogue=telephony priority=90
