mhall119 | faenil: can you check https://developer.staging.ubuntu.com/api/apps/qml/sdk-15.04.1/ and let me know if it has the missing docs from the PPA that you've been wanting? | 01:19 |
---|---|---|
=== chihchun_afk is now known as chihchun | ||
=== chihchun is now known as chihchun_afk | ||
=== chihchun_afk is now known as chihchun | ||
dholbach | good morning | 07:20 |
faenil | mhall119: it does have the documents I was missing, yes :) \o/ | 09:28 |
faenil | mhall119: (note: I can't guarantee it's not missing anything, I just checked the components I worked on :) ) | 09:29 |
faenil | mhall119: thanks a lot :) | 09:50 |
faenil | mhall119: it seems images are missing though :/ | 10:02 |
faenil | mhall119: there are links to the images in the web source, but you get an error when trying to load them... such as https://developer.staging.ubuntu.com/static/devportal_uploaded/71200545-7a8d-44f1-ab1a-1a6f7381e290-api/apps/qml/sdk-15.04.1/Ubuntu.Components.SlotsLayout/images/SlotsLayout_alignToTop.png | 10:13 |
=== greyback__ is now known as greyback | ||
Sleep_Walker | when I was trying to install missing files (shown on http://paste.ubuntu.com/13905058/ ) I probably uninstalled something crucial http://sprunge.us/hfZe and I can't really say what | 10:28 |
Sleep_Walker | apt-file search found only qtubuntu-android and qtubuntu-desktop packages and neither of them helps with the error message | 10:28 |
Sleep_Walker | what am I missing? | 10:28 |
=== _salem is now known as salem_ | ||
mhall119 | faenil: this is only in staging currently, it's not in production yet | 13:05 |
faenil | mhall119: what do you mean | 13:06 |
mhall119 | faenil: the images are being uploaded, but something is wrong with the access permissions in swift, we've had this problem before when doing new staging deployments | 13:06 |
mhall119 | faenil: developer.*staging*.ubuntu.com | 13:06 |
mhall119 | it's not on developer.ubuntu.com yet | 13:06 |
faenil | mhall119: ah, I didn't notice, ok cool | 13:06 |
mhall119 | I will request that the deployment go to prod today, but it being Friday they may wait until Monday to do it | 13:07 |
faenil | mhall119: ok, thanks! so, is the website now getting docs from trunk? or? | 13:08 |
faenil | (which uitk branch or release is it using?) | 13:08 |
mhall119 | faenil: it's pulling from a combination of vivid archives (main+universe) and the phone overlay PPA | 13:09 |
faenil | mhall119: ok, cool! | 13:09 |
mhall119 | the images should work in the production deployment, since those swift containers already have the correct permissions | 13:10 |
=== chihchun is now known as chihchun_afk | ||
=== dholbach_ is now known as dholbach | ||
metaphys | hi, i would like to work on connecting ubuntu touch with carddav/caldav protocol. Did someone already started some code to do that? | 16:31 |
bartbes | presumably, I'm fairly sure google exposes their calendar and contacts over caldav and carddav | 16:36 |
bartbes | so maybe goa already supports it? | 16:37 |
metaphys | So i should just make a variation on the google online account? I though google was Ical? | 16:38 |
bartbes | goa is gnome online accounts, not google ;) | 16:38 |
metaphys | ok thankss I will look that way then! | 16:39 |
DanChapman | metaphys, I believe the cardav/caldav sync on touch is being implemented using the buteo-sync framework. Which is what the google contacts/calendar sync currently uses, no idea what's still required in terms of support for other services though. renatu would be the one to talk to about contributing | 16:44 |
metaphys | ok thanks! | 16:45 |
renatu | metaphys, hey, | 16:45 |
metaphys | hello! | 16:45 |
renatu | metaphys, we are using buteo for contacts sync | 16:45 |
renatu | metaphys, we still using syncevolution for calendar, but the plan is move to buteo in the future (as soon as we have time) | 16:45 |
metaphys | you mean https://code.launchpad.net/~phablet-team/buteo-syncfw/master? | 16:46 |
renatu | metaphys, this is our google contact sync implementation: https://code.launchpad.net/~phablet-team/buteo-sync-plugins-contacts/trunk | 16:47 |
bartbes | now this explains weird behaviour I've seen | 16:47 |
metaphys | great! I'll try to see what I can do from there | 16:47 |
renatu | metaphys, this is buteo framework source code: https://git.merproject.org/mer-core/buteo-syncfw | 16:48 |
renatu | metaphys, as base for cardav support you can use this: https://git.merproject.org/mer-core/buteo-sync-plugin-carddav | 16:48 |
renatu | metaphys, for caldav you can use this: https://git.merproject.org/mer-core/buteo-sync-plugin-caldav | 16:49 |
metaphys | great thanks! | 16:50 |
metaphys | renatu, where can I get the package for libbuteosyncfw5-dev? I need it to run cmake on buteo-sync-plugins-contacts in ubuntu-sdk. The only packages I found are for xenial and require libqt5core5a 5.4 (i'm on trusty with 5.2). How can I make this work? | 17:32 |
metaphys | or do I have to build them myself? | 17:32 |
pmcgowan | popey, wen do we get a music app with playlist goodness | 17:33 |
renatu | metaphys, try: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-phone-overlay | 17:33 |
ahayzen | when the bugs are fixed :-) and i've finished our side | 17:34 |
popey | pmcgowan, what ahayzen says :) | 17:34 |
* ahayzen has two exams tomorrow and is then free until late January \o/ | 17:34 | |
pmcgowan | popey, ahayzen which ones we still waiting on? or should I pester jhodapp | 17:35 |
ahayzen | pmcgowan, bug 1518152 is probably the biggest current blocker :-) | 17:35 |
ubot5 | bug 1518152 in qtubuntu-media (Ubuntu RTM) "removeItem is slow and causes issues due to async, therefore requesting removeItems(list)" [High,Triaged] https://launchpad.net/bugs/1518152 | 17:35 |
ahayzen | the other main blocker is unreported as i need to investigate on our side if it is music-app or media-hub | 17:35 |
ahayzen | pmcgowan, IIRC the removeitems() is waiting on approval from Qt upstream | 17:35 |
pmcgowan | ahayzen, ok I can check on that | 17:36 |
pmcgowan | I know they just did a commit | 17:36 |
ahayzen | thanks :-) | 17:36 |
jhodapp | pmcgowan, removeItems is something I'm adding to our qtmultimedia this sprint | 17:36 |
pmcgowan | jhodapp, as that is blocking I marked as critical on the image task | 17:39 |
jhodapp | pmcgowan, alright | 17:40 |
davmor2 | ahayzen: out of interest how is background playlist coming? | 17:44 |
ahayzen | davmor2, pretty well, two known blocking issues from my side...then a bunch of other 'nice to have' things :-) | 17:44 |
davmor2 | ahayzen: nice | 17:45 |
ahayzen | slowly getting there :-D | 17:45 |
=== chihchun_afk is now known as chihchun | ||
davmor2 | ahayzen: oh music sync from web....../me readies an absolute 80's radio plugin :D | 17:53 |
ahayzen | davmor2, music sync from web? | 17:54 |
ahayzen | davmor2, oh streaming? ;-) | 17:54 |
davmor2 | ahayzen: that's the word I couldn't think of :) | 17:55 |
davmor2 | knew it began with S | 17:55 |
ahayzen | heh we'll see ;-) depends on which providers we hook up i guess...but i was thinking of forking and making a radio 'thing' | 17:55 |
ahayzen | a simple "play network stream" like VLC player could be enough lol then just add it to a playlist | 17:56 |
=== salem_ is now known as _salem | ||
bartbes | popey: if you get the ubuntu sdk running on arch, let me know, the vm's annoyingly slow | 21:07 |
popey | next on my list | 21:07 |
* popey reboots into antergos | 21:08 | |
bartbes | antergos? | 21:08 |
popey | arch with a nice installer | 21:08 |
bartbes | heh | 21:08 |
popey | arch is too obtuse for me | 21:09 |
popey | :) | 21:09 |
bartbes | the modern install process is really nice, imo | 21:09 |
bartbes | just set up your partitions, mount it all and run pacstrap | 21:09 |
bartbes | when I first got into arch there were loads of config files to edit | 21:09 |
=== chihchun is now known as chihchun_afk | ||
popey | bartbes, what level of functionality do you expect from the sdk on arch? | 22:20 |
bartbes | being able to build click packages, really | 22:21 |
popey | armhf ones? | 22:21 |
bartbes | yeah | 22:21 |
popey | ok | 22:21 |
bartbes | though I imagine most of it will kind of work, it's just sorting out all the deps | 22:22 |
bartbes | oh, another thing, having the ubuntu qml files would be really nice | 22:22 |
bartbes | I can't run the native binaries either | 22:22 |
bartbes | well, qml libs, I guess | 22:25 |
popey | ok | 23:17 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!