18:03 <popey> #startmeeting Weather meeting
18:03 <meetingology> Meeting started Thu Sep 11 18:03:05 2014 UTC.  The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology.
18:03 <meetingology> 
18:03 <meetingology> Available commands: action commands idea info link nick
18:03 <popey> how are you anyway
18:03 <m-b-o> fine, I'm 10 days at home in southern germany. lot's of nature :)
18:03 <popey> heh
18:04 <popey> I haven't heard anything from the design team about the weather re-design yet.
18:04 <m-b-o> okay
18:04 <popey> I think they had a few people on holiday
18:04 <popey> will jump on them again to get an update.
18:04 <m-b-o> thanks
18:05 <m-b-o> I've started with migrating to ubuntu geonames
18:05 <popey> ah okay, great.
18:05 <m-b-o> qml side is almost done
18:05 <popey> I need to file an RT to get the new code deployed, which I'll do
18:05 <m-b-o> but I'll have to write a cpp extension to get the timezone offset
18:05 <popey> no realistic other way to get it?
18:06 <m-b-o> nope, not really
18:06 <m-b-o> but should be possible even for me to write a small extension
18:06 <popey> http://146.185.188.87/?lat=40.714270&long=-74.005970 gives "America/New_York" - can we not poke tzdata somehow?
18:06 <popey> hmm.
18:06 <m-b-o> well, the api could perhaps add the dst offset
18:07 <popey> wonder if it's in the db
18:07 <m-b-o> but you can't say if it's summertime or nor
18:07 <m-b-o> not
18:07 <popey> no
18:07 <m-b-o> it's different all over the world
18:07 <m-b-o> let me try to make a cpp extension, clock has already one. for timezones too
18:08 <popey> ok
18:08 <popey> can you steal his? ☻
18:08 <m-b-o> fabolous would be a sdk component for this :)
18:08 * popey covers nik90's ears
18:08 <popey> well yes
18:08 <m-b-o> in parts, especially the build things I guess
18:08 <popey> timezone varchar(40),
18:08 <popey> thats all it has
18:08 <popey> the text version of the TZ
18:09 <m-b-o> yeah
18:09 <m-b-o> even when there would be a dst offset, you would have only half a year an exact time :)
18:10 <m-b-o> There's an Qt module Qt.Timezone, but unfortunaltely not qml module for it
18:10 <popey> heh, true.
18:12 <popey> Ok. let me just check the list of rtm issues...
18:12 <popey> http://15.125.74.138:8000/
18:12 <popey> (one of the lists)
18:12 <m-b-o> there were some bugs about localization last week, one MR pending https://code.launchpad.net/~martin-borho/ubuntu-weather-app/fix-1353457-daydateformat/+merge/233619
18:13 <popey> ooh, there is one bug in that list, but it's a private one annoyingly...
18:13 <popey> here's the text from it...
18:14 <popey> subj: [Weather] "cancel"or"confirm" button has no response when the network has not connected
18:14 <popey> body...
18:14 <popey> - No data connection (so I enabled flight mode to repro)
18:14 <popey> - never having used weather app before (so --wipe)
18:14 <popey> Then the popup that appears when the app first launches has a non-functional cancel button.
18:14 <popey> EOF
18:14 <popey> "The problem seems to be that the cancel button doesn't work at all, and the confirm button doesn't work at all until you've selected a city (but gives no hint this is true)"
18:14 <m-b-o> cancel confirm buttons are gone
18:14 * popey checks the date on this bug
18:15 <popey> 28/8
18:15 <m-b-o> but when there's no network connection, the data update would fail anyways
18:15 <m-b-o> if you start the app without location, you can't go back from locationmanager, logically
18:15 <m-b-o> before you have add a location
18:16 <popey> right, you're "stuck" on the "Edit locations" screen, right?
18:16 <m-b-o> yeah
18:17 <popey> ok,
18:17 <m-b-o> but this one is related to that https://bugs.launchpad.net/ubuntu-weather-app/+bug/1366343
18:17 <popey> right, yes.
18:17 <m-b-o> so, as there is no cacnel confirm anymore, the locations should get immediatelly get removed from db
18:18 <popey> yup, makes sense.
18:18 <popey> ok, anything else?
18:19 <m-b-o> the mp mentioned above
18:19 <popey> oops, missed that
18:19 <m-b-o> the translator is waiting, so it seems :)
18:19 <m-b-o> day date wasn't translatable on day views
18:20 <popey> ah!
18:20 <popey> want me to top approve?
18:20 <m-b-o> yes :)
18:20 <popey> Done, thank you!
18:21 <m-b-o> thanks!
18:22 <m-b-o> a bear :)
18:22 <popey>18:23 <popey> So, shall we wrap up?
18:23 <m-b-o> yepp
18:23 <popey> Great, thanks m-b-o !
18:23 <m-b-o> thanks popey!
18:23 <popey> enjoy the nature!
18:24 <m-b-o> I'll :)
18:24 <popey> #endmeeting