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