[00:53] hey guys ... how does one persist state in an ubuntu html5 app? [01:12] balloons, did you want this to be reviewed? https://code.launchpad.net/~nskaggs/music-app/fix-1379488/+merge/237866 [01:15] ahayzen_, not yet. music might be just fine to leave alone [01:15] balloons, ok i won't touch it :) do you want to comment/mark as WIP so other people don't try to review? [01:16] ahayzen_, ack. done [01:16] balloons, cool thanks [01:34] hello??? [01:35] how to persist in an ubuntu-html5/js-app?? the api doc doesn't show any file-api or something? is there actual access to the typical browser-localStorage??? [01:35] joehannes, all the js things you would normally expect are there [01:36] balloons: so, cool ... how to keep up if the docs are not there? is it webkit based/can I assume I can do everything I can do in Webkit? [01:36] joehannes, did you see http://developer.ubuntu.com/apps/html-5/? [01:37] balloons, I've been all over the place, couldn't find anything on DBs or Files [01:39] joehannes, might be worthy of a question no matter what: http://askubuntu.com/questions/ask [01:39] balloons ... ok [01:39] thx [01:40] joehannes, with qml you can use u1db or qt localstorage. I would expect localStorage to just work [01:40] for html5 apps [01:41] joehannes, so I would try it.. [01:43] balloons: hmmm ... well. well. I don't know. I expected some File API or at least some docs ... [01:43] anyway, I'm not really in a hurry, just playing around, so, asking the question now [01:44] joehannes, basically what you see http://developer.ubuntu.com/api/html5/development/ is in addition html5 stuff.. so http://diveintohtml5.info/storage.html [01:45] I haven't played much with the web stuff so I can't be more specific than that.. But more or less html5 apps should just work, and if you want some more platform goodies, that api should have you covered [01:45] balloons: sure, but that would mean the app container must be some kind of browser [01:45] balloonbs: for the usual JS-APIs to work [01:46] joehannes, it's a container yes [01:47] balloons: but it is confusing me then that there is for example a cordova platform service "inappbrowser" ... what ... a browser in a browser? [01:47] balloons ... ok, so if you're sure then that's cool [01:47] joehannes, it's quite possible my terminology is misleading you. I'm not a web dev [01:48] balloons ... ok. understood, so I'll make sure I'm not making wrong decisions [01:48] a ubuntu html5 app runs in a web container. It has access to ubuntu themed widgets and ubuntu platform apis as well. [01:49] however it is simply an html5 app, so everything you know about writing and making an html5 app applies [01:49] but yea, askubuntu is a good place to ask.. and another time when other folks are around in here :-) [01:55] balloons: can you trigger jenkins on https://code.launchpad.net/~nik90/ubuntu-clock-app/13-next-alarm-bottomedge/+merge/237188 [01:55] balloons: I am trying to fix the failure there [01:55] nik90, sure.. friday release looking good? [01:55] balloons: I hope so..I am just a bit frustated..autopilot is too fragile..breaks so fast [01:56] In the AlarmPage.qml, I added one line of code 23 + property var alarmModel, which changes the autopilot object type from Page11 to AlarmPage [01:57] nik90, the Page11 bug is certainly annoying [01:58] locally the tests fails with http://paste.ubuntu.com/8530309/ [01:58] not sure if it is my system, let's see how it runs in jenkins [02:01] nik90, if it fails locally . . . [02:01] i think it is because of my lxc container... [02:01] I am checking again on VM [02:04] balloons: it passes in the vm [02:05] nik90, hmm [02:06] balloons: well lxc acts up sometimes... full error log is http://paste.ubuntu.com/8530335/ [02:07] some weird shader failures [02:07] yay jenkins passed [06:43] Hi ! [06:44] I develop a native application for ubuntu touch. C/C++ application that talks to MIR and do opengl calls. [06:44] I have two issues : [06:45] the app menu bar still appears, so that I cannot use the full screen. (I cannot even know the size of availlable screen) [06:45] and also forcing the orientation. [06:45] so : [06:46] 1/ is it possible to hide the "appmenu" (top status bar) in fullscreen ?? (or to know through MIR, the size of screen minus the appmenu [06:46] 2/ is it possible to force the app to start in Portait or Landscape [06:46] thanks for you hlep === dpm_ is now known as dpm [07:53] slvn: i believe you can hide the top bar.. the camera does it [07:53] slvn: maybe look at http://launchpad.net/camera-app to find out how? [07:54] slvn: Saviq may know how also, I know you can do it in webapps, but don't know how with native opengl ones [07:57] slvn, there's no way yet to start in portrait vs. landscape, but yes you can make your app fullscreen, you just need to tell Mir you want that [07:57] it will be communicated to the shell and you'll get a fullscreen surface [08:11] Hi [08:16] Good morning all; happy Friday and happy World Mental Health Day! :-D [08:48] zbenjamin, hello, what could cause new scope projects on the SDK to only have the option to run tests and not the scope itself? [08:50] davidcalle: bug, fix is already in release, but you can workaround it: add this to your project file: set(UBUNTU_MANIFEST_PATH "manifest.json.in" CACHE INTERNAL "Tells QtCreator location and name of the manifest file") [08:55] zbenjamin, which file? [08:55] davidcalle: CMakeLists.txt the toplevel one [08:55] davidcalle: then run cmake again [08:57] zbenjamin, thanks, will try as soon as qtcreator has finished creating a chroot... :) [09:02] Hi popey + Saviq. So I tried the "mir_surface_state_fullscreen" the application start like before : almost fullscreen. There is the "appmenu" (the status bar with Clock, Wifi, Battery). [09:03] if I remember correctly [09:03] MIR allow to start fullscreen [09:03] but the launcher add the app menu [09:04] I think I remember that when the app was started from command line. I had a real fullscreen [09:06] I have looked at the CameraApp. .. in setup() http://bazaar.launchpad.net/~phablet-team/camera-app/trunk/view/head:/cameraapplication.cpp [09:06] ... m_view->showFullScreen(); [09:07] slvn: sorry, you've exhausted my knowledge on the subject.. [09:07] (also a little difference, my manifest.json is sdk-14.04, whereas it is : "framework": "ubuntu-sdk-14.10-dev2" for app camera) [09:07] use 14.10 [09:08] no problem, thanks for your help anyway ! [09:08] slvn, you might wanna try #ubuntu-mir [09:08] yep :) [09:08] I will ask ! [09:14] Also, newbie question, setting framework to 14.10 say: [09:14] WARNING:root:Ignoring missing framework "ubuntu-sdk-14.10-dev2" [09:15] ubuntu-sdk-14.10-dev2 is valid. [09:15] are you on 14.04? [09:16] my PC is 14.04 [09:16] that may be why, it is valid. [09:19] "click framework list" shows only 14.04 frameworks [09:20] http://paste.ubuntu.com/8531785/ [09:20] those are valid - on my phone [09:21] slvn, you need the sdk from https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/ppa if you want to target newer releases [09:28] Thanks I will try ! [09:54] mzanetti: hey, Do you know the difference between mouseDrag(), mouseClick() and the functions in http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Test.TestExtras/ (touchDrag(), touchClick()) ? [09:56] zsombi: ^^ [09:57] I also need to know how I can use those functions since by default it says those functions don't exist and I am using UbuntuTestCase with Ubuntu.Test 1.0 [09:57] nik90: doesn't teh name tell it? :) [09:57] zsombi: until now I have been using mouseDrag(), mouseClick() to do it. so why the new functions? [09:57] nik90: touchXXXX funcs produce touch events [09:58] nik90: because some components need to behave differently with touch [09:58] nik90: like text inputs [09:58] ah ok [09:58] nik90: so we've added touch functions to the test [09:59] I tried calling registerTouchDevice(), but it doesnt recognize that function on utopic. [09:59] in the initTestCase() function [09:59] nik90: one essential behavior is that caret handler is not shown ever if there are touch events comming, pressAndHold is handled only on touch events, etc [10:00] ah ok makes sense === slvn is now known as Guest48010 === Guest48010 is now known as slvn_ [10:43] mzanetti, going through the reminders bugs, I see bug 1316800 - I remember on one of your latest branches you were fixing some warnings. Was that one of the ones you fixed? [10:43] bug 1316800 in Ubuntu Reminders app "Error messages: Cannot read property of 'undefined'" [Low,Triaged] https://launchpad.net/bugs/1316800 [10:43] dpm: I don't think so [10:43] ok, I'll leave it open, then [10:43] dpm: but this is an easy one [10:45] mzanetti, ok, tagged as 'bitesize' - if you've got some more context that could help someone fix it, we can add it to the bug. Also, now that content hub is working, do you think we could support music attachments and send them to the Music app to play? [10:45] I meant *audio attachments [10:45] dpm: yeah, but that's not so easy :) [10:48] mzanetti, what would be the main difficulty associated? [10:49] parsing the audio file from enml [10:49] dpm: I did start with that, however I'm not exactly sure where I left [10:49] mzanetti: it took quite a long time, but finally (relieved) your feature to show the time to the next active alarm on the bottom edge has been implemented and merged. Should release it today if testing goes well :) [10:50] s/your feature/the feature you requested [10:50] nik90: hehe, awesome :D thanks [10:50] :) [10:51] popey: I am preparing a click atm..I couldn't do it yesterday since I had several AP and qml test failures I had to fix [10:51] np, i was just about to ask. [10:54] dpm: now that is weird [10:54] dpm: I was just fixing those warnings and restarted reminders for a couple of time [10:54] dpm: was working fine the first few times, all of the sudden I got a notification that I can no longer access that account [10:55] I deleted it and recreated it but always the same. as soon as I start reminders it will break down and mark it as invalid again [10:58] popey: its in dropbox [10:58] popey, dpm: A very trivial pot file update -> https://code.launchpad.net/~nik90/ubuntu-clock-app/pot-file-oct10/+merge/237938 pls approve [10:58] mzanetti, hm, strange. Let me see if I can still access my account... [11:00] dpm: https://code.launchpad.net/~mzanetti/reminders-app/suppress-warnings/+merge/237939 [11:00] nik90: done [11:00] thnx [11:01] nik90, done (twice :) [11:01] dpm: thnx [11:09] nice one, thanks mzanetti [11:46] popey, thanks for digging out the info about the UOA versions in promoted images. So you're saying that for utopic there won't be a promotion any time soon - how is "soon" in this context? Not in a few weeks? No promotions planned for utopic at all? And given that, and that the RTM promoted image has the right version, would you recommend to do the Reminders update as soon as the seeds change lands in a promoted (RTM) image? === karni is now known as karni-afk [12:01] dpm: i asked sil2100 about this earlier and he said we don't have resource to promote a utopic image [12:01] dpm: yes, I would push the click as soon as the seed lands [12:02] ok, thanks popey, based on that, let's go for that plan [12:02] k [12:03] rpadovani, I think you were using the utopic images - given that there will be no promotions any time soon, you might want to switch to the ubuntu-rtm images ^ :) [12:03] dpm: he did so yesterday [12:03] ah, cool :) [12:03] dpm: I couldn't believe he was still usingn 243 :) [12:04] retro! [12:04] I remember those days... [12:04] back in.. September [12:04] unbelievable how, at the pace that we're going, things get old in a few days... [12:04] ;_ [12:04] ;) [12:04] yeah, those were the days :) [12:05] and on a higher design frenzy, the music app remix wins the "retro in a few hours" prize :) [12:06] also.. terminal [12:06] but thats a special kind of retro [12:07] Not only is the old design "old" and retro, the _new_ design is _older_ [12:12] popey, FYI i think the next click should be built when https://code.launchpad.net/~andrew-hayzen/music-app/remix-seeking-workaround/+merge/237669 https://code.launchpad.net/~vthompson/music-app/remix-songs-tab/+merge/237204 https://code.launchpad.net/~vthompson/music-app/remix-queue-list/+merge/237525 land, and note Victor is blocked by design on the last one as we are awaiting icons etc [12:14] ok === karni-afk is now known as karni [12:46] popey: manual test results -> https://www.dropbox.com/s/gtjz3s76de0i162/results.html?dl=0 [12:46] well thats fancy [12:47] i have tested it a bit and not found any problems so far. [12:47] popey: the manual test suite will be provided as a click in the future for easier testing.. (courtesy of zyga) [12:47] popey: that's why I didnt ask you to run that test suite yet [12:47] heh === rmescandon is now known as rmescandon-lunch === nik90 is now known as nik90|Lunch [13:27] popey: let me fix the last manual test failure before pushing to store. It is a genuine regression and must be fixed first. [13:27] ok [13:27] have your lunch first though ☻ [13:27] yes :) [13:49] popey, dpm nik90|Lunch you're 3 funny guys :D But yes, yesterday after the update to RTM I was all "Oh woooow" [13:49] Anyway, camera tooks very looooooong time to start (3 minutes), is it a known bug? [13:54] rpadovani, can you run top? [13:57] brendand, http://paste.ubuntu.com/8533056/ [13:58] rpadovani, hmm that looks ok [13:58] rpadovani, did the spinner stop spinning when camera was launching? [13:58] brendand, yap, after 2/3 seconds, and it freezes the phone. I have to wait for some minutes === mpt_ is now known as mpt === rmescandon-lunch is now known as rmescandon [14:06] mzanetti, hey, are you here? [14:08] rpadovani: have I ever been not here? [14:08] :D [14:08] j/k [14:08] mzanetti, I remember one day, was during the winter of '67 IIRC :P [14:08] rpadovani: right.. I noticed the camera hang too on rtm [14:09] rpadovani: seems to hang very low down, on the android side of things [14:09] mzanetti, anyway, about your tag branch, it's awesome, but I'm not sure on why did you comment out all actions [14:09] in tags page I mean [14:10] rpadovani: because I just copied over the notebooksPage. so they would do wrong things [14:10] mzanetti, ok. Last thing: + objectName: 'notebooksPage' [14:10] rpadovani: and because I didn't want to work on the ui more then required for testing the tags [14:10] mzanetti, I think this could broke the autopilot, so fix to 'tagsPage', will take care of UI later [14:10] I just commented it out because I figured it might be useful when properly working on the page [14:11] rpadovani: yeah, good one. will fix [14:11] mzanetti, wonderful, thanks! ping me when you've done and I'll top approve [14:11] rpadovani: pushed [14:12] wow [14:12] dpm: so please don't do a release right now [14:12] mzanetti, text conflict [14:12] dpm: we should properly get the tags ui done before releasing next time [14:12] ouch :) [14:13] * mzanetti merges [14:13] mzanetti, does change something in cmake? All our last branches have modify to the .pot file [14:14] rpadovani: I think dpm set that up [14:15] rpadovani: pushed [14:16] mzanetti, do you want to wait to have UI improvement before merge that one? [14:16] rpadovani: do you plan to work on the ui soon? [14:16] or are you busy with university atm? [14:17] mzanetti, dunno, I have a lot of branches here and there. Anyway, if I'm not able to do that this week, for sure I'll do it in washington [14:17] rpadovani: lets get it merged then [14:18] I think its fine to not do a release for 2 weeks [14:19] great! top approved then [14:19] mzanetti, well, we need to do a release that includes the account plugin in the click asap, but that doesn't prevent us from landing things in trunk. We can do a release from a particular bzr version, which is what I was planning to do for this one [14:20] dpm: did the click stuff land in trunk already? [14:20] ah right, sure it did... it broke my setup :D [14:21] dpm: ok well, rpadovani approved the tags branch, if you think that's problematic, feel free to unapprove until you have done the click release [14:21] mzanetti, not a problem, I was thinking of releasing rev265 [14:22] ack [14:22] mzanetti and account plugin: a story of a big love. Soon in best cinemas of the country! [14:22] yeah... never going to work out :D [14:22] rpadovani: ah right reminds me... the bug where it tries to use my jabber account. will you look into that too or should I? [14:23] mzanetti, I think you have to, I don't have any idea on how reproduce it, it's your computer the fault :P [14:24] lol [14:24] rpadovani: wel, I just added my jabber account in online accounts, and it causes that to show up in reminders app [14:24] mzanetti, if you don't have time, I'll take a look === karni is now known as karni-eod === nik90|Lunch is now known as nik90 [15:00] popey: I fixed the timezone regression in https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-timezone-regression/+merge/237994 [15:00] popey: once that lands, I think we should be good to go. [15:02] \o/ [15:02] nik90: decided what to do about the splash? [15:03] popey: no sry, I was typing out the email this morning when I got caught in other stuff [15:03] np [15:08] mardy, hey :-) Some code where I had the core dump last week, now it's fixed, but I have a core dump when I change account: http://paste.ubuntu.com/8533290/ [15:15] rpadovani: can you do a quick review (code review only) of https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-timezone-regression/+merge/237994. I already did the testing extensively. It fixes a regression that creeped in with the latest MPs. [15:15] 3 lines of code [15:24] nik90, done [15:24] rpadovani: thnx [15:25] popey: when the above MP lands, feel free to grab the click from jenkins and upload to store. [15:25] * nik90 needs a break [15:25] roger! [15:26] Nice work nik90! [15:26] popey: thnx. Next week will hopefully be performance week. Enjoy your weekend :) [15:34] nik90: you too [15:37] dpm, https://code.launchpad.net/~rpadovani/reminders-app/multipleAccounts/+merge/237682/comments/583862 [15:51] rpadovani, wow, you're quick! As I said, you should go to uni more often, then :D [15:51] rpadovani, let me test it in about 30 mins [15:54] dpm, anyway, as I wrote, it does a core dump, so I marked to wip [16:02] balloons: please could you upload http://s-jenkins.ubuntu-ci:8080/job/clock-app-click/lastSuccessfulBuild/artifact/out/com.ubuntu.clock_3.2.139_armhf.click to the store... /cc nik90 [16:03] rpadovani, mzanetti, what time would you suggest I change the Reminders meeting to? I changed it only for this week, and I'm not sure if it's a time that will work for you going forward [16:03] dpm, Thu morning could work for me [16:03] wahoo, clock release time [16:04] yeah! [16:04] dpm: works for me too [16:04] popey, nik90 uploaded https://myapps.developer.ubuntu.com/dev/click-apps/121/changerequest/ [16:05] rpadovani, mzanetti, thanks, deal! [16:05] balloons: thnx :D [16:06] balloons: wanna join the landing meeting? [16:07] popey,just noticed the time [16:07] omw [16:08] hey nik90 ! it's 1 year and 1 day since the first version of clock was uploaded to the store! [16:08] "on 2013-10-09 22:26 - 1 year ago" [16:08] popey: yay .. anniversary :) [16:09] celebrate! [16:09] woop woop :) [16:14] screenshots of first and current please! [16:27] hey balloons how are you doing ? [16:27] mihir, howdy [16:28] balloons: doing great :D [16:28] renato___: is that branch got merged and released ? [16:28] popey: i am sorry , i'll clear MR backlogs today for calendar :) [16:29] \o/ [16:29] mihir, is already on the silo, should be released next week [16:29] that would be awesome, and we can upload a new version! [16:30] renato___: okay thanks, popey we can :) [16:30] * mihir forgets lots of things , should better update to-do-list :P [16:31] rpadovani, hm, it still freezes for me when switching accounts in the emulator, but let me see if I can test on the device. Another question: why does the option selector does not show me with a tick which account I've got selected? And why is it not enclosed in an Ubuntu shape? [16:34] dpm, I think the problem of freeze is with online accounts, I'm waiting for mardy to verify. About the tick I didn't implement it, but it's a great suggestion. Do you want also an Ubuntu Shape? [16:36] balloons: first screenshot: https://4.bp.blogspot.com/-u3YUgPznIbs/UXmxCSqejMI/AAAAAAAABVk/NMnsRMAiaQI/s1600/Clock1.png, Current screenshot -> https://imgur.com/3tNf7io [16:39] nik90, I love the TODO :-) [16:39] ping bfiller: you didn't include this MP on your latest gallery landings. Can you please take it into account for the next one? [16:39] https://code.launchpad.net/~canonical-platform-qa/gallery-app/qmltests1/+merge/235390 [16:39] balloons: the todo still remains a todo until today :) === gatox is now known as gatox_lunch [16:41] elopio: sorry about that, I literally can't keep track of it all, going crazy :) [16:41] elopio: will get it for the next upload [16:42] bfiller: I understand. I would have reminded you about it earlier if I could keep track of it all :) [16:42] thanks. [16:43] nik90, I'll note you never liked numbers on the clock face :-) [16:44] rofl [16:44] hehe [16:45] rpadovani, yeah, essentially as the drawing I did, if that's doable [16:46] dpm, yes, I think yes, I'm working on browser right now and this night I'll be out of home, but during the we I'll implement it [17:08] wow , icon refresh on scope has been resolved :D [17:11] popey, you around ? [17:12] ya [17:12] popey, i tested this , i guess the transition from Calendar - to Month is okay i believe [17:12] popey, could you confirm so that we can close this MR ,https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/calendar-splash/+merge/237319 [17:13] lets see [17:14] popey, okay :) you test in on device and comment on MP. I'll leave final call on your inputs :D [17:14] I'm sure it's fine. [17:15] popey, could you approve and top approve then ? [17:15] If it's not good then we need to talk to unity/mir people about more / different options [17:15] will do [17:15] see the comment from Renato? [17:15] popey, yes that how can we make this dynamically [17:15] you can remove +_X-Ubuntu-Splash-Title=Calendar [17:17] popey, pushed newer version. [17:17] ok [17:17] * mihir_ moves to next MR [17:18] balloons, ping [17:19] ahayzen, pong [17:19] go go mihir! [17:20] I love all the updates coming to calendar [17:20] balloons, has jenkins just changed we are seeing really strange failures? [17:20] yeah [17:20] balloons, http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/854/ [17:20] ahayzen, jenkins has changed [17:20] balloons, like the app is too big for the screen in some... watch test_shuffle [17:20] top approved that mihir_ [17:20] ahayzen, we did some changes to how the apps are running. Apologies if it's caused you fallout [17:21] balloons, yeah, this was passing earlier :/ [17:21] balloons, so do we need to make changes to autopilot? or is it the setup on jenkins that needs changing? [17:22] ahayzen, I ran a version of remix trunk to see what fails [17:22] balloons, thanks [17:22] ahayzen, we are now running with a window manager during the test runs, and in addition, the display is locked to phone size [17:22] ahayzen, does the app force the display to be tablet mode on desktop? [17:23] balloons, no that just looks like it thinks the screen size it much wider it is strange [17:23] balloons, it should be dynamic as the window changes size [17:25] ahayzen, ok let me test locally and see how we might need to tweak [17:28] balloons, thanks [17:28] balloons, ok it just passed?! [17:28] balloons, now i'm confused [17:29] balloons, maybe we caught it in the transition or something? [17:31] ahayzen, this is the trunk run: http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/856/ [17:31] ahayzen, the changes happened yesterday.. unless francis has been playing this morning and I don't know about it [17:33] balloons, well this was the failed autolanding http://91.189.93.70:8080/job/music-app-remix-autolanding/16/ and this was the auto CI that passed http://91.189.93.70:8080/job/music-app-remix-ci/67/ both on the same rev [17:33] balloons, shall I try top approving again just to see if it was some crazy magic? [17:35] ahayzen, yea I see the trunk run looks like it's going to be all green [17:36] balloons, i've top approved now we wait :) === gatox_lunch is now known as gatox [17:54] popey, okay thank you. [17:54] balloons, yeah :) [17:55] ahayzen, let me know how it goes. trunk did end all green [18:03] balloons, it landed :) [18:05] popey, all mps landed and i've updated the readme please build and upload a click :) [18:13] popey, i love this , and looks great i guess --> http://i.imgur.com/t6b4FML.png [18:13] popey, we'll remove context from the event in weekview :) [18:17] mihir_: ooooh! [18:18] loving the work you guys are doing on calendar! [18:19] ahayzen: will do! [18:20] popey, thanks [18:24] anyone looking for some polish to do who'd want to tackle a (possibly) bitesize bug in Reminders? bug 1379888 [18:24] bug 1379888 in Ubuntu Reminders app "Reminders page has offscreen elements and no margins" [High,Triaged] https://launchpad.net/bugs/1379888 [18:24] asking on a friday night... good luck dpm ☻ [18:25] I felt I had to give it a go... :-) [18:32] ahayzen: done [18:32] popey, thanks :) [18:32] np [18:32] curry calls me.... [18:35] mmm.. curry [18:36] popey: Mark Curry lives near you? [18:39] * mihir_ reviewed - updates all the MR..feeling relieved :) [18:45] * popey hugs mihir_ [18:46] Oh my! http://people.canonical.com/~dpm/core-apps-sponsoring/ [18:46] look at that! [18:46] less than 20 [18:46] not been like that since the Great Jenkins Fsck Up of September 2014 [18:47] lol..nice one [18:47] is https://code.launchpad.net/~akiva/ubuntu-calendar-app/assortment-of-fixes-to-newevents/+merge/237429 landing? [18:48] mihir_, ^^ [18:49] oooh! https://twitter.com/oscon/status/520623277598068736 [18:49] oO [18:49] no more portland [18:49] nik90: may be of interest to you... ^ [18:50] popey, that said, was it ever in europe? [18:50] popey: I don't know much about OSCON, but I'd be interesting in finding out more [18:50] i went last year. [18:50] it's not in Portland, not in the US, and not in the summer [18:50] what happened to oscon? [18:51] haha [18:51] wow this looks interesting [18:52] its a big event [18:52] balloons, ahhh , thanks , the commend didn't push :| [18:52] baahhhh [18:53] * nik90 runs to prepare Indian curry..bbl [18:54] balloons: it dawned on them that the rest of the world bought their books [18:54] davmor2, so much change . . . [18:55] balloons: the world has grown up around you ;) [18:56] nik90, indian curry :D [18:56] * popey is going to http://www.zaffron.co.uk/ [18:56] boasting "greatest Indian food in the area" [18:57] popey, you like indian food ? [18:57] I love it.. a curry club! [18:57] I am british, so yes. [18:57] balloons, you too :-o [18:57] It's easily my fave food. [18:57] I actually prefer thai style curry.. but I do love it [18:58] hahaha okay :) [18:58] it has more spices than normal curry [19:00] * popey leaves to prepare his eating hands. Have a great weekend guys and gals! [19:00] popey, enjoy it :) do test calendar report bugs if you find any \m/ [19:01] will do! [19:01] poke balloons to do more uploads if anything else lands ☻ [19:01] o/ [19:02] sure. sadly my MRs are pending and one some of them needs fixing so won't be able to do this week i guess [19:06] balloons, how do we maintain versions of an application ? [19:34] balloons: I can't believe this..If you add a "property" to a Page{}, the autopilot object name changes from "Page11" to "FileName". That's the trick (well bug) :) [19:34] balloons: that's why in my previous merges where I added a single property AP failed [19:34] mihir_, sorry I missed your question. What do you mean? [19:35] nik90, let's go find the bug again. So you are saying if you add ANY property to the qml declaration it sets a proper name? [19:35] balloons: yup [19:36] nik90, well that's both weird, and makes it much easier to workaround [19:36] (and avoid surprises) [19:36] https://bugs.launchpad.net/autopilot-qt/+bug/1341671 [19:36] Ubuntu bug 1341671 in Autopilot Qt Support "Versioned QML classes are not recognized by their public type name" [High,Confirmed] [19:37] I will ran a few more tests and comment on that bug report [19:37] s/ran/run [20:16] nik90, thanks for doing that. I'm curious to see what you figure out [20:17] balloons: it definitely seems like adding any property sets the proper public type name [20:17] balloons: I presume we need a sample app for easy confirmation [20:18] nik90, might be overkill for 'proof' but I suppose it might be useful to the AP folks. It's kind of weird it's marked as autopilot bug [20:19] nik90, note Leo has some example qml attached [20:19] balloons: oh his example are so much easier [20:19] cool I will add a property there with the object tree screenshot to show my proof then [20:19] cool [20:21] balloons: hey I got a small technical question [20:22] yes? [20:22] balloons: so in my MP I am working on, the bottom edge has a small animation duration of (~500 ms) to show up after the "hidden" property is set to False. Now in the AP tests, I have wait_for_property(False). However this doesn't wait for the extra 500 secs for the UI to actually finish the animation. [20:22] I was typing :) [20:22] balloons: how do I do this in AP? [20:26] nik90, interesting. So you have an animation that starts after you set a property to false? You should wait for the animation to finish instead: animation.moving.wait_for(False) [20:26] balloons: yes, it starts the animation after it. [20:26] okay I need to somehow figure out how to detect if the animation is running [20:27] ah I think I have an idea, thnx [20:27] sure. There should be an object that is created [20:42] * ahoneybun released Ubuntu Beginner 1.2 [21:34] anybody here testing ubuntu touch? [21:36] never ;-) [21:41] balloons, :P [21:41] im using devel-proposed, and just wondering if anybody else experienced the "Sim Lock" [21:43] bmatusiak, https://bugs.launchpad.net/ubuntu/+source/telepathy-ofono/+bug/1379836 [21:43] Ubuntu bug 1379836 in telepathy-ofono (Ubuntu) "dialer and messaging app say pin locked when it isn't on mako" [Critical,Confirmed] [21:44] thats wierd, because im using mako [21:45] bmatusiak, ? sounds exactly like your issue [21:45] it is but "pin locked when it isn't on mako" [21:45] you misunderstand.. [21:46] it only happens on mako [21:46] "pin locked when it isn't" and then "on mako" [21:46] ahh,, i c [21:46] bad sentence, but :-) [21:47] yea that could have used a semicolon :P [21:47] balloons, thanks for the confirm [21:47] now i know where to check for bugs also, [21:48] fixed the bug title to not be so confusing ;-) [21:49] Elleo: is that content-hub move bug landed in the latest devel or rtm image? [21:51] balloons, also my 3g was not working but worked on previous builds, do you have any thing on the top of your head for that? [21:52] nope, sorry [21:53] bmatusiak, maybe the settings got formated? [21:53] balloons: the commans should of been ", when it isn't, ..." [21:53] balloons: "; on mako" is not a sentence [21:54] sergiusens, see if you like the new title a bit better. I made it less confusing [21:54] bmatusiak, subscribe to https://launchpad.net/~ubuntu-phone mailing list [21:54] you can chat with others and share feedback there [21:54] balloons: ah, but it's specific to mako and aosp; you stripped that out [21:54] right, personally those details would be in the report, imho [21:55] as they can change anyway [21:55] balloons: not from a managers PoV defining which bugs are a must have for next week ;-) [21:55] To keep it clear however, I would add on mako to the start of the bug [21:55] so On mako, dialer ... [21:56] balloons: ideally, we need a hardware entry for bugs :-) [21:56] sergiusens, I get it.. might read as a bad headline [21:56] Yea, we need a +Affects Hardware [22:12] well now im bored [22:14] ahoneybun, i never had to input settings [22:18] bmatusiak, oh sorry I had to I thought maybe [22:38] balloons: I added my observations to the bug report. [22:38] balloons: I added a sample project to reproduce the bug consistently [22:38] hope this helps