=== aaron__ is now known as ahoneybun === aaron_ is now known as ahoneybun === salem_ is now known as _salem [06:18] good morning [07:48] oSoMoN: do you mind if when addressing https://code.launchpad.net/~uriboni/webbrowser-app/search-suggestions/+merge/257062 i slip in a one line change to the main CMakeLists.txt that names the project webbrowser-app ? [07:49] oSoMoN: it is of no practical consequence except it looks nice in qtcreator [07:49] oSoMoN: i'd rather really not have a separate MR for something so trivial [07:50] nerochiaro, src/app/webbrowser/CMakeLists.txt already has that project name defined, isn’t it going to conflict? [07:51] oSoMoN: i will use another name then, just "webbrowser" for eample [07:51] example [07:51] but i am tired to see it named "Project" in qtcreator :) [07:51] nerochiaro, fine by me then [07:51] oSoMoN: thanks [07:53] nerochiaro, btw, I could use a review for https://code.launchpad.net/~osomon/webbrowser-app/delay-showing-fullscreen-hint/+merge/258839 [07:54] oSoMoN: it is now in my queue. will try to get to it today [07:54] cheers [07:54] oSoMoN: probably post standup [07:54] yeah, no urgency on that one [07:55] nerochiaro, I’m more interested in updates on the search-suggestions branch, I’m eager to put it in a silo and land it [07:56] oSoMoN: that i am doing right now [08:12] oSoMoN: after merging trunk i see that new data_location and cache_location are defined during tests, to point to temporary locations. but is there anything for replacing ~/.config or should i keep overwriting the real one ? [08:13] nerochiaro, I had initially overlooked that, it’s fixed by https://code.launchpad.net/~osomon/webbrowser-app/autopilot-temp-profile-config/+merge/258807 [08:13] oSoMoN: i will depend on that then [08:14] nerochiaro, yeah, I’d suggest merging that branch into yours and marking it a prerequisite, we’ll put them in the same silo anyway === oSoMoN_ is now known as oSoMoN [08:33] nerochiaro, there’s a conflict when merging lp:~uriboni/oxide/find-in-page into lp:oxide [08:34] it looks rather trivial to fix [08:37] dpm, I just pinged IS about help.u.c - it's still in their queue, waiting for them to have time for it - I just pushed an update to the site (just translations), the site will update around midday UTC [08:40] oSoMoN: joining now [08:48] thanks dholbach [08:51] oSoMoN: i think we are still missing a test override for ~/.local/ (for ~/.local/share/webbrowser-app/searchengines/) [08:52] nerochiaro, that’s self.data_location === chihchun_afk is now known as chihchun [08:52] more accurately: os.path.join(self.data_location, "searchengines") [09:01] dpm, I'd be much obliged: https://code.launchpad.net/~dholbach/help-app/1446493-pt2/+merge/258848 :-) [09:06] dholbach, it's been my pleasure ;) [09:07] <3 [09:07] dpm, now we can maybe get the fix in before it lands on help.u.c :) [09:08] or rather before the auto-updater works its magic [09:09] cool :) [09:17] dholbach, hm, looking at the help app on my bq phone, it seems that the fonts and the header are quite bigger than the rest of apps. It seems to me that the HTML5 UI toolkit has either changed since we last looked at the app? [09:46] dpm, I think so [09:47] dpm, there's going to be a difference between vivid and utopic too now [09:50] dpm: hmm, i don't didn't change anything [09:58] daker, dholbach, here is a comparison of a QML app's header (Reminders) and an HTML5 app's header (Help), on a bq phone -> http://i.imgur.com/WXuWUPl.png [09:58] Last time I tested the help app I hadn't noticed the size difference, but perhaps it was because I did it on a Nexus 4? [09:59] well maybe :/ [10:20] oSoMoN_: i addressed your suggestions on https://code.launchpad.net/~uriboni/webbrowser-app/search-suggestions/+merge/257062 however I am not sure how to add more than one prerequisite branch on the MR === oSoMoN_ is now known as oSoMoN [10:22] nerochiaro, can you change the prerequisite branch? the bookmarks-in-suggestions branch has already been merged, so it doesn’t really need to be marked prerequisite any longer [10:22] oSoMoN: doing that [10:26] oSoMoN: all done [10:26] nerochiaro, thanks, I’m on it [10:45] dpm, open source phonegap app if you are still looking for one (they have just asked me for a dedicated scope as well) https://github.com/openfoodfacts/openfoodfacts-android/tree/master/phonegap/Open%20Food%20Facts [10:46] dbarth__, for what I've gathered, you were looking for one right ? ^ [10:47] from* [10:50] nerochiaro, one more comment on https://code.launchpad.net/~uriboni/webbrowser-app/search-suggestions/+merge/258856 , after which this should be good to go [11:31] is the app store broken ? [11:32] it doesn't seem to work on my nexus 4 on the RTM channel [11:33] nm rebooting fixed it === MacSlow is now known as MacSlow|lunch [11:39] https://developer.ubuntu.com/api/apps/qml/sdk-14.10/QtQuick.Text/ <- anyone able to click on props/methods and be scrolled? [11:40] mhall119, what about you? :) [11:40] jgdx, the clicks are not working for me [11:41] vitimiti, thanks. [11:42] yw [11:44] could not find anything, so filed bug 1454216 [11:44] bug 1454216 in Ubuntu App Developer site "[api docs] Clicking a property, signal or method does nothing" [Undecided,New] https://launchpad.net/bugs/1454216 [11:52] balloons, dpm: can you maybe help review https://code.launchpad.net/~dholbach/help-app/1433525/+merge/258866? [12:30] charles, could you review this: https://code.launchpad.net/~renatofilho/qtorganizer5-eds/fix-1347836/+merge/255726 [12:31] kalikiana, thanks for the example, works like a charm :-) I don't know why I wasn' t able to have it working yesterday... thanks again! [12:36] rpadovani: happy to hear that! I can see how you might have not gotten it to work, unfortunately when there's a race with component creation (which I think is the issue here) errors tend to be silent === MacSlow|lunch is now known as MacSlow [13:11] kalikiana, just FYI, I spent some time to have it working in my app: in my main.qml there are 2 pages, and I had to put first the one with the textfield, so instead of PageOne{}, PageSearch{} I had to write PageSearch{}, PageOne{}. Weird behavior, but, well, now works all ok, thanks again :-) [13:22] rpadovani: I don't follow [13:23] moving Component.onCompleted into the Page wasn't enough for your real code? [13:23] kalikiana, nope. I had also to switch these two components (as declaration order) in the main [13:24] rpadovani: ooohhh [13:25] kalikiana, sorry, code isn't mine and it uses private APIs, so atm isn't in any public repo. I'll share with you code and the diff as soon as I can [13:27] nerochiaro, I’m looking at http://bazaar.launchpad.net/~uriboni/webbrowser-app/search-suggestions/revision/992 , and IIRC in python if an object is not referenced anywhere the garbage collector may run at any time, destroying the object, so I think it would be safer to keep a reference to the servers in member variables [13:27] (even though this seems to work as is, there is no guarantee it will continue working in the future) [13:27] oSoMoN: let me do that real quick [13:32] rpadovani: did you try if you can reproduce this also in the smaller example? at the very least it would be good to document the behavior. though it's hard to say if it'll be easy to fix. I wonder if it's related to external file loading as there are some known pitfalls in imports that have side effects eg. image:// urls extended by Ubuntu.Components [13:32] oSoMoN: you got it [13:33] thanks [13:34] nerochiaro, can you do the same for the setup of the main test server in tests/autopilot/webbrowser_app/tests/__init__.py ? [13:35] nerochiaro, ideally, the main test server would be called self.http_server, and the one in suggestions would be called self.suggestions_http_server, or something like that [13:39] kalikiana, here we are: http://paste.ubuntu.com/11096098/ [13:39] just move the useless page at the bottom of the page [13:39] grrrrrrrrrrrrrrrrrrrrr [13:40] kalikiana, a bit more elaborated example: the focus isn't set first time you click a button, but it's set every next time [13:40] http://paste.ubuntu.com/11096100/ [13:40] didn't I just mention earlier to somebody else how I love that p.u.c wants me to SSO only once I hit the download button [13:40] such a ux mess [13:40] oSoMoN: all done [13:41] nerochiaro, thanks, I’ll be requesting a silo shortly [13:41] oSoMoN: great. and in oxide " - In test_new_text_resets_count() and in test_navigation_does_not_reset(), next() should be called after verifying that the count is 2." ... why ? [13:42] nerochiaro, because updating the search results is asynchronous, right? so you need to wait for them to have arrived before you can actually navigate them, no? [13:43] or did I misunderstand how the API works? [13:45] jgdx: it's something with the new theme, it's intercepting the event to do some fancy scrolling, but failing at it [13:48] oSoMoN: you can call next while waiting for the results of a previous search, but you are right, it might not have found any matches yet and i guess in that case the call to next will not work [13:48] oSoMoN: in this case it works because the first call will basically find all the results immediately, as the page is tiny [13:48] oSoMoN: i will fix it [13:55] rpadovani: moving the uselessPage below pageFocus in the first one does not appear to make any difference here [13:56] nerochiaro, thanks [13:57] kalikiana, that's weird. So does it work for you when it is at top? [13:57] or it never works? [14:06] rpadovani: it always works :-| [14:07] rpadovani: how's the second example meant to work? I click the button and the text field has focus [14:08] kalikiana, actyally, on my pc it doesn't have focus the first time you click :S [14:08] kalikiana, maybe we have different qt/qml packages? [14:11] rpadovani: hm. I'm on vivid. if you're on anything older you'd have an older qt [14:11] balloons, if you have a bit of time to review that'd be swell :) [14:12] rpadovani: or we're on different uitk versions - let me install the latest staging [14:13] dholbach, review what exactly? [14:15] kalikiana, I'm on vivid, without any PPA [14:17] haha [14:17] balloons, https://code.launchpad.net/~dholbach/help-app/1433525/+merge/258866 [14:17] sorry [14:23] rpadovani: in that case I'm baffled, we should be on the same stack [14:25] kalikiana, mhhh, I have no idea. How do you run it? I use qmlscene via CLI [14:25] rpadovani: same [14:27] kalikiana, I have also different output: in the first one the uselessPage is below and the autofocus work, in the second one no [14:27] http://paste.ubuntu.com/11096640/ [14:29] rpadovani: hmmm so you don't have staging judging from the lack of uitk output [14:29] lemme try with trunk [14:59] rpadovani: sae with trunk [14:59] rpadovani: now I'm a bit suspicious, though. trunk should be in vivid but you don't have any deprecation output - or did you remove that? === MacSlow is now known as MacSlow|errand [15:02] kalikiana, no, I didn't remove anything [15:04] rpadovani: so are you behind in distro updates? === dholbach_ is now known as dholbach [15:08] kalikiana, nope, and I've both proposed and backports enabled [15:08] kalikiana, I'm using an italian mirror, let me try with the main mirror... [15:12] balloons, mhall119: Unrelated to the earlier discussion, but why do I get a "download flash plugin" thing on https://developer.ubuntu.com/en/start/quality/? [15:12] kalikiana, nope, my machine is up to date [15:12] is that a plugin which makes us use the flash version of a youtube video or something? [15:13] Hy everyone [15:13] dholbach: no idea, maybe the video embed code can be changed so that it uses the HTML5 player instead? [15:14] ok [15:14] rpadovani: hrm. no idea why that would be [15:14] I currently working on a HTML5 app project and can I ask somebody how to disable the landscape mode? [15:14] dholbach, that's a bug.. I filed something for it [15:14] thanks balloons! [15:14] https://bugs.launchpad.net/developer-ubuntu-com/+bug/1447722 [15:15] Ubuntu bug 1447722 in Ubuntu App Developer site "Embedded Videos prompt for flash on mobile" [Undecided,Confirmed] [15:15] wow, it's starting to age :-) [15:15] dholbach: because chromium and chrome use pepper flash where available iirc which is not adobes so causes issues with some flash based youtube videos. [15:15] looks like popey has a workaround we could try.. basically don't use youtube for the embed, which I suppose we should look into anyway to be more friendly for those outside of it's reach? [15:17] davmor2, this is on my desktop where I disabled flash [15:17] dholbach: I got it all the time with the UOS videos I had to use FF to stream as the video would say starting and then this video is not available try again later [15:17] dholbach: that will be why then [15:17] davmor2, what I was trying to say was that if we just include a youtube video on the site, we shouldn't require flash :) [15:19] dholbach: agreed, you would have to re-record the video in a format that youtube can release on html5 aiui [15:19] oh? [15:19] dholbach: you can just force youtube to play the video using the html5 player [15:20] so that's probably what mhall119 said above (change the video embed code) [15:20] dholbach: yeap that would do it if it is availble in html5 format [15:21] dholbach: like [15:21] kalikiana, well, this will remain a mistery. Thanks for your time anyway :-) [15:22] balloons, ^ goodness! :-)D [15:23] daker, dholbach, hmm.. I can try to change it. We use the django plugin for it, but I guess we can manually try [15:23] oh ok, then that django plugin would need to try the html5 version first? [15:24] ahh right, no dice.. django doesn't give us such access [15:24] balloons: you're using a django-cms plugin for the video? [15:24] mhall119, to embed it yes [15:25] balloons: then we'll probably need to override the template tha plugin uses [15:25] balloons: how do you tell the plugin which video to embed ? [15:26] daker, you give it a video file, or a url [15:27] I'll try forcing html5 in the url [15:47] daker: any advice you can give to speck84 [15:47] Can somebody know how to set fix orientation my html5 app? [15:47] thx === chihchun is now known as chihchun_afk === HoloIRCUser is now known as flash067 [16:38] davmor2: i don't think it's possible [16:39] daker thanks if I see him around I'll let him know [16:39] and that does apply to both html5 apps & webapps === dpm is now known as dpm-afk === MacSlow|errand is now known as MacSlow [20:16] anyone with experience in modifying locale and using locale-gen? Need more technical info. [20:32] Pfew trying to learn how to code. I have to say it might not be for me :-/ [20:32] Trying to port a meego app to UT === Benno-0071 is now known as Benno-007 === Benno-007 is now known as lgd [21:23] om26er, could you top approval this mr? https://code.launchpad.net/~renatofilho/address-book-app/fix-test_import_from_sim/+merge/258932 [21:23] renatu, need to wait for the CI boat to pas [21:24] om26er, ok, I will ping you [21:24] thanks [22:50] I am trying to build a program for the rtm-14.09 emulator, but when I run qmake it says it can't find "feature ubuntu-click" for the load(ubuntu-click) command. How can I fix this? [22:51] Also, it makes the manifest.json.in file disappear from the files list