=== chriadam|away is now known as chriadam [03:26] Do .qrc files work with click packages? === josharenson1 is now known as josharenson [05:47] dpm: hi, sorry that I had to leave abruptly, yesterday [05:47] hi mardy, np [05:48] dpm: regarding the log http://pastebin.ubuntu.com/7726034/, no, it's not succeeding [05:48] dpm: you can see at the end that the credentials are being removed [05:48] dpm: that's part of the clean-up procedure we take when the account creation fails [05:48] ok [05:49] dpm: I can see: ../../../../lib/SignOn/authsessionimpl.cpp 184 errorSlot QDBusError("com.google.code.AccountsSSO.SingleSignOn.Error.Network", "Protocol "" is unknown") [05:49] dpm: I need to check the source, I've never seen this happening before [05:50] dpm: actually, if you could enable logging in /etc/signond.conf and paste the syslog (after making sure it has no personal data), that would probably help a lot [05:51] mardy, ok, I can do that. In case it helps, this is on image 100 and on the emulator [05:59] dpm: btw, I never managed to start the emulator, it just shows a black screen forever [05:59] dpm: do you run it in a VM? [06:06] mardy, I've just sent the syslog over e-mail. Let me know if that helps and if I can provide more info [06:38] dpm: is the code in some branch in LP? [06:38] dpm: I'm especially interested in the provider and service files [06:50] mardy, I put a link to the code in my e-mail [06:50] let me give you the direct link [06:51] mardy, http://bazaar.launchpad.net/~dpm/reminders-app/switch-to-production/files [06:54] Good morning all [06:56] dpm: you are missing the http(s):// in EVERNOTE_HOSTNAME [07:13] Hi, how can I check online the progress of HackDays [07:13] ? [07:19] dpm: hey [07:20] good morning [07:24] mardy, let me try that, thanks. The api plugin expects the hostname without the protocol [07:24] hi mzanetti [07:24] dpm: I'm a bit confused by your mail [07:25] 1. Authentication itself (i.e. without using the Evernote API plugin) does not work [1]. [07:25] but this did work at some point, no? :) [07:26] mzanetti, it did, but not anymore. I'm looking at the provider files now, to see if adding https helps ^ [07:26] ok [07:26] dpm: well, I've no experience with OA. So I guess getting this to work again would be a requirement for the following points [07:26] indeed [07:26] lets hope the https thing works === chriadam is now known as chriadam|away [08:01] mardy, mzanetti, yay, it works now having added https to the hostname! [08:02] jumping into a call now, and then I'll test Reminders with a real Evernote account [08:13] Good morning all; happy Second Second Half of the Year Day! :-D [08:13] popey: sadly it seems I will not make it on Friday, #mozillaweek and too speed :( [08:14] I will work on switching to the new UI soon, anyway, but the C++ part will wait a bit [08:16] ybon: that's a shame. [08:16] ybon: i believe we will be landing better location service this week. [08:19] that's a good news! [08:19] including agps support? [08:25] popey, morning :-) could you point me in the direction of one of the address-book-app dev's? [08:25] ybon: soon, yes. [08:26] popey: yaaaaaay! [08:26] popey: say thaaaanks to the people working on that :) [08:29] heh [08:29] DanChapman: i think that might be renato.. https://code.launchpad.net/~ubuntu-branches/ubuntu/utopic/address-book-app/utopic [08:34] popey great thanks i'll try and grab him when he's around. I'm trying to import a contact through content-hub but it seems only phone number's are accessible. Wondered if I was doing something wrong [08:36] DanChapman: ah! you might want to look at how calendar does it [08:37] popey ah ok i'll go take a look there :-) thanks [08:37] calendar allows you to create events, so look at the event creation qml code, and lets you pull contacts [08:40] popey: *nod* [08:49] popey: i upgraded to utopic and it is running fine as of now [08:50] popey: i meant calendar [08:57] mihir: awesome, does the calendar management branch work? [08:58] kunal had problems with that [09:01] popey: i am testing that [09:01] also popey can we have some design inputs to add multiple guests? [09:02] mihir: is there a bug / mp with a design question on it? [09:03] popey: this is the bug , https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1295941 [09:03] Ubuntu bug 1295941 in Ubuntu Calendar App "User can only add one guest to the Guests input box for a New Event" [High,Confirmed] [09:03] but it doesn't resolve , adding multiple guests [09:05] thanks [09:18] popey: can you just test wehter this works expectedlly on device , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109? [09:26] mihir: ok [09:44] mihir: left a comment [09:44] popey: i saw that , it behaves same on my desktop thought something is wrong with my machine [09:44] previously it was working fine, guess need to ask reneato about this. [09:47] popey: if you check the event details it shows correct information [09:49] popey: i am not able to figure out why it is not shwoing correctly on Differnt views [10:39] popey, another weird thing about the bug: I found the function that causes the problem in the library, divide(). I started to debug it to find what's wrong. If I create a new variable on L592, just before a do/while cicle, I'm not able to reproduce the bug anymore. But if I add the var at the start of the function, the bug is still here. It wants to make me crazy :-) [10:39] https://bazaar.launchpad.net/~ubuntu-calculator-dev/ubuntu-calculator-app/trunk/view/head:/bignumber.js#L592 [10:39] the var is var counter = 0; [10:39] I want to use it to count how many time the do/ while is called [10:51] rpadovani: tried upstream 1.4.1? [10:51] we're on 1.3, they have released since, https://github.com/MikeMcl/bignumber.js [10:51] popey, yap, I'm working on it, the diff is very little [10:52] changelog doesn't show much [10:58] popey, anyway, if I modify the do / while cycle adding a console.log() I'm not able to reproduce the bug anymore, and I'm sure the bug is in that cycle. I can add a console.log() as workaround, but it's a solution [10:58] *a final solution [10:59] how odd [11:00] I'm doing others try, but anytime I push the app on device I have to reboot the device to reproduce the bug, so it's a slow process [11:25] popey: how can we get another rev of the branch we have proposed for mergin ? [11:25] merging* [11:32] mihir: how do you mean? [11:33] popey: for this MR, i want previous versions [11:33] https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109 [11:33] rpadovani: also, you know 15/2=5, and 19/2=5, but 20/2=10 ⍨ [11:34] mihir: you want older versions of the merge? [11:34] popey: yup [11:35] I don't know if that's possible actually. [11:36] Hmm okay popey [11:36] ah down the bottom [11:36] "Preview diff" [11:37] popey: for this review comment , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109/comments/537225 [11:37] can we talk to renato regarding this ? [11:39] we can ask, sure [11:40] and regarding your lastest review comment , i am still not able to find the root cause, [11:40] popey: if you see the event details it displays correct values , if you have observed it === MacSlow is now known as MacSlow|lunch [11:41] mihir: it does, except it's got the wrong day at the top [11:41] brb === dholbach_ is now known as dholbach === chihchun is now known as chihchun_afk [12:09] Hi all :) [12:12] PaoloRotolo: hey [12:12] Hi mihir! [12:12] yo [12:13] popey: i just took that branch , and tried to create events, it worked well i don't know HOW [12:13] jdstrand, mdeslaur, I have a friend with a security-team question. Is there a specific channel for security-team stuff? [12:13] https://www.youtube.com/watch?v=lG9qGH7c1nY&feature=youtu.be [12:13] popey: video link https://www.youtube.com/watch?v=lG9qGH7c1nY&feature=youtu.be [12:13] hmm [12:14] hey PaoloRotolo :) [12:14] PaoloRotolo: anything we can help you ? [12:14] mihir: how odd. [12:14] popey: yes it is !!! [12:15] mihir: thanks, I'm just looking for bitesize bugs to fix ;) [12:15] PaoloRotolo: that's great, let us know if you need any help or you get stuck, i would be great to help if I can :) [12:15] mihir: thank you! [12:16] popey, who's on the security team and in the EU? :) === MacSlow|lunch is now known as MacSlow === _salem is now known as salem_ [12:54] aquarius: #ubuntu-hardened [12:54] mdeslaur, ya, popey helped. I have summoned remysharp into that very channel to ask his question -- can you help him? [12:55] aquarius: sure! [12:55] mdeslaur, thanks, pal :) [13:25] popey: regarding this bug, could you just check on device, i believe it should have resolved [13:25] https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1291906 [13:25] Ubuntu bug 1291906 in Ubuntu Terminal App "Add a workaround to get "run on device" with Ctrl+F12 working again" [Low,Triaged] [13:25] mihir: lemme see [13:27] balloons: ping [13:28] balloons: I am not able to figure out why Jenkins is getting faild on Calendar app , could you just help ? [13:28] balloons: here is the latest MR , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1335512/+merge/225155 [13:36] dpm: it's -DCLICK_MODE=on that I keep forgetting isn't it? [13:36] mihir: i get ":-1: error: [CMakeFiles/com.ubuntu.calendar_calendar.desktop] Error 127" [13:37] dpm: ^ did I miss something else? (running qtcreator on the cmakelist in calendar trunk). I have a device and a kit [13:37] popey, generally, yes, but I've not had a look at the calendar project for a while [13:37] mihir, sure thing. Let's have a look [13:37] popey, ah, I know what it is, unrelated: [13:38] popey, IIRC Qt Creator expects the .desktop files to be named com.ubuntu.calendar.desktop, not com.ubuntu.calendar_calendar.desktop [13:38] mihir, ohh shoot. I know exactly what the problem is [13:38] It's July 1st already [13:38] I thought at some point it had gained the ability to read the name of the desktop file from the manifest, but I don't think it actually has [13:39] mihir, https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1335241 [13:39] Ubuntu bug 1335241 in Ubuntu Calendar App "test_yearview will fail after june" [High,New] [13:39] ugh [13:39] mihir, we discovered that last week, I thought we fixed it.. Whoops. I'll get something put together [13:40] thanks balloons [13:57] mzanetti, where is "useSandbox" supposed to come from? I might be missing something, but I think this property assignment fails because of it not being set: http://bazaar.launchpad.net/~dpm/reminders-app/switch-to-production/view/head:/src/app/qml/reminders.qml#L132 [13:58] dpm: http://bazaar.launchpad.net/~dpm/reminders-app/switch-to-production/view/head:/src/app/main.cpp#L85 [14:03] mzanetti, ah, yeah, that works indeed, thanks. I've made progress and the authentication works. I've now gotten to a point where the only thing that is failing is "EDAMSystemException Default TExceptio" -> http://pastebin.ubuntu.com/7731553/ [14:03] balloons: ohh thanks a lot :) [14:03] popey: should I push the .desktop file for resolving this issue? [14:04] dpm: nice job! [14:04] dpm: not sure what happens here, would need to investigate... [14:04] dpm: but sounds like an issue in my code [14:05] dpm: it'd be really helpful if you could send me packages of the account stuff etc so I can easily reproduce it [14:07] mzanetti, your wish is my command https://launchpad.net/~dpm/+archive/ppa/?field.series_filter=utopic ;) [14:07] dpm: awesome! [14:07] dpm: does this hold all of it? [14:07] yay! [14:07] yes, account-plugin-evernote is the only one you need, but you can also install account-plugin-evernote-sandbox alongside for testing purposes [14:08] dpm: ok, will end a bit earlier with unity today and give this a shot [14:08] awesome [14:08] thanks! [14:10] dpm: is there anything else that needs to be added in .desktop file , http://paste.ubuntu.com/7731571/ [14:11] mihir, looks good to me, which other things did you want to add? === ogra_` is now known as ogra_ [14:12] dpm: nothing else, i just wanted to verify , i am not missing anything for Qt Creator , so it should run on device [14:13] mihir, I think the only thing QtCreator cares about is the naming [14:14] mihir, anyways your branch will land as soon as trunk is fixed. I'll resubmit it once it's ready [14:15] balloons: okay :) [14:15] thanks a lot balloons :) [14:15] popey: i have created MR, if you get time to test on device , i am not able to test as i don't have device [14:15] popey: https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1291906/+merge/225161 [14:15] thanks [14:17] also , popey this branch [14:17] https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1335512/+merge/225155 [14:17] i guess all bitesize are being resolved except one [14:17] excellent ☻ [14:21] popey: :) [14:25] mardy, after successfully authenticating, I've come across another issue: I don't seem to be able to read the settings from the .provider file. This snippet shows what's happening: http://paste.ubuntu.com/7731633/ - am I doing something wrong? === chihchun_afk is now known as chihchun [14:47] popey, dpm, will the community chat be on ubuntuonair.com? it doesn't seem to know that that's coming up [14:54] aquarius: yes [14:54] cool === dpm__ is now known as dpm === Guest38857 is now known as renatu === renatu is now known as renato_ === renato_ is now known as renato__ === elopio_ is now known as elopio [15:31] ping renato__ [15:31] I'm happy, this is finally ready for a review: https://code.launchpad.net/~elopio/address-book-app/qmltest1 [15:35] elopio, thanks I will take a look soon [15:55] beuno, let me know if https://code.launchpad.net/~dholbach/click-reviewers-tools/deprecate-14-10-dev1/+merge/225188 is what you expected :) [15:55] mvo has interest in this too [15:57] dholbach, looking [15:57] thanks [15:59] all rightie... need to rush off - see you tomorrow! :) === gatox is now known as gatox_lunch [16:25] Hello everybody ! [16:53] is anybody facing issue on wi-fi on utopic? === gatox_lunch is now known as gatox [17:05] dpm: are you on utopic? [17:08] mihir: what chipset are you on? [17:09] i am not sure , need to check on machine [17:12] mihir: if it is intel and your battery is about 30%-ish then it could be the issue I have on mine the powerd setting reduces the power but to the point where it is useless. Fix is to black list your wifi in powerd if that is the case [17:14] davmor2: nope, it is intel and my battery is full 100% but it won't list any of available Wi-Fi connection on the wifi list panel [17:14] mihir: ah pass then [17:20] hi mihir, I'm on trusty. I'll upgrade to utopic, but I've not done it yet [17:20] dpm: okay no issues :) === dpm is now known as dpm-afk [18:25] Problem with QtWebkit and QML in PyQt5 App Ubuntu for Devices (Ubuntu Touch) | http://askubuntu.com/q/490474 === dpm is now known as dpm-afk [19:09] mihir, you still there? [19:09] yes balloons [19:09] mihir, I was hoping you could look at this: https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1334833 [19:10] Ubuntu bug 1334833 in Ubuntu Calendar App "After adding an event, the TimelineBase on DayView duplicates the old EventBubbles" [High,Confirmed] [19:12] balloons: yup, i'll try look into that [19:13] mihir, ty.. I'm a little slow getting the fix landed as my pc hard drive decided to die this morning [19:13] it's landing here: https://code.launchpad.net/~nskaggs/ubuntu-calendar-app/yearview-tweaks/+merge/225208 [19:14] I'm trying to not go too crazy tweaking things, hah [19:16] ahayzen, Whoa! I just discovered something. I lost my /home this morning; all of it. Restoring from a backup, I plopped in a spare drive and recycled out an old one. I just found an old backup of my home, including music :-) It's probably a year out of date, but there's quite a bit here [19:16] it was on the spare drive I was using to copy things around.. wild [19:17] * balloons wonders how much will copy off successfully [19:24] balloons: ohhh ,i saw that you marked MR as WIP === dpm-afk is now known as dpm [19:26] mihir, yes.. gonna pull it now that I'm back on my primary machine, test it and then I'll mark for review [19:28] popey, could you take a look to https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1332567/+merge/225225 please? [19:29] balloons: thanks a lot [19:30] balloons: also , because of some reasons on my machine AP never runs flawless i'll ping you tomorrow regarding this [19:33] mihir, ahh.. ok, yea happy to help [19:41] balloons, at least you have got most of the music back :) [19:42] balloons, when you get a moment could you look at this mp for Victor? https://code.launchpad.net/~vthompson/music-app/mock-home-again/+merge/224739 [19:42] ahayzen, yep, attempting the rsync now to see how much I can get back [19:43] :) [19:43] ahayzen, ohh, he's going back at mocking [19:43] balloons, yeah dbus got removed/reverted/env var to switch back on ... so it is back to a qml plugin now so mocking should work (yn) [19:43] ahayzen, why .. ohh.. [19:44] balloons, some info here of why and what has happened https://code.launchpad.net/~jamesh/mediascanner2/optional-dbus/+merge/224270 [19:45] ahayzen, so you are choosing qml for now [19:45] but if it's going to go back, then what? [19:46] balloons, yep as we had to limit all our models to 500 tracks with the dbus thing otherwise it would explode [19:46] ahh.. fair enough. [19:46] balloons, i'm not sure we were close to properly mocking with dbus weren't we ? [19:47] balloons, but i'm not sure if it will go back to dbus as the default before rtm though...depends how quickly they can sort the efficiency issues [19:48] ahayzen, there's a small bit we need.. I don't remember at the moment [19:48] yeah same...all i remember was it was close [19:48] but yea. fair enough and assuming it goes fine on the device, +1 from me [19:49] balloons, cool i'll retest on my device in a bit then approve it.. [19:50] '** mtp-server crash when transferring music on #15 [19:50] https://bugs.launchpad.net/ubuntu/+source/mtp/+bug/1317263 [19:50] -> Very old bug but gains on importance in the upcoming days' [19:50] Ubuntu bug 1317263 in mtp (Ubuntu) "mtp-server crash when transferring music on #15" [Undecided,Confirmed] [19:50] what does that mean... gains importance in the upcoming days? ...whts happening in a few days? [19:54] * balloons looks [19:54] balloons, the mocking seems to be working on autopilot on the device :) [19:55] balloons, that was in the landing email for today, not text from the bug itself [19:55] * ahayzen waits for tests to complete [19:55] ahh.. mtp is the communication protocol from phone to pc [19:56] ahayzen, so it has the mocked library on phone, not yours right? [19:56] balloons, yeah the nautilus one... but people were having issues of it crashing..then they were copying with adb push, which makes the files root and unreadable by gst lol [19:56] balloons, yep it seems to be going well so far [19:57] balloons, i was more just wondering why the importance of that bug had suddenly been increased and included in the landing mail [20:01] ahayzen, that I'm not sure :-) [20:02] balloons, i'm sure we'll find out in the 'upcoming days' ... anyway autopilot appears to be running well :) [20:02] rtm [20:02] that's why [20:02] sergiusens, yes, rtm is the answer to everything ;-) [20:03] sergiusens, oh is it because packages are going to be frozen soon? [20:03] balloons: you were born for this moment ;) [20:03] ahayzen: yeah, july 17; last day for crazy stuff iirc [20:04] feature freeze is in a couple days [20:04] sergiusens, ah i see ... but us app developers are independent due to the click store right ? [20:04] for the rtm at least [20:04] * ahayzen has lots of code he wants to land in the music-app before rtm [20:04] ahayzen: being on the image increases the quality gate though [20:05] but yeah; should be more relaxed [20:05] sergiusens, yeah it should be ok === salem_ is now known as _salem [20:13] balloons, Ran 17 tests in 1146.647s OK \o/ [20:14] woot.. [20:14] balloons, and my music is still there afterwards :) [20:16] ahayzen, that's the real test! [20:16] yep [21:13] t1mp_, ping [21:25] ahayzen: hello [21:25] t1mp_, i'm having issues with the panel... === t1mp_ is now known as t1mp [21:26] t1mp_, i've created an example here https://code.launchpad.net/~andrew-hayzen/+junk/panel-height-change [21:26] t1mp, basically the green section should be locked to the top of the panel [21:28] t1mp, i believe it is because the panel.position isn't updated when the height changes [21:29] ahayzen: the green part seems to be correct when dragging the panel, but when I click 'large' and then 'small', the green disappears until I interact with it again [21:29] ahayzen: is that the issue? [21:30] t1mp, yeah in test 1 the green part disappears [21:30] t1mp, and in test 2 ... like the panel becomes stuck half show [21:30] *shown [21:31] t1mp, the red part is just a rectangle filling the panel... and the green part is a rectangle with anchors.bottom as the panel.top ... so it should always be just above the panel [21:32] t1mp, so the issue is that in the first case... the panel changes height and it seems that panel.top is now not at the bottom of the page but much further below...therefore causing the green section to disappear offscreen [21:32] and case 2 is a similar thing but the other way round so it becomes too big [21:34] t1mp, do you understand the issue or do i need to explain it more? it is quite complicated lol [21:35] ahayzen: one thing, probably it is good to set "useDeprecatedToolbar: false" to avoid interference with the old toolbar [21:36] ahayzen: but my suggestion doesn't solve your problem [21:36] t1mp, ah yes, this is just an example code forgot to put that in [21:36] t1mp, is there a better way of binding that green rectangle to the top of the panel? or is it just an issue with the panel itself? [21:36] ahayzen: I understand the problem [21:37] ahayzen: can you report it as a bug and include the code there? [21:37] t1mp, ok :) ... i'll try and explain it in the description again :) [21:38] ahayzen: your code looks fine, it is an issue with the Panel [21:38] ahayzen: I guess I never considered a panel that changes size I guess :) [21:38] t1mp, ok thanks... is this a simple fix to the panel? [21:39] t1mp, it is because we are using it for our toolbar in the music-app which changes depending on context [21:39] ahayzen: I'm not sure, but it shouldn't be very complicated. Probably some properties are updated in the wrong order or something [21:40] ahayzen: if you want to make sure it is fixed fast, you can have a look at Panel.qml and see if you can fix it [21:40] t1mp, ok ... i'll report a bug and ping it over to u [21:40] ahayzen: I'll try to have a look at it, but I am working on some new header features that we need first [21:40] t1mp, yeah i may have a play ... i'm already confused enough trying to figure out what was actually happening initially lol [21:41] t1mp, ok thanks [21:41] ahayzen: maybe that was the hardest part :) [21:41] yeah it felt it, i thought it was somehow going invisible or something lol [21:41] ahayzen: assign the bug to me (tpeeters on lp), because I may not be on irc much longer today so I might miss your message [21:42] t1mp, ok will do [21:42] ahayzen: often when I test panel/toolbar stuff, I put the MainView inside an Item which is larger than the MainView, you can then see where the panel goes when it is closed :) [21:43] t1mp, ah now that would have been useful :) [21:48] ahayzen: if you merge lp:~tpeeters/+junk/panel-height-change you see what I mean :) [21:49] t1mp, thanks [21:51] t1mp, ah that is nice... you can actually see what is happening now [21:56] t1mp, https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1336563 [21:56] Ubuntu bug 1336563 in Ubuntu UI Toolkit "Changing height of the panel causes glitches" [Undecided,New] [21:56] t1mp, it won't let me assign you i don't think as i'm not part of the right team? [21:58] ahayzen: I confirmed the bug and assigned myself [21:58] ahayzen: thanks for reporting [21:58] t1mp, cool thanks [21:58] * t1mp off now, too sleepy to read more code ;) [21:58] t1mp, o/