Skip to content

Commit

Permalink
Correct wrong watchface-img pathes
Browse files Browse the repository at this point in the history
  • Loading branch information
eLtMosen authored and FlorentRevest committed Jan 9, 2022
1 parent cf0c8c3 commit ce8d9a7
Show file tree
Hide file tree
Showing 131 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Item {
Image {
z: 10
id: logo
source: "..//watchface-img/asteroid-logo.svg"
source: "..//watchfaces-img/asteroid-logo.svg"
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
width: parent.width/2.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Item {

property string currentColor: ""
property string userColor: ""
property string imgPath: "../watchface-img/analog-aviator-"
property string imgPath: "../watchfaces-img/analog-aviator-"

Image {
z: 0
id: asteroidLogo
source: "../watchface-img/asteroid-logo-white.svg"
source: "../watchfaces-img/asteroid-logo-white.svg"
antialiasing: true
anchors {
centerIn: parent
Expand All @@ -42,7 +42,7 @@ Item {
states: State { name: "black"
PropertyChanges {
target: asteroidLogo
source: "../watchface-img/asteroid-logo-black.svg"
source: "../watchfaces-img/asteroid-logo-black.svg"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import QtQuick 2.9
Item {
property string currentColor: "black"
property string userColor: ""
property string imgPath: "../watchface-img/analog-classy-roman-"
property string imgPath: "../watchfaces-img/analog-classy-roman-"
property var numeral: ["\u216B", "\u2160", "\u2161", "\u2162", "\u2163", "\u2164", "\u2165", "\u2166", "\u2167", "\u2168", "\u2169", "\u216A"]

Image {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import QtQuick 2.9

Item {

property string imgPath: "../watchface-img/analog-halloween-"
property string imgPath: "../watchfaces-img/analog-halloween-"

Repeater {
model: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import QtQuick 2.9

Item {

property string imgPath: "../watchface-img/analog-modern-steel-"
property string imgPath: "../watchfaces-img/analog-modern-steel-"

Image {
source: !displayAmbient ? imgPath + "strokes.svg" : imgPath + "strokes-ambient.svg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import QtGraphicalEffects 1.15

Item {

property string imgPath: "../watchface-img/analog-neon-diver-"
property string imgPath: "../watchfaces-img/analog-neon-diver-"

Image {
z: 0
Expand Down Expand Up @@ -123,7 +123,7 @@ Item {
z: 0
id: asteroidLogo
visible: !displayAmbient
source: "../watchface-img/asteroid-logo.svg"
source: "../watchfaces-img/asteroid-logo.svg"
antialiasing: true
anchors {
centerIn: parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import QtGraphicalEffects 1.15
Item {
id: root

property string imgPath: "../watchface-img/analog-nort-"
property string imgPath: "../watchfaces-img/analog-nort-"

Image {
id: hourSVG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Item {

property string currentColor: ""
property string userColor: ""
property string imgPath: "../watchface-img/analog-red-handed-"
property string imgPath: "../watchfaces-img/analog-red-handed-"

Text {
z: 0
Expand Down Expand Up @@ -135,7 +135,7 @@ Item {
Image {
z: 0
id: logoAsteroid
source: "../watchface-img/asteroid-logo.svg"
source: "../watchfaces-img/asteroid-logo.svg"
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: parent.height*0.18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Item {

Image {
id: logoAsteroid
source: "../watchface-img/asteroid-logo.svg"
source: "../watchfaces-img/asteroid-logo.svg"
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
width: parent.width/5.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.asteroid.utils 1.0

Item {
id: root
property string imgPath: "../watchface-img/analog-scientific-v2-"
property string imgPath: "../watchfaces-img/analog-scientific-v2-"
property real rad: 0.01745

ContextProperty {
Expand Down Expand Up @@ -94,7 +94,7 @@ Item {
z: 1
id: asteroidLogo
visible: !displayAmbient
source: "../watchface-img/asteroid-logo.svg"
source: "../watchfaces-img/asteroid-logo.svg"
antialiasing: true
anchors {
centerIn: parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Item {

Image {
id: logoAsteroid
source: "../watchface-img/asteroid-logo.svg"
source: "../watchfaces-img/asteroid-logo.svg"
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: parent.height*0.18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Item {

property string currentColor: ""
property string userColor: ""
property string imgPath: "../watchface-img/analog-silly-walks-"
property string imgPath: "../watchfaces-img/analog-silly-walks-"

Repeater {
model: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Item {
property string currentHour: ''
property string hourColor: ''
property var neonColor: ["#99FF00E3", "#993500FF", "#9901FE01", "#99FFFE37", "#99FF8600", "#99ED0003", "#9900ffff", "#9938FF12", "#99007FFF", "#99FAAB00"]
property string imgPath: "../watchface-img/analog-words-80s-"
property string imgPath: "../watchfaces-img/analog-words-80s-"

Image {
z: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Item {
Image {
z: 2
id: backGround
source: "../watchface-img/day-clock-center.svg"
source: "../watchfaces-img/day-clock-center.svg"
anchors {
centerIn: parent
}
Expand All @@ -61,7 +61,7 @@ Item {
Image {
z: 2
id: backStars
source: "../watchface-img/day-clock-center-stars.svg"
source: "../watchfaces-img/day-clock-center-stars.svg"
anchors {
centerIn: parent
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Item {
z: 3
antialiasing: true
opacity: displayAmbient ? 0.6 : 1.0
source: "../watchface-img/asteroid-logo.svg"
source: "../watchfaces-img/asteroid-logo.svg"
width: parent.width/12
height: parent.height/12
transform : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Item {
property var topbottomMargin: root.height*0.022
property var leftrightMargin: -root.height*0.018
property var numeralSize: Qt.size(root.width*0.32, root.height*0.32)
property string imagePath: "../watchface-img/digital-numeral-unity-"
property string imagePath: "../watchfaces-img/digital-numeral-unity-"

Image {
id: topLeft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Item {
id: ring
z: 0
visible: !displayAmbient
source: "../watchface-img/digital-shifted-ring.svg"
source: "../watchfaces-img/digital-shifted-ring.svg"
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
width: parent.width
Expand Down Expand Up @@ -95,7 +95,7 @@ Item {
rightMargin: leftrightMargin
}
sourceSize: numeralSize
source: "../watchface-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "HH").slice(0, 1) + ".png"
source: "../watchfaces-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "HH").slice(0, 1) + ".png"
}

Image {
Expand All @@ -106,7 +106,7 @@ Item {
horizontalCenter: parent.horizontalCenter
}
sourceSize: numeralSize
source: "../watchface-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "HH").slice(1, 2) + ".png"
source: "../watchfaces-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "HH").slice(1, 2) + ".png"
}

Image {
Expand All @@ -117,7 +117,7 @@ Item {
horizontalCenter: parent.horizontalCenter
}
sourceSize: numeralSize
source: "../watchface-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "mm").slice(0, 1) + ".png"
source: "../watchfaces-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "mm").slice(0, 1) + ".png"
}

Image {
Expand All @@ -129,7 +129,7 @@ Item {
leftMargin: leftrightMargin
}
sourceSize: numeralSize
source: "../watchface-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "mm").slice(1, 2) + ".png"
source: "../watchfaces-img/digital-shifted-" + wallClock.time.toLocaleString(Qt.locale(), "mm").slice(1, 2) + ".png"
}

Text {
Expand Down
2 changes: 1 addition & 1 deletion kitt/usr/share/asteroid-launcher/watchfaces/kitt.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Nemo.Ngf 1.0
Item {
id: watchFace
property var time: wallClock.time //new Date() //
property string imgPath: "../watchface-img/"
property string imgPath: "../watchfaces-img/"

function formatAll(){
secondsDisplay.format()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import QtQuick 2.1
Item {

Image {
source: "../watchface-img/asteroid-logo.svg"
source: "../watchfaces-img/asteroid-logo.svg"
opacity: 0.75
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Item {
verticalCenterOffset: parent.height * 0.15
}
opacity: displayAmbient ? 0.6 : 1.0
source: "../watchface-img/nixie-delight-nixie.png"
source: "../watchfaces-img/nixie-delight-nixie.png"
}

Text {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import QtQuick 2.1

Item {
property var radian: 0.01745329252
property string imgPath: "../watchface-img/orbiting-asteroids-"
property string imgPath: "../watchfaces-img/orbiting-asteroids-"

Canvas {
id: secondCanvas
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Item {
visible: !displayAmbient
width: parent.width
height: parent.height
source: "../watchface-img/" + "lcd-back" + ".png"
source: "../watchfaces-img/" + "lcd-back" + ".png"
anchors {
horizontalCenter: parent.horizontalCenter
verticalCenter: parent.verticalCenter
Expand Down

0 comments on commit ce8d9a7

Please sign in to comment.