[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/plasma/kde-artwork-active
From:       Marco Martin <notmart () gmail ! com>
Date:       2013-03-18 17:32:09
Message-ID: 20130318173209.7EFDFAC876 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1345062 by mart:

use the new black theme


 M  +1 -2      CMakeLists.txt  
 D             lockscreen/1366x768 (directory)  
 AM            lockscreen/contents/ui/gradient.png  
 M  +12 -17    lockscreen/contents/ui/main.qml  
 AM            lockscreen/contents/ui/noiselight.png  


--- trunk/playground/base/plasma/kde-artwork-active/CMakeLists.txt #1345061:1345062
@@ -37,9 +37,8 @@
         DESTINATION ${DATA_INSTALL_DIR}/ksmserver/screenlocker/org.kde.active.slide/ \
PATTERN .svn EXCLUDE)  install(FILES lockscreen/metadata.desktop
         DESTINATION \
                ${DATA_INSTALL_DIR}/ksmserver/screenlocker/org.kde.active.slide/)
-install(FILES lockscreen/${SCREEN_RESOLUTION}/wallpaper.png
-        DESTINATION \
${DATA_INSTALL_DIR}/ksmserver/screenlocker/org.kde.active.slide/contents/ui)  
+
 install(FILES
             wallpaper/${SCREEN_RESOLUTION}/Orchid.jpg
             wallpaper/${SCREEN_RESOLUTION}/CarribeanSunset.jpg
--- trunk/playground/base/plasma/kde-artwork-active/lockscreen/contents/ui/main.qml \
#1345061:1345062 @@ -43,9 +43,14 @@
     }
 
     Image {
-        source: "wallpaper.png"
-        anchors.centerIn: parent
+        source: "noiselight.png"
+        fillMode: Image.Tile
+        anchors.fill: parent
     }
+    Image {
+        source: "gradient.png"
+        anchors.fill: parent
+    }
 
     MouseArea {
         anchors.fill: parent
@@ -102,26 +107,12 @@
         }
 
         Text {
-            text: clockTimer.time
-            font.pixelSize: 75
-            font.family: theme.font.family
-            font.bold: theme.font.bold
-            color: Qt.rgba(0, 0, 0, 0)
-            style: Text.Sunken
-            styleColor: Qt.rgba(0, 0, 0, 0.5)
-            anchors.horizontalCenter: parent.horizontalCenter
-            y: 100
-        }
-
-        Text {
             id: timeText
             text: clockTimer.time
             font.pixelSize: 75
             font.family: theme.font.family
             font.bold: theme.font.bold
-            color: Qt.rgba(0, 0, 0, 0.05)
-            style: Text.Raised
-            styleColor: Qt.rgba(1, 1, 1, 0.8)
+            color: Qt.rgba(1, 1, 1, 0.6)
             anchors.horizontalCenter: parent.horizontalCenter
             y: 100
         }
@@ -187,6 +178,8 @@
             Text {
                 id: sleepText
                 text: i18n("Sleep")
+                color: "white"
+                opacity: 0.6
                 anchors.horizontalCenter: parent.horizontalCenter
                 anchors.bottom: parent.top
             }
@@ -254,6 +247,8 @@
             Text {
                 id: shutdownText
                 text: i18n("Shutdown")
+                color: "white"
+                opacity: 0.6
                 //anchors.top: parent.bottom
                 anchors.bottom: shutdownSlider.top
                 anchors.horizontalCenter: shutdownSlider.horizontalCenter


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic