/srv/irclogs.ubuntu.com/2014/03/11/#ubuntu-app-devel.txt

aquariuswhat you want is img[data-ubuntu-icon] { generated-attr(src): "file:///icon/path/" + attr(data-ubuntu-icon); }00:00
aquariuswhich css can't do :)00:00
aquariusyou can use the values of attrs in generated content, but you can't *set* the value of an attribute with generated content00:00
aquariusso you'd need an onload handler00:01
aquariussince we don't handle dom mutation observers at all, afaict, and Chrome doesn't handle observers on a whole subtree (only on generated children) unless I'm doing it wrong :)00:01
aquariusah, no, I bet subtree does work, but it snapshots the target at observer.observe so newly-added elements aren't part of the subtree. Darn.00:02
aquariuscould just inhale everything in ubuntu-mobile-icons into UbuntuUI.css at build time ;)00:02
aquariusdiv[data-ubuntu-icon="microphone"] { background-image: url(file:///icon/path/microphone.svg); }00:03
aquariusbut that's horrid.00:03
aquariusSo I suppose it'd have to be either a magic translate-to-data-url handler, or UbuntuUI parsing.00:04
aquariusand the translate-to-data-url thing would need a native code hook; you can't do it in pure JS, unless you're prepared to use sync XHRs, which are a sin.00:06
aquariusCurrent best effort:00:10
aquarius<img src="theme:microphone">00:10
aquariusand then, ondmcontentloaded:00:10
aquarius    Array.prototype.slice.call(document.querySelectorAll('img[src^="theme:"]')).forEach(function(i) {00:11
aquarius        i.src = "file:///usr/share/icons/ubuntu-mobile/actions/scalable/" + i.src.replace(/^theme:/,'') + ".svg";00:11
aquarius    });00:11
aquariuswhich is mildly horrid, but only mildly, and the qSA engine is doing most of the work.00:11
aquariusmhall119, you could add that yourself to your HTML if you wanted it, in advance of a more permanent solution. YOu're still hardcoding the long path, but at least it's only in one place.00:13
aquariusanyway, time for bed, before daker punches me for making up a url scheme ;)00:15
aquariusttfn, all.00:15
aquariusuds on the morrow. :)00:15
daker:)00:38
=== chriadam|away is now known as chriadam
=== hatchetation_ is now known as hatchetation
=== _salem is now known as salem_
=== chihchun_afk is now known as chihchun
=== salem_ is now known as _salem
BobJonkman1Hi: Are Ubuntu SDKDays still ongoing? I just updated the Wiki page to include the year (2013) for the event listed there: https://wiki.ubuntu.com/UbuntuSDKDays05:02
zsombinik90: ping06:51
useryyAs an android developer, how to port my apps to Ubuntu mobile? Any tools or tips?07:20
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
sridhar_pllzzz help ....installed 14.04 dual boot with 13.10 go error in 14.04 Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)07:56
sridhar_plzzzz help07:56
sridhar_Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)07:56
sridhar_Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)07:57
JamesTaitGood morning all; happy Organize Your Home Office Day! :-D08:54
=== chriadam is now known as chriadam|away
justCarakasdakar: where you able to find something out about the datapicker ?09:01
justCarakasgoodmorning JamesTait09:09
JamesTaitjustCarakas, o/09:09
aquariusjustcarakas: there are about a zillion input type="date" polyfills; just have a google around and choose your favourite one which is touch compliant, until input type=date handling arrives in the Ubuntu browser09:11
justCarakasokidoki :) thx :)09:12
justCarakasaquarius, wasn't sure and didn't want to make a design mistake :p09:13
mzanettirpadovani: good morning. I thought I had approved that already.09:13
aquariusjustCarakas, yeah; daker mentioned yesterday bug 1170136 and bug 1170138 which you may want to mark as affecting you, and track so that you can see when a fix lands09:13
ubot2`Launchpad bug 1170136 in webbrowser-app (Ubuntu) "[browser] Add support for HTML5 date input" [Medium,Confirmed] https://launchpad.net/bugs/117013609:13
ubot2`Launchpad bug 1170138 in webbrowser-app (Ubuntu) "[browser] Add support for HTML5 time input" [Medium,Confirmed] https://launchpad.net/bugs/117013809:13
justCarakasalready marked it09:15
aquariuscool. :)09:15
justCarakas:) thx09:15
justCarakasto bad I cant work on it now since I'm at work :p09:15
nik90zsombi: pong09:22
zsombizsombi10:12
zsombihehe10:12
zsombime is :)10:12
zsombinik90: there's one more SDK Alarm API MP 4 U to tes10:12
zsombinik90: https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/alarm-date-fix/+merge/21018110:13
nik90zsombi: testing10:14
zsombinik90: when running the unit tests on desktop, I get loads of alarm notifications :)10:15
nik90zsombi: lol10:15
zsombinik90: the first time sice we're having this API10:15
nik90zsombi: I got the notifications on desktop the past week10:15
zsombinik90: lucky you :)10:16
ahayzendpm, ping10:16
nik90zsombi: well I did create alarms for like 10:00 PM...so it shows up while watching a tv show sometimes :P10:16
zsombinik90: LOL10:19
dpmhey ahayzen10:20
zsombinik90: 4 me this was the first time I get alarm notes while running unit tests, which feels awesome :D10:20
ahayzendpm, would u mind having a check over this MP https://code.launchpad.net/~vthompson/music-app/fix-1290492-music/+merge/21031610:20
ahayzendpm, i don't know how translations work so don't want to approve something tht will break them ;)10:20
dpmahayzen, sure, on it :)10:20
ahayzendpm, thanks10:20
nik90zsombi: yay it is saved in the correct timezone!10:23
nik90zsombi: so the one remaining issue is that the alarm doesn't get updated in the indicator when I edit it10:23
zsombinik90: :) so this was the one you were waiting of, right? ;)10:23
nik90zsombi: yup!10:23
mzanettinik90: hey10:24
mzanettinik90: just trying the current clock app10:24
zsombinik90: ok, and I guess renato is on it, right?10:24
nik90zsombi: what happens if I change my timezone?10:24
nik90zsombi: not sure10:24
nik90mzanetti: hey10:24
mzanettinik90: alarms, in specific.10:24
mzanettinik90: and I thought it'd be great if the alarms page could show the time until the next alarm goes off10:24
zsombinik90: it should kick according to that timezone, at the same time as on your previous one10:24
zsombinik90: so if you set an alarm to kick @ 8AM UTC+2 it will kick @8AM UTC+10 too10:25
nik90zsombi: awesome10:25
zsombinik90: I think so too :D10:25
mzanettiright now I made the mistake to mess up with AM/PM. If there would be some label somewhere saying "20:47 to the next alarm" or something like that, it would make it more obvious10:25
nik90mzanetti: atm it shows the next immediate alarm time but doesn't show the time to the next alarm.10:26
mzanettinik90: also, when I set up an alarm in the evening I always liked when a phone told me "You've got 6:30 left to sleep" or the like10:26
nik90mzanetti: but I believe this was part of the original design..so I will get on that when I get some time10:26
zsombimzanetti: push a wishlist to clock app :)10:27
mzanettinik90: imo it would be enough to show this countdown just once for the next alarm. no need to have it for all alarms10:27
nik90mzanetti: can you file a bug so that I dont forget10:27
mzanettinik90: maybe just replace the "current time" with that countdown in the alarms page? You can see the current time in the panel anyways10:27
mzanettiok. I'll file a bug10:27
nik90zsombi: I see charles's branch as well for the tz fix at https://code.launchpad.net/~charlesk/indicator-datetime/lp-128323610:28
nik90zsombi: is this required?10:28
mzanettinik90: and it failed to trigger the alarm :/10:29
zsombinik90: that's a good question... I dopn'y think that will nbe required as now it works without his one10:29
zsombidon't (I meant)10:30
nik90mzanetti: we have a few daily blocker bugs concerning alarms which is what zsombi, charles and renato are working atm.10:30
mzanettiah ok10:30
nik90mzanetti: Also it seems that if your phone goes to deep sleep, the notification won't appear10:30
nik90mzanetti: I believe there is some more platform work that need to be done for that10:31
mzanettinik90: ah ok. yeah. the phone was in deep sleep10:31
zsombinik90: yes, for that there's no support yet :(10:31
* mzanetti wanted to test if the alarm boots the phone when its off, but I guess I can skip that for now :)10:31
nik90zsombi, mzanetti: I talked to pat about this who said it was definitely a priority and should land soon enough10:32
zsombimzanetti: if you want that, you should port UTouch to Nokia X :D10:32
mzanettizsombi: why is that?10:32
zsombimzanetti: they have that feature in those ;)10:32
mzanettizsombi: that worked with every phone I had so far, except the openmoko10:33
dpmahayzen, approved with comments10:33
dpmthanks for the heads up!10:33
zsombimzanetti: I didn't get it working with the Android I had and with iOS either...10:33
mzanettireally?10:34
zsombiyep10:34
ahayzendpm, thanks :) i'll let Victor see them before top approving10:34
mzanettifind it hard to blieve that10:34
zsombiI haven't seen it working in Moto either10:34
dpmahayzen, no worries, it looked good to me, so I wrote the comment and top-approved already10:34
ahayzendpm, ah cool :)10:34
nik90zsombi: In https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1283236, can I mark the other projects invalid since a fix in UITK seemed to have solved the issue10:34
ubot2`Launchpad bug 1283236 in Ubuntu UI Toolkit "Alarms are triggered in UTC tz despite saving in local tz" [High,In progress]10:34
mzanettizsombi: just googled around. indeed android and iphones don't do that. all others do10:36
zsombinik90: strange.... looks like renato hasn't attached his MR to it as I know he did some fixes in EDS because of which the solution I have works...10:36
zsombimzanetti: you see????! I told ya!!! :D10:36
mzanettizsombi: but but...10:36
nik90zsombi: I am guessing those EDS fixes have already landed then in trunk?10:36
mzanettithat's essential10:36
zsombinik90: yeps10:36
zsombimzaneti: you're telling me??! yes, those are :)10:37
zsombimzanetti: especially 4 one who got used to hve nokias ;)10:37
mzanettizsombi: in that case you can never trust that alarm10:37
mzanettiwhat happens if the battery drains? no alarm? thats useless10:37
nik90zsombi: oh btw, your branch alarm-fetch-fix also fixes the issue of editing single-alarms that I asked pat to test.10:37
zsombinik90: yeah... there were problems with the alarm fetching, especially with the recurring ones: the alarm date was always the main alarm's one :(10:38
zsombinik90: sorry 4 that10:38
nik90zsombi: so those 2 MPs you got now are *GOLDEN*.10:39
zsombimzanetti: and when you recharge yr phone, suddenly all the alarms will kick :D10:39
zsombinik90: ahhhh.... feels so good :D10:39
nik90:D10:39
zsombinik90: sorry 4 being late with it, I had some urgent bugs to fix, and was a bit tricky...10:39
zsombinow, I gotta go back to ComboButton10:40
nik90zsombi: no no I was busy with AP tests anyway...so couldn't have tested your fixes..the timing is good10:40
nik90zsombi: ok10:41
zsombinik90: are there any flaky tests in clock App?10:41
nik90mzanetti: btw nice work on the expanding listitems..been eagerly waiting for those for a long time10:41
mzanettinik90: are you using it now?10:41
nik90zsombi: nope...we are 100% confident they are all good.10:41
zsombinik90: awesome!10:41
nik90mzanetti: I am investigating on how to integrate them into my flashback app10:42
mzanettinik90: please let me know how it works, if the api is nice to use etc10:42
nik90mzanetti: definitely10:42
mzanettinik90: cool. thanks10:42
zsombinik90: one more request: could you pls comment on the two MPs from apps point of view? thx10:42
nik90zsombi: sure10:43
nik90zsombi: I created an alarm for 11:50 UTC+1, which it created at the correct time and also rang at the correct time.10:53
nik90zsombi: however If I move to UTC, then the alarm time changed to 10:50 and also the alarm did not ring at 10:5010:54
nik90zsombi: also when I create an alarm in 11:58, it gets saved as 10:58 without changing timezones anymore10:56
zsombinik90: you save an alarm in UTC format, but your local is not UTC, right?11:06
nik90zsombi: no I changed my local to UTC from the system settings app and then created an alarm for 10:00 AM. But the indicator and clock app shows it as 09:00 AM11:07
zsombinik90: Alarm API ALWAYS saves the date in UTC, it transcodes into UTC (meaning your local 8AM will end up in 8am UTC)11:07
nik90zsombi: however If I restart the phone after the locale change and then create an alarm, things works as expected.11:07
zsombinik90: perhaps this is what charles' branch is solving...11:08
zsombinik90: the no-need-to-restart issue...11:08
nik90zsombi: I think so.11:09
nik90zsombi: I am anyway reporting everything I test in the MP so we dont lose this. I will also contact charles and confirm the issue11:09
zsombinik90: let's wait till he is getting his stuff in11:09
zsombinik90: ok11:09
nik90dpm, popey: We got a code red. Clock, Calculator and weather are not opening on #image 230. Music, Calendar, Shorts are fine.11:38
nik90dpm,popey: On opening clock, I just get a white screen. This was also mentioned by someone in the landing email as well.11:39
dpmnik90, any debug output?11:39
nik90dpm: do I adb shell into the phone and then run clock app to get output?11:39
* nik90 tries now11:40
nik90dpm -> qmlscene: could not exec '/usr/lib/arm-linux-gnueabihf/qt4/bin/qmlscene': No such file or directory11:40
dpmMirv, any ideas why on some apps (clock, calculator, weather) we're trying to load qt4's qmlscene? See the log above after launching clock on image #230 ^^11:41
dpmI need to run now, I'll be back in a bit11:42
nik90dpm: actually I get that output while trying to open music app despite it running fine on the phone. How do I run the clock app?11:42
nik90dpm: ok11:42
Mirvdpm: if the user does not select Qt version to use, qtchooser falls back to Qt4 for backwards compatibility. in other words, use qmlscene -qt5 file.qml, or export QT_SELECT=qt5 before running qmlscene. note that on the devices QT_SELECT=qt5 should be set globally11:44
Mirvit's in /etc/environment11:45
Mirvand nik90 ^ too11:45
nik90Mirv: how does one launch a core app?11:45
nik90Mirv: I feel like I am doing it the wrong way11:46
dpmnik90, http://pastebin.ubuntu.com/7073077/11:46
dpmI hope that helps11:46
chihchunhi, my app got rejected due to lint_maintainer_domain11:47
chihchunwhere I can change email field? from developer portal ?11:47
Mirvthanks dpm, I've been wondering about it myself too, how to start apps from command line :)11:47
chihchun!11:48
chihchunI got it, it's in manifest.json11:48
nik90dpm, Mirv: http://paste.ubuntu.com/7073099/11:52
renatonik90, zsombi, hi12:29
nik90renato: hi12:30
renatolooks like we have a good progress on the alarms bugs12:30
renatonik90, anything missing?12:30
nik90renato: yup :)12:30
nik90renato: we still have the alarms not updated in the indicator-datetime after we edit and save an alarm12:31
nik90renato: but I think that is something charles needs to fix12:31
renatocharles, ^^^12:31
nik90but renato can you fix https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1272337 when you have time12:32
ubot2`Launchpad bug 1272337 in Ubuntu Clock App "EDS reverts alarm status immediately" [High,Triaged]12:32
nik90renato: it is a hassle to delete an alarm in order to disable it :)12:32
renatozsombi, knows more about that ^^^12:32
renatohe told me that is a binding loop on SDK component12:32
nik90renato: ah ok..I was not aware of that12:32
=== jhodapp|afk is now known as jhodapp
=== _salem is now known as salem_
zsombirenato: about what do I know more?12:36
renatozsombi, https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/127233712:36
ubot2`Launchpad bug 1272337 in Ubuntu Clock App "EDS reverts alarm status immediately" [High,Triaged]12:36
renatozsombi, do you remember that we discuss that during the spring in Orlando?12:36
zsombirenato: aah, yes, that's teh problem of the switch/checkbox in general12:37
zsombinik90: ^12:37
nik90zsombi: anyway we can fix that? an issue as small as that is important to users12:37
=== chihchun is now known as chihchun_afk
zsombinik90: need to check the code, how the switch takes the alarm data and how the alarm data is updated12:39
nik90http://paste.ubuntu.com/7073280/12:40
zsombinik90: yeah.. .I remember now... well, the model changes there, therefore the checked will also get changed, and that causes sometimes to re-enable the alarm :(12:42
zsombinik90: I have the enabling in the same way in the testapp12:43
nik90zsombi: yeah I copied that code from your testapp :)12:43
zsombinik: so bug #1283859 seems to be fixed with the second alarm fix, right?13:31
ubot2`Launchpad bug 1283859 in Ubuntu Clock App "Updated recurring alarm values are not reflected in the indicator until phone reboot" [High,Confirmed] https://launchpad.net/bugs/128385913:31
zsombinik90:^^13:31
nik90zsombi: no it doesnt fix it13:32
zsombinik90: ok, so the change is still visible when the phone is rebooted...13:32
zsombinik90: then it's not on Alarm's side13:33
nik90zsombi: actually I didn't reboot the phone to check it. I will need to install again to check that.13:33
nik90zsombi: I rebooted to check if the timezone issue was good but failed to check the above thing :P13:33
zsombinik90: strange... why on earth does it behave differently on the device?13:33
nik90zsombi: no idea..13:34
zsombinik90: so the bug sais the time is correctly updated in the app, but the indicator shows wrong time...13:35
nik90zsombi: exactly13:35
zsombinik90: and the alarm-date-fix doesn't fix that?13:36
nik90zsombi: it could very well be the indicator-datetime doesn't get the signal from EDS to update it.13:36
nik90zsombi: nope alarm-date-fix doesn't update the indicator-datetime. The updated times can only be seen in the clock app13:36
zsombinik90: but when you create a new alarm with alarm-date-fix installed, the time in teh indicator is correct, right?13:38
nik90zsombi: yes..but that was always the case though. Even before the alarm-date-fix MP, the indicator showed the same time as the clock app except the timezone issue13:39
zsombinik90: ok... ehh... seems I cannot close these MPs before renato and charles confirms that there's nothing from their side...13:40
nik90zsombi: alrite so I will contact charles about the timezone without restart issue and the indicator-datetime not being updated after editing an alarm.13:41
zsombinik90: about this: https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/alarm-date-fix/+merge/210181/comments/49543613:41
zsombinik90: step 2. smells like the timezone is not updated for the ClockApp13:41
nik90zsombi: but then the clock time shown in the clock app is updated to the new timezone :)13:42
nik90zsombi: meaning the time the clock app gives to the alarm should also be updated13:42
zsombinik90: that's weird!13:43
zsombinik90: I guess the listed alarms are as well outdated then!13:43
zsombinik90: because there' sno new fetch happening after you change the TZ13:43
nik90zsombi: yup13:43
nik90zsombi: I mentioned that the alarm time shown in the clock app is also not correct13:44
=== bfiller_afk is now known as bfiller
zsombinik90: so you create an alarm @11am, and when it gets back to the list it shows 10am13:47
nik90zsombi: give me a minute, let me install your package and run again13:47
zsombinik90: sorry to bother U with this...13:48
nik90zsombi: no its fine...after all I maintain the clock app :)13:49
zsombinik90: if it is so, then it means that EDS (plugin or EDS itself) does not have the TZ updated.13:49
zsombinik90: also, could you pls close Clock app and relaunch (no phone reboot) and see if the alarms are updated...13:50
nik90zsombi: sure13:50
zsombinik90: also pls move all your comments to the bugs, so others can see them too13:51
nik90ok13:51
zsombinik90: as it seems that's a global problem we are facing...13:51
nik90zsombi: what's your timezone name..I want to test something other than utc13:55
nik90nvr mind..I entered India :)13:55
zsombinik90: UTC+213:56
zsombinik90: Helsinki, FI, whatever :D13:56
nik90okay here are the results13:57
nik90I changed the timezone from UTC+1 to UTC+5.5 (India)13:57
nik90when I created an alarm for 10:00 PM, the alarm list shows an alarm set for 03:30 AM!13:58
nik90while the next alarm shows the alarm at 09:00 AM13:58
nik90The indicator shows the alarm as 09:00 AM13:58
nik90Now, I am going to close and reopen the clock app13:59
nik90When I reopened the clock app, both the next alarm and the alarm list shows the alarm saved as 03:30 AM despite the indicator showing 09:00 AM13:59
nik90All this while, the clock app was showing the correct system time of UTC+5.514:00
nik90zsombi ^^14:00
=== alecu_ is now known as alecu
zsombinik90: omg! that's a clusterf*k14:04
=== chihchun_afk is now known as chihchun
nik90zsombi: I am off to vUDS...but I agree...all that issues disappear when I reboot the phone14:06
zsombinik90: log this to the bugs pls!!!14:06
nik90zsombi: I am going to test this for another 5 times to ensure I am not crazy here14:07
zsombinik90: :D14:07
=== niemeyer_ is now known as niemeyer
=== salem_ is now known as _salem
=== chihchun is now known as chihchun_afk
=== jhodapp is now known as jhodapp|lunch
kalikiananik90: if you wanna have a look, I produced a code mockup of the three concepts of sorting, transforming values and filtering https://code.launchpad.net/~kalikiana/u1db-qt/transformers/+merge/21045717:03
=== gatox is now known as gatox_lunch
nerochiaroboiko: renato: artmello_ : how do you guys launch a click app from the shell on the device ?17:16
=== bfiller is now known as bfiller_afk
boikonerochiaro: I did this once or twice, but can't remember right now, let me see17:19
nerochiaroboiko: could it be "upstart-app-launch desktop_file_name"17:20
boikonerochiaro: I thought it was the click app id (i.e. com.ubuntu.calculator), but doesn't seem to work17:21
boikosergiusens: ^17:21
sergiusensnerochiaro, boiko upstart-app-launch com.ubuntu.calculator_calculator_${version}17:21
boikosergiusens: why the extra _calculator ?17:22
sergiusensboiko, package-name_application-name_version17:22
boikosergiusens: ah ok, got it17:22
sergiusensboiko, a package can have multiple applications17:22
nerochiarosergiusens: ok thanks, and what's the deal with Jenkins, does it build click packaged ?17:22
nerochiarosergiusens: for testing17:23
sergiusensboiko, not supported yet; but image having com.ubuntu.communications_[dialer|contacts|messaging]_version17:23
sergiusensnerochiaro, it doesn't; fginther said it would be done by EOM17:24
sergiusenswhat are you building?17:24
nerochiarosergiusens: gallery, it has been moved to click recently17:24
sergiusensnerochiaro, that17:25
sergiusensnerochiaro, that's the complicated one :-/17:25
sergiusensnerochiaro, all others can be built with click-buddy --arch armhf17:25
sergiusensnerochiaro, do you have access to jenkins?17:25
nerochiarosergiusens: i can trigger rebuilds, if that's what you mean17:25
sergiusensnerochiaro, ok; so http://s-jenkins.ubuntu-ci:8080/view/click/job/gallery-app-click-from-branch/3/ was built from https://code.launchpad.net/~amanzi-team/gallery-app/gallery-app-album-navigation/+merge/21017817:26
sergiusensif you check 'build' it should allow you to input a branch in there17:26
sergiusensrev 930 fwiw17:27
nerochiarowait, where do i see the "build" ?17:27
nerochiarosergiusens: ^17:29
sergiusensnerochiaro, http://s-jenkins.ubuntu-ci:8080/view/click/job/gallery-app-click-from-branch/build?delay=0sec17:29
sergiusensnerochiaro, or the click that was built you mean?17:30
sergiusensthat's http://s-jenkins.ubuntu-ci:8080/view/click/job/gallery-app-click-from-branch/lastSuccessfulBuild/artifact/wrapped_click/com.ubuntu.gallery_2.9.1.930_armhf.click17:30
sergiusensnerochiaro, the last part of the version there is the version number17:30
nerochiarosergiusens: ok, let me bookmark all that stuff17:31
sergiusensnerochiaro, ideally bookmark the click view http://s-jenkins.ubuntu-ci:8080/view/click/?17:31
nerochiarosergiusens: ok17:32
nerochiarosergiusens: so that gives me the click package that contains the app. what about the tests ? do they still go with the -autopilot.deb build normally by jenkins ?17:33
=== _salem is now known as salem_
aquariusmardy, ping17:38
aquariusmardy, unping17:39
elopionerochiaro: ping. Can you review this for me please?17:56
elopiohttps://code.launchpad.net/~elopio/notes-app/dont_click_header/+merge/21034917:56
nik90dpm: I will be going to the ubuntu component store session..but if there are people needed for the weather session, let me know17:56
dpmnik90, great, thanks. I think we're good, as m-b-o1 said he could make it to the weather one, but it'd be good to have some core app devs on the session after (core apps review) if you can make it17:57
m-b-o1dpm nik90: hey ho17:58
nik90m-b-o1: hi17:59
=== gatox_lunch is now known as gatox
dpmm-b-o1, I'm having some difficulties with the hangout, I'll send you the link in a minute18:01
m-b-o1dpm ok18:01
BobJonkman1Hi: Will there be an Ubuntu SDKDays event this year? https://wiki.ubuntu.com/UbuntuSDKDays18:03
RogerCHI Mr B18:10
=== jhodapp|lunch is now known as jhodapp
=== bfiller_afk is now known as bfiller
nik90ahayzen: join the core apps session?19:04
nik90iBelieve:  ^^19:04
nik90appdev1 room19:04
lei_question: is there be compiz in touch19:04
iBelievenik90: thanks, I'll be there in IRC19:05
nik90iBelieve: awesome19:05
aheraspy19:06
rpadovanimzanetti, little patch: https://code.launchpad.net/~rpadovani/reminders-app/1289342/+merge/21047119:07
lei_ubuntu is for bitches19:12
ahayzennik90, sorry was out of the flat, i'll watch it later :)20:13
rpadovanihey popey, are you on trusty?21:04
rpadovaniBecause icon 'add' should be on trusty, see bug 128934721:05
ubot2`Launchpad bug 1289347 in Ubuntu Reminders app "[desktop] No icon available for "Add notebook", "Add note" and "Add reminder"" [Medium,Confirmed] https://launchpad.net/bugs/128934721:05
=== dkessel_ is now known as dkessel
candelibasWill getUserMedia API support on Ubuntu HTML5 apps?21:50
=== dkessel_ is now known as dkessel
aquariuscandelibas, I would hope so, yes; if it doesn't, it's a bug. (If it doesn't, you can fall back on the cordova implementation, but kyleN was clear that supporting the w3c standard way to do things is preferred)21:51
aquariusalex-abreu, ping about u1 and html5 :)21:52
candelibasThanks aquarius21:55
aquariusactually, daker, ping abotut u1 and html521:58
dakeryo21:59
dakeraquarius: they recommend using Cordova API21:59
dakerAFAIK21:59
aquariusdaker, yo. Were you in the html5 discussion earlier where we talked about building a core app with html5?21:59
aquariusand I volunteered to put together a U1 files app?22:00
aquariusor was that just alex-abreu and dbarth?22:00
dakeraquarius: i am rewatching it again now22:00
aquariusdaker, lp:~sil/+junk/U1FilesHTML5 if you want to have a play, anyway :)22:00
dakerthey should remove the "dc" command...22:01
aquariusthe pagestack doesn't pop and I don't know why, and you can't download any files because we don't have the download API or the new content hub yet, but the basics are done :)22:01
aquariusnote: won't work on your desktop, unless you have a U1 account in UOA, which nobody does22:01
aquariusbut you do on the phone :)22:01
dakeraquarius: i don't have U1 in the list of UOA list22:03
aquariuseven on the phone?22:04
aquariusI don't think it's supported to put U1 in UOA on the desktop yet :(22:04
aquariusit is on the phone because the click store needs it22:04
dakeraquarius: no phone for me now22:04
aquarius:(22:05
aquariuscan't test it, then, I'm afraid22:05
aquariusI shall wave it at dbarth when he's back online.22:05
daker:(22:11
aquariuswell, you can get yourself a u1 token and then hardcode it into the code locally if you want :P22:12
aquariusgrab it out of seahorse and then hardcode it into the result.length==0 check in th webapps-api-ready handler in app.js22:13
=== seb128_ is now known as seb128
dakerok22:40

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!