=== chriadam|away is now known as chriadam [07:08] hello :) [09:41] Good morning all; happy Stress Awareness Day! :-D === timppa_ is now known as timppa === gusch is now known as gusch|brb === chriadam is now known as chriadam|away === _salem is now known as salem_ === gusch|brb is now known as gusch === MacSlow is now known as MacSlow|lunch [12:20] Ubuntu Touch needs a chess app. [12:23] popey: awhile ago I wrote a Qt chess sample game that used gnuchess as the backend for the AI player [12:24] you should totally port that ☻ [12:59] popey: it requires C++ code to interact with gnuchess not sure how to adapt that to a click package [13:01] popey: http://git.gustavoboiko.org/cgi-bin/gitweb.cgi?p=chess.git;a=summary [13:01] boiko, you can compile the code to produce an arm binary and just put it in the click package. mzanetti has done that already for a few apps and can probably give you some pointers [13:01] dpm: interesting, I might try to do that when I find some spare time [13:02] popey: dpm: in case you want to check the code: http://git.gustavoboiko.org/cgi-bin/gitweb.cgi?p=chess.git;a=summary [13:02] (obviously you'll need to provide an interface from C++ to QML, e.g. make it a QML C++ extension) [13:02] yep, but that's fine probably [13:03] boiko, cool. I'm at a conference this week, will have a look next week, thanks for the link! === MacSlow|lunch is now known as MacSlow [13:26] *sniff* [13:26] seems my music taste is to weird for eyrie ... [13:38] Hi tmoenicke this is Joey the man who mentioned Chinese input method in the email [13:46] woo! got charts working in my app with chart.js :D [13:46] http://chrismwayne.com/weighttab.png [13:47] geez you lost a lot in 4 days ! [13:47] lol not really, the scale is only like 2 pounds [13:47] heh [13:47] but i removed the scales so i'm not showing people how much i weigh :P [13:48] lol [13:48] * ogra_ totally understands [13:58] ogra_: eyrie doesn't like my music either :( [14:04] ogra_: not even tubular bells [14:04] probably a bug [14:05] ogra_: it is if it can't find tubular bell :D [14:05] or it only knows the 90s or some such :) [14:05] ogra_: yeah it knows every song from 1990 to 1991 [14:05] see :P [14:11] popey, where should I be hanging out for listening to the design app clinic? [14:11] aquarius: ubuntu-on-air ? [14:11] aha, that sounds likely [14:17] ogra_: hmmm apparently echonest.com has quite a large music sample library so I don't think it is that some how [14:30] davmor2, not quite [14:30] The Echo Nest have two databases of song fingerprints: the old one using ENMFP, and the new one using echoprint. [14:31] ENMFP was a closed-source fingerprinting tool; echoprint is open source. [14:31] Eyrie uses echoprint. [14:31] The ENMFP database has about thirty million songs in it. [14:31] aquarius: ah okay [14:31] The echoprint database has about one million songs in it. [14:32] What this means is that Eyrie doesn't find a lot of songs, not because it's Eyrie's fault but because the echoprint database is missing a lot of songs. [14:32] the Echo Nest people have been promising to grow the echoprint database for a few years now :( [14:34] aquarius: I'm surprised they don't allow users to just update the echoprint db save them having to, kinda like musicbrainz or whatever the track listing thing is [14:34] they allow users to copy the echoprint database and run their own [14:34] but not to submit things to the central echoprint db [14:34] at least partially because, I suspect, they do not have the resources to check the data that's submitted. [14:35] and you don't want someone submitting a fingerprint for the latest Ke$ha song and claiming it's All Along The Watchtower by Jimi Hendrix. [14:36] crowdsourcing data like this is not good when someone's response to wrong data will be "I'll use shazam instead" rather than "I should submit a fix to this". [14:36] indeed which is a shame really [15:06] where is the doc of how to add screenshots to my click app? [15:14] never mind [15:43] hm, with the latest ui-toolkit, my tab titles disappeared [15:47] davmor2: musicbrainz is planning on supporting echoprint fingerprints as part of their metadata, unfortunately they only have it on a test server at the moment [15:48] once it's supported properly I'll shift to using the musicbrainz database in Eyrie instead of the one hosted by the echoprint guys [15:52] validate click packages myself? [15:52] how do I do that? [15:53] Elleo: nice :) [15:55] danielholm: http://launchpad.net/click-reviewers-tools [15:55] danielholm: grab that [15:55] from the ppa: ppa:ubuntu-sdk-team/staging ? [15:55] no, bzr branch the above [15:56] okay. [15:56] then run bin/click-run-checks [15:56] aquarius: if I was sneaky I'd run my own echoprint server and build fingerprinting into cutespotify, so I get reliable results harvested from spotify listeners :P [15:57] popey: okay. got something.. hmm [15:57] I did wonder about writing a quick program that did just try to finger print every spotify thing it could find, but programs that aren't used by people listening to stuff violates their ToS [15:57] Elleo, yeah. It did occur to me that having the Ubuntu music app harvest fingerprints would crowd-source a library prety quickly, except that a few people would go nuts about it and so it'd never happen. [15:58] I might add it as an optional tick box in cutespotify [15:58] although I'm not sure my little VM would really be up to running an echoprint server [15:58] popey: same thing as you, obviously (duh) but unsure what it meant. I do have a string in the comment..? [15:59] danielholm: Comment= [16:00] thats blank in your .desktop file [16:00] although I suspect secretly buffering a whole song to genreate a fingerprint from might violate spotify's ToS too [16:00] danielholm: you can just delete that line [16:00] Elleo, you could harvest the fingerprints there and then once you've got loads, work out how to spin up a fingerprint server to serve fingerprints. [16:00] popey: aha, I dont need it? [16:00] but I suspect that scanning a whole library would be better than only the songs that get listened to [16:01] danielholm: no [16:01] and how do I change my default email in QtCreator? I set the wring one [16:01] popey: thanks! [16:01] danielholm: not sure in qtcreator, maybe mhall119 knows [16:02] Elleo: i would happily leave my spotify playing all day if it helped fingerprinting. not that they need fingerprints of the same daft punk cd 50 times [16:02] heh [16:02] I might see if I can get in touch with spotify and see if they'll grant me some sort of exception for this sort of thing [16:03] danielholm: popey: I'm not sure either, bzoltan1 should though, or someone on his team [16:10] mhall119: ok, thanks [16:24] is there already a webdav file manager app? [16:28] danielholm: do you mean in the packaging info? that comes from your bzr identity [16:29] bzoltan1: aha, crap.. need to update that then [16:29] thanks [16:29] danielholm: np === gatox is now known as gatox_lunch [16:44] does anyone else have disappearing tab titles with today's ui-toolkit? === ryukafalz_ is now known as ryukafalz [16:54] bzoltan1, what happens if you don't have a bzr identity? Most ubuntu app devs won't have one [16:55] cwayne: the header is supposed to hide now when you interact with the app contents. scroll down to get it back [16:55] cwayne: um.. swipe down to scroll up to get it back I mean [16:56] cwayne: probably it is this "fix" you are talking about [16:56] https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1223604 [16:56] Launchpad bug 1223604 in Ubuntu UX "Close tabbar and toolbar when user interacts with app contents" [Critical,Fix committed] [16:56] that seems.. very wrong to me.. [16:56] it doesnt hide the tabbar, it just blanks it [16:57] and what if i want to know what tab im in? [16:57] cwayne: if it blanks the tabbar instead of hiding it, then that is a bug :( [16:58] t1mp: yeah, that's what it does for me at least in today's -proposed image [17:00] cwayne: can you report a bug here? http://bugs.launchpad.net/ubuntu-ui-toolkit please mention the app (or paste your code) that shows this to reproduce the issue [17:00] thanks in advance [17:03] cwayne: if you assign me (tpeeters) to the bug I will have a look tomorrow. gotta go now [17:04] t1mp: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1248631 [17:04] Launchpad bug 1248631 in Ubuntu UI Toolkit "Tabbar is not hidden, but blanked, when user interacts with app" [Undecided,New] [17:04] sure thing, will assign to you :) [17:05] erm, it won't let me assign you.. weird [17:07] cwayne: I assigned myself. I'll verify it tomorrow. [17:07] t1mp: great, thanks! === gatox_lunch is now known as gatox [17:33] Hello everyone! [17:33] popey ping :) [17:33] yo === bfiller is now known as bfiller_afk [17:42] popey how can we update our Shorts app in store? :) [17:43] popey I've done a lot of improvements and optimizations, now app is ready to be published :) [17:43] popey *new version ready [17:43] awesome! [17:45] popey should we build click package? :) [17:45] popey or how we can update it? :) I have no any ideas :) [17:45] mrqtros: am on the phone at the moment, might be worth asking sergiusens in #ubuntu-touch as he builds the click packages and puts them in the store [17:46] popey thanks! [18:11] aquarius: in that case you have to fill the fields manually ... using the bzr identity is more like a help. The developers are free to change those fields [18:12] aquarius: as it is well explained in the docs .... _NOT_ :D [18:13] bzoltan1, ah, cool. It might be nice if it picked up my Ubuntu One identity from Online Accounts rather than my bzr identity? [18:13] since you have to sign in to the uploader with U1 :) [18:14] (they are the same thing, mostly, of course, but more developers will have a U1 identity because they have to.) [18:14] aquarius: not a bad idea ... actually the QtC should offer you to choose from various identities ... one could be the the U1 of course [18:14] bzoltan1: how to get the U1 identity? [18:15] online accounts has it. Not sure how to get stuff from online accounts, but there are qml bindings to it, so it's possible. mardy will know :) === salem_ is now known as _salem [19:27] bfiller_afk: bzoltan1: we have a few slots let in the AppDev track for the upcoming UDS, is there something either of your teams would like to get added to the schedule so we can discuss it? [19:28] aquarius: bzoltan1: Online Accounts API docs: http://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.OnlineAccounts/ [19:28] could use a how-to page, just like Friends, but it's something [19:29] aquarius: I haven't seen you propose an appdev session, and I *know* you have opinions on the matter ;) === bfiller_afk is now known as bfiller [19:39] mhall119: working on the sessions now, will let you know [19:40] thanks [19:48] anyone successfully setup a Picker? mine's always blank === seb128 is now known as 3JTAAAD4U [20:15] can anyone helo with a query? === wendar_ is now known as wendar [21:46] beuno_: why http://summit.ubuntu.com/uds-1311/meeting/22082/click-software-store-status-and-future-development/ is not a blueprint? [21:58] mhall119, what does that get me? === beuno_ is now known as beuno [22:00] beuno: work item tracking and a spot on status.ubuntu.com [22:00] if you don't need those things, then I'll approve it and we'll see where we can schedule it [22:01] mhall119, I have my own tracking atm