*** onurati has quit IRC | 00:11 | |
*** Zotan has quit IRC | 00:11 | |
tanghus | Naïvely I thought this search would lead to some relevant docs - it doesn't ;) https://duckduckgo.com/?q=sailfish+silica+glassitem | 00:13 |
---|---|---|
*** AlmAck has quit IRC | 00:13 | |
*** edgar2 has quit IRC | 00:14 | |
*** macben has joined #sailfishos | 00:14 | |
*** macben has quit IRC | 00:19 | |
*** DarkSim has quit IRC | 00:24 | |
*** freedomrun has quit IRC | 00:27 | |
*** freedomrun has joined #sailfishos | 00:41 | |
*** piee has joined #sailfishos | 00:46 | |
*** piee has quit IRC | 00:50 | |
*** b0bben has joined #sailfishos | 01:04 | |
*** PeterPark has joined #sailfishos | 01:07 | |
*** b0bben has quit IRC | 01:09 | |
*** freedomrun has quit IRC | 01:15 | |
*** macben has joined #sailfishos | 01:16 | |
*** macben has quit IRC | 01:16 | |
*** jjanvier has quit IRC | 01:17 | |
*** louisdk has quit IRC | 01:21 | |
mfulz | does someone know how I could list the interface of a dbus method? | 01:29 |
*** amonk has joined #sailfishos | 01:31 | |
celeron55 | method? | 01:32 |
mfulz | my problem is that I want to remove via connman (net.connman.vpn.Manager.Remove) a vpn connection | 01:35 |
mfulz | but I don't know how the object should look like | 01:35 |
mfulz | Just always receive ConnectionsModel::ConnectionsModel:275 - QDBusMessage(type=Error, service="", error name="org.freedesktop.DBus.Error.UnknownMethod", error message="Method "Remove" with signature "(oa{ss})" on interface "net.connman.vpn.Manager" doesn't exist | 01:35 |
mfulz | but I don't find anywhere how the signature should look like :( | 01:36 |
celeron55 | gdbus introspect --system --dest net.connman.vpn --object-path / | 01:46 |
celeron55 | that gives something at least | 01:46 |
*** macben has joined #sailfishos | 01:47 | |
mfulz | thanks that's what listed in the api docs as well but what is o exactly!? | 01:47 |
celeron55 | http://git.kernel.org/cgit/network/connman/connman.git/tree/doc/vpn-manager-api.txt?id=HEAD | 01:47 |
celeron55 | this is the doc on the same thing | 01:47 |
celeron55 | it's "object"... i have no idea what that is 8) | 01:47 |
mfulz | yep that's exactly my issue :/ | 01:48 |
*** macben has quit IRC | 01:49 | |
*** macben_ has joined #sailfishos | 01:49 | |
celeron55 | http://dbus.freedesktop.org/doc/dbus-specification.html#basic-types | 01:53 |
celeron55 | it's a string that is a "a syntactically valid object path" | 01:54 |
celeron55 | maybe you could listen on one of the signals that give out those "o"s and see how they look like | 01:55 |
mfulz | hm | 01:59 |
mfulz | afaik it should be the remove method inside this file http://git.kernel.org/cgit/network/connman/connman.git/tree/vpn/vpn-manager.c?id=HEAD | 02:00 |
mfulz | but how can I pass a objectpath to dbus iface.call in qt :/ | 02:01 |
*** raven24 is now known as raven24^{off} | 02:01 | |
*** Andy80 has quit IRC | 02:01 | |
mfulz | ah found something I'll give it a try | 02:04 |
celeron55 | QDBusObjectPath sounds "a bit" like it | 02:05 |
mfulz | yep but you need to to do call(type, method, qVariantFromValue(QDBusObjectPath)) | 02:06 |
mfulz | finally | 02:07 |
mfulz | now I just need need to find a solution for the generell issue I've got with connman not getting the interface up and ready | 02:07 |
mfulz | then my client is nearly finished in the first version :) | 02:07 |
*** softmetz has joined #sailfishos | 02:13 | |
*** Bloob2 has quit IRC | 02:15 | |
*** softmetz_ has quit IRC | 02:16 | |
*** zhost has quit IRC | 02:17 | |
*** qwazix has quit IRC | 02:18 | |
*** qwazix has joined #sailfishos | 02:24 | |
*** Morpog has joined #sailfishos | 02:42 | |
*** Morpog_Jolla has quit IRC | 02:44 | |
*** Morpog_Mobile has quit IRC | 02:44 | |
*** Morpog_ has quit IRC | 02:45 | |
*** hcarrega has quit IRC | 02:55 | |
*** dafox has quit IRC | 02:57 | |
*** Morpog_Mobile has joined #sailfishos | 02:59 | |
*** Morpog_Jolla has joined #sailfishos | 03:00 | |
*** macben has joined #sailfishos | 03:24 | |
*** macben has joined #sailfishos | 03:26 | |
*** macben has joined #sailfishos | 03:33 | |
*** BeholdMyGlory has quit IRC | 03:52 | |
*** mfulz has quit IRC | 03:53 | |
*** ericcc has joined #sailfishos | 04:07 | |
*** Kabouik has quit IRC | 04:23 | |
artemma | I set QMAKE_RPATHDIR to /usr/share/myApp/lib and .so files are present there, yet at runtime app fails to locate them :/ | 04:25 |
artemma | /usr/bin/harbour-libTrial: error while loading shared libraries: liblibTrialLib.so.1: cannot open shared object file: No such file or directory | 04:25 |
artemma | launching same using LD_LIBRARY_PATH works fine: LD_LIBRARY_PATH=/usr/share/harbour-libTrial/lib/ /usr/bin/harbour-libTrial | 04:29 |
artemma | app's makefile seems to mention it fine too: LFLAGS = -Wl,-rpath,/usr/share/harbour-libTrial/lib | 04:30 |
*** piee has joined #sailfishos | 04:34 | |
artemma | no worries, re-running qmake and cleaning solved it :) | 04:40 |
krig | what's the right way to play sound on the jolla? SoundEffect from QtMultimedia plays at full volume and acts strange | 04:42 |
krig | found this thread from 2011 with exactly the same problem: http://developer.nokia.com/Community/Discussion/showthread.php/232015-QML-SoundEffect-working-for-anyone | 04:43 |
*** piee has quit IRC | 04:43 | |
*** furikku has joined #sailfishos | 04:56 | |
*** freedomrun has joined #sailfishos | 05:12 | |
*** macben has joined #sailfishos | 05:16 | |
*** macben has quit IRC | 05:21 | |
*** artemma has quit IRC | 05:39 | |
*** fuz_ has quit IRC | 05:39 | |
*** macben has joined #sailfishos | 05:48 | |
*** macben has joined #sailfishos | 05:55 | |
*** macben has joined #sailfishos | 05:56 | |
*** Morpog has quit IRC | 05:58 | |
*** macben has joined #sailfishos | 06:02 | |
*** macben has joined #sailfishos | 06:03 | |
*** fuz_ has joined #sailfishos | 06:05 | |
*** opt1mus has quit IRC | 06:15 | |
*** smokex is now known as tar_baby | 06:16 | |
*** tar_baby is now known as smokex | 06:16 | |
*** jjarven_ has quit IRC | 06:27 | |
*** gigetoo has quit IRC | 06:33 | |
*** gigetoo has joined #sailfishos | 06:34 | |
*** planasb has quit IRC | 06:41 | |
*** jjarven_ has joined #sailfishos | 06:45 | |
*** stephg has joined #sailfishos | 06:45 | |
*** planasb has joined #sailfishos | 06:46 | |
*** maninc_ has quit IRC | 06:55 | |
*** maninc has joined #sailfishos | 06:56 | |
*** martyone_ has joined #sailfishos | 07:01 | |
*** pixraider has joined #sailfishos | 07:05 | |
*** macben has joined #sailfishos | 07:06 | |
*** macben has quit IRC | 07:07 | |
*** lbt has quit IRC | 07:09 | |
*** macben has joined #sailfishos | 07:11 | |
*** lbt has joined #sailfishos | 07:12 | |
*** Xruxa has joined #sailfishos | 07:15 | |
*** flyapen has joined #sailfishos | 07:20 | |
*** macben has joined #sailfishos | 07:20 | |
*** macben has joined #sailfishos | 07:25 | |
*** macben has joined #sailfishos | 07:29 | |
*** macben has joined #sailfishos | 07:33 | |
*** guest144 has joined #sailfishos | 07:34 | |
*** Juice_ has quit IRC | 07:36 | |
*** Juice_ has joined #sailfishos | 07:37 | |
*** diegoyam_ has quit IRC | 07:38 | |
*** diegoyam has joined #sailfishos | 07:39 | |
*** macben has joined #sailfishos | 07:40 | |
*** macben has joined #sailfishos | 07:46 | |
*** macben has quit IRC | 07:47 | |
*** hoelzro has joined #sailfishos | 07:48 | |
*** Trizt has joined #sailfishos | 07:48 | |
*** rm_work|away has joined #sailfishos | 07:48 | |
*** cargocult has joined #sailfishos | 07:48 | |
*** macben has joined #sailfishos | 07:58 | |
*** cardinal has joined #sailfishos | 07:59 | |
*** cardinal is now known as hcarega | 07:59 | |
*** hcarega is now known as hcarrega | 08:01 | |
*** Elessar has joined #sailfishos | 08:02 | |
*** jjanvier has joined #sailfishos | 08:13 | |
*** ericcc_ has joined #sailfishos | 08:13 | |
*** ericcc has quit IRC | 08:13 | |
*** ericcc_ has quit IRC | 08:14 | |
*** macben has joined #sailfishos | 08:17 | |
*** rcg has joined #sailfishos | 08:17 | |
*** macben has joined #sailfishos | 08:17 | |
*** macben has joined #sailfishos | 08:22 | |
*** macben has quit IRC | 08:22 | |
*** macben has joined #sailfishos | 08:24 | |
*** Finleida has joined #sailfishos | 08:25 | |
*** macben has joined #sailfishos | 08:25 | |
*** jmlich has joined #sailfishos | 08:26 | |
*** macben has joined #sailfishos | 08:27 | |
*** itbaron has joined #sailfishos | 08:35 | |
*** macben has joined #sailfishos | 08:42 | |
*** crnd has quit IRC | 08:43 | |
*** crnd has joined #sailfishos | 08:43 | |
*** cxl000 has joined #sailfishos | 08:44 | |
*** sletta has joined #sailfishos | 08:46 | |
*** macben has joined #sailfishos | 08:46 | |
*** macben has joined #sailfishos | 08:50 | |
*** macben has joined #sailfishos | 08:51 | |
*** rcg has quit IRC | 08:51 | |
*** guest144 has quit IRC | 08:52 | |
*** Tumeez has quit IRC | 08:58 | |
*** tabasko has quit IRC | 09:03 | |
*** tabasko has joined #sailfishos | 09:03 | |
*** mk2soldier has joined #sailfishos | 09:07 | |
*** Blizzz has joined #sailfishos | 09:10 | |
*** matoking__ has joined #sailfishos | 09:13 | |
*** roboro has quit IRC | 09:15 | |
*** rowan has joined #sailfishos | 09:15 | |
*** zhxt has joined #sailfishos | 09:17 | |
*** ericcc has joined #sailfishos | 09:28 | |
*** macben has joined #sailfishos | 09:28 | |
*** dafox has joined #sailfishos | 09:32 | |
*** MSameer has quit IRC | 09:34 | |
*** MSameer has joined #sailfishos | 09:34 | |
*** mibrunin has joined #sailfishos | 09:35 | |
*** macben has quit IRC | 09:39 | |
*** macben has joined #sailfishos | 09:40 | |
*** macben has quit IRC | 09:41 | |
*** macben has joined #sailfishos | 09:42 | |
*** softmetz has quit IRC | 09:46 | |
*** softmetz has joined #sailfishos | 09:46 | |
*** wirew0rm has quit IRC | 09:47 | |
*** wirew0rm has joined #sailfishos | 09:47 | |
*** macben has quit IRC | 09:48 | |
*** macben has joined #sailfishos | 09:49 | |
*** macben has quit IRC | 09:50 | |
*** stephg has quit IRC | 09:51 | |
*** macben has joined #sailfishos | 09:51 | |
*** rcg has joined #sailfishos | 09:52 | |
*** wickwire has joined #sailfishos | 09:52 | |
*** macben has quit IRC | 09:52 | |
*** macben has joined #sailfishos | 09:55 | |
*** softmetz has quit IRC | 09:55 | |
*** softmetz has joined #sailfishos | 09:55 | |
*** Pat_o has joined #sailfishos | 09:56 | |
*** softmetz has quit IRC | 09:57 | |
*** softmetz has joined #sailfishos | 09:57 | |
*** Sviox has joined #sailfishos | 09:58 | |
*** martyone_ has quit IRC | 09:59 | |
*** matoking__ has quit IRC | 10:00 | |
*** ericcc has quit IRC | 10:01 | |
*** zhost has joined #sailfishos | 10:02 | |
*** pp_ has quit IRC | 10:05 | |
*** pp_ has joined #sailfishos | 10:05 | |
Sviox | What's a proper way to access and modify cover page from the actual page? Let's assume we want to change one of the buttons based on a property of the active page. | 10:06 |
*** freedomrun has quit IRC | 10:07 | |
*** wickwire has quit IRC | 10:08 | |
Sviox | Or just simply change the label on the cover.. | 10:08 |
Elessar | Sviox: there several ways, firstly you can give your applicationwindow a unique id and access it's properties from the cover like 'text: application.someTextProperty" | 10:11 |
Elessar | secondly you can assign cover property not by url but by Component object, so you will have direct access to context object | 10:12 |
*** martyone has joined #sailfishos | 10:13 | |
*** simbrown has joined #sailfishos | 10:14 | |
*** Trizt has quit IRC | 10:14 | |
*** Trizt has joined #sailfishos | 10:15 | |
Sviox | Do you know a good example from either? I'm still trying to piece together the basics of QML ;) | 10:16 |
Sviox | For example, since the ApplicationWindow is defined in [packagename].qml, can I just add an ID there and then access a property of it on any subpage/cover? | 10:17 |
*** tobiski has quit IRC | 10:18 | |
*** tobiski has joined #sailfishos | 10:18 | |
Sviox | Do I need to import the main qml file to the page files to access it using the id? | 10:19 |
Sviox | Or do some other similar trick.. | 10:20 |
*** wickwire has joined #sailfishos | 10:20 | |
*** mohjive has joined #sailfishos | 10:21 | |
*** Pat_o has quit IRC | 10:23 | |
*** Pat_o has joined #sailfishos | 10:24 | |
mohjive | I downloaded and build a project, but when launching it in the emulator I get "Cannot exec /opt/sdk/MyProject: Permission denied" | 10:25 |
mohjive | anyone seen it before or know what to do about it? | 10:26 |
*** macben has joined #sailfishos | 10:27 | |
*** dafox has quit IRC | 10:28 | |
mohjive | also, if anyone can describe for me how one defines different include paths/variables depending on choosing x86 or arm7 build | 10:30 |
mohjive | I have an external library that I need to link with and I want to know how to automate the -lexternal_library part for the linker (or search path) | 10:31 |
*** macben has quit IRC | 10:32 | |
Sviox | Elessar: ping | 10:32 |
Elessar | Sviox: sure, take a look: https://github.com/euroelessar/cutereader/blob/master/sailfish/qml/cutereader.qml , https://github.com/euroelessar/cutereader/blob/master/sailfish/qml/cover/CoverPage.qml | 10:32 |
Sviox | Thanks, I will | 10:33 |
*** Bloob has joined #sailfishos | 10:35 | |
Sviox | Elessar: Nice, I got it working | 10:37 |
Sviox | Next question: Can I move UI object from the page I'm showing to the Cover? I'm asking because it would be nice to show a preview of a web page currently shown on the page on the cover while app is inactive. | 10:38 |
Bloob | if you don't specify a cover, it should automatically use the page iirc | 10:40 |
Elessar | Bloob: if cover is not specified it fallbacks to "private/DefaultCover.qml" | 10:41 |
Sviox | Okay, in that case, bad example. I actually only want to do this dynamically on certain occation. | 10:41 |
Bloob | Elessar, okay thx for clearing it up | 10:41 |
Sviox | And with actually letting the web content know that it's "minimized" to show different content in some cases. | 10:42 |
Elessar | Sviox: may be you want to use ShaderEffectSource | 10:42 |
*** dafox has joined #sailfishos | 10:42 | |
Elessar | it can "copy" visual data from items | 10:42 |
*** arcean has joined #sailfishos | 10:42 | |
Sviox | I see, interesting.. | 10:43 |
Elessar | so you can pass your active item to it and cover will show it | 10:43 |
Sviox | So how can I access item with id x on my page from the cover? | 10:43 |
Sviox | are the ids global? | 10:43 |
Elessar | not global, the are in hierarchy | 10:44 |
Elessar | so child see all id's of it's ancestors | 10:44 |
Sviox | In this case, what is the relation between a page and the cover page? | 10:45 |
*** RoKenn has joined #sailfishos | 10:45 | |
Elessar | they both are silbings of ApplicationWindow | 10:46 |
*** piee has joined #sailfishos | 10:49 | |
*** zhost has quit IRC | 10:49 | |
*** cargocult has quit IRC | 10:52 | |
coderus_ | i'm getting this when using ssu: | 10:52 |
coderus_ | [D] NetworkService::setPath:447 - void NetworkService::setPath(const QString&) "Method "GetProperties" with signature "" on interface "net.connman.Service" doesn't exist | 10:52 |
coderus_ | anone? | 10:53 |
coderus_ | anyone? | 10:53 |
*** mk2soldier has quit IRC | 10:53 | |
Sviox | Should I be able to get this kind of reactive mode to work on the cover page qml: application.onNameOfProperty: { /*Do something*/}? | 10:54 |
Sviox | Oh wait, I guess it needs Changed to the end.. | 10:55 |
Elessar | Sviox: use Connections object for it | 10:55 |
Sviox | I tried that first but didn't get the reaction called | 10:56 |
Sviox | I'll try again with the Changed at the end of the property name.. | 10:56 |
*** Andy80 has joined #sailfishos | 10:57 | |
Sviox | Btw, why does "Project ERROR: Could not connect to MerSDK Virtual Machine. The remote host closed the connection" always keep appearing after a while? | 10:57 |
coderus_ | you need onXXXCHanged ofc. :) | 10:57 |
*** piee has quit IRC | 10:59 | |
Sviox | Hmm, still not working | 11:00 |
Sviox | unless.. damn, yet another typo | 11:01 |
*** Xruxa has quit IRC | 11:02 | |
*** jluisn has joined #sailfishos | 11:03 | |
*** piee has joined #sailfishos | 11:05 | |
*** freedomrun has joined #sailfishos | 11:10 | |
*** triggerhappy has joined #sailfishos | 11:17 | |
*** cargocult has joined #sailfishos | 11:19 | |
Sviox | Elessar: I now have the webview shown on cover via ShaderEffectSource, but I use application.webView as a source and I set thet in my page QML. How do I point directly to the webView? Something like pageId.webviewId? | 11:25 |
*** rcg has quit IRC | 11:25 | |
Elessar | Sviox: you can create "property WebView webView: webviewid" in you page | 11:26 |
Sviox | Okay, that's what I did on the applicationWindow | 11:26 |
Elessar | and access it for example by application.pageStack.currentPage.webView | 11:27 |
*** rcg has joined #sailfishos | 11:27 | |
*** Morpog_PC has joined #sailfishos | 11:29 | |
Sviox | Just what I was looking for :) | 11:30 |
*** Pat_o has quit IRC | 11:30 | |
*** faenil has joined #sailfishos | 11:31 | |
*** stephg has joined #sailfishos | 11:37 | |
*** onurati has joined #sailfishos | 11:38 | |
*** chaofeng has joined #sailfishos | 11:46 | |
*** Pat_o has joined #sailfishos | 11:51 | |
*** ericcc has joined #sailfishos | 11:54 | |
*** tortoisedoc has joined #sailfishos | 11:57 | |
tortoisedoc | ahoi all | 11:57 |
tortoisedoc | has anyone ever noticed in qmlextensionplugins | 11:57 |
tortoisedoc | if no qmlRegister is called in the registerType, initializeEngine is not executed? | 11:58 |
tortoisedoc | is this intentional? | 11:58 |
*** pigletto_ is now known as pigletto | 12:00 | |
Sviox | Where can I find the icon-cover-x icons coming with theme to pick from? | 12:03 |
*** mk2soldier has joined #sailfishos | 12:04 | |
*** piee has quit IRC | 12:05 | |
*** zhost has joined #sailfishos | 12:07 | |
*** Kabouik has joined #sailfishos | 12:07 | |
*** cargocult has quit IRC | 12:09 | |
*** raven24^{off} is now known as raven24 | 12:10 | |
Sviox | Elessar: There is one issue with using ShaderEffectSource. It doesn't seem to repaint itself when the webView is modified. Any ideas why not? I.e. it shows the same old thing even if the webpage itself is changing. | 12:13 |
*** Andy80 has quit IRC | 12:14 | |
*** cargocult has joined #sailfishos | 12:16 | |
*** c0ck4m0u53 has joined #sailfishos | 12:16 | |
*** jluisn has quit IRC | 12:17 | |
Sviox | Does sailfish disable somehow the items on pages when app is not active? | 12:18 |
*** Pat_o has quit IRC | 12:19 | |
w00t | Sviox: define disable | 12:19 |
*** jluisn has joined #sailfishos | 12:22 | |
Sviox | Well the ShaderEffectSource seems to redraw (or rather, reaquire content) only when I visit the page again or in some way manipulate the size of it etc. | 12:22 |
Elessar | hm | 12:23 |
Elessar | yes, looks like it'c caching data | 12:24 |
Sviox | the 'live' attribute is enabled already | 12:24 |
Sviox | You mean the page or the SHaderEffectSource? | 12:25 |
*** zhxt has quit IRC | 12:28 | |
*** Xruxa has joined #sailfishos | 12:28 | |
*** artemma has joined #sailfishos | 12:30 | |
jmlich | Hi, can anyone help me with Jolla Harbour QA? My app was rejected because of not allowed dependency (qt5-qtdeclarative-import-positioning) | 12:31 |
Sviox | Elessar: lol, got it to work by creating timer that decreases webview size by 0.01 every second, which seems to force it to redraw :P | 12:32 |
*** Pat_o has joined #sailfishos | 12:32 | |
Sviox | Though there must be a better way.. | 12:32 |
*** Andy80 has joined #sailfishos | 12:32 | |
*** roric has joined #sailfishos | 12:32 | |
Elessar | Sviox: erm | 12:34 |
Elessar | looks like it's better to call ShaderEffectSource's scheduleUpdate() | 12:35 |
Sviox | I tried, no luck | 12:36 |
Sviox | To me it seems like the problem is not the ShaderEffectSource but rather the (Silica)WebView itself | 12:37 |
Elessar | hm, by default ShaderEffectSource's live property is true, so it should be up-to-dated | 12:37 |
Sviox | Yes, and as I said, I tried setting it to false and running scheduleUpdate() once per second with a timer --> no dice | 12:38 |
Elessar | Sviox: did you try to call WebView's update method? | 12:38 |
Sviox | Does it have one? | 12:38 |
Elessar | QQuickItem has it | 12:39 |
Elessar | and it's a public slot | 12:39 |
Sviox | okay | 12:39 |
Elessar | so it can be called from the QML | 12:39 |
Sviox | I'm trying | 12:39 |
Sviox | Nope | 12:40 |
Elessar | no luck? | 12:40 |
Sviox | Calling it within same timer where the height trick works via application.pageStack.currentPage.webView.update(); | 12:40 |
Sviox | No :( | 12:40 |
Elessar | is it expensive to create second WebView? | 12:40 |
Sviox | It's a no go because I would need to have the same javascript context | 12:41 |
Sviox | I'm planning on creating a JS event sent to the page that tells that the viewmode has changed from 'fullscreen' to 'minimized' | 12:42 |
*** lizardo has joined #sailfishos | 12:42 | |
Elessar | oop | 12:43 |
Elessar | Sviox: sailfish default browser has this: "cover: undefined" | 12:43 |
Elessar | if it can help | 12:43 |
amccarthy | jmlich: Qt Positioning is not API stable until 5.2. It won't be allowed until Qt is updated to 5.2. | 12:44 |
jmlich | amccarthy, what can I do? | 12:45 |
jmlich | Is there an workaround? | 12:46 |
amccarthy | jmlich: wait :) | 12:46 |
*** sudanix_ has joined #sailfishos | 12:48 | |
Pnuu | jmlich: perhaps disable the part needing the feature needing that dependency? | 12:48 |
Pnuu | -redundancy | 12:48 |
*** onurati has quit IRC | 12:50 | |
Elessar | Sviox: and it has CoverActionList defined right as Page's child | 12:50 |
*** triggerhappy_ has joined #sailfishos | 12:53 | |
*** mk2soldier has quit IRC | 12:54 | |
*** triggerhappy_ has quit IRC | 12:54 | |
*** triggerhappy has quit IRC | 12:54 | |
tuukkah | jmlich, *maybe* via libQt5WebKit.so.5 which is allowed | 13:01 |
jmlich | tuukkah, wow seams like challenge .. | 13:02 |
tuukkah | jmlich, exactly =) | 13:03 |
*** b0bben has joined #sailfishos | 13:13 | |
*** khertan_ has joined #sailfishos | 13:22 | |
*** cargocult has quit IRC | 13:31 | |
*** sequantz has joined #sailfishos | 13:33 | |
*** chaofeng has quit IRC | 13:34 | |
*** stephg has quit IRC | 13:40 | |
*** BeholdMyGlory has joined #sailfishos | 13:40 | |
*** b0bben has quit IRC | 14:07 | |
*** onurati has joined #sailfishos | 14:11 | |
*** matt_1979 has joined #sailfishos | 14:14 | |
coderus_ | hey sailors | 14:27 |
coderus_ | did you ever got text zoom bug in applications? | 14:27 |
coderus_ | when you choosing selected text | 14:28 |
coderus_ | interface zooming it | 14:28 |
coderus_ | but not zooming out when you releasing | 14:28 |
*** Blizzzek has joined #sailfishos | 14:37 | |
*** Blizzz has quit IRC | 14:38 | |
*** DarkSim has joined #sailfishos | 14:44 | |
*** lizardo has quit IRC | 14:44 | |
*** lizardo has joined #sailfishos | 14:44 | |
*** pixraider has quit IRC | 14:48 | |
*** matt_1979 has quit IRC | 14:52 | |
*** triggerhappy has joined #sailfishos | 14:58 | |
*** locusf_ is now known as locusf | 14:58 | |
*** sequantz__ has joined #sailfishos | 15:04 | |
*** sequantz has quit IRC | 15:06 | |
*** cargocult has joined #sailfishos | 15:08 | |
*** SeekingFor has quit IRC | 15:09 | |
*** SeekingFor has joined #sailfishos | 15:11 | |
*** zacce has quit IRC | 15:11 | |
*** zacce has joined #sailfishos | 15:11 | |
*** AndChat|631721 has joined #sailfishos | 15:11 | |
*** Morpog_Jolla has quit IRC | 15:14 | |
tortoisedoc | grr | 15:15 |
tortoisedoc | any qml expert here? | 15:15 |
tortoisedoc | if no qmlRegister is called in the registerType, initializeEngine is not executed? | 15:15 |
tortoisedoc | (of a qqmlextensionplugin) | 15:16 |
*** b0bben has joined #sailfishos | 15:17 | |
*** guaqua` has joined #sailfishos | 15:18 | |
*** guaqua has quit IRC | 15:19 | |
*** b0bben has quit IRC | 15:20 | |
*** stephg has joined #sailfishos | 15:20 | |
*** AndChat|631721 has quit IRC | 15:21 | |
*** sequantz__ is now known as sequantz | 15:23 | |
*** sunkan has quit IRC | 15:23 | |
*** tj____ has quit IRC | 15:23 | |
*** sunkan has joined #sailfishos | 15:23 | |
*** tj____ has joined #sailfishos | 15:24 | |
Sviox | Where can I suggest libraries as told on https://harbour.jolla.com/faq ? I would very much like to get libarchive into the whitelist since that's a very stable API/ABI and commonly available. Also, I don't know if there is currently any other way to unzip packages within app.. | 15:29 |
*** wellu_ has joined #sailfishos | 15:29 | |
*** flyapen has quit IRC | 15:30 | |
wellu_ | Apparently I cannot have import qrc://... in my Harbour app. Took 6 *days* to get rejected by that. | 15:30 |
Pnuu | holidays | 15:30 |
*** roric has quit IRC | 15:31 | |
wellu_ | Pnuu: I hope this kind of thing is checked by a script. | 15:31 |
wellu_ | anyway, I couldn't find a reason for rejecting qrc:// imports. | 15:31 |
*** entil has joined #sailfishos | 15:32 | |
*** louisdk has joined #sailfishos | 15:33 | |
*** Andy80 has quit IRC | 15:34 | |
*** cargocult has quit IRC | 15:40 | |
*** Sfiet_Konstantin has joined #sailfishos | 15:41 | |
wellu_ | if one has to *prefix* imports with harbour.APP then how do I import directories? | 15:41 |
wellu_ | I cannot prefix directory path with my APP name... | 15:42 |
wellu_ | so I cannot really build a modular app where QML files are in different directories as I cannot import them without violating Harbour rules. Does not make sense. | 15:43 |
*** Andy80 has joined #sailfishos | 15:44 | |
Elessar | wellu_: what's about import "harbour-myapp/some/other-strange/qml" ? | 15:45 |
*** cargocult has joined #sailfishos | 15:46 | |
Elessar | also why to you need to import by absolute path? | 15:46 |
wellu_ | Elessar: what about "import ../module" ? | 15:46 |
Elessar | wellu_: import "../module" ? | 15:47 |
wellu_ | yes, it breaks the rule. | 15:47 |
wellu_ | it is QML directory import | 15:47 |
wellu_ | "give me all the QML elements one directory down in 'module' subdirectory" | 15:48 |
Elessar | harbour rejects any directory imports? | 15:48 |
wellu_ | I got rejected by having qrc:// type of import in my code. | 15:49 |
Elessar | At least example and sailfish browser have 'import "pages"' | 15:49 |
Elessar | wellu_: store files in /usr/share/your-app/ directory | 15:49 |
wellu_ | Now that I read the FAQ it states that " But you have to prefix the name of the imports with your $NAME..." | 15:49 |
wellu_ | How do I prefix a directory import? | 15:50 |
Elessar | it consumes less memory than qrc | 15:50 |
*** c0ck4m0u53 has quit IRC | 15:50 | |
Elessar | can you give me link please? | 15:50 |
wellu_ | https://harbour.jolla.com/faq | 15:50 |
wellu_ | with qrc you compile the plain text QML files within the binary. They need to be loaded anyway so there is no memory impact either way. | 15:51 |
wellu_ | It is not clearly stated at all that qrc: is not allowed. | 15:52 |
wellu_ | they only talk about "prefixing" | 15:52 |
Elessar | wellu_: why can't you install your qml modules to /usr/share/harbour-yourapp/imports/harbour/yourapp ? | 15:54 |
Elessar | so it will be accessable by 'import harbour.yourapp' | 15:54 |
Elessar | in case if you add this import path to your QQmlEngine | 15:55 |
wellu_ | hmm.. that could work. | 15:55 |
Elessar | at least FAQ tells me right this | 15:55 |
w00t | wellu_: i'm reasonably sure that that rejection was a mistake | 15:55 |
w00t | wellu_: which application is this | 15:56 |
Sviox | Is ALL resource file usage forbidden then or just QML? | 15:56 |
w00t | resource file usage is fine | 15:56 |
wellu_ | I got rejected by having an import clause in QML that was not *prefixed* with my app name. | 15:56 |
w00t | wellu_: again, which application was this | 15:57 |
wellu_ | w00t: Bitcoined | 15:57 |
w00t | I can't do anything about it without knowing what to ask about | 15:57 |
w00t | ok, thanks | 15:57 |
wellu_ | What I'm after here is two things: 1) is qrc://... imports illegal and 2) how do I do relative directory import with the current Harbour ruleset | 15:58 |
w00t | wellu_: I already said that they aren't | 15:58 |
wellu_ | ok | 15:58 |
entil | oh god, spent a couple of hours importing phone calls from the n900 into jolla and only now it turns out a) the n900 doesn't store phone calls lengths b) jolla tells the difference between outgoing calls and aborted outgoing calls by whether or not startTime = endTime :D | 15:58 |
w00t | relative paths are ok, provided it stays inside your folder | 15:59 |
entil | maybe every phone call will have lasted a second | 15:59 |
wellu_ | w00t: yes of course. | 15:59 |
wellu_ | w00t: but none is then prefixed with harbour.bitcoined | 15:59 |
w00t | entil: yeah, commhistory is a little .. special | 15:59 |
w00t | wellu_: doesn't matter | 15:59 |
wellu_ | ok | 15:59 |
entil | hehe yes | 15:59 |
entil | I'm going to publish rpms and I really hope people aren't dismayed by fake-duration calls | 16:00 |
entil | anyway, no evidence anyone would ever run this but me :D | 16:00 |
wellu_ | having these import rules is kind of silly as people can do whatever inside main.cpp | 16:00 |
*** stephg has quit IRC | 16:00 | |
Elessar | wellu_: they can be checked by strace | 16:01 |
wellu_ | Elessar: not really, if you do them, say 24 hours *after* the installation. | 16:03 |
wellu_ | even linking can be done runtime | 16:03 |
wellu_ | so I don't really see the point of checking how people name their *private* QML files. Nothing to do with making the device better. | 16:04 |
wellu_ | Elessar: what I meant was saying that most problematic part for the whole system is the native part that gets run. I don't see any harm what "wrong" import can do. | 16:07 |
*** stephg has joined #sailfishos | 16:08 | |
wellu_ | almost like someone would check the order of includes in the C++ side :) | 16:09 |
*** stephg has quit IRC | 16:09 | |
*** matoking has joined #sailfishos | 16:13 | |
*** Xruxa has quit IRC | 16:14 | |
matoking | What's the best way to dynamically add menu items to a pulley menu? | 16:14 |
matoking | I thought I could either add menu items using a method or by binding it to a model, but neither one seems to be possible | 16:14 |
*** he1kki_ is now known as he1kki | 16:17 | |
Elessar | matoking: model + repeater | 16:17 |
*** jmlich has quit IRC | 16:20 | |
Sviox | How do I disable/hide a CoverAction? What's the correct attribute? | 16:20 |
Sviox | visible seems to break the thing and use default cover instead.. | 16:21 |
*** stephg has joined #sailfishos | 16:25 | |
*** Yomi has quit IRC | 16:25 | |
*** yomi has joined #sailfishos | 16:26 | |
*** yomi is now known as Guest76869 | 16:26 | |
*** Blizzz has joined #sailfishos | 16:28 | |
*** Guest76869 is now known as Yomi_ | 16:30 | |
*** Blizzzek has quit IRC | 16:31 | |
*** master_of_master has joined #sailfishos | 16:31 | |
*** marcellux has joined #sailfishos | 16:33 | |
wellu_ | w00t: I just removed the qrc: import. I still do have couple of import "../pages" etc. type of relative directory imports. Those should be ok? | 16:33 |
*** marcellux has quit IRC | 16:35 | |
*** master_o1_master has quit IRC | 16:35 | |
*** matt_1979 has joined #sailfishos | 16:38 | |
*** rcg has quit IRC | 16:38 | |
*** roric has joined #sailfishos | 16:40 | |
*** wellu_ has quit IRC | 16:41 | |
*** jjarven_ has quit IRC | 16:44 | |
*** sequantz has quit IRC | 16:47 | |
*** Blizzzek has joined #sailfishos | 16:50 | |
*** Blizzz has quit IRC | 16:53 | |
*** sequantz has joined #sailfishos | 16:54 | |
*** arcean_ has joined #sailfishos | 16:55 | |
*** triggerhappy has quit IRC | 16:56 | |
*** arcean has quit IRC | 16:57 | |
*** jjarven_ has joined #sailfishos | 17:01 | |
*** pasik has quit IRC | 17:07 | |
*** itbaron has quit IRC | 17:07 | |
*** pesasa has quit IRC | 17:07 | |
*** artemma has quit IRC | 17:07 | |
*** zutto has quit IRC | 17:07 | |
*** jjarven_ has quit IRC | 17:07 | |
*** miksuh has quit IRC | 17:07 | |
*** Naranek has quit IRC | 17:07 | |
*** artemma has joined #sailfishos | 17:07 | |
*** kor has quit IRC | 17:08 | |
*** pasik has joined #sailfishos | 17:08 | |
*** Jettis has quit IRC | 17:08 | |
*** Master-P1sseli has quit IRC | 17:08 | |
*** zutto has joined #sailfishos | 17:08 | |
*** pesasa has joined #sailfishos | 17:08 | |
*** itbaron has joined #sailfishos | 17:08 | |
*** Jettis has joined #sailfishos | 17:08 | |
*** miksuh has joined #sailfishos | 17:08 | |
*** kor has joined #sailfishos | 17:08 | |
*** jjarven_ has joined #sailfishos | 17:08 | |
*** Master-Passeli has joined #sailfishos | 17:09 | |
tortoisedoc | wellu import qrc:// from qml I assume? | 17:10 |
tortoisedoc | dang too late :P | 17:10 |
*** jjanvier has quit IRC | 17:11 | |
*** matt_1979 has quit IRC | 17:12 | |
*** Pat_o has quit IRC | 17:12 | |
*** roric has quit IRC | 17:15 | |
*** Blizzzek is now known as Blizzz | 17:22 | |
*** stephg has quit IRC | 17:23 | |
Sviox | How can I display my own application icon on app cover? | 17:23 |
Sviox | Or rather, how do I point it out.. | 17:23 |
Sviox | icon.source: "image://theme/icon-cover-play" works for icons coming from theme, but app icon is another story.. | 17:24 |
*** martyone has quit IRC | 17:25 | |
Elessar | Sviox: file:///usr/share/applications/....png ? | 17:26 |
Sviox | Oh.. okay :) | 17:27 |
*** Pat_o has joined #sailfishos | 17:29 | |
*** beford has joined #sailfishos | 17:29 | |
*** Pat_o has quit IRC | 17:35 | |
*** jjanvier has joined #sailfishos | 17:36 | |
*** mfulz has joined #sailfishos | 17:44 | |
*** mk2soldier has joined #sailfishos | 17:45 | |
*** rcg has joined #sailfishos | 17:46 | |
*** ericcc has quit IRC | 17:50 | |
*** Pat_o has joined #sailfishos | 17:51 | |
*** Kabouik has quit IRC | 17:53 | |
*** leinir has quit IRC | 17:54 | |
*** leinir has joined #sailfishos | 17:57 | |
*** lizardo has quit IRC | 17:57 | |
*** lizardo has joined #sailfishos | 17:58 | |
coderus_ | Sviox: image://theme provider working for any cached icons | 18:00 |
coderus_ | its not strict to themes directory | 18:00 |
coderus_ | image://theme/harbour-yourapplication will display your launcher icon | 18:00 |
*** opt1mus has joined #sailfishos | 18:03 | |
*** dharman has joined #sailfishos | 18:03 | |
*** Pat_o has quit IRC | 18:05 | |
*** qqK has joined #sailfishos | 18:06 | |
Elessar | coderus_: oh, haven't known it | 18:06 |
*** jluisn has quit IRC | 18:10 | |
*** Kabouik has joined #sailfishos | 18:11 | |
*** jluisn has joined #sailfishos | 18:13 | |
coderus_ | its why harbour asked not to use full path to icon in your desktop files | 18:17 |
*** macben has joined #sailfishos | 18:19 | |
*** beford has quit IRC | 18:21 | |
*** sletta has quit IRC | 18:22 | |
*** dharman has quit IRC | 18:22 | |
coderus_ | its why harbour asked not to use full path to icon in your desktop files | 18:24 |
coderus_ | oops sorry :) | 18:24 |
*** Pat_o has joined #sailfishos | 18:30 | |
*** mohjive has quit IRC | 18:32 | |
*** fuz_ has quit IRC | 18:35 | |
*** Andy80 has quit IRC | 18:35 | |
*** fuz_ has joined #sailfishos | 18:40 | |
*** Zucca has joined #sailfishos | 18:44 | |
*** Andy80 has joined #sailfishos | 18:52 | |
*** furikku has quit IRC | 19:00 | |
*** wickwire has quit IRC | 19:00 | |
*** Svioxi has joined #sailfishos | 19:06 | |
*** Sviox has quit IRC | 19:07 | |
*** mohjive has joined #sailfishos | 19:08 | |
*** sudanix_ has quit IRC | 19:12 | |
*** wickwire has joined #sailfishos | 19:14 | |
*** inara has quit IRC | 19:17 | |
*** sequantz has quit IRC | 19:18 | |
*** inara has joined #sailfishos | 19:19 | |
*** Eismann has joined #sailfishos | 19:20 | |
*** macben has quit IRC | 19:21 | |
*** wickwire has quit IRC | 19:21 | |
*** sudanix_ has joined #sailfishos | 19:24 | |
*** evk has joined #sailfishos | 19:25 | |
*** sletta has joined #sailfishos | 19:25 | |
Hartzi | coderus_: how you have done the contact list in mitakuuluu? I'm trying to make a similar list with pic, title and subtitle but I can't find a reference from your github :| | 19:25 |
Andy80 | coderus_: I never remember... what is the url where to download mitakuluu from? | 19:27 |
Andy80 | nope found :) | 19:29 |
*** mikkosssss has joined #sailfishos | 19:31 | |
*** tortoisedoc has quit IRC | 19:32 | |
*** mikkosssss has quit IRC | 19:32 | |
*** mikkosssss has joined #sailfishos | 19:33 | |
*** mikkosssss has quit IRC | 19:35 | |
*** mikkosssss has joined #sailfishos | 19:35 | |
*** mikkosssss has quit IRC | 19:37 | |
*** coderus_ has quit IRC | 19:40 | |
*** coderus has joined #sailfishos | 19:41 | |
*** Andy80 has quit IRC | 19:44 | |
*** sletta has quit IRC | 19:49 | |
*** Andy80 has joined #sailfishos | 19:51 | |
*** pr0xie has quit IRC | 19:52 | |
*** pr0xie has joined #sailfishos | 19:53 | |
*** diegoyam has quit IRC | 19:57 | |
*** Finleida has quit IRC | 19:58 | |
*** pixraider has joined #sailfishos | 20:00 | |
*** piggz has quit IRC | 20:01 | |
*** inara has quit IRC | 20:03 | |
*** evk has quit IRC | 20:05 | |
*** inara has joined #sailfishos | 20:06 | |
*** pixraider has quit IRC | 20:07 | |
*** rashm2k has joined #sailfishos | 20:12 | |
Andy80 | uff... I was just trying openrepos to eventually host my app, but it's so slooooooow :/ | 20:14 |
*** amonk has quit IRC | 20:15 | |
*** Elleo has quit IRC | 20:16 | |
*** Elleo has joined #sailfishos | 20:16 | |
*** amonk has joined #sailfishos | 20:16 | |
*** matoking has quit IRC | 20:17 | |
Andy80 | finally https://openrepos.net/content/andreagrandi/sailsoma | 20:19 |
*** Zotan has joined #sailfishos | 20:27 | |
*** John24 has joined #sailfishos | 20:28 | |
John24 | hello guys :) | 20:28 |
John24 | got a question about icon.source: "image://theme/icon-l-repeat" | 20:28 |
John24 | does anyone have a list of all the icons in "image://theme/ ??? | 20:29 |
John24 | I am adding player controls but I am just blind guessing what's in there and what's not | 20:29 |
celeron55 | what kind of submission requirements do openrepos.net have? | 20:29 |
Hartzi | Andy80: can you give a reference code how did you make that channel list? | 20:30 |
Andy80 | Hartzi: full source code is available https://github.com/andreagrandi/sailsoma | 20:34 |
Andy80 | celeron55: ehm.... you just subscribe and upload your rpm :P | 20:35 |
celeron55 | though so; they don't state anything anywhere so had to make sure | 20:36 |
Hartzi | Andy80: channelDelegate defines how the info is seen? | 20:36 |
Andy80 | Hartzi: how the info is seen... inside a ListView component, of course the item is repeated for each channel in my case | 20:37 |
Hartzi | ok | 20:38 |
Hartzi | thx | 20:38 |
*** arcean_ has quit IRC | 20:38 | |
*** amonk has quit IRC | 20:38 | |
*** stephg has joined #sailfishos | 20:41 | |
Elleo | John24: ls /usr/share/themes/jolla-ambient/meegotouch/icons/ | 20:42 |
*** tuomasjjrasanen has joined #sailfishos | 20:42 | |
Elleo | John24: just remove the .png from the end and add image://theme/ to the beginning of any of those files | 20:42 |
John24 | cool would you happen to know if I coudl see them on the PC are their part of the sdk? | 20:44 |
Elleo | John24: they're on the emulator, but they're not identical | 20:45 |
Elleo | seems some have changed since then | 20:45 |
Elleo | you might want to just scp them all from the device | 20:45 |
John24 | yeah i'll have to | 20:47 |
John24 | thank you for the help though :) | 20:47 |
Elleo | no worries :) | 20:47 |
*** Tegu_ is now known as Tegu | 20:49 | |
*** amonk has joined #sailfishos | 20:51 | |
*** itbaron has quit IRC | 20:51 | |
*** sudanix__ has joined #sailfishos | 20:51 | |
coderus | Hartzi: you cant make delegate or what? | 20:51 |
coderus | John24: find /usr/share/themes/jolla-ambient/meegotouch/icons/ | 20:52 |
coderus | so slow me :D | 20:53 |
*** ILEoo has quit IRC | 20:53 | |
*** ILEoo has joined #sailfishos | 20:53 | |
John24 | don't worry :) thanks for posting though | 20:53 |
John24 | how you do add padding from the left? | 20:54 |
coderus | specify please | 20:54 |
John24 | I got row{ button, button} | 20:54 |
*** sudanix_ has quit IRC | 20:54 | |
John24 | but their all the way to the left edge | 20:54 |
John24 | I want them away from the edge by 20 pixels | 20:55 |
coderus | Row { anchors.left: parent.left; anchors.leftMargin: Theme.paddingLarge; Button {}; Button{}; } | 20:55 |
coderus | and same for right | 20:55 |
coderus | use anchors | 20:56 |
coderus | always use anchors | 20:56 |
John24 | i see i've been looking at Jolla example code and their not using them all | 20:56 |
John24 | well a bit their using sections and rows alot | 20:56 |
*** winfriedd has joined #sailfishos | 20:56 | |
John24 | before I can my whole ui using anchors | 20:56 |
coderus | in most cases you'll set anchors to parent item | 20:56 |
John24 | ahh i see I will try that now, Thank you :) | 20:57 |
coderus | and all childrens will be anchored | 20:57 |
John24 | yay it worked like a charm | 20:59 |
John24 | Thank you coderus, I am learning so much every day | 20:59 |
John24 | really fun | 20:59 |
Hartzi | coderus: I just wasn't sure how to do it | 21:00 |
John24 | also does qml string have a replaceAll command like c++ does? I can't seem to find it | 21:01 |
Elleo | John24: I expect you could do it with a regular expression, QML is javascript based | 21:04 |
*** Bloob has quit IRC | 21:05 | |
John24 | ah I see I'll look it up, thanks | 21:06 |
Elleo | no problem | 21:06 |
*** stephg has quit IRC | 21:06 | |
*** Svioxi has quit IRC | 21:09 | |
coderus | Hartzi: just try, its easy | 21:10 |
*** jluisn has quit IRC | 21:13 | |
Hartzi | coderus: tried many times :D but now it seems to work | 21:13 |
*** jjanvier has quit IRC | 21:17 | |
*** jjanvier has joined #sailfishos | 21:17 | |
*** lizardo has quit IRC | 21:20 | |
*** b0bben has joined #sailfishos | 21:21 | |
*** Andy80 has quit IRC | 21:21 | |
*** piggz has joined #sailfishos | 21:21 | |
*** beford has joined #sailfishos | 21:23 | |
John24 | does anyknow know if the sailfish icons have to folow the power of 2? | 21:24 |
John24 | 32 64 128 256 etc? | 21:24 |
*** cargocult has quit IRC | 21:24 | |
*** mfulz has quit IRC | 21:27 | |
*** mfulz has joined #sailfishos | 21:27 | |
*** macben has joined #sailfishos | 21:28 | |
*** jstaniek has joined #sailfishos | 21:30 | |
*** Pat_o has quit IRC | 21:33 | |
*** louisdk has quit IRC | 21:34 | |
*** Zotan has quit IRC | 21:35 | |
*** Zotan has joined #sailfishos | 21:36 | |
*** Bloob has joined #sailfishos | 21:41 | |
*** cvp has joined #sailfishos | 21:45 | |
*** Vlad_on_the_road has joined #sailfishos | 21:48 | |
*** freedomrun has quit IRC | 21:48 | |
*** macben has quit IRC | 21:53 | |
Hartzi | coderus: how I can make similar hilight effect when a list item is clicked? | 21:55 |
*** Bloob has quit IRC | 21:57 | |
*** mfulz has quit IRC | 21:57 | |
*** jjanvier has quit IRC | 22:06 | |
*** jjanvier has joined #sailfishos | 22:08 | |
*** Gugli has joined #sailfishos | 22:12 | |
*** sudanix__ has quit IRC | 22:12 | |
*** dafox has quit IRC | 22:14 | |
*** matt_1979 has joined #sailfishos | 22:14 | |
*** cxl000 has quit IRC | 22:24 | |
*** rcg has quit IRC | 22:28 | |
*** cvp has quit IRC | 22:32 | |
*** John24 has quit IRC | 22:33 | |
*** khertan_ has quit IRC | 22:35 | |
*** mk2soldier has quit IRC | 22:47 | |
*** beford has quit IRC | 22:48 | |
*** raven24 is now known as raven24^{off} | 22:49 | |
*** b0bben has quit IRC | 22:50 | |
*** Blizzz has quit IRC | 22:52 | |
*** winfriedd has quit IRC | 22:57 | |
*** rm_work|away has quit IRC | 22:58 | |
*** Vlad_on_the_road has quit IRC | 23:00 | |
*** rm_work|away has joined #sailfishos | 23:02 | |
*** rm_work|away is now known as rm_work | 23:02 | |
*** rm_work has joined #sailfishos | 23:02 | |
*** hcarrega has quit IRC | 23:03 | |
*** opt1mus is now known as yomper | 23:15 | |
*** jstaniek has quit IRC | 23:21 | |
*** RoKenn has quit IRC | 23:25 | |
*** Andy80 has joined #sailfishos | 23:26 | |
*** onurati has quit IRC | 23:33 | |
*** DarkSim has quit IRC | 23:34 | |
artemma | is it possible to check if network connection is up and running? If there is non-essential part of app that benefits from network (I am into porting Mixpanel app stats package), I don't want to start connection just for myself and can wait until user goes online anyway | 23:34 |
artemma | I think in Harmattan there was something for bundling such non-essential network access needs together. Anything like that in Sailfish? | 23:35 |
*** miksuh has quit IRC | 23:36 | |
*** Sarvi has joined #sailfishos | 23:38 | |
*** rashm2k has quit IRC | 23:55 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!