![]() |
2014-01-23
, 18:34
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#82
|
Rectangle { id: background_rect anchors.fill: parent opacity: 0.1 color: "white" }
![]() |
2014-01-23
, 18:40
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#83
|
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?
![]() |
2014-01-23
, 18:42
|
Posts: 334 |
Thanked: 616 times |
Joined on Sep 2010
|
#84
|
I'd also like just the time of the last update. provider seems redundant to me.
![]() |
2014-01-23
, 18:49
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#85
|
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.
Set opacity to 0.0 to fix it.Code:Rectangle { id: background_rect anchors.fill: parent opacity: 0.1 color: "white" }
![]() |
2014-01-23
, 18:53
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#86
|
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.
![]() |
2014-01-23
, 18:56
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#87
|
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
![]() |
2014-01-23
, 19:28
|
|
Posts: 80 |
Thanked: 56 times |
Joined on Mar 2012
@ France
|
#88
|
![]() |
2014-01-23
, 20:41
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#89
|
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.
![]() |
2014-01-23
, 21:34
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#90
|
Have no idea what this means and what could be wrong. Any idea?