=== _salem is now known as salem_ === salem_ is now known as _salem === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [08:19] good morning === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === _salem is now known as salem_ [11:57] davmor2, you test using vcards / vcf files now and then? [11:58] popey: yup I send them via contacts app from one device to another [11:58] popey: why? [11:58] i need a valid vcf file to test something [11:59] popey: infact I tend to send you contact because short of your address I have all the other fields filled out :) [11:59] popey: ah just sms yourself a contact :) [11:59] popey: you can also use dekko now too :) [12:00] popey: at least DanChapman added it not sure if it is in the store with that yet [12:00] looking at bug 1447721 to add vcard support to file manager [12:00] bug 1447721 in Ubuntu File Manager App "Vcard (.vcf) support" [High,Confirmed] https://launchpad.net/bugs/1447721 [12:00] it's simple to do, just need a vcard to test it [12:02] popey: try and use one like your wife for example where you have name, number, email, work email, address etc, open gmail tap on attach and open contacts select that contact all good [12:03] popey: or sms it [12:03] popey: either way works :) [12:03] davmor2: yeah the share vcard fix is not in the store just yet. [12:04] hmmm [12:04] popey: what's up [12:05] just trying to figure out how [12:05] popey: you could also just export you google contacts in the web ui and get a nice big vcf file [12:05] popey: which do you want gmail or sms [12:06] right, used an android device to email me a contact [12:06] will detatch that and put on phone, thanks chaps! [12:06] popey: no worries [12:09] \o/ patch works [12:09] I can share vcards from file manager now [12:10] best two lines I've written today! [12:11] :-D [14:04] bzoltan_: hey! i'm having some troubles trying to get dekko to run using the ubuntu sdk desktop kit due to Ubuntu.Content and Ubuntu.PushNotifications not being installed. Shouldn't these be included in the desktop kit as they are part of the sdk? [14:05] DanChapman: thanks for reminding me, let me fix that... [14:08] DanChapman: we need to build the qtdeclarative5-ubuntu-content1 and qtdeclarative5-ubuntu-push-plugin with the Desktop Kit [14:10] bzoltan_, :-) oh brilliant thanks! I wasn't sure if I had a broken install or something. So I can just expect to get that in a coming update? [14:12] DanChapman: a week or two [14:13] bzoltan_: ok thanks [14:18] balloons, o/ do you know what 'Unable to get "use_description_for_commit" configuration for music-app-ci' means on jenkins? https://core-apps-jenkins.ubuntu.com/job/generic-update-mp/213/console [14:21] ahayzen, it's expecting to find use_description_for_commit in here: https://core-apps-jenkins.ubuntu.com/job/generic-update-mp/213/parameters/ [14:21] balloons, oh cmake [14:21] brendand, oh .. [14:23] brendand, how do i fix that? or is that something you guys normally setup? [14:24] interestingly another one passed, maybe a rerun will be enough [14:26] ahayzen, that job succeeded though? [14:26] ahayzen, they all say that but still succeed [14:26] oh ok [14:26] must have been the cmake issue i found inside [14:28] ahayzen, i'm not sure it has anything to do with cmake - it's in that voteOnMergeProposal script/command which I can't see the source for [14:28] brendand, eg this one passes https://core-apps-jenkins.ubuntu.com/job/generic-update-mp/216/console [14:29] brendand, i assume this is failing https://core-apps-jenkins.ubuntu.com/job/generic-update-mp/213/console due to the inner error here https://core-apps-jenkins.ubuntu.com/job/music-app-ci/14/console [14:29] its just not as obvious as the old jenkins :-/ [14:29] or maybe i'm just clicking the wrong link with the new jenkins :-P [14:30] ahayzen, generic-update-mp is passed PASS or FAIL as the parameter --status for voteOnMergeProposal based on the upstream job (music-app-ci) [14:31] ahayzen, so yes it says DEBUG: FAILED because that job failed [14:31] ahayzen, the jbo itself is not failing though :) [14:31] job [14:31] brendand, yup :-) just blame me not adjusting to the new bot :-) [14:34] ahayzen, so in summary the use_description_for_commit thing is a bug probably but doesn't impact on the outcome of the job [14:34] brendand, yup thanks for looking :-) === pat_ is now known as Guest71267 === Guest71267 is now known as pmcgowan [14:57] DanChapman: one possible impediment is that many of the build dependencies of these two APIs exist only since Vivid, so building them for trusty might be tricky === BOHverkill_ is now known as BOHverkill [17:25] is anyone around familiar with low level qt development? [17:38] dobey, like hacking GUI apps in a basement ? [17:38] ogra_: like determining if a qt main loop is running or not [17:39] :) [17:55] hei can anyone here help me with my ubuntu sdk trouble [17:56] i need help [17:58] beni_: we won't know until you ask your question :) [18:00] i need to create an app, a WLAN Scanner --> grpahical view , and listview of available networks [18:00] which project do i have to create? [18:00] the app should work on ubuntu touch [18:02] is there a way to create such kinde of app in pure "c++" or in pure "qml"? [18:02] beni_: Suspect you're going to need one of the projects with a qml frontend and a c++ backend. There are templates for that in the SDK which are quite self-explanatory [18:03] yeah thanks, but there is another problem i have [18:03] when i use a qml app with c++ backend i cant change the design [18:03] "designer" says that it cant find the qmlplugins [18:04] i already reinstalled "ubuntu sdk" and also "ubuntu" [18:04] but it still doesnt work [18:05] mcphail do you know what i can do? [18:06] beni_: designer doesn't work, I'm afraid [18:06] what can i do? [18:07] beni_: I'm afraid you have to define the UI in code. At least QML makes it easy [18:07] so this is usually so? [18:07] It's probably easier to do it in code than use that designer anyway :-D [18:07] beni_: this is a known issue with qtcreator and custom UI components. All the Ubuntu components are custom [18:08] so you would reccomend me to do it in code? :) [18:08] It's the only way to do it atm [18:09] ok do you know if its possible to make a graphical view of all these networks, like its usual for a wlanscanner? [18:11] beni_: of course. I think there is a scanner app in the store already [18:11] do you know the name? [18:13] beni_: I'm trying to find it, but the uappexplorer search function is awful :( [18:13] i found a network scanner but it hasnt got graphical view of networks [18:15] beni_: hmm. Thought there was one but I can't find it so I may be havering... [18:15] so can i use its source code somehow? [18:16] beni_: I suspect you're going to need information on channel and signal strength? [18:16] yes [18:17] * mcphail wonders how you can get that information in a confined app... [18:18] beni_: there is an unconfined app which does it - https://open.uappexplorer.com/app/wifiscanner.mzanetti [18:19] beni_: suspect that information won't be available to a confined app, so you won't get it into the normal store. mzanetti might be able to advise ^^ [18:19] thank you for your help, you helped me very much [18:19] beni_: np. Happy hacking :) [18:28] or how to run a single qt test inside a qt main loop, without doing so for all tests === salem_ is now known as _salem === _salem is now known as salem_ [22:15] hey kenvandine [22:16] so, my addSoundDialog [22:16] looking at it now, it looks pretty self-contained [22:17] have you considered creating some dialog components for the sdk that wrap up all the complexity of peerpicker, connections, contentstore, etc...? [22:17] like "AddMusicDialog"? === salem_ is now known as _salem