[07:28] good morning === chriadam is now known as chriadam|away [08:53] oSoMoN: during the standups i seem to recall hearing that there was some more splitting work being done on the browser. can you quickly remind me what are the branches i should use if i want to work on it ? [08:57] oSoMoN: ubuntu-ui-extras and webbrowser-app i guess [09:12] nerochiaro, atm everything is in lp:webbrowser-app [09:12] nerochiaro, the initial splitting work has landed, there’s more refactoring to come, but everything will remain in one branch [09:13] oSoMoN: i see. thanks [09:48] mhall119, ping [10:14] nerochiaro, hey, would you mind approving this trivial change? https://code.launchpad.net/~osomon/webbrowser-app/update-b2g-overrides-link/+merge/195569 [10:15] oSoMoN: having a look in a minute [10:15] nerochiaro, no urgency, but it’s so trivial it won’t take you more than 12 seconds to verify and sign off :) [10:17] oSoMoN: done, i doubt it even needed review [10:18] nerochiaro, but it needed approval :) [10:18] thanks === om26er_ is now known as om26er === _salem is now known as salem_ [11:21] nerochiaro, another trivial non-urgent change: https://code.launchpad.net/~osomon/webbrowser-app/ninja-ignore-rules/+merge/195583 [11:22] oSoMoN: what are ninja files ? [11:22] ninja is a build system designed to replace make, you can generate ninja files instead of makefiles by invoking "cmake -G Ninja", and then invoke "ninja" instead of "make" to build [11:23] nerochiaro, http://martine.github.io/ninja/ for more info [11:26] oSoMoN: approved [11:26] nerochiaro, thanks [11:36] popey, ping [11:46] randomcpp: yo [11:47] how are you? :) [11:48] Great thanks, hows you? [11:48] do you know anything about the prize I shall receive? today the customs contacted me, I need to confirm the goodies inside the package [11:50] randomcpp: I don't. I think that's mhall119's department. I know he went to the shipping company last week, so that's likely it. [11:50] yeah I've already pinged mhall119 [11:53] ok, he'll be online shortly [11:54] ok good to know :) [11:55] It should have arrived today, but it will have some delay :p === MacSlow is now known as MacSlow|lunch [12:18] nerochiaro, hey, you had already approved https://code.launchpad.net/~osomon/webbrowser-app/always-use-local-server-in-tests/+merge/194377 last week, right? [12:20] oSoMoN, ping [12:20] oSoMoN, can you review this branch https://code.launchpad.net/~om26er/gallery-app/camera-integration-test/+merge/189685 [12:20] I think I got disconnected the last time I sent that message [12:20] oSoMoN, btw do you think any such test is needed for webbrowser app somewhere ? [12:22] om26er, looking [12:25] om26er, shouldn’t that kind of test be part of the shell, rather than the app itself? === oSoMoN_ is now known as oSoMoN [12:26] oSoMoN_, no, I don't think so, mutliple apps are using that functionality and we need to test each app [12:27] address-book, camera, gallery, messaging apps all do that [12:28] om26er, ah, sorry, I misread what the test does [12:35] oSoMoN: yep [12:42] Kaleo: zsombi: t1mp: i'm a bit confused about the current status of the content hub stuff. is it something that's already existing and can be used now ? do you guys know who i can ask questions to about it ? [12:43] nerochiaro, I think kenvandine would be the best placed to answer that [12:43] nerochiaro: no idea... I just saw it last week (or before that?) that we have such a component in SDK... didn't even knew that someone planned to contribute that to SDK... [12:44] nerochiaro, essentially if it's not there http://developer.ubuntu.com/api/qml/sdk-1.0/ then it does not exist [12:44] nerochiaro, and it's there: http://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Content/ [12:45] Kaleo: sweet. i'll dig into that and ask ken if anythign isn't clear or not working [12:46] I also discovered that last week [12:46] nerochiaro, would you mind re-approving it? I’ve had to merge the latest trunk in and resolve a conflict. [12:47] om26er, I’ll review your MR this afternoon, and to answer your question I don’t think we need such a test for the browser, at least not yet, maybe one day we’ll need it to e.g. check that playing a video opens the media player app, but that’s not the case yet [12:49] oSoMoN, ok. thanks :) [13:06] oSoMoN: hi [13:10] oSoMoN: see the last comment http://daker.me/2013/11/ubuntu-touch-user-agent.html#comment-1127475498 === MacSlow|lunch is now known as MacSlow === gatox is now known as gatox_lunch [13:44] daker, re: device id, that’s a pretty controversial topic [13:45] daker, we’ll probably have to offer the possibility to include one though, I’m guessing this is something device manufacturers will request [13:45] oSoMoN: ok [13:47] oSoMoN: do we have tools to test regressions ? [13:48] mhall119, ping [14:00] randomcpp: pong [14:01] hi :) how are you? the customs contacted me, they asked what's inside the package and its value (cost) [14:02] I have to write them an email with those information [14:02] randomcpp: it should have been in the shipping label information for them [14:06] daker, not yet, but we had a meeting with the mozilla folks we work on compatibility on Friday, and they’ll share their tools with us [14:32] oSoMoN: ok === gatox_lunch is now known as gatox [15:30] nerochiaro, hey [15:30] om26er: hey [15:30] nerochiaro, can you throw a quick review here: https://code.launchpad.net/~om26er/camera-app/ports_autopilot_tests_to_py3/+merge/195613 :) [15:31] this as well: https://code.launchpad.net/~om26er/camera-app/gallery_integration_test/+merge/189797 === om26er is now known as om26er1 === om26er1 is now known as om26er [15:34] om26er: what does // do ? [15:34] (i'm not very experienced in py3) [15:34] nerochiaro, makes it int [15:35] om26er: while / uses whatever comes out of the type of the operands ? [15:35] nerochiaro, yes. / was returning a float in python3 and that caused test failure. [15:37] om26er: ok [15:38] om26er: is jenkins going to run on them ? [15:38] nerochiaro, yes it will. in a few hours I would assume since its quite busy right now [15:42] oSoMoN: see my comment https://code.launchpad.net/~daker/webbrowser-app/fix.1248728/+merge/194555/comments/451896 [16:03] om26er: i think i'll let it do its thing just to be double sure [16:04] nerochiaro, ack [16:04] nerochiaro, jenkins gave a +1 [16:05] om26er: i blessed it too [16:05] om26er: but it didn't like this other one: https://code.launchpad.net/~om26er/camera-app/gallery_integration_test/+merge/189797 [16:06] nerochiaro, that's a problem with infrastructure [16:07] nerochiaro, tests passed fine: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/3383 === dholbach_ is now known as dholbach === boiko_ is now known as boiko [17:11] boiko, is it telephony-service that turns on the screen when a call arrives ? [17:12] call/sms for that matter [17:12] om26er: nope, that's a script somewhere else if I remember correctly, ChickenCutlass knows it better [17:12] oSoMoN: i need a little bit of help with web browser when you have time (probably tomorrow for you ?). I'm trying to use WebView.experimental.filePicker and it works on the desktop but doesn't show anything on the device [17:13] nerochiaro, yeah, better tomorrow, I’m about to wrap up for today, ping me tomorrow morning and we can figure out what’s going on [17:15] oSoMoN: great, thanks [17:24] hi [17:24] anybody here [17:25] harsh410: wassup? [17:26] hello harsh410 :) note that most irc channels tend to be quiet unless someone has a question or topic to discuss.. [17:27] hey popey [17:28] ok === dholbach_ is now known as dholbach [17:28] sarnold: i am new to irc [17:28] harsh410: welcome aboard :) [17:28] i want to learn about how to start application development in ubuntu [17:29] can u people guide me [17:29] or give me a direcition [17:33] sarnold: popey: can u guys help [17:33] ? [17:33] harsh410: is it a desktop or phone/tablet app you're interested in developing? [17:34] popey: i intend to start with desktop apps [17:35] popey: which could work in lan..offices etc [17:36] once i get the command on them then i can plan for phone.. [17:38] harsh410: ok.. [17:39] http://developer.ubuntu.com/ is the central place where we document the SDK [17:39] ok [17:43] considering the fact that i have some non professional experience of php and c++ which langaue u think i shud go woith [17:43] considering the fact that i have some non professional experience of php and c++ which langaue u think i shud go with [17:44] Hard for me to say, but QML and C++ are well supported. [17:46] popey: ok [17:46] popey: u r also in app development ?? [17:50] harsh410: I work on ubuntu, yeah. [17:50] not a dev tho [17:52] popey: well Senior..i request u to not take in any other way..i am on a point wer i have to decide a path ..i want to work on complete office automation solutions [17:52] and want to do it the ubuntu way. [17:52] Sounds fun ☻ [17:52] popey: do u think it can work out? [17:52] I have no idea, but lets say yes ☻ [17:52] popey: fun? [17:53] popey: u r in wat domain in ubuntu? [17:53] I work with the teams making apps for the phone [17:54] popey: hows the market of ubuntu in western world.. [17:54] popey: ok === salem_ is now known as _salem === _salem is now known as salem_ === marcoceppi_ is now known as marcoceppi === salem_ is now known as _salem === chriadam|away is now known as chriadam [23:59] Hi! I spend last few hours setting up my PC to upload code to launchpad. I'm stuck on creating debian controls files... can anyone pint me to right direction on that pls ? ( I'm trying to upload app for UT .click package )