I have made the following changes intended for : CE:UX:MTF / meegotouch-systemui
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/7672 Thank You, vesuri [This message was auto-generated] --- Request # 7672: Messages from BOSS: State: review at 2013-01-15T15:38:23 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:UX:MTF / meegotouch-systemui -> CE:UX:MTF / meegotouch-systemui changes files: -------------- --- meegotouch-systemui.changes +++ meegotouch-systemui.changes @@ -0,0 +1,3 @@ +* Tue Jan 15 2013 Vesa Halttunen <[email protected]> - 1.5.2 +- Use the proper feedback related hints in notification category definitions + old: ---- meegotouch-systemui-1.5.1.tar.bz2 new: ---- meegotouch-systemui-1.5.2.tar.bz2 spec files: ----------- --- meegotouch-systemui.spec +++ meegotouch-systemui.spec @@ -9,7 +9,7 @@ # << macros Summary: System UI daemon -Version: 1.5.1 +Version: 1.5.2 Release: 2 Group: System/Desktop License: LGPLv2.1 other changes: -------------- ++++++ meegotouch-systemui-1.5.1.tar.bz2 -> meegotouch-systemui-1.5.2.tar.bz2 --- configure +++ configure @@ -28,7 +28,7 @@ fi fi -VERSION=1.5.1 +VERSION=1.5.2 echo VERSION = ${VERSION} >> ${FILENAME} echo Configured system-ui as follows: --- src/systemui/notificationcategories/device.added.conf +++ src/systemui/notificationcategories/device.added.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-common-usb urgency=3 -feedbackId=accessory_connected +x-nemo-feedback=accessory_connected --- src/systemui/notificationcategories/device.error.conf +++ src/systemui/notificationcategories/device.error.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-common-usb urgency=3 -feedbackId=warning_snd +x-nemo-feedback=warning_snd --- src/systemui/notificationcategories/x-nemo.battery.chargingnotstarted.conf +++ src/systemui/notificationcategories/x-nemo.battery.chargingnotstarted.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-energy-management-insufficient-power urgency=3 -feedbackId=wrong_charger +x-nemo-feedback=wrong_charger --- src/systemui/notificationcategories/x-nemo.battery.conf +++ src/systemui/notificationcategories/x-nemo.battery.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-energy-management-charging8 urgency=3 -feedbackId=charging_started +x-nemo-feedback=charging_started --- src/systemui/notificationcategories/x-nemo.battery.enterpsm.conf +++ src/systemui/notificationcategories/x-nemo.battery.enterpsm.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-energy-management-battery-verylow urgency=3 -feedbackId=battery_low +x-nemo-feedback=battery_low --- src/systemui/notificationcategories/x-nemo.battery.lowbattery.conf +++ src/systemui/notificationcategories/x-nemo.battery.lowbattery.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-energy-management-battery-verylow urgency=3 -feedbackId=battery_low +x-nemo-feedback=battery_low --- src/systemui/notificationcategories/x-nemo.battery.recharge.conf +++ src/systemui/notificationcategories/x-nemo.battery.recharge.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-energy-management-battery-verylow urgency=3 -feedbackId=recharge_battery +x-nemo-feedback=recharge_battery --- src/systemui/notificationcategories/x-nemo.battery.shutdown.conf +++ src/systemui/notificationcategories/x-nemo.battery.shutdown.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-energy-management-battery-verylow urgency=3 -feedbackId=recharge_battery +x-nemo-feedback=recharge_battery --- src/systemui/notificationcategories/x-nemo.battery.temperature.conf +++ src/systemui/notificationcategories/x-nemo.battery.temperature.conf @@ -1,3 +1,3 @@ x-nemo-icon=icon-m-notification-temperature urgency=3 -feedbackId=warning_strong +x-nemo-feedback=warning_strong ++++++ meegotouch-systemui.yaml --- meegotouch-systemui.yaml +++ meegotouch-systemui.yaml @@ -1,6 +1,6 @@ Name: meegotouch-systemui Summary: System UI daemon -Version: 1.5.1 +Version: 1.5.2 Release: 2 Group: System/Desktop License: LGPLv2.1
