=== salem_ is now known as _salem === chriadam|away is now known as chriadam [02:10] davmor2: I'm not very good at holiday-ing [03:17] Do I need anything in my manifest or apparmor file to use Download Manager? === chriadam is now known as chriadam|away [08:16] popey, o/ could you please give a try to https://code.launchpad.net/~gang65/ubuntu-calculator-app/ubuntu-calculator-app-edit-history/+merge/249730 [08:16] ? [08:17] rpadovani: sure [08:17] ty [08:21] * popey reboots to a kernel that works with the sdk [08:32] * popey hugs zbenjamin and bzoltan_ (Team BZ!) for the popup when opening the SDK to update my kits. Good work :) [08:32] * popey goes to make coffee while it does that [08:38] rpadovani: that edit mode is rather nice! [08:39] popey, indeed, but I'm not sure is the one designers want. Anyway, they didn't give us any advice since the reboot, so if for you it's ok approve it, code is good :-) [08:40] yeah, I'll leave a comment [08:40] rpadovani: 100balls is stupid-fast now on krillin. [08:40] must be helpful to have a device to test on :) [08:42] popey, stupid fast = good or bad? :D [08:42] yes, good :) [08:42] the balls feel more fluid now [08:43] not like they're falling through syrup [08:43] \o/ [08:44] kenvandine and others bacon2d guys are doing an awesome work [08:55] popey: and you will like the fast kit creation feature we are working on right now [08:55] popey: not to mention the long expected fat package creation feature... what is being reviewed right now. === tsdgeos_ is now known as tsdgeos [09:00] popey: bzoltan_: but only for qmake based projects [09:12] * popey hugs bzoltan_ and zbenjamin [09:13] popey: do you have any overview what the preferred project type is in the community? qmake or cmake? [09:14] for core apps, cmake, for wider community I don't know. [09:24] Good morning all; happy Pancake Day! :-D === rmescandon is now known as rmescandon|brb === rmescandon|brb is now known as rmescandon [09:59] ybon: https://blog.openstreetmap.org/2015/02/16/routing-on-openstreetmap-org/ is interesting! [09:59] popey: yup :) [09:59] but it's online only [09:59] no api? [10:00] sure there is an API :) [10:00] oh, but you can't use it when disconnected, sorry. [10:00] yep, that's the issue :( [11:27] nik90: hey ho [11:28] nik90: are you the one to ping for reviews for ucs components? [11:28] https://code.launchpad.net/~mzanetti/component-store/iconSource/+merge/249587 [11:28] https://code.launchpad.net/~mzanetti/component-store/cleanup-action-on-release/+merge/249592 [11:29] popey, ybon: you can do offline routing with spatialite (basically PostGIS based around sqlite) + osm; I wrote a little tutorial on that sort of thing a gazillion years ago for the n900: http://blog.mikeasoft.com/2010/09/24/local-map-rendering-and-route-finding-with-libchamplain-spatialite-and-open-street-map/ [11:30] nice! [11:31] popey, ybon: you'd probably want to do something slightly more clevel than just dumping all of a country into one spatialite db though (e.g. have a motorways/major roads database that you use for long distange routing, then lots of smaller area specific dbs for getting to specific destinations after the main route is complete) === _salem is now known as salem_ [11:33] popey, ybon: also I think the routing engine from marble can be used as a standalone daemon with either online or local routing, might be adaptable into something that could be used in an app (or alternatively could be something we should look at as offering as a system service) [11:38] mzanetti, ping [11:39] rpadovani: hey [11:40] mzanetti, I tested your reminders branches and I was scared about how many useless warning we have in console, so I started to clean up and I see there is a problem with localstorage: it doesn't create a default notebook [11:40] all notes related actions (edit, create, delete) takes a notebook guid, always, because in evernote you have to have at least one [11:40] yeah, I'm aware of that [11:41] so, what do you want to do? create a default notebook or rewrite all function to works well also without a notebook? [11:41] not sure yet [11:41] I think I'll just generate a default notebook [11:41] (do you want to do = do you want we do) [11:41] oki doki [11:42] feel free to do that [11:42] I want also to start to take a look to the scope [11:42] but it's huge [11:45] is it? [11:55] mzanetti: hey, I checked the MPs and the code looks good to me, I just want to make sure the upstream author of that component (renato) is fine with the additions since it would benefit the address book if he knows about this. I have included him as a reviewer of your MPs. [11:55] ack === MacSlow is now known as MacSlow|lunch [12:14] I'm working on an app that uses a c++ backend (.so file). Recently qt 5.4 landed in vivd, and now the .so file built in the vivid click chroot no longer works on the "devel" channel emulator because of a qt version mismatch. Is there any way to build a click package with multiple .so backends, each compiled against a different qt version? Or is the "correct" way to handle this creating multiple click packages, one for each qt version? === MacSlow|lunch is now known as MacSlow === rmescandon is now known as rmescandon|lunch === rmescandon|lunch is now known as rmescandon [14:19] kenvandine, ping [14:26] ahayzen, pong [14:27] kenvandine, o/ ... After the discussions about content-hub on G+, I was wondering if you could confirm the expected behaviour of onImport vs onShare ... [14:27] kenvandine, Currently music only listens to onImport and imports the music file into ~/Music/Imported [14:27] kenvandine, but should we be listening to onShare as well and attempting to play the file within the HubIncoming folder without importing it? [14:29] i wouldn't think you'd play it [14:29] but if you have a way of sharing the song with someone else [14:29] you could listen for onShareRequested [14:29] and handle the share [14:29] but you shouldn't import the file [14:31] hmm the problem with it not being imported is that mediascanner2 won't pick it up as well ... so then only metadata we would be able to present is the filename [14:32] like at the moment file manager appears to use content-hub import every time you click an audio file... causing loads of duplicates ... but then i guess it should be using url-dispatcher if the files are already in ~/Music [14:35] kenvandine, so when mzanetti says that he can't 'share' files to the music-app from reminders should that instead be using an import or should that be using a share which is then played but not imported? (https://plus.google.com/105839534016416729197/posts/5qT8FACs6AG) [14:36] yeah, he should be doing an export [14:36] not a share [14:37] ok so what music has at the moment is 'correct' ? :) [14:37] ahayzen, you would register music-app as a "destination" for music [14:37] ahayzen: yeah, works fine just exporting it [14:37] i think so [14:37] so my bad I guess [14:37] I tried with "share" [14:37] mzanetti, why would you share? [14:37] ah [14:37] :) [14:37] i just wanted to check we shouldn't be implementing 'share' support with music...somehow... [14:37] ahayzen, you know what you really want for sharing though? [14:38] share a link to a song from 7digital [14:38] so if you click share in music-app [14:38] it could give you a peer picker for type Links [14:38] and you could post a link to the song on 7digital [14:38] to facebook, gmail, twitter, etc [14:38] interesting [14:39] to encourage your friends to buy it [14:39] because of course you should never share the mp3 files with your friends :-D [14:39] that would be really cool :) and the other bit we need to implement is export support so say the clock app could select a song via the music app to have as its alarm [14:40] kenvandine, do any other apps implement sharing links at the moment? [14:40] kenvandine: of course you should. you should only listen to Creative Common licensed music [14:40] :P [14:41] mzanetti, of course! [14:41] heh [14:41] ahayzen, yes, the browser does [14:41] well [14:41] yes, the browser shares links [14:41] ah yes [14:41] the only share handlers we have for links atm is telegram and messenger-app [14:42] kenvandine: however, in my case it is a bit confusing [14:42] but twitter and facebook is in the works [14:42] kenvandine: think of a PDF file attached to a note [14:42] you should be exporting that [14:42] kenvandine: I might just want to open it in decument viewer, but I might also wanna share it [14:42] which is like "open with" [14:42] mzanetti, sure [14:42] we need an app to provide a share handler [14:42] someone else suggested in a bug somewhere that mediaplayer-app should accept 'sharing' audio files so that it works just as a player of audio without importing [14:42] using google drive, dropbox, etc [14:43] kenvandine: can I specify both at the same time? [14:44] both share and export? [14:44] sure [14:44] hmm, ok. will try that [14:44] just use a different action [14:44] like "Open with..." [14:44] and "Share" [14:44] ah, well, I don't really have actions [14:44] like menu items [14:44] I have images in a text document [14:45] ah, but you could [14:45] and when I click on them it opens the contentpeerpicker [14:45] turn it into a context menu [14:45] but sure, I could plug an intermediate dialog [14:45] or something [14:45] ack [14:45] that lets you select what to do with it [14:45] my hub-exporter example does just that [14:47] actually i think it does the popover thing... i can't remember what the latest does :) [14:51] hum [14:52] 2048native theme changes stopped working with the qt landing [16:13] lol... we have an unofficial webapp for the unofficial appstore [16:13] hahahaha [16:15] heh [16:15] nice [16:26] kalikiana, hey I have a question about how to use u1db [16:26] I want to create a sorted of list of documents, sorted by "activations" [16:26] that is to say ... every time that the user activates a doc, I increment the "activations" property on the doc [16:27] I would think that I would use a query for this, but not sure how I would do that [16:33] rickspencer3: you use SortFilterModel, u1db itself doesn't sort [16:33] thanks kalikiana I'll check it out [17:00] mhall119: re Download Manager> just specify networking policy group [20:25] Woah Jono; what a review [20:25] https://www.youtube.com/watch?v=CR4baLQmU0s === salem_ is now known as _salem === _salem is now known as salem_ === salem_ is now known as _salem