=== chriadam|away is now known as chriadam === chihchun_afk is now known as chihchun [03:19] Anyone here familiar with xmllistview? [03:20] *xmllistmodel [03:26] I'm changin the souce on an xmllistmodel, and I can't figure out how to identify when it's completed loading === 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 === bzoltan1 is now known as bzoltan [06:42] good morning [08:11] dpm: http://people.canonical.com/~ogra/touch-image-stats/95.changes see dropped packages ☻ [08:12] gained us about 9M in tarball size :D [08:12] off you go, grilo! \o/ [08:12] and lucene :) [08:31] Good morning all; happy Bannockburn Day! :-D [08:44] rpadovani, hey - i know the link for the calculator failure [08:45] rpadovani, qt 5.3 is now being used on the phone [08:45] rpadovani, i guess the problem is with it's js engine [09:36] brendand: ping [09:39] mihir, hi [09:39] brendand: hello [09:40] brendand: i wanted to ask you fro calculator aap [09:41] mihir, sure [09:41] brendand: on desktop it works fine with Qt 5.3 right ? [09:45] mihir, not necessarily [09:45] okay !! [09:45] mihir, people are saying it works fine on the desktop [09:45] mihir, but maybe running trusty, or not up to date utopic [09:45] brendand: okay. [09:46] need to test that first on utopic [09:47] hi guys...how can I get the Ubuntu.Components module version 1.1? [09:47] I am on a fresh install and it seems I only have Ubuntu.Components 0.1 after installing the ubuntu-sdk package [09:49] mihir, why are you worried about the desktop? you don't have a device? [09:49] brendand: sadly no :( i don't have device [09:49] mihir, try the x86 emulator then [09:49] brendand: so i am unable to reproduce that , [09:49] brendand: okay let me try x86 [09:50] mihir, if that doesn't work it could be ARM specific issue, but try that first [09:54] Qt C++ windowMinimized no reaction on Ubuntu | http://askubuntu.com/q/487513 [10:40] brendand, yes, I supposed is something about QT5.3, but I think is ARM related, because kalikiana was not able to reproduce on unicorn, and I think kalikiana has last packages :-) [10:42] I update regularly. if you think it's worth it I can force an upgrade and doublr-check in case it was a very recent thing [10:51] rpadovani: did you try on emulator too ? [10:51] mihir, nope, I haven't it installed === MacSlow is now known as MacSlow|lunch === chriadam is now known as chriadam|away === MacSlow|lunch is now known as MacSlow === _salem is now known as salem_ === renato_ is now known as Guest77133 === salem_ is now known as _salem === _salem is now known as salem_ [13:59] hi fginther, I've had a chat with mardy and dbarth this morning about API keys. It seems we might be able to do key replacement at the file level quite similarly to the Weather app, rather than on the Debian rules as discussed yesterday. I'll summarize in an e-mail later on, but I thought I'd give you a heads up already, so that we don't waste your time on the debian/rules approach [13:59] re: Reminders [14:00] dpm, thanks for the note [14:08] hey jdstrand, how are you doing? [14:10] jdstrand, it feels like I asked a couple of times already, but it was all right for me to go ahead and backport apparmor-easyprof-ubuntu for trusty for the sdk ppa, right? even with your ongoing work to decouple click reviews from the system they're running on? [14:10] dholbach: hey, no, I don't think that will work until I decouple [14:11] ok, in that case I'll hold fire :) [14:11] I thought it would, but I don't think it will now [14:11] ok [14:11] thanks jdstrand! [14:12] np. I'll get to it, there is just stuff for rtm that has to land first that I'm working on [14:12] well, that and security updates [14:13] sure sure sure [14:13] * dholbach hugs jdstrand [14:14] * jdstrand hugs dholbach back :) [14:14] * popey hugs dpm so he doesn't feel left out [14:14] popey, aren't you vacationing? [14:14] * dpm joins the hug fest - thanks! :) [14:14] * dholbach hugs popey and dpm as well [14:15] group hug! [14:15] :) [14:15] * jdstrand hugs dholbach, popey and dpm :) [14:15] this is snowballing! [14:16] there are worse things that can happen [14:16] it's nice to have a group hug every now and again :) [14:31] :) [15:07] nik90: ping [15:07] mihir: pong [15:08] I am trying to install, and when runing sudo ubuntu-emulator create --arch=i386 myinstance it is not creating instance [15:10] nik90: it shows permission denied error, http://paste.ubuntu.com/7695512/ [15:11] any idea [15:11] mihir: try changing the folder permission to your user [15:11] mihir: I think by default it is created by root which you are permitted to use [15:12] Hmm , i ran that with sudo [15:12] let me try that === chihchun is now known as chihchun_afk [17:13] so I got two tabs in my app, and I'm trying to have a button that in one tab that changes a property of an object in another tab [17:14] but I'm getting an error saying that the object is not defined when I'm trying to change it's property [17:14] how do I fix taht [17:15] *that [17:15] ? [17:19] beuno: JamesTait getting 503 from myapps... [17:20] yes [17:20] it's down [17:20] popey, might be a rollout going on, let me check. [17:20] botched deploy [17:20] k [17:20] trying to figure out what's happening === gatox is now known as gatox_lunch [18:07] mhall119: hi, I'm looking for some help with QML, I'm trying to have a button in one tab change a property of an object in another tab but I get "object is not defined" [18:13] frecel: it would help if I can see your code [18:15] mhall119: there is kinda alot of it but the point is that I have audio element in one tab and I want to change the its source property with a button in another tab [18:15] but because all tabs are in seperate files I can't just use the id of the audio element [18:16] frecel: ah, so you'll need to pass properties around or use signals to connect them [18:17] again, seeing the code would help me give more detailed advice === kyleN is now known as kyleN-afk [18:26] mhall119: so I got two tabs, My Podcasts and Listen [18:26] My Podcasts: http://pastebin.ubuntu.com/7696404/ [18:27] Listen: http://pastebin.ubuntu.com/7696400/ [18:28] In the future the list will just have adresses for feeds but just to test this I changed the url of the Ubuntu uk to the ogg file [18:28] so I tried to use an alias there but that didn't work === gatox_lunch is now known as gatox [18:33] frecel: so, what I would so is put "property var activeSource" on your My Podcasts Tab component, then in your MainView, when you define the My Podcast tab component in the Tabs, add an onActiveSourceChanged: that sets the Listen tab's playPodcast.source to the My Podcasts tab's activeSource [18:34] and in your My Podcasts delegate, change the onClicked to set that Tab's activeSource instead of the Listen tab's playPodcast source [18:36] frecel, you may also find http://www.kryogenix.org/days/2014/02/15/bad-voltage-apps-and-generic-components-for-ubuntu/ useful if you're writing a podcast app; it does some nice parsing to get icons and so on for a podcast feed [18:39] aquarius: thanks, the parsing part is the easy part thanks to XmlListModel [18:40] indeed it is; that's why I used it too :) [18:40] the itunes namespaces stuff is a bit annoying, though, because of the rather irritating way that xmllistmodel makes you define namespaces. Still, it's a nice component, XLM. [18:43] ok I have to go buy some food and brake shoes and then I will try to make it all work [18:44] thanks mhall119 [18:44] np [18:44] an interesting combination food and brake shoes [18:45] dpm: I'm supposed to fix my sisters car and the only food I have in the fridge are old tometoes that I should probably throw out [18:45] anyways, time to go [18:46] ok, have fun :) === kyleN-afk is now known as kyleN [18:51] hope he's not driving to the food shop. [18:52] mhall119, popey, do you see empty "calculator" and "converter" app icons on your apps scope? I've been getting this for a while http://i.imgur.com/8JC0Zvh.png but I'm not sure if it's due to my phone using dualboot (and RW mode) [18:55] dpm: calculator (installed) and converter(in store) both show their icon fine for me [18:56] dpm: you also have lower-case names for those, which makes me think the .desktop file might be the problem [18:57] mhall119, from the lowercase, I'm not sure if they are these two. I think they might be other apps [18:59] in fact, I can confirm they're different apps, as they do launch [18:59] I just have to find out where they are installed [19:12] mhall119, for some reason they were a leftover from ubuntu-ui-toolkit-examples. Installing and removing the package fixed it [19:16] dpm: that was installed on your phone? [19:18] mhall119, it wasn't. But my guess is that I installed it at some point when I was helping the sdk guys test something. The combination of a RW image, dual boot and keeping user data across dual boot installations might have messed things up a bit [19:24] mzanetti, so it seems bug 1303746 or something with the same symptoms is back after the Qt 5.3 landing, and it's made Reminders unusable :( [19:24] bug 1303746 in Ubuntu Reminders app "Performance hit when editing sorted lists" [Critical,Fix released] https://launchpad.net/bugs/1303746 [19:24] huh... really [19:24] mzanetti, yeah, someone mentioned it in the bug, and now I've just confirmed it by simply opening Reminders on a recent image [19:25] meh [19:26] indeed. I'm wondering if upstream dropped the Qt 5.2 fix inadvertently when releasing Qt 5.3 [19:27] rpadovani, just a heads up ^ [19:27] I'll try to find out more tomorrow [19:28] and talk to tsdgeos === ara is now known as Guest22715 [19:35] balloons, any news on disabling the pep8 tests for the evernote sdk to include it in the reminders source tree? [19:36] hey dpm, I left a note for francis. It's totally possible to do with the pep8 tool, but the jenkins setup might be a little different [19:37] dpm, on the test front I landed the newheader change (woot!), and we'll get an update in the store tomorrow when popey is back [19:55] balloons: feel free to upload to the store and I'll approve in the morning ☻ [19:56] brendand, depending on how cool it is, I may be able to review it [19:57] beuno, ?? [19:57] sorry [19:57] I meant balloons [19:57] beuno, or you meant balloons ? [19:57] ok [19:57] beuno, sorry i just jumped in here. no context :/ [19:58] brendand, it was good timing! [20:16] balloons, ping [20:21] beuno, :-) ok, I'll upload it in a moment [20:21] ahayzen, pon [20:22] balloons, Has the jenkins pep8 config changed? I'm getting loads of errors http://91.189.93.70:8080/job/music-app-utopic-amd64-ci/113/console for this merge which hardly changes the tests https://code.launchpad.net/~andrew-hayzen/music-app/move-sheets-to-pages/+merge/220444 [20:22] WOAH! [20:22] and i don't get them when i run locally pep8 :/ [20:22] awesome [20:23] pep8 --version ahayzen ? [20:23] $ pep8 --version [20:23] 1.4.6 [20:23] balloons, ^ [20:24] balloons, i don't mind resolving them but just was wonder what had changed for them all to be enforced when they weren't before [20:24] *wondering [20:25] ahayzen, did you edit with a proper editor? no weird tabs / spaces? [20:25] ohh that's about my comment blocks nvm [20:25] balloons, yeah just in qtcreator...if you scroll to the bottom of this page you can see the diff https://code.launchpad.net/~andrew-hayzen/music-app/move-sheets-to-pages/+merge/220444 [20:26] balloons, i've hardly changed anything lol [20:26] unless i have some magic syntax error that is causing it lol [20:27] ahayzen, let's do a quick sanity check.. I'll run trunk and see if it complains [20:28] balloons, ok thanks :) [20:29] ahayzen, oO.. I do see a new version of pep8 landed tho [20:29] * balloons checks changelog [20:29] uhoh [20:29] pep8 is now even stricter \o/ [20:30] http://changelogs.ubuntu.com/changelogs/pool/main/p/pep8/pep8_1.5.6-0ubuntu1/changelog [20:30] interesting...well we'll find out in a bit :) [20:31] everything from 1.4.6 to the most current: https://pypi.python.org/pypi/pep8 [20:31] balloons, ahayzen - E265 is new in 1.5 - https://pypi.python.org/pypi/pep8/1.5.0 [20:32] brendand, thats probably our issue then :) [20:32] yep, indeed :-) So mystery is solved. Kind of annoying though that jenkins will complain about it though ahayzen won't see the error locally [20:32] ahayzen, well the issue is the comments are badly formatted :) [20:33] hah [20:33] it out to be very easy to fix. just a simple search and replace [20:34] would be helpful to get the new pep8 in trusty [20:34] +1 [20:35] balloons, it has landed in utopic right? [20:35] * ahayzen starts VM to create branch to resolve issues [20:40] ahayzen, yes it's in utopic [20:40] ahayzen, you can one-off install the deb on trusty [20:40] simple enough [20:40] http://mirrors.kernel.org/ubuntu/pool/main/p/pep8/pep8_1.5.6-0ubuntu1_all.deb [20:40] balloons, update manager is running now i'll let things run as i use it to run autopilot myself :) [20:40] http://mirrors.kernel.org/ubuntu/pool/main/p/pep8/python3-pep8_1.5.6-0ubuntu1_all.deb [20:41] there you are.. I'd do that over use pip I think [20:41] yeah [20:41] balloons, also did you hear they are reverting mediascanner2 dbus... so we may be able to have isolation? [20:43] ahayzen, I did here rumors of such things :-) [20:44] :) [20:44] balloons, we believe it is this MP for reference https://code.launchpad.net/~jamesh/mediascanner2/optional-dbus/+merge/224270 [21:31] beuno: i think there's something badly wrong with myapps [21:31] beuno: multiple app developers seem to be getting their apps bounced back but are unable to see why [21:31] beuno: see https://myapps.developer.ubuntu.com/dev/click-apps/867/feedback/ [21:31] this isnt the only app where they see the status as "needs information" but have no idea why [21:32] this is the second guy who has go agressive over the responses from us. [21:37] JamesTait: ^ if you're about [21:37] balloons, what has happened here? http://91.189.93.70:8080/job/generic-update_mp/3507/console [22:29] nik90 ahayzen hi, today i have the confirmation that the dash icons are not equal :D , just install "DigitallyRadio" webapp to see how the alignement break /cc popey [22:32] daker, oh yeah the icon changes [22:33] daker, also on the screenshot from phablet-screenshot works for me on the latest image + the phablet-tools PPA [22:34] ahayzen: ok === salem_ is now known as _salem [23:36] i cant find the glew library files on ubuntu 14. anyone know how i can locate them?