[03:34] does any use Bluetooth APIs on Ubuntu touch? === dbarth_ is now known as dbarth === chriadam is now known as chriadam|away === _salem is now known as salem_ [10:36] hey, any idea on getting more insights on what's happening when trying to start my application? [10:36] I only get: [10:36] Sdk-Launcher> Application started: 20473 [10:36] Sdk-Launcher> Received a failed event [10:36] Sdk-Launcher> The Application exited, cleaning up [10:36] Sdk-Launcher> Finished [10:36] which isn't really helpful :p [10:38] ok, the upstart logs seems to contains the debug info needed, this isn't reflected in QtCreator? [10:44] zbenjamin: it seems that the issue is that all the files (even those in subdirectory) are deployed into a single directory. I never touched the .pro file directly to add them, is that an issue with the qmake template? === Laney is now known as Guest65212 [10:56] zbenjamin: trying to explain what happens on bug #1488048, now, reading qmake documentation to see how this works… [10:56] bug 1488048 in qtcreator-plugin-ubuntu (Ubuntu) "Adding new files in subdirectory deploy them in root directory with qmake template" [Undecided,New] https://launchpad.net/bugs/1488048 [11:03] zbenjamin: I really wonder if it's not the $$files(*.qml,true) script doing that === Guest65212 is now known as Laney [11:37] Hi, with a SortFilterModel is there a way to easily get the original index (before it was filtered) of a filtered delegate? Or do I need to look it up in the original model :-/ === salem_ is now known as _salem [13:04] popey, nik90: https://code.launchpad.net/~mzanetti/ubuntu-clock-app/relicense-lapmodel/+merge/268906 [13:04] nik90, merge this into your branch and we're good :) [13:06] doing so now..thnx === _salem is now known as salem_ [13:06] * popey hugs mzanetti [13:06] mzanetti: sorry for this noise. [13:07] popey, no worries at all. happy to help... and again... this is really just to teach the guys how this must be handled... I wouldn't go mad about it [13:07] * ogra_ wonders of popey hasnt heard that canonical switched from LTD to anarchic LTD (so called ltda) [13:08] hah [13:08] mzanetti: indeed this is something I haven't handled before, so it helps. [13:08] mzanetti, popey: Made all the changes. Review and approve if all is good. thnx [13:08] magic [13:10] * popey wonders how ogra_ spotted that [13:11] i get MP mail for alll MPs in the world :) [13:11] (at least it feels like that) [13:11] lol [13:11] heh [13:11] same here... I started to unsubscribe folders in thunderbird... [13:11] must have like a million unread MP mails on the server [13:12] was it popey or mhall119 who gets *every* change made to core apps like MPs, bug reports etc...and had a like a billion unread emails :P [13:12] usually it starts with a conversation like i had with ted: "can you approve my indicator code ?" ... "but i'm not in the team" ... "i can add you, that team is nearly dead anyway, never gets mail" ... "ok, do it then" ... next morning: 76835 new mails about indicator MPs [13:12] mzanetti: wait you can unsubscribe specifc folders in gmail from being synced to thunderbird? I used filters to move them and unsubscribing entirely seems the more smart approach. [13:13] s/and/but [13:13] haha! that's exactly how I ended up in the clock app [13:13] :D [13:13] gmail says I have 6982 mails in my inbox :S [13:13] (unread) [13:13] nik90, yes [13:13] nik90, right-click on a folder in thunderbird, select "Subscribe..." [13:13] mzanetti: well I added you a long time back as a clock-app-dev :P, so you get all emails concerning it. [13:14] I think when you helped with the timezone class [13:14] nik90, yeah, that's one of the not-synced folders tho :D [13:14] :D [13:14] popey: feeling sorry for you ...~7000 email would drive me crazy [13:15] I'm used to it [13:15] sometimes select all -> archive [13:15] but it comes back pretty quickly [13:15] on the other hand, we cannot surprise you :P with cool new stuff [13:15] heh === davidcalle_ is now known as davidcalle === faenil_ is now known as faenil [16:27] mhall119: fyi, we're beating up ureadit as part of our convergence testing :) === wendar_ is now known as wendar === salem_ is now known as _salem [20:02] Hey, is there anyway in QML to access QStandardPaths (specifically QStandardPaths::AppDataLocation) or find out what ~ is? (without using a c++ module ;-) ) [20:32] i am not able to start my emulator. When I start my emulator it is showing only black color for Very long time. [20:32] I m using Ubuntu 14.04 [20:58] If I create an HTML5 app with the Ubuntu SDK, will I be able to use Cordova to build it for Android as well? [21:04] i think so [21:10] ahayzen: no :/ [21:10] ahayzen: That's why I wrote a c++ function along with several other in the clock app [21:10] and this comes from mzanetti when I asked him the exact same question :) [21:14] Elleo: hey, do you mind checking the stats podbird now..we are discussing numbers in our ubuntu-apps telegram group. [21:14] Need something to boast about :P === JanC_ is now known as JanC [22:26] in answer to my own question, building the "Hello world" HTML5 app for Android seems to work, you just need to copy the toolkit files from /usr/share into the project