[meego-commits] 14428: Changes to devel:qt-mtf/meegotouch-theme
Miroslav Safr
no_reply at build.meego.com
Wed Mar 2 12:12:44 UTC 2011
Hi,
I have made the following changes to meegotouch-theme in project devel:qt-mtf. Please review and accept ASAP.
Thank You,
Miroslav Safr
[This message was auto-generated]
---
Request #14428:
submit: home:msafr/meegotouch-theme(r51) -> devel:qt-mtf/meegotouch-theme
Message:
* Tue Mar 1 2011 Miroslav Safr <miroslav.safr at tieto.com.com> 0.20.79
- updated to 0.20.79-1
State: new 2011-03-01T23:10:39 msafr
Comment: None
changes files:
--------------
--- meegotouch-theme.changes
+++ meegotouch-theme.changes
@@ -0,0 +1,3 @@
+* Tue Mar 1 2011 Miroslav Safr <miroslav.safr at tieto.com.com> 0.20.79
+- updated to 0.20.79-1
+
old:
----
meegotouch-theme-0.20.75.tar.bz2
meegotouch-theme-0.20.78.tar.bz2
new:
----
meegotouch-theme-0.20.79.tar.bz2
spec files:
-----------
--- meegotouch-theme.spec
+++ meegotouch-theme.spec
@@ -7,7 +7,7 @@
Name: meegotouch-theme
Summary: Theme for Meego Touch based applications
-Version: 0.20.78
+Version: 0.20.79
Release: 1
Group: System/Desktop
License: LGPLv2.1
other changes:
--------------
++++++ meegotouch-theme-0.20.75.tar.bz2 -> meegotouch-theme-0.20.79.tar.bz2
!!! base/meegotouch/feedbacks/appear-objectmenu/vibra.ivt and base/meegotouch/feedbacks/appear-objectmenu/vibra.ivt differ
!!! base/meegotouch/feedbacks/move/vibra.ivt and base/meegotouch/feedbacks/move/vibra.ivt differ
!!! base/meegotouch/feedbacks/press-off/vibra.ivt and base/meegotouch/feedbacks/press-off/vibra.ivt differ
!!! base/meegotouch/feedbacks/press-on/vibra.ivt and base/meegotouch/feedbacks/press-on/vibra.ivt differ
!!! base/meegotouch/feedbacks/press-textedit-selection/vibra.ivt and base/meegotouch/feedbacks/press-textedit-selection/vibra.ivt differ
!!! base/meegotouch/feedbacks/press-textedit-word/vibra.ivt and base/meegotouch/feedbacks/press-textedit-word/vibra.ivt differ
!!! base/meegotouch/feedbacks/press/vibra.ivt and base/meegotouch/feedbacks/press/vibra.ivt differ
--- base/meegotouch/feedbacks/priority2_pannable_press
+++ base/meegotouch/feedbacks/priority2_pannable_press
+(directory)
--- base/meegotouch/feedbacks/priority2_pannable_release
+++ base/meegotouch/feedbacks/priority2_pannable_release
+(directory)
--- base/meegotouch/feedbacks/priority2_static_press
+++ base/meegotouch/feedbacks/priority2_static_press
+(directory)
--- base/meegotouch/feedbacks/priority2_static_release
+++ base/meegotouch/feedbacks/priority2_static_release
+(directory)
!!! base/meegotouch/feedbacks/release-off/vibra.ivt and base/meegotouch/feedbacks/release-off/vibra.ivt differ
!!! base/meegotouch/feedbacks/release-on/vibra.ivt and base/meegotouch/feedbacks/release-on/vibra.ivt differ
!!! base/meegotouch/feedbacks/release-textedit-word/vibra.ivt and base/meegotouch/feedbacks/release-textedit-word/vibra.ivt differ
!!! base/meegotouch/feedbacks/release/vibra.ivt and base/meegotouch/feedbacks/release/vibra.ivt differ
--- base/meegotouch/libmeegotouchcore/libmeegotouchcore.conf
+++ base/meegotouch/libmeegotouchcore/libmeegotouchcore.conf
@@ -189,3 +189,9 @@
[MListItem]
default = MListItemView
+
+[MSheet]
+default = MSheetView
+
+[MBasicSheetHeader]
+default = MBasicSheetHeaderView
--- base/meegotouch/libmeegotouchcore/style/libmeegotouchcore.css
+++ base/meegotouch/libmeegotouchcore/style/libmeegotouchcore.css
@@ -32,6 +32,7 @@
@import "mwidgetrectangularclipanimationstyle.css";
@import "mwindowstyle.css";
@import "mcontentfadeandslideanimationstyle.css";
+ at import "mtapstatemachinestyle.css";
/* preedit styling for input context */
@import "mpreeditstyle.css";
--- base/meegotouch/libmeegotouchcore/style/mcrossfadedorientationanimationstyle.css
+++ base/meegotouch/libmeegotouchcore/style/mcrossfadedorientationanimationstyle.css
@@ -1,5 +1,5 @@
MCrossFadedOrientationAnimationStyle {
- duration: 800;
+ duration: 500;
rotation-point: 240 240;
rotation-easing-curve: inoutexpo;
translation-easing-curve: inoutexpo;
--- base/meegotouch/libmeegotouchcore/style/mscenemanagerstyle.css
+++ base/meegotouch/libmeegotouchcore/style/mscenemanagerstyle.css
@@ -10,4 +10,5 @@
message-box-animation: "MWidgetZoomAnimation";
system-banner-animation: "MWidgetScaleFadeAnimation";
navigation-bar-animation: "MWidgetFadeAnimation";
+ sheet-animation: "MWidgetSlideAnimation";
}
--- base/meegotouch/libmeegotouchcore/style/mtapstatemachinestyle.css
+++ base/meegotouch/libmeegotouchcore/style/mtapstatemachinestyle.css
+MTapStateMachineStyle {
+ initial-wait-time: 150;
+ blink-duration: 300;
+}
--- base/meegotouch/libmeegotouchcore/style/mwidgetfadeanimationstyle.css
+++ base/meegotouch/libmeegotouchcore/style/mwidgetfadeanimationstyle.css
@@ -34,3 +34,27 @@
easing-curve: outcubic;
opacity: 0.87;
}
+
+MNavigationBar MWidgetFadeAnimationStyle#In {
+ delay: 300;
+ duration: 300;
+}
+
+MNavigationBar MWidgetFadeAnimationStyle#Out {
+ delay: 0;
+ duration: 300;
+}
+
+MSheet MWidgetFadeAnimationStyle#In {
+ delay: 0;
+ duration: 350;
+ easing-curve: inoutexpo;
+ opacity: 1.0;
+}
+
+MSheet MWidgetFadeAnimationStyle#Out {
+ delay: 0;
+ duration: 350;
+ easing-curve: inoutexpo;
+ opacity: 1.0;
+}
--- base/meegotouch/libmeegotouchcore/style/mwidgetslideanimationstyle.css
+++ base/meegotouch/libmeegotouchcore/style/mwidgetslideanimationstyle.css
@@ -40,3 +40,29 @@
delay: 0;
easing-curve: linear;
}
+
+MSheet MWidgetSlideAnimationStyle#In {
+ delay: 0;
+ duration: 350;
+ easing-curve: outexpo;
+ origin: "bottom";
+}
+
+MSheet MWidgetSlideAnimationStyle#Out {
+ delay: 0;
+ duration: 350;
+ easing-curve: inoutexpo;
+ origin: "bottom";
+}
+
+MSheetSlot MWidgetSlideAnimationStyle#In {
+ duration: 250;
+ origin: "top";
+ easing-curve: outexpo;
+}
+
+MSheetSlot MWidgetSlideAnimationStyle#Out {
+ duration: 250;
+ origin: "top";
+ easing-curve: outexpo;
+}
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commonbuttonstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commonbuttonstyle.css
@@ -1464,7 +1464,7 @@
}
#CommonToolbarButtonInverted {
-background-image: meegotouch-button-navigationbar-button-background $TBB_CORNERS;
+background-image: meegotouch-button-navigationbar-button-inverted-background $TBB_CORNERS;
minimum-size: $TBB_HEIGHT $TBB_HEIGHT;
preferred-size: $TBB_WIDTH $TBB_HEIGHT;
maximum-size: $TBB_WIDTH $TBB_HEIGHT;
@@ -1473,15 +1473,15 @@
text-color: $CB_FONT_COLOR_INVERTED;
}
#CommonToolbarButtonInverted:pressed {
-background-image: meegotouch-button-navigationbar-button-background-pressed $TBB_CORNERS;
+background-image: meegotouch-button-navigationbar-button-inverted-background-pressed $TBB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_PRESSED;
}
#CommonToolbarButtonInverted:selected {
-background-image: meegotouch-button-navigationbar-button-background-selected $TBB_CORNERS;
+background-image: meegotouch-button-navigationbar-button-inverted-background-selected $TBB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_SELECTED;
}
#CommonToolbarLeftSplitButtonInverted {
-background-image: meegotouch-button-navigationbar-tab-button-background-horizontal-left $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-horizontal-left $TBSB_CORNERS;
minimum-size: $TBSB_HEIGHT $TBSB_HEIGHT;
preferred-size: $TBSB_WIDTH $TBSB_HEIGHT;
maximum-size: $TBSB_WIDTH $TBSB_HEIGHT;
@@ -1490,15 +1490,15 @@
text-color: $CB_FONT_COLOR_INVERTED;
}
#CommonToolbarLeftSplitButtonInverted:pressed {
-background-image: meegotouch-button-navigationbar-tab-button-background-pressed-horizontal-left $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-pressed-horizontal-left $TBSB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_PRESSED;
}
#CommonToolbarLeftSplitButtonInverted:selected {
-background-image: meegotouch-button-navigationbar-tab-button-background-selected-horizontal-left $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-selected-horizontal-left $TBSB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_SELECTED;
}
#CommonToolbarCenterSplitButtonInverted {
-background-image: meegotouch-button-navigationbar-tab-button-background-horizontal-center $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-horizontal-center $TBSB_CORNERS;
minimum-size: $TBSB_HEIGHT $TBSB_HEIGHT;
preferred-size: $TBSB_WIDTH $TBSB_HEIGHT;
maximum-size: $TBSB_WIDTH $TBSB_HEIGHT;
@@ -1507,15 +1507,15 @@
text-color: $CB_FONT_COLOR_INVERTED;
}
#CommonToolbarCenterSplitButtonInverted:pressed {
-background-image: meegotouch-button-navigationbar-tab-button-background-pressed-horizontal-center $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-pressed-horizontal-center $TBSB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_PRESSED;
}
#CommonToolbarCenterSplitButtonInverted:selected {
-background-image: meegotouch-button-navigationbar-tab-button-background-selected-horizontal-center $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-selected-horizontal-center $TBSB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_SELECTED;
}
#CommonToolbarRightSplitButtonInverted {
-background-image: meegotouch-button-navigationbar-tab-button-background-horizontal-right $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-horizontal-right $TBSB_CORNERS;
minimum-size: $TBSB_HEIGHT $TBSB_HEIGHT;
preferred-size: $TBSB_WIDTH $TBSB_HEIGHT;
maximum-size: $TBSB_WIDTH $TBSB_HEIGHT;
@@ -1524,11 +1524,11 @@
text-color: $CB_FONT_COLOR_INVERTED;
}
#CommonToolbarRightSplitButtonInverted:pressed {
-background-image: meegotouch-button-navigationbar-tab-button-background-pressed-horizontal-right $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-pressed-horizontal-right $TBSB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_PRESSED;
}
#CommonToolbarRightSplitButtonInverted:selected {
-background-image: meegotouch-button-navigationbar-tab-button-background-selected-horizontal-right $TBSB_CORNERS;
+background-image: meegotouch-button-navigationbar-tab-button-inverted-background-selected-horizontal-right $TBSB_CORNERS;
text-color: $CB_FONT_COLOR_INVERTED_SELECTED;
}
@@ -1621,7 +1621,7 @@
#CommonLeftInputFieldButtonInverted:selected {
background-image: meegotouch-textedit-button-inverted-background-selected 20px 20px 20px 20px;
}
-#CommonLeftInputFieldButtonDisabled:disabled {
+#CommonLeftInputFieldButtonInverted:disabled {
background-image: meegotouch-textedit-button-inverted-background-disabled 20px 20px 20px 20px;
}
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commoninboxstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commoninboxstyle.css
@@ -1,10 +1,9 @@
@const CIP_BG: meegotouch-unread-inbox-panel-background 17px 17px 17px 17px;
@const CIP_BG_PRESSED: meegotouch-unread-inbox-panel-background-pressed 17px 17px 17px 17px;
@const CIP_BG_SELECTED: meegotouch-unread-inbox-panel-background-selected 17px 17px 17px 17px;
- at const CIP_LP: 28px;
- at const CIP_RP: 14px;
+ at const CIP_LP: $PADDING_DOUBLE;
-/* for development purpose all these styles are temporarily consolidated in on file */
+/* for development purpose all these styles are temporarily consolidated in one file */
#CommonInboxUnreadPanel {
minimum-size: $SIZE_LIST $SIZE_LIST;
@@ -17,7 +16,6 @@
margin-left: 0;
margin-right: 0;
padding-left: $CIP_LP;
- padding-right: $CIP_RP;
padding-bottom: $MARGIN_DOUBLE;
}
@@ -31,6 +29,8 @@
}
#CommonInboxReadPanel {
+ background-tiles: ;
+ background-image: ;
minimum-size: $SIZE_LIST $SIZE_LIST;
preferred-size: -1 -1;
maximum-size: -1 -1;
@@ -39,22 +39,30 @@
margin-left: 0;
margin-right: 0;
padding-left: $CIP_LP;
- padding-right: $CIP_RP;
padding-bottom: $MARGIN_DOUBLE;
}
+#CommonInboxReadPanel:pressed {
+ background-tiles: ;
+ background-image: meegotouch-panel-background-pressed;
+}
+#CommonInboxReadPanel:selected {
+ background-tiles: ;
+ background-image: meegotouch-panel-background-selected;
+}
+
#CommonInboxTitle {
font: $FONT_FAMILY bold 24;
- margin-left: 0;
- margin-right: 0;
+ margin-left: $INDENT_DEFAULT;
+ margin-right: $INDENT_DEFAULT;
margin-top: 13px;
margin-bottom: 0;
}
#CommonInboxSubTitle {
font: $FONT_FAMILY light 22;
- margin-left: 0;
- margin-right: 0;
+ margin-left: $INDENT_DEFAULT;
+ margin-right: $INDENT_DEFAULT;
margin-top: 0;
margin-bottom: 0;
}
@@ -62,8 +70,8 @@
#CommonInboxSubText {
font: $FONT_FAMILY light 22;
color: $COLOR_SECONDARY_FOREGROUND;
- margin-left: 0;
- margin-right: 0;
+ margin-left: $INDENT_DEFAULT;
+ margin-right: $INDENT_DEFAULT;
margin-top: $MARGIN_XSMALL;
margin-bottom: 0;
}
@@ -71,8 +79,8 @@
#CommonInboxUnreadItemInfo {
font: $FONT_FAMILY light 18;
color: $COLOR_ACCENT1;
- margin-left: 0;
- margin-right: 0;
+ margin-left: $INDENT_DEFAULT;
+ margin-right: $INDENT_DEFAULT;
margin-top: 5px;
margin-bottom: 0;
}
@@ -80,8 +88,8 @@
#CommonInboxReadItemInfo {
font: $FONT_FAMILY light 18;
color: $COLOR_SECONDARY_FOREGROUND;
- margin-left: 0;
- margin-right: 0;
+ margin-left: $INDENT_DEFAULT;
+ margin-right: $INDENT_DEFAULT;
margin-top: 5px;
margin-bottom: 0;
}
@@ -92,15 +100,15 @@
maximum-size: 18px 18px;
margin-top: 0;
margin-bottom: 0;
- margin-left: 0;
- margin-right: 8px;
+ margin-left: $INDENT_DEFAULT;
+ margin-right: 0;
}
#CommonInboxSubIconTop {
margin-top: 15px;
margin-bottom: 0;
margin-left: 1px;
- margin-right: 1px;
+ margin-right: $INDENT_DEFAULT;
}
#CommonInboxRightThumbail {
@@ -110,6 +118,6 @@
margin-top: 15px;
margin-bottom: 0;
margin-left: $MARGIN_DOUBLE;
- margin-right: 0;
+ margin-right: $INDENT_DEFAULT;
}
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commonlabelstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commonlabelstyle.css
@@ -34,7 +34,10 @@
#CommonSingleTitle:selected {
color: $CTITLE_COLOR_SELECTED;
}
-#CommonSingleTitleDisabled {
+#CommonSingleTitle:disabled {
+color: $CTITLE_COLOR_DISABLED;
+}
+#CommonSingleTitleDisabled { /* will be deprecated */
font: $CTITLE_FONT;
color: $CTITLE_COLOR_DISABLED;
margin-top: 0;
@@ -64,7 +67,10 @@
#CommonTitle:selected {
color: $CTITLE_COLOR_SELECTED;
}
-#CommonTitleDisabled {
+#CommonTitle:disabled {
+color: $CTITLE_COLOR_DISABLED;
+}
+#CommonTitleDisabled { /* will be deprecated */
font: $CTITLE_FONT;
color: $CTITLE_COLOR_DISABLED;
margin-top: $CTITLE_M_TOP;
@@ -94,7 +100,10 @@
#CommonTitleBottom:selected {
color: $CTITLE_COLOR_SELECTED;
}
-#CommonTitleBottomDisabled {
+#CommonTitleBottom:disabled {
+color: $CTITLE_COLOR_DISABLED;
+}
+#CommonTitleBottomDisabled { /* will be deprecated */
font: $CTITLE_FONT;
color: $CTITLE_COLOR_DISABLED;
margin-top: 0.1mm;
@@ -124,7 +133,10 @@
#CommonSubTitle:selected {
color: $CSUBTITLE_COLOR_SELECTED;
}
-#CommonSubTitleDisabled {
+#CommonSubTitle:disabled {
+color: $CSUBTITLE_COLOR_DISABLED;
+}
+#CommonSubTitleDisabled { /* will be deprecated */
font: $CSUBTITLE_FONT;
color: $CSUBTITLE_COLOR_DISABLED;
margin-top: $CSUBTITLE_M_TOP;
@@ -146,7 +158,10 @@
#CommonSubTitleWithIcon:selected {
color: $CSUBTITLE_COLOR_SELECTED;
}
-#CommonSubTitleWithIconDisabled {
+#CommonSubTitleWithIcon:disabled {
+color: $CSUBTITLE_COLOR_DISABLED;
+}
+#CommonSubTitleWithIconDisabled { /* will be deprecated */
font: $CSUBTITLE_FONT;
color: $CSUBTITLE_COLOR_DISABLED;
margin-top: $CSUBTITLE_M_TOP;
@@ -168,7 +183,10 @@
#CommonSubTitleTop:selected {
color: $CSUBTITLE_COLOR_SELECTED;
}
-#CommonSubTitleTopDisabled {
+#CommonSubTitleTop:disabled {
+color: $CSUBTITLE_COLOR_DISABLED;
+}
+#CommonSubTitleTopDisabled { /* will be deprecated */
font: $CSUBTITLE_FONT;
color: $CSUBTITLE_COLOR_DISABLED;
margin-top: 1.6mm;
@@ -364,7 +382,10 @@
#CommonSingleTitleInverted:selected {
color: $CTITLE_COLOR_SELECTED_INVERTED;
}
-#CommonSingleTitleDisabledInverted {
+#CommonSingleTitleInverted:disabled {
+color: $CTITLE_COLOR_DISABLED_INVERTED;
+}
+#CommonSingleTitleDisabledInverted { /* will be deprecated */
font: $CTITLE_FONT;
color: $CTITLE_COLOR_DISABLED_INVERTED;
margin-top: 0;
@@ -386,7 +407,10 @@
#CommonTitleInverted:selected {
color: $CTITLE_COLOR_SELECTED_INVERTED;
}
-#CommonTitleDisabledInverted {
+#CommonTitleInverted:disabled {
+color: $CTITLE_COLOR_DISABLED_INVERTED;
+}
+#CommonTitleDisabledInverted { /* will be deprecated */
font: $CTITLE_FONT;
color: $CTITLE_COLOR_DISABLED_INVERTED;
margin-top: $CTITLE_M_TOP;
@@ -408,7 +432,10 @@
#CommonTitleBottomInverted:selected {
color: $CTITLE_COLOR_SELECTED_INVERTED;
}
-#CommonTitleBottomDisabledInverted {
+#CommonTitleBottomInverted:disabled {
+color: $CTITLE_COLOR_DISABLED_INVERTED;
+}
+#CommonTitleBottomDisabledInverted { /* will be deprecated */
font: $CTITLE_FONT;
color: $CTITLE_COLOR_DISABLED_INVERTED;
margin-top: 0.1mm;
@@ -430,7 +457,10 @@
#CommonSubTitleInverted:selected {
color: $CSUBTITLE_COLOR_SELECTED_INVERTED;
}
-#CommonSubTitleDisabledInverted {
+#CommonSubTitleInverted:disabled {
+color: $CSUBTITLE_COLOR_DISABLED_INVERTED;
+}
+#CommonSubTitleDisabledInverted { /* will be deprecated */
font: $CSUBTITLE_FONT;
color: $CSUBTITLE_COLOR_DISABLED_INVERTED;
margin-top: $CSUBTITLE_M_TOP;
@@ -452,7 +482,10 @@
#CommonSubTitleWithIconInverted:selected {
color: $CSUBTITLE_COLOR_SELECTED_INVERTED;
}
-#CommonSubTitleWithIconDisabledInverted {
+#CommonSubTitleWithIconInverted:disabled {
+color: $CSUBTITLE_COLOR_DISABLED_INVERTED;
+}
+#CommonSubTitleWithIconDisabledInverted { /* will be deprecated */
font: $CSUBTITLE_FONT;
color: $CSUBTITLE_COLOR_DISABLED_INVERTED;
margin-top: $CSUBTITLE_M_TOP;
@@ -474,7 +507,10 @@
#CommonSubTitleTopInverted:selected {
color: $CSUBTITLE_COLOR_SELECTED_INVERTED;
}
-#CommonSubTitleTopDisabledInverted {
+#CommonSubTitleTopInverted:disabled {
+color: $CSUBTITLE_COLOR_DISABLED_INVERTED;
+}
+#CommonSubTitleTopDisabledInverted { /* will be deprecated */
font: $CSUBTITLE_FONT;
color: $CSUBTITLE_COLOR_DISABLED_INVERTED;
margin-top: 1.6mm;
@@ -555,7 +591,7 @@
margin-right: $INDENT_DEFAULT;
}
#CommonLargeViewHeaderInverted {
-font: $FONT_FAMILY bold 26;
+font: $FONT_FAMILY light 32;
color: $COLOR_INVERTED_FOREGROUND;
margin-top: 0;
margin-bottom: 0;
@@ -811,3 +847,86 @@
margin-left: $INDENT_DEFAULT;
margin-right: $INDENT_DEFAULT;
}
+
+/* Count bubbles are labels */
+
+#CommonLargeCountBubble {
+font: $FONT_FAMILY 22;
+color: $COLOR_INVERTED_FOREGROUND;
+padding-top: 2px;
+padding-left: 10px;
+padding-right: 10px;
+margin-right: $INDENT_DEFAULT;
+background-image: "meegotouch-countbubble-background-large" 16px 16px 0 0;
+minimum-size: 32px 32px;
+preferred-size: -1 32px;
+maximum-size: -1 32px;
+}
+
+#CommonCountBubble {
+font: $FONT_FAMILY 18;
+color: $COLOR_FOREGROUND;
+padding-top: 1px;
+padding-left: 7px;
+padding-right: 7px;
+margin-right: $INDENT_DEFAULT;
+background-image: "meegotouch-inbox-subicon-background" 12px 12px 0 0;
+minimum-size: 24px 24px;
+preferred-size: -1 24px;
+maximum-size: -1 24px;
+}
+
+#CommonCountBubbleTop {
+font: $FONT_FAMILY 18;
+color: $COLOR_FOREGROUND;
+padding-top: 1px;
+padding-left: 7px;
+padding-right: 7px;
+margin-right: $INDENT_DEFAULT;
+margin-top: $MARGIN_DOUBLE;
+background-image: "meegotouch-inbox-subicon-background" 12px 12px 0 0;
+minimum-size: 24px 24px;
+preferred-size: -1 24px;
+maximum-size: -1 24px;
+}
+
+
+#CommonLargeCountBubbleInverted {
+font: $FONT_FAMILY 22;
+color: $COLOR_INVERTED_FOREGROUND;
+padding-top: 2px;
+padding-left: 10px;
+padding-right: 10px;
+margin-right: $INDENT_DEFAULT;
+background-image: "meegotouch-countbubble-inverted-background-large" 16px 16px 0 0;
+minimum-size: 32px 32px;
+preferred-size: -1 32px;
+maximum-size: -1 32px;
+}
+
+#CommonCountBubbleInverted {
+font: $FONT_FAMILY 18;
+color: $COLOR_FOREGROUND;
+padding-top: 1px;
+padding-left: 7px;
+padding-right: 7px;
+margin-right: $INDENT_DEFAULT;
+background-image: "meegotouch-inbox-subicon-inverted-background" 12px 12px 0 0;
+minimum-size: 24px 24px;
+preferred-size: -1 24px;
+maximum-size: -1 24px;
+}
+
+#CommonCountBubbleTopInverted {
+font: $FONT_FAMILY 18;
+color: $COLOR_FOREGROUND;
+padding-top: 1px;
+padding-left: 7px;
+padding-right: 7px;
+margin-right: $INDENT_DEFAULT;
+margin-top: $MARGIN_DOUBLE;
+background-image: "meegotouch-inbox-subicon-inverted-background" 12px 12px 0 0;
+minimum-size: 24px 24px;
+preferred-size: -1 24px;
+maximum-size: -1 24px;
+}
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commonlayoutstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commonlayoutstyle.css
@@ -225,9 +225,10 @@
#CommonPositionIndicatorInverted {
indicator-image: "meegotouch-positionindicator-inverted-indicator" 2px 2px 2px 2px;
- background-image: "meegotouch-positionindicator-inverted-background" 2px 2px 2px 2px;
+ background-image: ;
+ background-color: ;
indicator-image-horizontal: "meegotouch-positionindicator-inverted-indicator-horizontal" 2px 2px 2px 2px;
- background-image-horizontal: "meegotouch-positionindicator-inverted-background-horizontal" 2px 2px 2px 2px;
+ background-image-horizontal: ;
}
/* List styles */
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commonlistitemstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commonlistitemstyle.css
@@ -1,7 +1,7 @@
- at const CL_BG: meegotouch-panel-background $CORNER_MARGINS;
+ at const CL_BG: ;
@const CL_BG_PRESSED: meegotouch-panel-background-pressed $CORNER_MARGINS;
@const CL_BG_SELECTED: meegotouch-panel-background-selected $CORNER_MARGINS;
- at const CL_INVERTED_BG: meegotouch-panel-inverted-background $CORNER_MARGINS;
+ at const CL_INVERTED_BG: ;
@const CL_INVERTED_BG_PRESSED: meegotouch-panel-inverted-background-pressed $CORNER_MARGINS;
@const CL_INVERTED_BG_SELECTED: meegotouch-panel-inverted-background-selected $CORNER_MARGINS;
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commonpanelstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commonpanelstyle.css
@@ -1,7 +1,7 @@
- at const CP_BG: "";
+ at const CP_BG: ;
@const CP_BG_PRESSED: meegotouch-panel-background-pressed $CORNER_MARGINS;
@const CP_BG_SELECTED: meegotouch-panel-background-selected $CORNER_MARGINS;
- at const CP_INVERTED_BG: meegotouch-panel-inverted-background $CORNER_MARGINS;
+ at const CP_INVERTED_BG: ;
@const CP_INVERTED_BG_PRESSED: meegotouch-panel-inverted-background-pressed $CORNER_MARGINS;
@const CP_INVERTED_BG_SELECTED: meegotouch-panel-inverted-background-selected $CORNER_MARGINS;
@const CUP_BG: meegotouch-unread-panel-background $CORNER_MARGINS;
@@ -18,8 +18,8 @@
preferred-size: -1 $SIZE_LIST;
maximum-size: -1 $SIZE_LIST;
background-tiles: ;
-background-image: ;
-background-color: ;
+background-image: $CP_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -41,6 +41,7 @@
maximum-size: -1 $SIZE_LIST;
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -61,6 +62,7 @@
maximum-size: -1 $SIZE_LIST;
background-tiles: ;
background-image: $CP_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -71,10 +73,12 @@
#CommonPanelNoFeedback:pressed {
background-tiles: ;
background-image: $CP_BG;
+background-color: ;
}
#CommonPanelNoFeedback:selected {
background-tiles: ;
background-image: $CP_BG;
+background-color: ;
}
@@ -84,6 +88,7 @@
maximum-size: -1 $SIZE_LIST;
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -94,10 +99,12 @@
#CommonPanelNoFeedbackInverted:pressed {
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
}
#CommonPanelNoFeedbackInverted:selected {
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
}
#CommonUnreadPanel {
@@ -187,6 +194,7 @@
maximum-size: -1 $SIZE_LIST;
background-tiles: ;
background-image: $CP_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -207,6 +215,7 @@
maximum-size: -1 $SIZE_LIST;
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -248,6 +257,7 @@
maximum-size: -1 -1;
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -270,6 +280,7 @@
maximum-size: -1 -1;
background-tiles: ;
background-image: $CP_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -281,6 +292,7 @@
maximum-size: -1 -1;
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -292,6 +304,7 @@
maximum-size: -1 -1;
background-tiles: ;
background-image: $CP_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -303,6 +316,7 @@
maximum-size: -1 -1;
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -314,6 +328,7 @@
maximum-size: -1 -1;
background-tiles: ;
background-image: $CP_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
@@ -325,6 +340,7 @@
maximum-size: -1 -1;
background-tiles: ;
background-image: $CP_INVERTED_BG;
+background-color: ;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commonsheetstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commonsheetstyle.css
@@ -163,6 +163,7 @@
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
+ padding-top: 8;
}
#CommonEditorInputFieldPanel:pressed {
@@ -242,7 +243,7 @@
margin-right: 0;
padding-top: 15;
padding-bottom: 11;
- padding-left: $INDENT_DEFAULT;
+ padding-left: $PADDING_LARGE;
padding-right: $INDENT_DEFAULT;
}
@@ -255,7 +256,7 @@
margin-top: 15;
margin-bottom: 11;
margin-right: 0;
- margin-left: $INDENT_DEFAULT;
+ margin-left: $MARGIN_LARGE;
vertical-alignment: top;
}
@@ -264,13 +265,13 @@
margin-top: 12;
margin-bottom: 11;
margin-right: 0;
- margin-left: $INDENT_DEFAULT;
+ margin-left: $MARGIN_LARGE;
vertical-alignment: top;
}
MComboBoxStyle#CommonEditorComboBox {
background-tiles: ;
- background-image: meegotouch-panel-background $CORNER_MARGINS;
+ background-image: ;
title-object-name: "ComboBoxEmptyTitle";
separate-title: false;
indicator-image: ;
@@ -288,6 +289,7 @@
MComboBox#CommonEditorComboBox MListItemStyle[labelButton] {
background-tiles: ;
background-image: ;
+ background-color: ;
minimum-size: 56 56;
preferred-size: 100% 56;
maximum-size: 100% 56;
@@ -295,6 +297,7 @@
MComboBox#CommonEditorComboBox MListItemStyle[labelButton]:pressed {
background-tiles: ;
background-image: ;
+ background-color: ;
minimum-size: 56 56;
preferred-size: 100% 56;
maximum-size: 100% 56;
--- base/meegotouch/libmeegotouchviews/style/commonlayouts/commonuicontrolstyle.css
+++ base/meegotouch/libmeegotouchviews/style/commonlayouts/commonuicontrolstyle.css
@@ -581,7 +581,8 @@
}
MComboBox#CommonComboBoxInverted MListItemStyle {
background-tiles: ;
-background-image: meegotouch-panel-inverted-background $CORNER_MARGINS;
+background-image: ;
+background-color: ;
}
MComboBox#CommonComboBoxInverted MListItemStyle:pressed {
background-tiles: ;
@@ -590,7 +591,8 @@
#CommonComboBoxButtonNoTitle {
background-tiles: ;
-background-image: meegotouch-panel-background $CORNER_MARGINS;
+background-image: ;
+background-color: ;
title-object-name: "ComboBoxEmptyTitle";
separate-title: false;
margin-left: $INDENT_DEFAULT;
@@ -603,7 +605,8 @@
}
#CommonComboBoxButtonNoTitleInverted {
background-tiles: ;
-background-image: meegotouch-panel-inverted-background $CORNER_MARGINS;
+background-image: ;
+background-color: ;
title-object-name: "ComboBoxEmptyTitle";
sub-title-object-name: "CommonButtonLabelInverted";
indicator-image: "icon-m-textinput-combobox-arrow";
@@ -653,7 +656,8 @@
#CommonOverlayComboBox {
background-tiles: ;
-background-image: meegotouch-panel-inverted-background $CORNER_MARGINS;
+background-image: ;
+background-color: ;
title-object-name: "ComboBoxEmptyTitle";
sub-title-object-name: "CommonButtonLabelInverted";
indicator-image: "icon-m-textinput-combobox-arrow";
@@ -677,14 +681,6 @@
}
-#CommonCountBubble {
-margin-right: $INDENT_DEFAULT;
-}
-#CommonCountBubbleTop {
-margin-top: $MARGIN_XLARGE;
-margin-right: $INDENT_DEFAULT;
-}
-
MStatusBarStyle#CommonStatusBarNoMenu {
press-feedback:;
--- base/meegotouch/libmeegotouchviews/style/libmeegotouchviews.css
+++ base/meegotouch/libmeegotouchviews/style/libmeegotouchviews.css
@@ -61,3 +61,5 @@
@import "mbannerstyle.css";
@import "mgraphicshighlighteffectstyle.css";
@import "mbasiclistitemdeletionanimationstyle.css";
+ at import "msheetstyle.css";
+ at import "mbasicsheetheaderstyle.css";
--- base/meegotouch/libmeegotouchviews/style/mapplicationmenustyle.css
+++ base/meegotouch/libmeegotouchviews/style/mapplicationmenustyle.css
@@ -19,9 +19,9 @@
vertical-align: top;
horizontal-align: center;
padding-top: $HEIGHT_NAVIGATIONBAR;
- minimum-size: 100% -1;
- preferred-size: 100% -1;
- maximum-size: 100% -1;
+ minimum-size: -1 -1;
+ preferred-size: -1 -1;
+ maximum-size: -1 -1;
/* inherited from MWidgetStyle */
background-color: #000000;
@@ -93,7 +93,7 @@
MApplicationMenu MLabelStyle#CommonSingleTitle {
/* regular menu entries */
color: $COLOR_INVERTED_FOREGROUND;
-}
+}
MApplicationMenu MLabelStyle#CommonTitle {
/* menu entries that are a combobox */
--- base/meegotouch/libmeegotouchviews/style/mbannerstyle.css
+++ base/meegotouch/libmeegotouchviews/style/mbannerstyle.css
@@ -5,9 +5,9 @@
padding-bottom:0;
padding-right: 0;
padding-left: 0;
-
- disappear-timeout: 3000;
- /* Only works for even & full */
+ /* In msec */
+ disappear-timeout: 5000;
+ /* Only works for shorteventbanner & fulleventbanner */
press-down-banner-opacity: 0.6;
}
@@ -26,20 +26,17 @@
/* Short event banner */
MBannerStyle #ShortEventBanner {
- icon-size: 1.5mm 1.5mm;
+ icon-size: 1.8mm 1.8mm;
minimum-size: 100% 3.6mm;
maximum-size: 100% 3.6mm;
preferred-size: 100% 3.6mm;
background-image: "meegotouch-shorteventbanner-background" 10px 10px 10px 10px;
}
-MBannerStyle #ShortEventBanner:pressed {
- background-image: "meegotouch-fulleventbanner-background-pressed" 10px 10px 10px 10px;
-}
-
#ShortEventBannerTitle {
font: $FONT_XSMALL_BOLD;
color: $COLOR_INVERTED_FOREGROUND;
+
margin-top: 0.1mm;
margin-left:0.1mm;
margin-right: $MARGIN_LARGE;
@@ -49,6 +46,7 @@
#ShortEventBannerSubtitle {
font: $FONT_XSMALL_REGULAR;
color: $COLOR_INVERTED_FOREGROUND;
+
margin-top: 0.1mm;
margin-left:0.1mm;
}
@@ -62,13 +60,11 @@
MBannerStyle #PrivateBanner {
icon-size: 5mm 5mm;
+
margin-right: 0.8mm;
margin-left: 0.8mm;
- background-image: "meegotouch-fulleventbanner-background" 10px 10px 10px 10px;
-}
-MBannerStyle #PrivateBanner:pressed {
- background-image: "meegotouch-fulleventbanner-background-pressed" 10px 10px 10px 10px;
+ background-image: "meegotouch-fulleventbanner-background" 10px 10px 10px 10px;
}
MBannerStyle #PrivateBanner.Landscape {
@@ -84,58 +80,62 @@
}
#PrivateBannerIcon {
- maximum-size: 5mm 5mm;
- minimum-size: 5mm 5mm;
- preferred-size: 5mm 5mm;
+ maximum-size: 4.8mm 4.8mm;
+ minimum-size: 4.8mm 4.8mm;
+ preferred-size: 4.8mm 4.8mm;
+
+ margin-top: 1.6mm;
+ margin-bottom: 1.6mm;
margin-left: 2mm;
margin-right: 2mm;
- margin-top: 1.5mm;
- margin-left: 2mm;
- margin-bottom: 0mm;
}
#PrivateBannerTitle {
- font: $FONT_XSMALL_BOLD;
- margin-top: 1.5mm;
+ font: $FONT_FAMILY light 2.6mm;
color:$COLOR_INVERTED_FOREGROUND;
+
+ margin-top: 1.6mm;
}
#PrivateBannerTimeStamp {
- font: $FONT_XSMALL_BOLD;
- color:$COLOR_INVERTED_FOREGROUND;
- margin-top: 1.6mm;
- margin-bottom:0.3mm;
+ font: $FONT_XSMALL_LIGHT;
+ color:$COLOR_INVERTED_SECONDARY_FOREGROUND;
+
+ margin-top: $MARGIN_XSMALL;
+ margin-bottom: $MARGIN_DOUBLE;
}
#PrivateBannerPrefixTimeStamp {
- font: $FONT_XSMALL_BOLD;
- color:$COLOR_INVERTED_FOREGROUND;
- margin-top: 1.6mm;
- margin-bottom:0.3mm;
+ font: $FONT_XSMALL_LIGHT;
+ color:$COLOR_INVERTED_SECONDARY_FOREGROUND;
+
+ margin-top: $MARGIN_XSMALL;
+ margin-bottom: $MARGIN_DOUBLE;
+ margin-right: 0.8mm;
}
/* Event banner at event screen */
MBannerStyle #FullEventBanner {
icon-size: 4.8mm 4.8mm;
+
margin-right: 0.8mm;
margin-left: 0.8mm;
+
background-image: "meegotouch-fulleventbanner-background" 10px 10px 10px 10px;
}
-
MBannerStyle #FullEventBanner:pressed {
background-image: "meegotouch-fulleventbanner-background-pressed" 10px 10px 10px 10px;
}
-
MBannerStyle #FullEventBanner.Landscape {
minimum-size: 83.8mm 8mm;
- maximum-size: 83.8mm 12.6mm;
- preferred-size: 83.8mm 9.7mm;
+ maximum-size:83.8mm 12.6mm;
+ preferred-size: 83.8mm -1mm;
}
MBannerStyle #FullEventBanner.Portrait {
minimum-size: 46.4mm 8mm;
maximum-size: 46.4mm 12.6mm;
- preferred-size: 46.4mm 9.7mm;
+ preferred-size: 46.4mm -1mm;
}
#FullEventBannerIcon {
@@ -145,7 +145,6 @@
margin-top: 1.6mm;
margin-bottom: 1.6mm;
-
margin-left: 2mm;
margin-right: 2mm;
}
@@ -159,25 +158,25 @@
#FullEventBannerSubtitle {
font: $FONT_XSMALL_LIGHT;
- color:$COLOR_INVERTED_FOREGROUND;
+ color: $COLOR_INVERTED_SECONDARY_FOREGROUND;
- margin-top:0.6mm;
+ margin-top: $MARGIN_XSMALL;
}
#FullEventBannerTimeStamp {
font: $FONT_XSMALL_LIGHT;
- color:$COLOR_INVERTED_FOREGROUND;
+ color:$COLOR_INVERTED_SECONDARY_FOREGROUND;
- margin-top:0.6mm;
- margin-bottom: 1.6mm;
+ margin-top: $MARGIN_XSMALL;
+ margin-bottom: $MARGIN_DOUBLE;
}
#FullEventBannerPrefixTimeStamp {
font: $FONT_XSMALL_LIGHT;
- color:$COLOR_INVERTED_FOREGROUND;
+ color:$COLOR_INVERTED_SECONDARY_FOREGROUND;
- margin-top:0.6mm;
- margin-bottom: 1.6mm;
+ margin-top: $MARGIN_XSMALL;
+ margin-bottom: $MARGIN_DOUBLE;
margin-right: 0.8mm;
}
@@ -185,10 +184,12 @@
MBannerStyle #SystemBanner {
icon-size: $SIZE_ICON_LARGE $SIZE_ICON_LARGE;
- margin-right: $MARGIN_LARGE;
+
margin-top:$MARGIN_LARGE;
- margin-left:$MARGIN_LARGE;
margin-bottom:$MARGIN_LARGE;
+ margin-right: $MARGIN_LARGE;
+ margin-left:$MARGIN_LARGE;
+
background-image: "meegotouch-notification-system-background" 10px 10px 10px 10px;
}
@@ -252,6 +253,7 @@
#InformationBannerTitle{
color:$COLOR_INVERTED_FOREGROUND;
font: $FONT_DEFAULT;
+
margin-left: $INDENT_DEFAULT;
margin-right: $INDENT_DEFAULT;
}
@@ -260,10 +262,12 @@
MBannerStyle #GenericBanner {
icon-size: $SIZE_ICON_LARGE $SIZE_ICON_LARGE;
- margin-right: $MARGIN_LARGE;
+
margin-top:$MARGIN_LARGE;
- margin-left:$MARGIN_LARGE;
margin-bottom:$MARGIN_LARGE;
+ margin-right: $MARGIN_LARGE;
+ margin-left:$MARGIN_LARGE;
+
background-image: "meegotouch-notification-system-background" 10px 10px 10px 10px;
}
@@ -292,18 +296,19 @@
#GenericBannerSubtitle {
color:$COLOR_INVERTED_FOREGROUND;
font: $FONT_SMALL;
+
margin-left: $INDENT_DEFAULT;
margin-right: $INDENT_DEFAULT;
}
#GenericBannerIcon {
- margin-right: 0;
- margin-left: $INDENT_DEFAULT;
margin-top: $INDENT_DEFAULT;
margin-bottom: $INDENT_DEFAULT;
+ margin-right: 0;
+ margin-left: $INDENT_DEFAULT;
}
#GenericBannerTimeStamp {
color:$COLOR_INVERTED_FOREGROUND;
font: $FONT_SMALL;
-}
+}
\ No newline at end of file
--- base/meegotouch/libmeegotouchviews/style/mbasicsheetheaderstyle.css
+++ base/meegotouch/libmeegotouchviews/style/mbasicsheetheaderstyle.css
+/* MBasicSheetHeaderStyle : MWidgetStyle */
+MBasicSheetHeaderStyle {
+ positive-action-style-name: "CommonSheetHeaderButtonAccent";
+ negative-action-style-name: "CommonSheetHeaderButton";
+ progress-indicator-style-name: "";
+}
+
+MBasicSheetHeaderStyle#Inverted {
+ positive-action-style-name: "CommonSheetHeaderButtonAccentInverted";
+ negative-action-style-name: "CommonSheetHeaderButtonInverted";
+}
+
+MBasicSheetHeader > MSpinnerStyle
+{
+ base-image-size: $SIZE_SPINNER_SMALL;
+ minimum-size: $SIZE_SPINNER_SMALL $SIZE_SPINNER_SMALL;
+ preferred-size: $SIZE_SPINNER_SMALL $SIZE_SPINNER_SMALL;
+ maximum-size: $SIZE_SPINNER_SMALL $SIZE_SPINNER_SMALL;
+}
+
+MBasicSheetHeader#Inverted MSpinnerStyle
+{
+ base-image-name: "spinnerinverted";
+ base-image-size: $SIZE_SPINNER_SMALL;
+ minimum-size: $SIZE_SPINNER_SMALL $SIZE_SPINNER_SMALL;
+ preferred-size: $SIZE_SPINNER_SMALL $SIZE_SPINNER_SMALL;
+ maximum-size: $SIZE_SPINNER_SMALL $SIZE_SPINNER_SMALL;
+}
--- base/meegotouch/libmeegotouchviews/style/mbuttonstyle.css
+++ base/meegotouch/libmeegotouchviews/style/mbuttonstyle.css
@@ -48,6 +48,8 @@
press-feedback: press;
release-feedback: release;
press-timeout: 140;
+
+ transition: "default";
}
#ButtonLabel {
--- base/meegotouch/libmeegotouchviews/style/mdialogstyle.css
+++ base/meegotouch/libmeegotouchviews/style/mdialogstyle.css
@@ -183,3 +183,21 @@
maximum-size: -1 100%;
}
+/*
+ Some dialogs should be fixed to use all available space in all cases,
+ rather than growing with the content. This style is an easy way to
+ accomplish that.
+*/
+
+#FixedHeightDialog {
+ contents-viewport-style-name: "FixedHeightDialogContentsViewport";
+}
+#FixedHeightDialogContentsViewport {
+ /* 5 * SIZE_BUTTON + 0.4mm padding */
+ minimum-size: -1 32.4mm;
+}
+#FixedHeightDialogContentsViewport.Portrait {
+ /* 10 * SIZE_BUTTON + 0.4mm padding */
+ minimum-size: -1 64.4mm;
+}
+
--- base/meegotouch/libmeegotouchviews/style/mscenewindowstyle.css
+++ base/meegotouch/libmeegotouchviews/style/mscenewindowstyle.css
@@ -13,4 +13,7 @@
disappear-timeout: 0;
appear-feedback: ;
+
+ appearance-animation: ;
+ disappearance-animation: ;
}
--- base/meegotouch/libmeegotouchviews/style/msheetstyle.css
+++ base/meegotouch/libmeegotouchviews/style/msheetstyle.css
+/* MSheetStyle : MSceneWindowStyle */
+MSheetStyle {
+
+ minimum-size: 100% 80%;
+ preferred-size: 100% 100%;
+ maximum-size: 100% 100%;
+
+ vertical-align: bottom;
+ horizontal-align: left;
+
+ offset: 0 0;
+
+ header-slot-style-name: "CommonSheetHeaderPanel";
+ central-slot-style-name: "MSheetCentralSlot";
+ header-animation: "MWidgetSlideAnimation";
+}
+
+MSheetStyle#Inverted {
+ header-slot-style-name: "CommonSheetHeaderPanelInverted";
+ central-slot-style-name: "MSheetCentralSlotIverted";
+ background-color: black;
+}
+
+#MSheetCentralSlot
+{
+ background-image: ;
+ background-tiles: ;
+ background-color: #EFF0F1;
+}
+
+#MSheetCentralSlotIverted
+{
+ background-image: ;
+ background-tiles: ;
+ background-color: black;
+}
+
--- base/meegotouch/libmeegotouchviews/style/msliderstyle.css
+++ base/meegotouch/libmeegotouchviews/style/msliderstyle.css
@@ -21,7 +21,7 @@
indicator-style-name: "MSliderHandleIndicator";
groove-thickness: 1.0mm;
- groove-margin: 2.7mm;
+ groove-margin: 1.8mm;
groove-preferred-length: 30mm;
groove-minimum-length: 20mm;
groove-maximum-length: 200mm;
--- base/meegotouch/libmeegotouchviews/style/mtexteditstyle.css
+++ base/meegotouch/libmeegotouchviews/style/mtexteditstyle.css
@@ -10,6 +10,7 @@
allow-view-reposition: true;
disable-magnifier: false;
mask-string: "*";
+ prompt-font: $FONT_LARGE;
prompt-color: $COLOR_SECONDARY_FOREGROUND;
paste-failed-icon: "icon-m-framework-close";
paste-failed-duration: 3000;
--- debian/changelog
+++ debian/changelog
@@ -1,3 +1,55 @@
+meegotouchtheme (0.20.79-1) unstable; urgency=low
+
+ * New version
+ * New: MBasicSheetHeaderStyle
+ * New: MSheetStyle and MSheet-related changes
+ * Changes: New feedback effects
+ * Changes: Add additional style to help fix NB#225405.
+ * Changes: Udpated inbox and countbubble styles according to toolkit
+ * Fixes: NB#230262 - [TASK] Rotation duration should be 500ms instead of 800ms
+ * Changes: Also set background-color to blank where background is transparent.
+
+ -- Adrian Yanes <ext-adrian.yanes at nokia.com> Mon, 28 Feb 2011 15:40:13 +0200
+
+meegotouchtheme (0.20.78-1) unstable; urgency=low
+
+ * New version
+ * Changes: Added tooltip font attribute to mtexeditstyle.css for bug 229699
+ * Fixes: NB#210199 - Specification doesn't specify if conversation threads and message bubbles should be highlighted after tapping on them
+ * Changes: Use blank backgrounds instead of totally transparent assets.
+ * Changes: Added disabled states to later replace existing Disabled styles
+ * Fixes: NB#229586 - CommonLargeViewHeader and CommonLargeViewHeaderInverted not in sync
+
+ -- Adrian Yanes <ext-adrian.yanes at nokia.com> Thu, 24 Feb 2011 16:00:43 +0200
+
+meegotouchtheme (0.20.77-1) unstable; urgency=low
+
+ * Nee version
+ * Fixes: NB#221447 - error messages disappear after very short period of time
+ * Changes: new icon size for event banner
+ * Changes: needed for NB#213541 - Application menu updates its contents during disappearance animation.
+ * Fixes: NB#229209 - CommonEditorInputField styles have too large left margin. (excluding label)
+ * Changes: set MButton's default transition
+ * Changes: modifying margin of groove at MSlider
+
+ -- Adrian Yanes <ext-adrian.yanes at nokia.com> Tue, 22 Feb 2011 13:42:51 +0200
+
+meegotouchtheme (0.20.76-1) unstable; urgency=low
+
+ * New version
+ * Fixes: NB#228527 - #CommonToolbarButtonInverted points to wrong assets.
+ * Changes: removing limits in height in MBanner
+ * Changes: Updated release vibration feedback
+ * Fixes: NB#227635 - Strings in Full event banner are in wrong order
+ * Changes: Fixed misspelled style name in commonbuttonstyle.css
+ * Changes: Updated vibra feedback effects
+ * Fixes: NB#223558 - Tool bar is displayed on top of the animation when changing from page without the toolbar to a page with toolbar
+ * Changes: Also reset background colours for common panels.
+ * Changes: Fix empty panel background constant.
+ * New: adding style sheet for MTapStateMachine class
+
+ -- Adrian Yanes <ext-adrian.yanes at nokia.com> Thu, 17 Feb 2011 17:32:34 +0200
+
meegotouchtheme (0.20.75-1) unstable; urgency=low
* New version
++++++ meegotouch-theme.yaml
--- meegotouch-theme.yaml
+++ meegotouch-theme.yaml
@@ -1,6 +1,6 @@
Name: meegotouch-theme
Summary: Theme for Meego Touch based applications
-Version: 0.20.78
+Version: 0.20.79
Release: 1
Group: System/Desktop
License: LGPLv2.1
++++++ deleted files:
--- meegotouch-theme-0.20.78.tar.bz2
More information about the MeeGo-commits
mailing list