Notices


Reply
Thread Tools
Posts: 245 | Thanked: 233 times | Joined on May 2010 @ Ljubljana, Slovenia
#81
I'm translating using Transifex and can't save some strings: "Error: The translation resource which owns the source string."

Have no idea what this means and what could be wrong. Any idea?
 
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#82
Hi Vlad,

I noticed that the cover is still a tad different color than the other covers. So I checked it's qml code and found the reason.

Code:
Rectangle {
        id: background_rect
        anchors.fill: parent
        opacity: 0.1
        color: "white"
    }
Set opacity to 0.0 to fix it.

Last edited by Morpog; 2014-01-23 at 18:38.
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#83
Originally Posted by sponka View Post
I'm translating using Transifex and can't save some strings: "Error: The translation resource which owns the source string."

Have no idea what this means and what could be wrong. Any idea?
Please write me or Luda private mail and we will help you.

Vlad.

P.S. Thanks for your translation
 
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#84
Originally Posted by dommau View Post
I'd also like just the time of the last update. provider seems redundant to me.
There is a use case where one could have two providers for the same location to check between the forecasts, but it is not that likely for current weather. So I too think that provider info is not needed on the cover.

If there is any space left what cover could have are wind speed and direction. They mean quite a lot in northern areas during the winter. This would fit in better with a small direction pointing arrow and number indicating wind speed next to it.
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#85
Originally Posted by Morpog View Post
Hi Vlad,

I noticed that the cover is still a tad different color than the other covers. So I checked it's qml code and found the reason.

Code:
Rectangle {
        id: background_rect
        anchors.fill: parent
        opacity: 0.1
        color: "white"
    }
Set opacity to 0.0 to fix it.

Hmm. I tried to use depending on temperature background color. Maybe this is not was good attempt.

See code here:

https://github.com/Meecast/meecast/b.../CoverPage.qml

function getColor(t)


Vlad.
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#86
Originally Posted by Manatus View Post
There is a use case where one could have two providers for the same location to check between the forecasts, but it is not that likely for current weather. So I too think that provider info is not needed on the cover.

If there is any space left what cover could have are wind speed and direction. They mean quite a lot in northern areas during the winter. This would fit in better with a small direction pointing arrow and number indicating wind speed next to it.
So. Where do you want to see wind speed information.
@Morpog can you create UI design solution for this?

Vlad.
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#87
Originally Posted by TMavica View Post
seem there is a problem with update interval, i set 1 hour but the cover page always said few second, but i havent refresh manually
I'm going to explore this problem tomorrow.

Vlad.
 
Iryus's Avatar
Posts: 80 | Thanked: 56 times | Joined on Mar 2012 @ France
#88
Originally Posted by vasvlad View Post
Maybe you are right. So. What other people think about it?

Vlad.
I'm agree with him.
 
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#89
Originally Posted by vasvlad View Post
Hmm. I tried to use depending on temperature background color. Maybe this is not was good attempt.

See code here:

https://github.com/Meecast/meecast/b.../CoverPage.qml

function getColor(t)


Vlad.
Ah ok, thats why! Thought it's a bug. It's cold here all day, so that color never changed


Originally Posted by vasvlad View Post
@Morpog can you create UI design solution for this?
There is already the wind speed icon available. With the SVG I can export it in a bigger size if you need it.

But it could get too crowded. In small mode the cover is already crowded.

Last edited by Morpog; 2014-01-23 at 21:02.
 
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#90
I prefer the forecast provider name to be included, as I keep same location with different providers. When the timers in Jolla start working as it is supposed update will be reliable.
 

The Following 2 Users Say Thank You to zlatko For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 06:38.