[02:47] Hey guys question... does anyone know how to parse databases (sqlite) on ubuntu touch? Help greatly appreciated! [08:56] Is this a bug? QStandardPaths::displayName(QStandardPaths::DataLocation) returns "Application Data" under Ubuntu 13.04. Shouldn't it be .config ? [08:57] Wrong channel. Damn [09:12] hakermania, I think no [09:12] mrqtros, Maybe ~/.local/share/data, but "Application Data" is totally wrong under linux. [09:14] hakermania, look, you requested "displayName" - presentable name for apps [09:14] hakermania, try "standardLocations" or "writableLocation" or something like that [09:14] sry I am away from docs :) [09:15] mrqtros, sorry, you are wrong http://qt-project.org/doc/qt-5.0/qtcore/qstandardpaths.html#StandardLocation-enum [09:18] Anyway, the documentation isn't 100% clear of what it means. I found a workaround using QSettings to get that path [09:19] hakermania, :) Did you test it on other OS? [09:20] mrqtros, that workaround works "for sure", because it returns the location where QSettings intends to save the configuration, and that's what I really want. [12:19] trying u1db now, someone here with time and knowledge to help? [12:55] hey guys, how do you re-use a Page component in a PageStack? [12:55] I have a Component that contains a page that I want to use as a regular page in a PageStack [13:00] danielholm, try pagestack.push(page) [13:00] haha, I JUST found that :D [13:00] clepto: thanks [13:08] YES FINALLY GOT OAUTH WORKING! [13:08] sorry for shouting, excited :D [13:30] :D [13:32] it's not even just getting an oauth token, it's signing every request with oauth headers [13:32] damn annoying :P [15:10] Hi everybody! [15:10] Hi nik90, nik90_ :) === txwikinger2 is now known as txwikinger [15:40] nik90, nik90_, ping [15:45] A QML question: Is it possible to style the thumb of a Slider? Specifically, I'd like to change its color when it's at one end of its range. [16:36] Chris Triantafillis: ping [16:36] jGleitz, pong [16:36] jGleitz, thanks for coming! [16:36] clepto: No problem. I hope I can help [16:37] jGleitz, let me explain [16:38] this is the doc i store the notes http://pastebin.ubuntu.com/6051458/ [16:38] when i used database i had every mapping to number as id [16:39] and then i could use something like getTitle(id) etc [16:39] i tried doing the same with the 1udb [16:39] u1db* [16:39] notesDatabase.putDoc({'1': {'id': "1", 'title': 's'}}, "notes") [16:39] Okay. And what doesn’t work now? [16:39] but that doesn't work because i can't do notesDatabase.getDoc("notes").1.title [16:40] the .1. doesn't work [16:40] Yeah. But notesDatabase.getDoc("notes")[1] doesn’t work either? [16:40] so i need to figure another way [16:41] jGleitz, give a sec to test [16:41] jGleitz, you are right [16:41] i didn't get it when you said it on g+ [16:42] thanks! [16:42] No prob. [17:41] jGleitz, how do I delete the db's contents? [18:32] clepto: putDoc("", docId) [18:33] I’m out now. [19:23] Moving from a Consumer to a Producer? | http://askubuntu.com/q/340158 [20:08] OptionSelectorDelegate is not an item on the device image. Shouldn't it be?