=== chriadam|away is now known as chriadam [04:37] Any information about when the touch emulator is available? === chriadam is now known as chriadam|away [08:37] Good morning all; happy World Development Information Day! :-D [10:03] where does logger.debug() output of autopilot tests go? I don't see it in my terminal, and my tests are failing [10:08] fginther: Is the jenkins merger bot down? I approved a MP 10 hours ago and still not merged. https://code.launchpad.net/~elopio/ubuntu-clock-app/autopilot-1.3/+merge/192416 [10:25] tmoenicke: https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-tests-reorg/+merge/192479 === MacSlow is now known as MacSlow|lunch [11:13] nik90, that issue should be fixed now. [11:13] nik90, there was actually another loosely related issue that I also sorted out, thanks for the report! [11:18] gusch: ok [11:18] nik90, feel free to give the fix a test run, same branch as before. [11:38] nic-doffay: will give it a try. thnx [11:53] nic-doffay: I still experience the issue. To test your patch, I downloaded the amd64 deb packages generated by Jenkins in the latest comment and installed all 5 packages. But I still see the issue of the option disappearing when using selectedIndex === _salem is now known as salem_ [12:14] tmoenicke: https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-decoupled-autocaps/+merge/192492 === MacSlow|lunch is now known as MacSlow [12:20] nik90, that's strange. [12:20] nik90, it's possible that jenkins wasn't up to date with the push. [12:20] Most likely. [12:23] nic-doffay: okay, I will wait for another jenkins update or else until your branch is merged [13:32] nik90, one of the jenkins slaves fell over and the jobs were stuck. I'm working on getting them back up and using trusty [14:28] popey: are we gonna meet ? [14:28] mihir_: we cancelled all the meetings for now. Will probably restart them after next week [14:28] okay cool :-) === elopio_ is now known as elopio === gatox is now known as gatox_lunch [15:52] oSoMoN, hello [15:53] oSoMoN, https://code.launchpad.net/~om26er/webbrowser-app/activity_close_button_left/+merge/192533 [16:01] om26er, looking [16:04] oSoMoN, cool === gatox_lunch is now known as gatox [17:20] is it possible to disable or hide a tab? [18:17] fginther: somehow the MP https://code.launchpad.net/~elopio/ubuntu-clock-app/autopilot-1.3/+merge/192416 is still failing on jenkins machine [18:17] fginther: unable to determine why..Is it still a memory issue? [18:23] nik90, nope. balloons point this out a short time ago, just haven't been able to do the fix yet. There are no trusty packages in the ubuntu-sdk-team ppa yet. I think the solution is to remove that PPA for now [18:24] yes, for now.. the sdk *should* be in trusty [18:50] fginther, balloons: so I suppose it should fix itself in time as we start using trusty? [18:50] nik90, right, I just updated the jobs to remove the sdk ppa and am doing a test [18:54] fginther: okay [18:54] ... and another test ... [18:56] nik90, \o/ http://91.189.93.70:8080/job/generic-mediumtests/1199/console [18:57] fginther: \o/ [18:57] nik90, I'll reapprove/rebuild the jobs that failed [18:57] fginther: thnx [19:34] balloons, hey got a minute? [19:34] balloons, removing the sdk ppa works for some projects, but not others [19:34] fginther, sure.. ohh interesting [19:34] the sdk is probably older [19:34] balloons, and it's precise and quantal builds that fail [19:35] balloons, http://91.189.93.70:8080/job/ubuntu-calendar-app-ci/171/console [19:35] fginther, I just was noticing that [19:36] lol.. yep the calendar stuff [19:36] it's actually the qt5 dependencies, not the sdk itself [19:36] ohh.. ok, that makes sense [19:36] (well, I guess that's a gray area) [19:37] well.. not much you can do without the ppa [19:37] can we just get a trusty build going? [19:37] bzoltan still around? [19:37] * fginther is surprised that clock builds without qt5-default and friends [19:38] balloons, didn't you want to stop using the ppa? [19:38] for stability reasons? [19:38] fginther, well.. I guess you could use the ppa for old builds.. and the archive version for trusty [19:38] that actually makes sense [19:40] newbe here. I'm trying to import qDir but not sure how. I would like to read files in a folder. [19:41] I don't agree. by using the sdk ppa for precise and quantal, we also end up building those against ubuntu-ui-toolkit trunk where the trusty build would be against ubuntu-ui-toolkit from the archive. [19:42] welp.. heh.. [19:42] hmm, but I guess these are qml apps and don't really 'build' per-se [19:44] for < trusty what are we trying to achieve? [19:46] balloons, I really don't know the answer to that. The reason older distros were supported before was that we wanted to support developers who were still on those distros [19:46] now that we have a 1.0, can we say to them "it's saucy and trusty or you're out of luck"? [19:47] I would prefer to drop anything < saucy [19:50] these builds drop into a ppa.. so it's really was only the ppa stuf.. although you can also say now that if they someone on say quantal wouldn't be able to build there package locally [19:51] man that sentence.. I'm just trying to think of what the big deal with building these on non saucy / trusty targets is [19:51] fginther: afaik the clock does not friends, hence it does not have it as a dependency [19:51] fginther: as for qt5-default, that is weird [19:53] nik90, sorry I didn't mean the friends package literally :-), but "qt5-default and similarly-named-packages" [19:54] fginther: ah okay.. [19:55] fginther: but since the clock depends on UITK which in turn depends on qt5-default, I am guessing we do not need to specify it as a dependency [19:55] nik90, that's correct [19:57] nik90, balloons, it's possible that ubuntu-calendar-app and others are incorrectly specifing too many build dependencies [19:58] I'll try a quick test [19:58] fginther: +1 [20:01] fginther: can you let me know if removing redundant depencies work for calendar app etc? I just had a quick look at the clock app debian/control file and see that it depends on qtdeclarative5-qtquick2-plugin, qtdeclarative5-localstorage-plugin and qtdeclarative5-xmllistmodel-plugin which are technically not required if a user has the UITK installed on their system [20:23] nik90, it didn't work. https://code.launchpad.net/~fginther/ubuntu-calendar-app/remove-build-deps/+merge/192579 [20:24] nik90, ubuntu-clock-app is using the qmltestrunner during the build to do some testing, that's what requires the additional deps [20:26] balloons, shall we revisit this tomorrow? I would like a better understanding of this from asac and others [20:30] Hi all! I just started to work with an app that is supposed to fetch data from a website and display it. I'm quite new to programming in general and absolutely new to QML etc. Is there anyone around that could give me some assitance in how to fetch data from websites? Would be awesome! :) [20:31] fginther, yea.. things are kind of held up [20:31] I'm wondering if I shouldn't send along a mail giving everyone a heads up [20:31] I don't want to hold merges up for too long === salem_ is now known as _salem [20:45] balloons, good idea, I'll send out a message to ubuntu-touch-coreapps [21:13] fginther, ty