[00:42] popey: would mentioning the possibility of running "sudo service powerd stop/start" in CuteSpotify's store description be frowned upon? === chriadam|away is now known as chriadam [02:07] Elleo, well, users won't typically have sudo access, right? [02:09] beuno: they do on current images [02:09] or is that only enabled after the ubuntu sdk has talked to the phone? [02:09] Elleo, only through the SDK, yeah [02:12] ah, okay [02:12] thanks, I'll leave it out then [02:12] any non-devs can just keep tapping their screen to keep it awake :P [02:20] Elleo, we'll provide enough in the SDK that they don't have to, hopefully [02:20] yeah, but for now there doesn't seem to be any other option [03:01] heh, just had to rip liblastfm support out of CuteSpotify because Nokia don't seem to understand how the GPL works :P [08:17] why would the keyboard work on my app in the sdk but not on my device, it pops up and goes away instantly. This also usually makes the app lock up as well [09:23] Good morning all; happy Origami Day! :-D [09:25] oSoMoN: i just pushed the less hacky hack that we discussed the other week to https://code.launchpad.net/~amanzi-team/notes-app/notes-app-cursor-in-view/+merge/193743 [09:25] oSoMoN: as well as updating to refer to the bug in UITK that prevents anchorToKeyboard from working in landscape orientation [09:26] nerochiaro, cool, I’ll take another look later this morning [09:26] oSoMoN: ok thanks. also bill didn't sent me any list of priorities, i guess i'l just go on killing bugs in notes ? [09:27] nerochiaro, I guess so [09:27] Quickly app not working on raspberry pi | http://askubuntu.com/q/375354 [09:28] nerochiaro, also, I’d appreciate if you could review a couple of MRs for webbrowser-app [09:29] nerochiaro, (not urgent, when you have a moment) https://code.launchpad.net/~osomon/webbrowser-app/cleaner-workaround-1248620/+merge/194455 and https://code.launchpad.net/~osomon/webbrowser-app/always-use-local-server-in-tests/+merge/194377 [09:29] ok, will have a look [09:32] thanks [09:51] hey everyone, can you guys tell me how to play a remote video in url? I have tried searching online but couldn't find anything. [09:51] Does the SDK offer anything on this? [09:52] I rather handle the video playing in my app instead of redirecting it to the webbrowser-app [09:56] nik90: we didn't add something to the UITK for this. [09:56] nik90: It would be nice to integrate the components from lp:mediaplayer-app into the SDK, but currently we don't have it. [09:57] t1mp: ah thnx. [09:57] t1mp: would redirecting to the webbrowser play it there? [09:57] or better redirect to the mediaplayer-app? [09:58] good question [09:58] oSoMoN: ^ ? [09:58] t1mp: on looking at the URlHandler, there is a handler for movies -> video:///..although not sure about the online part. [09:58] will try both methods [09:58] best would be to open the url and let the system figure out which app to use. [09:58] yup [09:59] nik90: ^ yes, that. :) But I don't know which app it will open. [10:11] nik90, ideally, it should be redirected to the media player, although IIRC at the moment it doesn’t handle remote URLs [10:12] nik90, so it will fall back on the browser (I guess) [10:13] oSoMoN: okay === chriadam is now known as chriadam|away [10:25] oSoMoN: i'm not exactly sure what https://code.launchpad.net/~osomon/webbrowser-app/always-use-local-server-in-tests/+merge/194377 does, can you expain a bit better ? [10:34] nerochiaro, it does what it says on the tin: make the tests more consistents by using the local test server everywhere [10:35] nerochiaro, for historical reasons, some tests are still writing temporary html pages to disk, but there’s no good reason for this any longer [10:35] nerochiaro, this MR is merely refactoring, it doesn’t fix any bug or add any new feature [10:36] oSoMoN: i guess what confuses me is that StartOpenRemotePageTestCaseBase seems not to be using a "local" test server, and StartOpenLocalPageTestCaseBase looks like it's doing just that [10:36] nerochiaro, yeah the naming could probably be improved [10:37] nerochiaro, StartOpenLocalPageTestCaseBase writes a temporary html page on disk and opens it, whereas StartOpenRemotePageTestCaseBase uses the local test server [10:37] nerochiaro, "remote" as in talking to a server, but I agree the naming is not super clear [10:40] oSoMoN: if you want to change it in another MR i can review it. but this one sounds good. i'll have another look and approve for now if all looks clean. in the meantime can you please run the example file in https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1243164 by pushing to device and from phablet shell run "qmlscene test2.qml --desktop_file_hint=/usr/share/applications/gallery-app.desktop" and see if the prob [10:40] lem happens for you ? I can confirm it but gush can't [10:40] Launchpad bug 1243164 in Ubuntu UI Toolkit "TextArea generates onTextChanged events when OSK is displayed or screen is rotated" [Undecided,New] [10:41] oSoMoN: and i really need that bug confirmed so that the sdk ppl can look at it, as it's necessary to fix a very annoying notepad bug [10:41] nerochiaro, testing now [10:41] tx [10:41] nerochiaro, regarding the renaming, I’ll do it in a separate MR [10:41] oSoMoN: perfect [10:45] nerochiaro, I can confirm the issue [10:45] oSoMoN: both MRs approved [10:45] oSoMoN: ok, please confirm the bug and if you can add a comment saying how you ran the test that would help too [10:45] nerochiaro, not sure where to confirm the bug though, in ubuntu-keyboard or in ubuntu-ui-toolkit? [10:46] oSoMoN: i don't know, confirm both, then i'll take it from there with the devs [11:05] zsombi: tmoenicke: when you have some time, can we discuss bug #1243164 again ? oSoMoN just tested it and he managed to reproduce it. I would like to figure out with you why you can't reproduce it instead [11:05] Launchpad bug 1243164 in Ubuntu UI Toolkit "TextArea generates onTextChanged events when OSK is displayed or screen is rotated" [Undecided,Confirmed] https://launchpad.net/bugs/1243164 [11:05] zsombi: tmoenicke: it's rather important to make notepad work properly [11:06] nerochiaro: ok, we'll try to check it again [11:13] nerochiaro: ok, will try again [11:14] tmoenicke: in the bug report there's the command oSoMoN used to do it, please try that way === _salem is now known as salem_ [12:17] plugin any software in to Ubuntu operating system | http://askubuntu.com/q/375402 [12:38] nerochiaro: do you have the bug number? === MacSlow is now known as MacSlow|lunch [12:52] hey dpm :) [12:57] hi mihir, how are you doing? :-) [12:57] hey dpm i am doing great :) how are you ? [12:58] good good :) [13:06] tmoenicke: bug #1243164 [13:06] Launchpad bug 1243164 in Ubuntu UI Toolkit "TextArea generates onTextChanged events when OSK is displayed or screen is rotated" [Undecided,Confirmed] https://launchpad.net/bugs/1243164 [13:06] tmoenicke: i'm going to get some lunch, ttyl [13:06] nerochiaro: ok, thx [13:27] joo [13:27] sorry, wrong window :) === MacSlow|lunch is now known as MacSlow [13:43] bzoltan: ping === greyback is now known as greyback|lunch === greyback|lunch is now known as greyback [14:38] tmoenicke: https://code.launchpad.net/~schwann/ubuntu-keyboard/spellchecker-languages/+merge/194695 [15:13] nerochiaro, can you please confirm https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1236360 ? [15:13] Launchpad bug 1236360 in Ubuntu UI Toolkit "MainView.anchorToKeyboard doesn’t resize the contents in landscape orientation" [Undecided,New] [15:20] oSoMoN: looking [15:20] tmoenicke: did you manage to try getting the onTextChanged bug ? [15:22] oSoMoN: ah, ok, not sure why i hadn't confirmed it earlier [15:26] popey, do you know who scheduled the "Music app 14.04 development" session? (the first one on the client track at http://summit.ubuntu.com/uds-1311/2013-11-21/display [15:26] victor [15:28] ok, we'll need to make sure there is a blueprint to track the WIs [15:33] and good to see the developers taking the initiative for the roadmap, btw! === gatox is now known as gatox_lunch === gatox_lunch is now known as gatox === salem_ is now known as _salem === dpm is now known as dpm-afk === _salem is now known as salem_ [18:24] dpm-afk: beuno: do we have good docs for cross-compiling C++ apps using the SDK so they can be uploaded to the click store? [18:24] mhall119, not yet, no. It's on the SDK's and foundation's team's roadmaps to develop a good story there [18:48] t1mp, hey! [18:48] t1mp, did you get a report from someone that with the new tabs behavior it seems the startup of a few apps have become slow.. [18:48] I don't have any figures to show but its something that I noted. [18:50] om26er: no, I didn't get that report [18:50] om26er: on which device? On my magure startup of apps becase slow some time ago [18:51] t1mp, I am talking about mako. is there a way to switch that behavior off to get a "before after" result ? [18:54] beuno: do we have anything for the people who currently have C++ apps written? [18:54] mhall119, we've got https://wiki.ubuntu.com/CrossBuilding and https://wiki.ubuntu.com/Touch/CrossCompile, but it's still hard to get an environment for cross-compilation [18:54] or apps with a C++ plugin? [18:54] om26er: I don't have a mako device for testing [18:54] om26er: not really. The change was actually made some time ago, but we didn't have releases so only since recently people got that change [18:55] om26er: there are several changes that can be called the "new behavior" together. [18:55] mhall119, another option is to set up a PPA and let the builders do the cross-compiling, but it's a workaround more than anything else [18:55] dpm-afk: but that'll build a .deb, not a .click [18:55] t1mp, I am specifically talking about the auto visible toolbar and the tabs bar showing other tabs on start [18:56] is there an easy way to convert a binary deb to a click? [18:56] om26er: you can try removing this from MainView.qml: [18:56] Component.onCompleted: { [18:56] tabBar.selectionMode = true; [18:56] } [18:56] om26er: in your UITK installation. [18:56] om26er: no what I said is wrong. It is not in MainView but in TabBar.qml [18:56] t1mp, sure, anything for toolbar ? [18:57] let me check [18:59] mhall119, yeah, but it builds an armhf binary that you can drop into a .click [19:00] om26er: that one is a bit more tricky. Toolbar automatically opens when you change the Page [19:00] right, but still not easy, you'd have to understand both deb binary format and click file layout [19:01] om26er: that is in onToolsChanged of Toolbar.qml. If you remove the toolbar.open(); on l.63 the toolbar won't open automatically when changing pages (or when starting the app). [19:01] t1mp, I can try to revert the uitoolkit packages, if there are no apps depending on any new changes [19:01] om26er: it is not desired behavior, but it may be useful for testing performance [19:01] t1mp, great, will try that [19:01] om26er: reverting is tricky, because as I said these changes were actually made some time ago. [19:01] om26er: I don't think apps depend on it, but some autopilot tests do. [19:02] om26er: and it is possible that more recent UITK changes depend on it. [19:02] om26er: so I propose you first try it with the small code changes that I suggested [19:02] t1mp, ack, will do. [19:23] om26er: if you see that there is a problem with performance caused by the new toolbar behavior, can you please report a bug here? https://bugs.launchpad.net/ubuntu-ui-toolkit [19:23] * t1mp off now [19:23] t1mp, sure. [19:23] thanks [19:29] mhall119, indeed, that's just a workaround [19:31] mhall119, I think this is an important topic. We discussed it at the last UDS, but we didn't get that far, as everyone was busy getting the release out. It might be worth assessing if we want a session and who'd be able to work on it on our UDS call tomorrow === salem_ is now known as _salem [23:34] popey: new version of cutespotify in the review queue, adds lots of nice extras over the version I sent you a while back (favouriting, more search options, top lists, shuffling, repeating, automatic shifting between songs, etc.) :) [23:34] my plan is to use new features as a bribe for QA reviews :P [23:42] Elleo: ooh [23:43] Elleo: bounced [23:43] oops, thought I'd changed that [23:44] hmm, I have changed that :/ [23:44] perhaps I uploaded the wrong package [23:47] it'd be nice if you could reupload a failed package without having to bump all the version numbers [23:47] i thought you could? [23:48] when I tried with Eyrie it complained about a version with that number already existing [23:48] and then when I tried just bumping the number in the web interface it complained that it didn't match the version in the package (which is fair enough) [23:48] ah [23:49] i guess they've made it more strict [23:50] right, uploaded a definitely correct one [23:50] or at least my local copy of the click review tools passes it [23:51] ☻ [23:51] they all say that ㋛ [23:51] heh [23:52] approved [23:52] awesome [23:53] oh nice, line breaks appear correctly in the app info on the phone [23:53] wasn't sure if they would [23:57] odd. one of my phones shows an update to cutespotify, the other doesn't [23:58] strange [23:58] hopefully not my fault though :P [23:58] heh [23:59] is it possible that you have an ancient package on the one that's not updating? [23:59] that one might be com.mikeasoft.uspot [23:59] I changed the name shortly after starting on it, but might not have updated the packaging right away