| *** auri__ has joined #sailfishos | 00:05 | |
| *** chriadam|away is now known as chriadam | 00:08 | |
| *** auri__ has quit IRC | 00:10 | |
| *** atriverside has quit IRC | 00:15 | |
| *** arcean has quit IRC | 00:17 | |
| *** mjones has quit IRC | 00:21 | |
| *** mjones has joined #sailfishos | 00:21 | |
| *** bugzy has joined #sailfishos | 01:28 | |
| *** sardini_ has quit IRC | 01:39 | |
| *** sardini has joined #sailfishos | 01:40 | |
| *** sardini has quit IRC | 01:40 | |
| *** Morpog_Mobile has quit IRC | 01:56 | |
| *** Morpog_Mobile has joined #sailfishos | 01:59 | |
| *** mjones has quit IRC | 02:20 | |
| *** mjones_ has joined #sailfishos | 02:20 | |
| *** darkham_ has joined #sailfishos | 02:49 | |
| *** krabador has joined #sailfishos | 02:49 | |
| *** darkham_ has quit IRC | 02:50 | |
| *** jayrulez has quit IRC | 03:38 | |
| *** jayrulez has joined #sailfishos | 03:40 | |
| *** jayrulez has quit IRC | 03:42 | |
| *** krabador has quit IRC | 03:42 | |
| *** jayrulez has joined #sailfishos | 03:44 | |
| *** martyone has joined #sailfishos | 04:01 | |
| *** Sfiet_Konstantin has quit IRC | 04:03 | |
| *** chriadam has quit IRC | 05:00 | |
| *** chriadam has joined #sailfishos | 05:01 | |
| *** frecel has quit IRC | 05:06 | |
| *** frecel has joined #sailfishos | 05:07 | |
| *** batteryyy has joined #sailfishos | 05:19 | |
| *** VDVsx has joined #sailfishos | 05:35 | |
| *** frecel has quit IRC | 05:39 | |
| *** frecel has joined #sailfishos | 05:39 | |
| *** woweric has joined #sailfishos | 05:44 | |
| *** furikku has joined #sailfishos | 05:48 | |
| *** chriadam has quit IRC | 05:58 | |
| *** Pat_o has joined #sailfishos | 06:16 | |
| *** otep_ has quit IRC | 06:19 | |
| *** otep has joined #sailfishos | 06:19 | |
| *** sdfanq has joined #sailfishos | 07:11 | |
| *** Mihanizat0r has joined #sailfishos | 07:12 | |
| *** M13 has quit IRC | 07:15 | |
| *** Pat_o has quit IRC | 07:15 | |
| *** jpetersen has joined #sailfishos | 07:27 | |
| *** auri__ has joined #sailfishos | 07:28 | |
| *** chriadam has joined #sailfishos | 07:36 | |
| *** m4g0g_ has joined #sailfishos | 07:36 | |
| m4g0g_ | hi | 07:37 |
|---|---|---|
| m4g0g_ | Does somebody have information about new phone with sailfish? | 07:37 |
| sdfanq | I am using the Sailfish.Silica 1.0 components and for some reason, when calling pageStack.push, my application crashes with free(): invalid pointer. Here is my code: http://pastebin.com/yrM6S3mQ . I noticed that when calling pageStack.push, the QObject returned from controller.getSomeQObject is deleted. Is this normal behaviour ? | 07:38 |
| mvogt | sdfanq: I can't reproduce with the current version of silica, in which the PageStack implementation has changed quite a lot | 07:39 |
| sdfanq | current version ? | 07:39 |
| mvogt | sdfanq: your example seems to be rather hacked up; there's no controller, the PullDownMenu should be in a flickable | 07:39 |
| mvogt | sorry, current head of development | 07:40 |
| sdfanq | it's just a shorter example so you could read it faster | 07:40 |
| sdfanq | to get my point across | 07:40 |
| sdfanq | controller is exposed from rootContext | 07:40 |
| mvogt | in general, Page objects will be deleted when they are popped from the stack, if they had no parent when they are added to it | 07:40 |
| mvogt | if they already had a parent, then they won't be deleted | 07:41 |
| chriadam | remember that if the getWhateverObject() function is a Q_INVOKABLE which returns a QObject-derived type ptr, then QML will take ownership | 07:45 |
| sdfanq | oh | 07:45 |
| sdfanq | i see | 07:45 |
| sdfanq | so ... I don't want it to take ownership | 07:45 |
| chriadam | you can manually tell it that it has CPP ownership by calling ... some function of the engine, iirc | 07:45 |
| sdfanq | that qobject is part of the model, it musn't be deleted | 07:45 |
| chriadam | the qml docs will tell you more. see CppOwnership vs JavaScriptOwnership | 07:46 |
| sdfanq | ok, thank you | 07:46 |
| *** jpetersen has quit IRC | 07:51 | |
| sdfanq | yes, it worked by setting cpp ownership before returning the QObject* :) | 08:00 |
| chriadam | np | 08:01 |
| *** Jonni has quit IRC | 08:18 | |
| *** Jonni has joined #sailfishos | 08:19 | |
| *** jpetersen has joined #sailfishos | 08:35 | |
| *** r3d has joined #sailfishos | 08:46 | |
| *** Jcktrue is now known as Jck_true | 08:47 | |
| *** mikhas has joined #sailfishos | 08:54 | |
| *** M4rtinK has joined #sailfishos | 08:56 | |
| *** Pali has joined #sailfishos | 09:03 | |
| *** chriadam has quit IRC | 09:16 | |
| *** chriadam has joined #sailfishos | 09:19 | |
| *** Mihanizat0r has quit IRC | 09:22 | |
| *** woweric has quit IRC | 09:24 | |
| *** arcean has joined #sailfishos | 09:42 | |
| *** niqt has joined #sailfishos | 09:57 | |
| *** jpetrell has joined #sailfishos | 10:03 | |
| *** VDVsx has quit IRC | 10:26 | |
| *** VDVsx has joined #sailfishos | 10:28 | |
| *** mikhas has quit IRC | 10:32 | |
| *** niqt_ has joined #sailfishos | 10:41 | |
| *** niqt has quit IRC | 10:44 | |
| *** arcean has quit IRC | 10:45 | |
| *** cxl000 has joined #sailfishos | 10:46 | |
| *** niqt has joined #sailfishos | 10:50 | |
| *** niqt_ has quit IRC | 10:54 | |
| *** niqt has quit IRC | 11:03 | |
| *** zhxt has joined #sailfishos | 11:14 | |
| *** jluisn has joined #sailfishos | 11:17 | |
| *** jukkaeklund has joined #sailfishos | 11:22 | |
| *** jukkaeklund has quit IRC | 11:41 | |
| *** PMG has quit IRC | 11:54 | |
| *** Pat_o has joined #sailfishos | 11:59 | |
| *** auri__ has quit IRC | 12:04 | |
| *** auri__ has joined #sailfishos | 12:05 | |
| *** Sfiet_Konstantin has joined #sailfishos | 12:10 | |
| *** pinvok3|2 has quit IRC | 12:12 | |
| *** martyone has quit IRC | 12:14 | |
| *** sdfanq has quit IRC | 12:43 | |
| *** jpetrell has quit IRC | 13:07 | |
| *** spider-mario has joined #sailfishos | 13:12 | |
| Sfiet_Konstantin | hello ! | 13:13 |
| *** mikhas has joined #sailfishos | 13:33 | |
| *** PMG has joined #sailfishos | 13:49 | |
| *** r3d has quit IRC | 14:06 | |
| *** r3d has joined #sailfishos | 14:07 | |
| *** VDVsx has quit IRC | 14:10 | |
| *** arcean has joined #sailfishos | 14:11 | |
| *** jayrulez has quit IRC | 14:25 | |
| *** ajalkane has joined #sailfishos | 14:52 | |
| *** krabador has joined #sailfishos | 14:53 | |
| *** jpetersen has quit IRC | 14:58 | |
| *** yodawg has joined #sailfishos | 15:29 | |
| *** m4g0g_ has quit IRC | 15:32 | |
| *** Sfiet_Konstantin has quit IRC | 15:42 | |
| *** Sfiet_Konstantin has joined #sailfishos | 15:42 | |
| *** krabador has quit IRC | 16:04 | |
| *** Sfiet_Konstantin has quit IRC | 16:04 | |
| *** Sfiet_Konstantin has joined #sailfishos | 16:04 | |
| *** zhxt has quit IRC | 16:14 | |
| *** VDVsx has joined #sailfishos | 16:15 | |
| *** Morpog_PC has joined #sailfishos | 16:25 | |
| *** jpetrell has joined #sailfishos | 16:36 | |
| *** zumbi has quit IRC | 16:44 | |
| *** lbt_ has joined #sailfishos | 16:48 | |
| *** r3d has quit IRC | 16:48 | |
| *** lbt_ has quit IRC | 16:48 | |
| *** lbt_ has joined #sailfishos | 16:48 | |
| *** r3d has joined #sailfishos | 16:48 | |
| *** inkjetunito has joined #sailfishos | 16:49 | |
| *** lbt has quit IRC | 16:50 | |
| *** Pat_o has quit IRC | 16:54 | |
| *** rcg has joined #sailfishos | 16:56 | |
| *** nsuffys has joined #sailfishos | 17:05 | |
| *** zumbi_ has joined #sailfishos | 17:09 | |
| *** inkjetunito has quit IRC | 17:43 | |
| *** M13 has joined #sailfishos | 17:48 | |
| *** nsuffys has quit IRC | 17:48 | |
| *** nsuffys has joined #sailfishos | 17:48 | |
| *** inkjetunito has joined #sailfishos | 17:50 | |
| *** martyone has joined #sailfishos | 17:54 | |
| *** martyone has quit IRC | 18:00 | |
| *** Pat_o has joined #sailfishos | 18:01 | |
| *** jpetrell has quit IRC | 18:03 | |
| *** Sfiet_Konstantin has quit IRC | 18:43 | |
| *** SfietKonstantin has joined #sailfishos | 18:43 | |
| *** mikhas has quit IRC | 18:49 | |
| *** sardini has joined #sailfishos | 18:51 | |
| *** ajalkane has quit IRC | 18:53 | |
| *** furikku has quit IRC | 18:59 | |
| *** aknight has joined #sailfishos | 19:02 | |
| *** aknight has quit IRC | 19:03 | |
| *** Pat_o has quit IRC | 19:16 | |
| *** addi has quit IRC | 19:16 | |
| *** jstaniek has joined #sailfishos | 19:25 | |
| *** Pat_o has joined #sailfishos | 19:47 | |
| *** ajalkane has joined #sailfishos | 19:50 | |
| *** martyone has joined #sailfishos | 19:55 | |
| *** CarlosMazieri has joined #sailfishos | 19:55 | |
| *** inkjetunito has quit IRC | 19:59 | |
| *** inkjetunito has joined #sailfishos | 20:00 | |
| *** Pat_o has quit IRC | 20:04 | |
| *** inkjetunito has quit IRC | 20:08 | |
| *** frecel has quit IRC | 20:11 | |
| *** CarlosMazieri has quit IRC | 20:16 | |
| *** Jck_true has quit IRC | 20:22 | |
| *** Jck_true has joined #sailfishos | 20:26 | |
| *** M13 has quit IRC | 20:27 | |
| *** frecel has joined #sailfishos | 20:28 | |
| *** jluisn has quit IRC | 20:35 | |
| *** nsuffys has quit IRC | 20:41 | |
| *** spider-mario has quit IRC | 20:54 | |
| *** martyone has quit IRC | 20:56 | |
| *** SKonstantin_tab has joined #sailfishos | 20:56 | |
| *** ajalkane has quit IRC | 20:57 | |
| *** SKonstantin_tab has quit IRC | 21:06 | |
| *** SfietKonstantin has quit IRC | 21:10 | |
| *** Pat_o has joined #sailfishos | 21:14 | |
| *** Sfiet_Konstantin has joined #sailfishos | 21:17 | |
| *** Pali has quit IRC | 21:19 | |
| *** jstaniek has quit IRC | 21:20 | |
| *** lbt_ is now known as lbt | 21:44 | |
| *** yodawg has quit IRC | 21:53 | |
| *** Pat_o has quit IRC | 21:55 | |
| *** Morpog_PC has quit IRC | 22:13 | |
| *** mvogt has quit IRC | 22:22 | |
| *** mjones_ has quit IRC | 22:28 | |
| *** mvogt has joined #sailfishos | 22:30 | |
| *** jayrulez has joined #sailfishos | 22:47 | |
| *** rcg has quit IRC | 23:08 | |
| *** Sfiet_Konstantin has quit IRC | 23:14 | |
| *** rcg has joined #sailfishos | 23:20 | |
| *** jayrulez has quit IRC | 23:22 | |
| *** jayrulez has joined #sailfishos | 23:22 | |
| *** Sfiet_Konstantin has joined #sailfishos | 23:22 | |
| *** jayrulez has quit IRC | 23:23 | |
| *** jayrulez has joined #sailfishos | 23:24 | |
| *** jayrulez has quit IRC | 23:27 | |
| *** jayrulez has joined #sailfishos | 23:29 | |
| *** jayrulez has quit IRC | 23:31 | |
| *** jayrulez has joined #sailfishos | 23:38 | |
| *** mjones_ has joined #sailfishos | 23:41 | |
| *** mjones__ has joined #sailfishos | 23:43 | |
| *** mjones_ has quit IRC | 23:43 | |
| *** w00t has quit IRC | 23:45 | |
| *** special has quit IRC | 23:46 | |
| *** special has joined #sailfishos | 23:46 | |
| *** sledges has quit IRC | 23:48 | |
| *** w00t has joined #sailfishos | 23:48 | |
| *** w00t is now known as Guest65153 | 23:48 | |
| *** M4rtinK has quit IRC | 23:50 | |
| *** arcean has quit IRC | 23:57 | |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!