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/3284 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3284: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-29T08:41:30 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: Project:MTF:UX / meegotouch-systemui -> CE:UX:MTF / meegotouch-systemui changes files: -------------- --- meegotouch-systemui.changes +++ meegotouch-systemui.changes @@ -0,0 +1,5 @@ +* Mon Nov 28 2011 Vesa-Matti Hartikainen <[email protected]> - 1.2.18 +- NEMO#11 - System UI includes profile-icon in menu +-- Removed install of statusindicatormenu-profile.desktop +- NEMO#12 - System UI menu opens too much down + old: ---- Makefile new: ---- NEMO_11_remove_profile_from_statusmenu.patch NEMO_12_fix_statusmenu_top.patch spec files: ----------- --- meegotouch-systemui.spec +++ meegotouch-systemui.spec @@ -29,6 +29,8 @@ Patch9: BMC_21860_battery_charging_animation.patch Patch10: BMC_19366_System_top_bar_items_are_mis-aligned.patch Patch11: BMC_16893-MR_5.patch +Patch12: NEMO_11_remove_profile_from_statusmenu.patch +Patch13: NEMO_12_fix_statusmenu_top.patch Requires: %{name}-screenlock-padlock Requires: %{name}-volume-fullscreen Requires: contextkit-meego @@ -159,6 +161,10 @@ %patch10 -p1 # BMC_16893-MR_5.patch %patch11 -p1 +# NEMO_11_remove_profile_from_statusmenu.patch +%patch12 -p1 +# NEMO_12_fix_statusmenu_top.patch +%patch13 -p1 # >> setup # << setup @@ -271,7 +277,6 @@ %defattr(-,root,root,-) %{_libdir}/libnotificationsystem.so.* %{_libdir}/meegotouch/applicationextensions/libstatusindicatormenu-profile.so -%{_datadir}/meegotouch/applicationextensions/statusindicatormenu-profile.desktop # >> files libnotificationsystem0 # << files libnotificationsystem0 other changes: -------------- ++++++ NEMO_11_remove_profile_from_statusmenu.patch (new) --- NEMO_11_remove_profile_from_statusmenu.patch +++ NEMO_11_remove_profile_from_statusmenu.patch @@ -0,0 +1,24 @@ +From 149b430032264778b168c55058c9777958e049cd Mon Sep 17 00:00:00 2001 +From: Vesa-Matti Hartikainen <[email protected]> +Date: Mon, 28 Nov 2011 15:50:53 +0200 +Subject: [PATCH] Do not install .desktop file for profile applet on Nemo + +--- + demos/plugins/profile/profile.pro | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/demos/plugins/profile/profile.pro b/demos/plugins/profile/profile.pro +index 5a7fe31..465b129 100644 +--- a/demos/plugins/profile/profile.pro ++++ b/demos/plugins/profile/profile.pro +@@ -26,5 +26,5 @@ desktop_entry.path = $$M_APPLICATION_EXTENSION_DATA_DIR + desktop_entry.files = *.desktop + + INSTALLS += \ +- target \ +- desktop_entry ++ target ++ +-- +1.7.0.4 + ++++++ NEMO_12_fix_statusmenu_top.patch (new) --- NEMO_12_fix_statusmenu_top.patch +++ NEMO_12_fix_statusmenu_top.patch @@ -0,0 +1,23 @@ +From 869d613e0ed6061f2162cd0098c45a8848640bf4 Mon Sep 17 00:00:00 2001 +From: Vesa-Matti Hartikainen <[email protected]> +Date: Mon, 28 Nov 2011 14:54:36 +0200 +Subject: [PATCH] Fixed height on Nemo + +--- + themes/style/statusindicatormenu.css | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/themes/style/statusindicatormenu.css b/themes/style/statusindicatormenu.css +index 919c22a..0f2fa66 100644 +--- a/themes/style/statusindicatormenu.css ++++ b/themes/style/statusindicatormenu.css +@@ -1,5 +1,5 @@ + StatusIndicatorMenuStyle { +- padding-top: 2.8mm; ++ padding-top: 0.0mm; + + notification-area: true; + } +-- +1.7.0.4 + ++++++ meegotouch-systemui.yaml --- meegotouch-systemui.yaml +++ meegotouch-systemui.yaml @@ -24,6 +24,8 @@ - BMC_21860_battery_charging_animation.patch - BMC_19366_System_top_bar_items_are_mis-aligned.patch - BMC_16893-MR_5.patch + - NEMO_11_remove_profile_from_statusmenu.patch + - NEMO_12_fix_statusmenu_top.patch Description: | This package contains the system UI daemon. PkgBR: @@ -128,7 +130,6 @@ Files: - "%{_libdir}/libnotificationsystem.so.*" - "%{_libdir}/meegotouch/applicationextensions/libstatusindicatormenu-profile.so" - - "%{_datadir}/meegotouch/applicationextensions/statusindicatormenu-profile.desktop" - Name: libnotificationsystem-devel AsWholeName: yes ++++++ deleted files: --- Makefile
