| *** msava has quit IRC | 00:06 | |
| *** dharman has joined #sailfishos | 00:07 | |
| *** uvatbc has joined #sailfishos | 00:07 | |
| *** M4rtinK has quit IRC | 00:09 | |
| *** qqK has quit IRC | 00:11 | |
| *** prometoys has quit IRC | 00:17 | |
| *** dharman has quit IRC | 00:19 | |
| *** Blizzz has quit IRC | 00:27 | |
| *** arcean has quit IRC | 00:43 | |
| *** ejjoman has quit IRC | 00:43 | |
| *** nodevel has quit IRC | 00:48 | |
| *** uvatbc has quit IRC | 00:51 | |
| *** softmetz_ has joined #sailfishos | 01:30 | |
| *** softmetz has quit IRC | 01:34 | |
| *** rashm2k1 has joined #sailfishos | 01:38 | |
| *** rashm2k1 has quit IRC | 01:46 | |
| *** Kabouik has quit IRC | 01:51 | |
| *** uvatbc has joined #sailfishos | 01:54 | |
| *** krendil has joined #sailfishos | 02:08 | |
| *** zhxt has joined #sailfishos | 02:22 | |
| *** furikku has joined #sailfishos | 02:29 | |
| *** DarkSim has quit IRC | 02:30 | |
| *** japaric_ has joined #sailfishos | 02:57 | |
| *** zhxt_lp has joined #sailfishos | 03:00 | |
| *** zhxt has quit IRC | 03:01 | |
| *** zhxt_lp has quit IRC | 03:29 | |
| *** zhxt__ has joined #sailfishos | 03:29 | |
| *** cybrNaut has quit IRC | 03:42 | |
| *** cybrNaut has joined #sailfishos | 03:44 | |
| *** olafh has joined #sailfishos | 04:51 | |
| *** R-Z has quit IRC | 04:54 | |
| *** pat_o has quit IRC | 05:01 | |
| kimmoli | smoku: ok, there was some changes to gconf in last version, something was wrapping something iirc. dont remember what way .. | 05:17 |
|---|---|---|
| kimmoli | dconf//gconf | 05:17 |
| *** tango_ has quit IRC | 05:19 | |
| coderus | kimmoli: what do you want? | 05:20 |
| kimmoli | coffee | 05:20 |
| coderus | :D | 05:20 |
| kimmoli | smoku asked for some settings stuff.., he provided some links, which did make me remembering some dconf/gconf wrappings | 05:21 |
| *** tango_ has joined #sailfishos | 05:22 | |
| kimmoli | but good morning coderus \o | 05:24 |
| coderus | smoku: dconf is nice stuff | 05:30 |
| coderus | but if you want to get notifies for QSettings you can implement signals from client to server. it's more cheaper than listening dcoonf value changed signals ;) | 05:30 |
| *** gexc|away has joined #sailfishos | 05:33 | |
| *** gexc|away is now known as gexc | 05:34 | |
| kimmoli | coderus: thanks for idea... i had the setting values passed over dbus to daemom, daemon stored them. but such "apply new settings" would be propably eaasier | 05:34 |
| *** zoldyck has joined #sailfishos | 05:35 | |
| coderus | kimmoli: https://github.com/CODeRUS/mitakuuluu2/blob/master/client/src/mitakuuluu.cpp#L1367 | 05:37 |
| kimmoli | yes. (i have not yeat gone through all the sources of mk2) | 05:39 |
| *** pat_o has joined #sailfishos | 05:42 | |
| coderus | but if you have small amount of settings using dconf is better imho :) | 05:50 |
| *** pat_o has quit IRC | 05:50 | |
| kimmoli | maybe i use something like apply button, which saves all settings, and emits one signal/call to reload them, or just simply restart the daemon... then this part stays the same regardless of how many settings i might have. | 05:55 |
| *** Okeanos has joined #sailfishos | 05:57 | |
| *** RoKenn has joined #sailfishos | 05:59 | |
| *** dhbiker has joined #sailfishos | 06:09 | |
| *** uvatbc has quit IRC | 06:15 | |
| *** uvatbc has joined #sailfishos | 06:16 | |
| *** artemma has joined #sailfishos | 06:20 | |
| *** dhbiker has quit IRC | 06:20 | |
| *** dhbiker has joined #sailfishos | 06:27 | |
| *** roboro has joined #sailfishos | 06:31 | |
| *** itbaron has joined #sailfishos | 06:31 | |
| *** artemma has quit IRC | 06:32 | |
| *** fracting has joined #sailfishos | 06:38 | |
| *** RoKenn has quit IRC | 06:45 | |
| *** zoldyck has quit IRC | 06:46 | |
| *** fracting has quit IRC | 06:48 | |
| *** BasilSemuonov has joined #sailfishos | 06:54 | |
| Nicd- | morning, anyone around to help with anchoring now? :) | 06:55 |
| kimmoli | gm | 06:55 |
| Nicd- | I'll just paste my problem from last night | 06:57 |
| *** Nightmare__ has joined #sailfishos | 06:58 | |
| Nicd- | well, just in case someone is here, here's my code: https://gist.github.com/Nicd/518ca4d053d53e469555 | 06:59 |
| Nicd- | it works nicely so that the TextListComponent (which is a SilicaListView) takes up the space in the middle | 06:59 |
| Nicd- | but when I focus on the text field so that the keyboard comes up, the listview isn't made smaller, it disappears under the text field | 06:59 |
| Nicd- | also when I pull on my pushupmenu, I can pull forever (it doesn't snap) until I can see the background image | 06:59 |
| Nicd- | here's a demo of the latter error: http://files.nytsoi.net/p36C.png | 07:00 |
| *** fracting has joined #sailfishos | 07:01 | |
| kimmoli | got dejavu with that pullmenu not stopping... | 07:02 |
| Nicd- | yeah, I've seen some apps in store with the same problem | 07:02 |
| *** jjarven has quit IRC | 07:04 | |
| kimmoli | so you have title, testlistcomponent (listview in middle, and then have input-row at bottom of page? and pullup menu? | 07:06 |
| Nicd- | teah | 07:07 |
| Nicd- | yeah* | 07:07 |
| kimmoli | and intended to make textlistcompo smalled when vkb opens | 07:07 |
| kimmoli | are you sure it disappeas? if it goes smaller, but it shows less? | 07:09 |
| kimmoli | :) i dont know what i try to say | 07:09 |
| Nicd- | well, the contents don't move | 07:11 |
| Nicd- | so if it's like (from top to bottom) ABCDEF[textfield], then it's AB[textfield] afterwards | 07:12 |
| kimmoli | and you would like to have EF[textfield] | 07:13 |
| Nicd- | yes | 07:14 |
| kimmoli | try to call scrollToBottom() when textfield focuschanged ?? | 07:19 |
| kimmoli | that is method of silicalistview | 07:20 |
| *** TMavica has joined #sailfishos | 07:20 | |
| *** jjarven has joined #sailfishos | 07:23 | |
| Nicd- | but that will only work if the view was already at bottom | 07:26 |
| Nicd- | if the user has scrolled up to some point, it won't work | 07:27 |
| Nicd- | I mean, I've seen programs do this correctly (like mitäkuuluu, should study the sources) | 07:27 |
| Nicd- | so that when the keyboard opens, the listview is moved up correctly | 07:27 |
| *** artemma has joined #sailfishos | 07:27 | |
| kimmoli | ok, not always at the end | 07:30 |
| *** Sfiet_Konstantin has joined #sailfishos | 07:35 | |
| *** artemma has quit IRC | 07:38 | |
| Nicd- | hmm | 07:40 |
| Nicd- | it works now if I set the ListView to have verticalLayoutDirection: ListView.BottomToTop | 07:40 |
| Nicd- | stupid qml | 07:40 |
| *** fracting has quit IRC | 07:43 | |
| Nicd- | still have the infinite pushupmenu problem though | 07:43 |
| kimmoli | was it something with silicaflicable height or something... | 07:47 |
| kimmoli | the pulley menu | 07:47 |
| *** pat_o has joined #sailfishos | 07:51 | |
| *** Sfiet_Konstantin has quit IRC | 07:51 | |
| Nicd- | well the flickable has anchors.fill: parent | 07:51 |
| Nicd- | and the parent is a page | 07:51 |
| *** fracting has joined #sailfishos | 07:55 | |
| *** artemma has joined #sailfishos | 08:02 | |
| *** artemma has quit IRC | 08:14 | |
| *** zhxt has joined #sailfishos | 08:15 | |
| *** zhxt__ has quit IRC | 08:15 | |
| *** nodevel has joined #sailfishos | 08:15 | |
| Nicd- | oh dammit qml | 08:16 |
| *** plfiorini has quit IRC | 08:16 | |
| Nicd- | so I'm using moment.js in my app but I have these strange problems with it | 08:17 |
| *** dpurgin has quit IRC | 08:17 | |
| Nicd- | I can do console.log(M.moment().format()); (where M is the moment.js library) and it works just fine | 08:17 |
| *** Sfiet_Konstantin has joined #sailfishos | 08:19 | |
| Nicd- | but if I pass the value I get from M.moment() into a function, where it gets inserted into a ListModel, then in the delegate item call format() for it, it fails because 'format' has turned into an object for some reason | 08:19 |
| *** dpurgin has joined #sailfishos | 08:20 | |
| Nicd- | yeah, seems when you take an object returned from M.moment() and put it into a ListModel, it gets screwed up somehow | 08:21 |
| *** Nightmare__ has quit IRC | 08:22 | |
| *** xerpi has joined #sailfishos | 08:22 | |
| *** tat has quit IRC | 08:25 | |
| *** Sfiet_Konstantin has quit IRC | 08:31 | |
| *** Sfiet_Konstantin has joined #sailfishos | 08:33 | |
| *** alin has joined #sailfishos | 08:35 | |
| *** fracting has quit IRC | 08:45 | |
| *** Jpel has joined #sailfishos | 08:54 | |
| *** igordcard has joined #sailfishos | 09:11 | |
| *** igordcard has quit IRC | 09:17 | |
| *** plfiorini has joined #sailfishos | 09:22 | |
| *** plfiorini has quit IRC | 09:26 | |
| *** plfiorini has joined #sailfishos | 09:27 | |
| *** leszek has joined #sailfishos | 09:28 | |
| *** tat has joined #sailfishos | 09:28 | |
| *** Sailor6916_ has joined #sailfishos | 09:31 | |
| *** igordcard has joined #sailfishos | 09:33 | |
| *** Jpel has quit IRC | 09:35 | |
| smoku | kimmoli: yeah. gconf was replaced by dconf, but mlite interface stayed the same. | 09:36 |
| smoku | kimmoli: and it works great. I change setting in my conf app and deamon gets notified of change :) | 09:37 |
| kimmoli | ok | 09:37 |
| smoku | MDconfGroup class is cool as it can wrap configuration to properties of an settings object, so you don't have to even thinh that there is some persistency layer there :) | 09:39 |
| *** Jpel has joined #sailfishos | 09:43 | |
| *** alin has quit IRC | 09:44 | |
| *** Sailor6916_ has quit IRC | 09:46 | |
| *** Jpel has quit IRC | 09:59 | |
| *** nodevel has quit IRC | 10:09 | |
| *** xerpi has quit IRC | 10:12 | |
| *** nodevel has joined #sailfishos | 10:15 | |
| *** qqK has joined #sailfishos | 10:15 | |
| *** M4rtinK has joined #sailfishos | 10:15 | |
| *** plfiorini has quit IRC | 10:19 | |
| *** Sfiet_Konstantin has quit IRC | 10:21 | |
| *** spider-mario has joined #sailfishos | 10:26 | |
| *** TMavica has quit IRC | 10:29 | |
| *** olafh has quit IRC | 10:35 | |
| *** smoku has quit IRC | 10:36 | |
| *** olafh has joined #sailfishos | 10:36 | |
| *** smoku has joined #sailfishos | 10:37 | |
| *** disharmonic has joined #sailfishos | 10:44 | |
| *** Sail0r has joined #sailfishos | 10:47 | |
| *** inte_awa` is now known as inte | 10:47 | |
| *** msava has joined #sailfishos | 10:51 | |
| *** Nightmare__ has joined #sailfishos | 10:57 | |
| *** inte is now known as inte_away | 11:01 | |
| *** arcean has joined #sailfishos | 11:04 | |
| *** M4rtinK has quit IRC | 11:04 | |
| *** jmlich has joined #sailfishos | 11:14 | |
| *** leszek has quit IRC | 11:28 | |
| *** nodevel has quit IRC | 11:45 | |
| *** nodevel has joined #sailfishos | 11:46 | |
| *** Eztran has joined #sailfishos | 11:55 | |
| *** Sequenced has quit IRC | 11:56 | |
| *** Sequenced has joined #sailfishos | 11:58 | |
| *** Sequenced_ has joined #sailfishos | 12:10 | |
| *** Sequenced has quit IRC | 12:12 | |
| *** master_o1_master has joined #sailfishos | 12:19 | |
| *** Sequenced has joined #sailfishos | 12:20 | |
| *** Sequenced_ has quit IRC | 12:22 | |
| *** master_of_master has quit IRC | 12:22 | |
| *** Sequenced_ has joined #sailfishos | 12:24 | |
| *** Sequenced has quit IRC | 12:25 | |
| *** Sequenced has joined #sailfishos | 12:28 | |
| *** Sequenced_ has quit IRC | 12:31 | |
| *** Sequenced has quit IRC | 12:32 | |
| *** Sequenced has joined #sailfishos | 12:33 | |
| *** cybrNaut has quit IRC | 12:39 | |
| *** cybrNaut has joined #sailfishos | 12:42 | |
| *** martyone has joined #sailfishos | 12:48 | |
| *** xerpi has joined #sailfishos | 12:51 | |
| *** zhxt has quit IRC | 12:52 | |
| *** SmarteX has joined #sailfishos | 12:56 | |
| SmarteX | coderus: Hi! Are you aware that in EA3 (on the mako) Mitakuuluu doesn't let me go into a conversation? | 12:57 |
| *** SmarteX has left #sailfishos | 13:00 | |
| *** smartex has joined #sailfishos | 13:04 | |
| *** Snotr has joined #sailfishos | 13:06 | |
| *** smartex has quit IRC | 13:11 | |
| ryukafalz | stick around why don't ya? :P | 13:18 |
| *** arcean has quit IRC | 13:22 | |
| sledges | connprobs i gather :) | 13:30 |
| sledges | (like closing browser tab ^_^) | 13:30 |
| ryukafalz | :P | 13:30 |
| * ryukafalz runs a client on a server | 13:30 | |
| ryukafalz | s/server/mac mini sitting on a table at home/ | 13:31 |
| coderus | SmarteX, it was discussed many times, some depends packages missing. You can install 0.8.1 Beta2, it have all required depends | 13:33 |
| *** R-Z has joined #sailfishos | 13:34 | |
| *** tbr has quit IRC | 13:35 | |
| *** tbr has joined #sailfishos | 13:36 | |
| *** Nightmare__ has quit IRC | 13:36 | |
| *** tbr has quit IRC | 13:43 | |
| *** Sequenced is now known as Sequenced- | 13:45 | |
| *** Sequenced- is now known as Sequenced-- | 13:45 | |
| *** DevBot has quit IRC | 13:45 | |
| *** DevBot` has joined #sailfishos | 13:45 | |
| *** Sequenced-- is now known as Sequenced- | 13:51 | |
| *** ced117 has quit IRC | 13:52 | |
| *** nodevel has quit IRC | 13:52 | |
| *** nodevel has joined #sailfishos | 13:52 | |
| *** tbr has joined #sailfishos | 13:55 | |
| *** pat_o has quit IRC | 14:01 | |
| *** disharmonic has quit IRC | 14:02 | |
| *** Finlod has joined #sailfishos | 14:05 | |
| *** Nightmare__ has joined #sailfishos | 14:08 | |
| *** Nightmare__ has joined #sailfishos | 14:09 | |
| *** ced117 has joined #sailfishos | 14:09 | |
| *** tbr has quit IRC | 14:12 | |
| *** DevBot` has quit IRC | 14:12 | |
| *** arcean has joined #sailfishos | 14:13 | |
| *** DevBot has joined #sailfishos | 14:13 | |
| *** tbr has joined #sailfishos | 14:13 | |
| *** tbr has quit IRC | 14:17 | |
| *** DevBot has quit IRC | 14:18 | |
| *** DevBot has joined #sailfishos | 14:22 | |
| *** smartex has joined #sailfishos | 14:24 | |
| smartex | Heyo! | 14:24 |
| *** disharmonic has joined #sailfishos | 14:25 | |
| *** smartex has left #sailfishos | 14:26 | |
| *** DevBot has quit IRC | 14:27 | |
| *** phaeron has joined #sailfishos | 14:32 | |
| *** R-Z has quit IRC | 14:32 | |
| *** piggz has joined #sailfishos | 14:33 | |
| *** Mossepo has joined #sailfishos | 14:38 | |
| *** Snotr has quit IRC | 14:41 | |
| *** martyone has quit IRC | 14:43 | |
| coderus | hate smartex, joining for two minutes :D | 14:44 |
| *** DevBot has joined #sailfishos | 14:47 | |
| *** tbr has joined #sailfishos | 14:50 | |
| *** Nightmare___ has joined #sailfishos | 14:52 | |
| *** Nightmare__ has quit IRC | 14:56 | |
| *** DarkSim has joined #sailfishos | 15:02 | |
| *** pat_o has joined #sailfishos | 15:04 | |
| *** javispedro has joined #sailfishos | 15:05 | |
| *** DevBot` has joined #sailfishos | 15:06 | |
| *** DevBot has quit IRC | 15:06 | |
| *** tbr has quit IRC | 15:06 | |
| *** tbr has joined #sailfishos | 15:06 | |
| *** nodevel has quit IRC | 15:09 | |
| *** nodevel has joined #sailfishos | 15:10 | |
| *** DevBot has joined #sailfishos | 15:14 | |
| *** DevBot` has quit IRC | 15:14 | |
| *** tbr has quit IRC | 15:16 | |
| *** tbr has joined #sailfishos | 15:18 | |
| *** DevBot has quit IRC | 15:18 | |
| *** DevBot has joined #sailfishos | 15:18 | |
| *** Finlod has quit IRC | 15:20 | |
| *** pat_o_ has joined #sailfishos | 15:20 | |
| *** pat_o has quit IRC | 15:23 | |
| *** pat_o_ has quit IRC | 15:24 | |
| *** pat_o_ has joined #sailfishos | 15:24 | |
| *** DevBot has quit IRC | 15:24 | |
| *** Finlod has joined #sailfishos | 15:25 | |
| *** DevBot has joined #sailfishos | 15:26 | |
| *** tbr has quit IRC | 15:26 | |
| *** tbr has joined #sailfishos | 15:27 | |
| *** alin has joined #sailfishos | 15:28 | |
| *** alin has quit IRC | 15:28 | |
| *** alin has joined #sailfishos | 15:28 | |
| *** javispedro has quit IRC | 15:32 | |
| *** pat_o has joined #sailfishos | 15:32 | |
| *** RoKenn has joined #sailfishos | 15:33 | |
| *** flywheel has joined #sailfishos | 15:33 | |
| *** pat_o_ has quit IRC | 15:34 | |
| *** Nightmare___ has quit IRC | 15:34 | |
| *** pat_o_ has joined #sailfishos | 15:35 | |
| *** rkz has joined #sailfishos | 15:36 | |
| *** pat_o has quit IRC | 15:37 | |
| *** pat_o_ has quit IRC | 15:40 | |
| *** xerpi has quit IRC | 15:49 | |
| *** Nightmare__ has joined #sailfishos | 15:57 | |
| *** krendil has quit IRC | 16:00 | |
| *** RoKenn has quit IRC | 16:01 | |
| *** DevBot has quit IRC | 16:02 | |
| *** spider-mario has quit IRC | 16:03 | |
| *** tbr has quit IRC | 16:03 | |
| *** Sail0r has quit IRC | 16:07 | |
| *** pat_o_ has joined #sailfishos | 16:10 | |
| *** DevBot has joined #sailfishos | 16:13 | |
| *** tbr has joined #sailfishos | 16:13 | |
| *** spider-mario has joined #sailfishos | 16:23 | |
| kimmoli | coderus ping ... hmm... do you know can i use dconf over user boundaries? my service/daemon runs as root, and does not know nemo... | 16:36 |
| kimmoli | QSettings with SystemScope will store to /etc/xdg/organisation/application.conf which i can't write from nemo-user. now my settings app works fine if also root | 16:37 |
| kimmoli | maybe i revert my implementation to the original, and pass configs over dbus as arguments... | 16:37 |
| *** pat_o_ has quit IRC | 16:45 | |
| *** pat_o_ has joined #sailfishos | 16:46 | |
| coderus | kimmoli: afaik dconf is not stricted to user (i can be wrong) | 16:46 |
| kimmoli | then i have to take a look at that more deeply. | 16:47 |
| coderus | just try cli cdonf with and without root | 16:47 |
| coderus | *dconf | 16:47 |
| kimmoli | will do | 16:48 |
| *** Sail0r has joined #sailfishos | 16:53 | |
| *** nodevel has quit IRC | 17:00 | |
| *** nodevel has joined #sailfishos | 17:00 | |
| kimmoli | hmm.. strange results... some groups are only in other (root/nemo), some are different between them, and some are the same... but seems that those can be made cross-user | 17:00 |
| *** DevBot has quit IRC | 17:11 | |
| *** tbr has quit IRC | 17:13 | |
| *** arcean has quit IRC | 17:16 | |
| *** pat_o has joined #sailfishos | 17:17 | |
| *** pat_o_ has quit IRC | 17:17 | |
| *** Snotr has joined #sailfishos | 17:17 | |
| *** pat_o_ has joined #sailfishos | 17:18 | |
| *** igordcard has quit IRC | 17:19 | |
| *** pat_o has quit IRC | 17:21 | |
| *** pat_o_ has quit IRC | 17:22 | |
| *** ilan has joined #sailfishos | 17:25 | |
| *** tbr has joined #sailfishos | 17:26 | |
| *** ilan is now known as Guest78635 | 17:26 | |
| *** pat_o_ has joined #sailfishos | 17:26 | |
| *** DevBot has joined #sailfishos | 17:33 | |
| *** fracting has joined #sailfishos | 17:34 | |
| *** pat_o has joined #sailfishos | 17:42 | |
| *** pat_o_ has quit IRC | 17:42 | |
| *** zoldyck has joined #sailfishos | 17:50 | |
| *** marxistvegan has joined #sailfishos | 17:52 | |
| *** flywheel has quit IRC | 17:55 | |
| *** useretail has quit IRC | 17:57 | |
| *** Snotr has quit IRC | 18:06 | |
| *** nodevel has quit IRC | 18:09 | |
| *** piggz has quit IRC | 18:09 | |
| *** nodevel has joined #sailfishos | 18:09 | |
| *** fracting has quit IRC | 18:12 | |
| *** fracting has joined #sailfishos | 18:14 | |
| *** Blizzz has joined #sailfishos | 18:15 | |
| *** gexc has quit IRC | 18:17 | |
| *** Eztran has quit IRC | 18:19 | |
| *** nodevel has quit IRC | 18:19 | |
| *** nodevel has joined #sailfishos | 18:20 | |
| *** melonipoika has joined #sailfishos | 18:21 | |
| *** marxistvegan has quit IRC | 18:22 | |
| *** piggz has joined #sailfishos | 18:32 | |
| *** tat has quit IRC | 18:34 | |
| rkz | anyone know anything about the alphabetic list picker in the people app? | 18:36 |
| rkz | is it a mix of silica components or something bespoke for that app | 18:36 |
| *** alin has quit IRC | 18:37 | |
| *** mornfall has quit IRC | 18:44 | |
| *** artemma has joined #sailfishos | 18:46 | |
| *** hzb has joined #sailfishos | 18:47 | |
| *** mornfall has joined #sailfishos | 18:48 | |
| *** ArkkisN has joined #sailfishos | 18:49 | |
| *** Finlod has quit IRC | 18:55 | |
| *** marxistvegan has joined #sailfishos | 18:58 | |
| *** xerpi has joined #sailfishos | 18:59 | |
| *** fracting has quit IRC | 19:04 | |
| *** arcean has joined #sailfishos | 19:06 | |
| kimmoli | grr | 19:08 |
| *** kunev has joined #sailfishos | 19:11 | |
| *** marxistvegan has quit IRC | 19:12 | |
| *** thomas_sch has joined #sailfishos | 19:22 | |
| thomas_sch | http://releases.sailfishos.org/sfa-ea/2014-07-18_SailfishOSHardwareAdaptationDevelopmentKit.pdf <--- So I can't port SailfishOS to anything other than ARMv7 right? | 19:23 |
| thomas_sch | I'm asking because there is https://github.com/androidarmv6 and I would really like to get some use of my old phone | 19:24 |
| *** kunev has quit IRC | 19:25 | |
| kimmoli | giving up with dconf now... seems it is user dependent. not system-wide. also for qml/harbour ... Import 'org.nemomobile.configuration 1.0' is not allowed | 19:31 |
| coderus | rkz: /usr/share/jolla-contacts/pages/ContactsListPage.qml | 19:43 |
| coderus | kimmoli: yeah it seems to be user-dependent.. | 19:45 |
| *** R-Z has joined #sailfishos | 19:49 | |
| rkz | coderus: that has a contactbrowser object, but that seems coded specifically for handling contacts | 19:50 |
| rkz | rather than something that just navigates a list | 19:50 |
| coderus | rkz: it coded for specific model | 19:51 |
| coderus | but it's not too hard to hack it | 19:51 |
| rkz | do you know where the contactbrowser is defined? | 19:52 |
| rkz | usr/lib/qt5/qml/Sailfish/Contacts/ContactBrowser.qml?? | 19:57 |
| *** itbaron has quit IRC | 19:57 | |
| hzb | hmmhh, should QtPositioning be found on the SDK? gives a not-found error and someone has asked on IRC but got no answers, dev-mailing list refers to it.. | 19:58 |
| rkz | qtpositioning isnt in the SDK yet | 19:58 |
| rkz | but you can install it | 19:58 |
| hzb | thanks, and there seems to be nice documentation related to that.. I'll try.. http://flyingsheeponsailfish.blogspot.fi/2013/11/deploying-additional-packages-to.html | 20:00 |
| rkz | its not considered stable yet, which is why its not in the SDK | 20:00 |
| hzb | I'd just like to define coordinates for MapQuickItem markers and coordinate function seems to be in QtPositioning | 20:00 |
| rkz | the officially sanctioned method of getting positioning data is through dbus to geoclue | 20:01 |
| hzb | rkz: what I'm trying to do is just adding markers on map, am I making it too complex? | 20:01 |
| rkz | afaik qtpositioning is all about interaction with GPS | 20:03 |
| *** piggz has quit IRC | 20:03 | |
| hzb | rkz: I'd just like to write in QML something like this "coordinate: QtPositioning.coordinate(lat,lon)" | 20:03 |
| hzb | hmmh, reading more code examples and qtlocation API, I think qtlocation is enough for me, I'll try.. | 20:06 |
| *** furikku has quit IRC | 20:07 | |
| *** R-Z has quit IRC | 20:13 | |
| hzb | it seems that those pages I read later were outdated, coordinate function seems to be nowadays in QtPositioning | 20:14 |
| coderus | kaltsi: i hacked libMer.so binary to make it always think Mre VM is installed and running :) | 20:15 |
| coderus | Mer VM* | 20:15 |
| rkz | hzb: http://qt-project.org/doc/qt-5/qml-coordinate.html | 20:16 |
| coderus | hzb: https://github.com/CODeRUS/mitakuuluu2/blob/master/client/qml/ConversationPage.qml#L815 | 20:17 |
| coderus | hzb: and https://github.com/CODeRUS/mitakuuluu2/blob/master/client/qml/Location.qml | 20:18 |
| *** artemma has quit IRC | 20:22 | |
| *** artemma has joined #sailfishos | 20:25 | |
| thomas_sch | does anyone know if I can port an armv6 android device to sailfish? | 20:29 |
| hzb | rkz: that was the URL I started from, but I didn't read it carefully enough, since now it works, whee!:) solution was that simple: coordinate { latitude: value; longitude value } inside MapQuickItem{} | 20:29 |
| rkz | i was thinking it was strange to pass coordintes into a function to get coordinates | 20:30 |
| smoku | thomas_sch: sailfish is based on Mer. ask on #mer whether is there an armv6 build of Mer - you would need that as a starting point. | 20:31 |
| hzb | rkz: me too, but I thought it'll wrap them into some object with some specific magic... | 20:31 |
| *** artemma has quit IRC | 20:36 | |
| smoku | thomas_sch: also, sailfish has pretty high expectations on the kernel. are you sure your armv6 kernel can support cgroups, systemd, devtmpfs? | 20:41 |
| *** nodevel has quit IRC | 20:44 | |
| *** nodevel has joined #sailfishos | 20:44 | |
| *** nodevel has quit IRC | 20:46 | |
| *** Kabouik has joined #sailfishos | 20:51 | |
| *** Kabouik has quit IRC | 20:52 | |
| *** Guest78635 has quit IRC | 20:53 | |
| *** Sail0r2 has joined #sailfishos | 20:58 | |
| *** Sail0r2 has quit IRC | 20:59 | |
| *** BasilSemuonov has quit IRC | 21:04 | |
| *** sdrave has joined #sailfishos | 21:06 | |
| *** dhbiker has quit IRC | 21:06 | |
| *** e-ddie has quit IRC | 21:07 | |
| *** useretail has joined #sailfishos | 21:20 | |
| *** e-ddie has joined #sailfishos | 21:25 | |
| thomas_sch | smoku: not 100% I will check as soon as I know if it's possible at all :) but thx | 21:30 |
| thomas_sch | ps I think mer can run on armv6 the n900 was armv6 right? | 21:30 |
| *** olafh_ has joined #sailfishos | 21:41 | |
| *** smoku has quit IRC | 21:43 | |
| *** olafh has quit IRC | 21:43 | |
| *** olafh_ has quit IRC | 21:44 | |
| *** olafh_ has joined #sailfishos | 21:44 | |
| *** jjarven has quit IRC | 21:53 | |
| *** Wasp has joined #sailfishos | 21:55 | |
| *** olafh_ has quit IRC | 22:04 | |
| *** Nightmare__ has quit IRC | 22:04 | |
| *** olafh_ has joined #sailfishos | 22:04 | |
| *** cax has joined #sailfishos | 22:07 | |
| *** jjarven has joined #sailfishos | 22:08 | |
| *** Sail0r has quit IRC | 22:18 | |
| *** Sail0r has joined #sailfishos | 22:19 | |
| *** Sail0r has quit IRC | 22:23 | |
| *** japaric_ is now known as japaric | 22:25 | |
| *** tat has joined #sailfishos | 22:26 | |
| *** xerpi has quit IRC | 22:26 | |
| *** japaric has quit IRC | 22:29 | |
| *** japaric has joined #sailfishos | 22:29 | |
| *** japaric has joined #sailfishos | 22:29 | |
| *** japaric has left #sailfishos | 22:30 | |
| *** R-Z has joined #sailfishos | 22:35 | |
| *** cax has quit IRC | 22:42 | |
| *** xruxa_away has quit IRC | 22:49 | |
| *** alin has joined #sailfishos | 22:58 | |
| *** alin has quit IRC | 22:58 | |
| *** alin has joined #sailfishos | 22:58 | |
| *** xruxa_away has joined #sailfishos | 23:03 | |
| *** spider-mario has quit IRC | 23:15 | |
| *** crazy_imp has quit IRC | 23:19 | |
| *** crazy_imp has joined #sailfishos | 23:20 | |
| *** rkz has quit IRC | 23:20 | |
| *** Nightmare__ has joined #sailfishos | 23:30 | |
| *** inte_awa` has joined #sailfishos | 23:31 | |
| *** inte_awa` has quit IRC | 23:31 | |
| *** inte_awa` has joined #sailfishos | 23:31 | |
| *** lpotter has quit IRC | 23:31 | |
| *** lpotter has joined #sailfishos | 23:31 | |
| *** inte_away has quit IRC | 23:33 | |
| *** roboro has quit IRC | 23:34 | |
| *** olafh_ has quit IRC | 23:35 | |
| *** Blizzz has quit IRC | 23:36 | |
| *** lpotter has quit IRC | 23:40 | |
| *** lpotter has joined #sailfishos | 23:40 | |
| *** lpotter has quit IRC | 23:46 | |
| *** lpotter has joined #sailfishos | 23:46 | |
| *** thomasgubler has quit IRC | 23:54 | |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!