*** snotr has quit IRC | 00:00 | |
*** jstaniek_ has joined #sailfishos | 00:05 | |
*** jstaniek has quit IRC | 00:08 | |
*** M4rtinK has quit IRC | 00:09 | |
*** jstaniek_ has quit IRC | 00:10 | |
*** phaeron has quit IRC | 00:15 | |
*** diverse has joined #sailfishos | 00:16 | |
*** fracting has quit IRC | 00:16 | |
diverse | Hello, I want to install sailfish on my samsung galaxy S3 i747. Would it be compatible with that particular derivative of the S3? If so, how do I get started? | 00:20 |
---|---|---|
*** artemma has quit IRC | 00:24 | |
*** SpeedEvil has quit IRC | 00:26 | |
*** SpeedEvil has joined #sailfishos | 00:27 | |
*** master_of_master has quit IRC | 01:05 | |
*** master_of_master has joined #sailfishos | 01:06 | |
*** cardinal has joined #sailfishos | 01:17 | |
*** hcarrega has quit IRC | 01:19 | |
*** ionstorm has quit IRC | 01:24 | |
*** ionstorm has joined #sailfishos | 01:25 | |
*** zhxt__ has joined #sailfishos | 01:34 | |
*** master_o1_master has joined #sailfishos | 01:37 | |
*** master_of_master has quit IRC | 01:40 | |
*** zhxt__ is now known as zhxt | 01:41 | |
*** zhxt_lp has joined #sailfishos | 01:46 | |
*** zhxt has quit IRC | 01:47 | |
*** softmetz has joined #sailfishos | 01:55 | |
*** softmetz_ has quit IRC | 01:58 | |
*** beidl_ has joined #sailfishos | 01:59 | |
*** beidl has quit IRC | 02:00 | |
*** TMavica has joined #sailfishos | 02:05 | |
*** Nekron_dev has quit IRC | 02:10 | |
*** msava has quit IRC | 02:14 | |
*** TMavica has left #sailfishos | 02:31 | |
*** TMavica has joined #sailfishos | 02:31 | |
*** marxistvegan has joined #sailfishos | 02:42 | |
*** marxistvegan has quit IRC | 02:44 | |
*** Morpog_PC has joined #sailfishos | 02:44 | |
*** marxistvegan has joined #sailfishos | 02:44 | |
*** gexc has joined #sailfishos | 03:36 | |
*** diverse has left #sailfishos | 03:41 | |
*** piggz has quit IRC | 03:48 | |
*** marxistvegan has quit IRC | 03:52 | |
*** martyone has joined #sailfishos | 04:01 | |
*** diverse has joined #sailfishos | 04:06 | |
*** ionstorm has quit IRC | 04:14 | |
*** jjarven has quit IRC | 04:28 | |
*** Morpog_PC has quit IRC | 04:28 | |
*** bugzy has quit IRC | 04:33 | |
*** VDVsx has quit IRC | 04:34 | |
*** jjarven has joined #sailfishos | 04:41 | |
*** gexc has quit IRC | 04:50 | |
*** jjarven has quit IRC | 05:00 | |
*** BasilSemuonov has joined #sailfishos | 05:02 | |
*** gexc has joined #sailfishos | 05:07 | |
*** VDVsx has joined #sailfishos | 05:07 | |
*** gogeta_ has joined #sailfishos | 05:08 | |
*** radekp has joined #sailfishos | 05:09 | |
*** olafh__ has joined #sailfishos | 05:16 | |
*** inte` is now known as inte_away | 05:19 | |
*** jjarven has joined #sailfishos | 05:19 | |
*** jardous has joined #sailfishos | 05:19 | |
*** jardous has left #sailfishos | 05:19 | |
*** uvatbc has joined #sailfishos | 05:31 | |
*** gexc has quit IRC | 05:31 | |
*** dhbiker has joined #sailfishos | 05:33 | |
*** gexc has joined #sailfishos | 05:34 | |
*** gexc has joined #sailfishos | 05:35 | |
*** gexc has quit IRC | 05:36 | |
*** kunev has joined #sailfishos | 05:36 | |
coderus | morning | 05:36 |
*** gexc has joined #sailfishos | 05:37 | |
coderus | how to force connection dialog to show? | 05:39 |
*** sletta has joined #sailfishos | 05:42 | |
chriadam | coderus: https://github.com/nemomobile/nemo-qml-plugin-connectivity/ might be helpful | 05:43 |
chriadam | but I don't maintain that code anymore, and don't know what it does precisely ;-) | 05:44 |
chriadam | ISTR that performing a DNS query when there are no active sessions, will trigger the dialog | 05:44 |
chriadam | but for more information you'd need to ask lpotter or amccarthy | 05:44 |
*** gabriel9 has joined #sailfishos | 05:45 | |
coderus | chriadam: thanks :) | 05:49 |
chriadam | np | 05:49 |
*** Nekron_dev has joined #sailfishos | 05:49 | |
amccarthy | coderus: /usr/lib/qt5/bin/qdbus com.jolla.lipstick.ConnectionSelector / com.jolla.lipstick.ConnectionSelectorIf.openConnection wlan | 05:49 |
coderus | it's sad QNetworkSession::open() doesn not trigger dialog | 05:49 |
coderus | amccarthy: yup. added that code to my project :) | 05:50 |
coderus | dbus working, thanks you both :) | 05:50 |
chriadam | coderus: I think it's a problem with the Qt API. in some cases, you never want any networking calls to trigger opening a dialog (eg, if you're a daemon / background process). I think the Qt APIs lack that concept, although I don't know them well enough to be certain | 05:50 |
coderus | chriadam: at least in harmattan this concept worked good :) | 05:51 |
chriadam | ah | 05:51 |
tbr | on harmattan there were a few ugly corner cases | 05:52 |
tbr | I remember getting stuck in a loop of pop up "turn network on?" notifications on an airplane when making the mistake to open e.g. twitter... | 05:52 |
coderus | tbr: yeah :D | 05:53 |
*** Nekron_dev has quit IRC | 05:53 | |
coderus | now QObject::connect(session, SIGNAL(opened()), reg, SLOT(startRequest())); and openConnectionDialog() after that working fine :) | 05:54 |
*** kunev has quit IRC | 06:02 | |
*** Sequenced has joined #sailfishos | 06:03 | |
*** gogeta_ has quit IRC | 06:03 | |
*** plfiorini has quit IRC | 06:04 | |
*** diverse has left #sailfishos | 06:04 | |
Naranek | Is debugging working on the Qt Creator? I've read some messages that say that it isn't, but they've been written some time ago. | 06:05 |
coderus | Naranek: should work now fine | 06:07 |
* coderus didnt used debug for a while, but remember jake9xx and kaltsi fixed it | 06:09 | |
Naranek | thanks! I'll take a stab at it then :) | 06:10 |
*** phdeswer has quit IRC | 06:14 | |
coderus | ha, fast disable - enable wlan turns wlan icon at lockscteen into greyed state, settings showing wlan enabled, but it wont ever connect | 06:14 |
coderus | only smooth disable and enable wlan can fix that :) | 06:15 |
*** SfietKonstantin has joined #sailfishos | 06:18 | |
*** gexc has quit IRC | 06:19 | |
*** jake9xx has quit IRC | 06:19 | |
coderus | is there any aliendalvik maintainer or someone who can proove some bugs? | 06:26 |
coderus | i can't record video from android whatsapp | 06:26 |
*** gexc has joined #sailfishos | 06:30 | |
*** gabriel9 has quit IRC | 06:32 | |
coderus | lol wtf!???? | 06:32 |
coderus | QStandardPaths::writableLocation(QStandardPaths::MoviesLocation refer to /home/nemo/.cache/harbour-mitakuuluu2/harbour-mitakuuluu2/Videos | 06:32 |
coderus | QStandardPaths::writableLocation(QStandardPaths::PicturesLocation refer to /home/nemo/Pictures | 06:33 |
coderus | WTF!??? | 06:33 |
coderus | use QStandardPaths, do not use absolute paths. | 06:33 |
coderus | wahahaha | 06:33 |
coderus | first fir your apis | 06:33 |
coderus | fix* | 06:33 |
Aard | did you mess with xdg configuration? | 06:34 |
*** goroboro has joined #sailfishos | 06:34 | |
coderus | me not | 06:34 |
coderus | it's same for everybody | 06:34 |
coderus | check with yourself | 06:34 |
*** lainwir3d has joined #sailfishos | 06:39 | |
*** lainwir3d has quit IRC | 06:39 | |
*** lainwir3d has joined #sailfishos | 06:39 | |
*** gexc has quit IRC | 06:40 | |
*** gexc has joined #sailfishos | 06:41 | |
*** sdjayna has joined #sailfishos | 06:42 | |
*** chriadam is now known as chriadam|away | 06:42 | |
tbr | cool sailfish is now single-stack ipv6 http://pastebin.com/0bmbLqN1 | 06:50 |
tbr | hint: there is an IPv4 DHCP server that it should have picked up | 06:50 |
*** sletta has quit IRC | 06:51 | |
*** SfietKonstantin has quit IRC | 06:51 | |
*** gexc has quit IRC | 06:52 | |
lainwir3d | tbr: what does it means ? single-stack ipv6. | 06:53 |
*** gexc has joined #sailfishos | 06:53 | |
*** VDVsx has quit IRC | 06:54 | |
tbr | lainwir3d: it means that it only uses IPv6 and doesn't even have a local, nor a default IPv4 route | 06:54 |
lainwir3d | hmm | 06:55 |
lainwir3d | what if your wireless network doesn't support ipv6 ? | 06:55 |
*** kunev has joined #sailfishos | 06:56 | |
*** gabriel9|work has joined #sailfishos | 06:57 | |
tbr | lainwir3d: either this bug is caused by IPv6 being available or the phone would end up in an L2 only connection state | 06:57 |
* tbr configures an IPv4 address manually to see if that helps | 06:58 | |
lainwir3d | oh, you means that's not a correct behavior ? haha | 06:58 |
lainwir3d | I didn'd get it | 06:58 |
lainwir3d | didn't* | 06:58 |
tbr | 06:50:49< tbr> hint: there is an IPv4 DHCP server that it should have picked up | 06:59 |
lainwir3d | all right, I guess I'm still not enough awake | 06:59 |
*** gabriel9 has joined #sailfishos | 07:01 | |
*** gabriel9|work has quit IRC | 07:02 | |
*** phaeron has joined #sailfishos | 07:05 | |
*** alin has quit IRC | 07:05 | |
*** phdeswer has joined #sailfishos | 07:09 | |
*** carepack has joined #sailfishos | 07:13 | |
*** jjanvier has joined #sailfishos | 07:13 | |
*** tanty_off is now known as tanty | 07:14 | |
*** VDVsx has joined #sailfishos | 07:14 | |
*** artemma has joined #sailfishos | 07:19 | |
*** goroboro has quit IRC | 07:20 | |
*** goroboro has joined #sailfishos | 07:20 | |
*** rcg has joined #sailfishos | 07:23 | |
*** giucam has quit IRC | 07:24 | |
*** giucam has joined #sailfishos | 07:25 | |
*** giucam has quit IRC | 07:25 | |
*** giucam has joined #sailfishos | 07:25 | |
*** sletta has joined #sailfishos | 07:25 | |
*** inte_away is now known as inte | 07:30 | |
*** zhxt_ has joined #sailfishos | 07:31 | |
*** zhxt_lp has quit IRC | 07:31 | |
*** crazy_imp has quit IRC | 07:32 | |
*** lpotter has quit IRC | 07:33 | |
*** zoldyck has quit IRC | 07:33 | |
*** lpotter has joined #sailfishos | 07:33 | |
*** crazy_imp has joined #sailfishos | 07:34 | |
*** crazy_imp has joined #sailfishos | 07:34 | |
*** tat has quit IRC | 07:34 | |
*** hoodlum has joined #sailfishos | 07:36 | |
matrixx | can someone throw me the actual font sizes for Theme.fontSizeSmall, medium, large and extralarge? | 07:36 |
matrixx | just for designing purposes, not gonna hardcode anything :P | 07:36 |
*** lpotter has quit IRC | 07:37 | |
*** lpotter has joined #sailfishos | 07:37 | |
matrixx | I could of course print them, but all I have with me right now is iPad :P | 07:39 |
*** SK_work has quit IRC | 07:39 | |
Nicd- | would be nice if the silica qml stuff was on github | 07:40 |
lainwir3d | _really_ nice | 07:41 |
tbr | nobody put it there yet? but it's LGPL or BSD? | 07:42 |
Nicd- | I searched for it a while ago and didn't find | 07:42 |
* tbr ponders what's a good source for that, probably the files on the device respectively an RPM? | 07:43 | |
tbr | or is it even in the gpl dump? | 07:43 |
walokra | where's the gpl dump? | 07:45 |
tbr | on my server images.formeego.org | 07:45 |
walokra | why doesn't jolla host it, have link on sailfishos.org? | 07:46 |
tbr | u8 is still missing as I'm waiting for carsten to be back from vacation | 07:46 |
*** SK_work has joined #sailfishos | 07:46 | |
tbr | NFC, but given that you had to _snail_ mail them and they would _snail_ mail you a DVD, this is a massive improvement in my book | 07:47 |
walokra | yep | 07:47 |
tbr | also Jolla was supposed to publish all md5sums of the tarballs they uploaded to my server, to make this traceable | 07:48 |
tbr | not sure if they did | 07:48 |
*** leinir_ is now known as leinir | 07:49 | |
SK_work | Silica QML might be BSD, but fontsizexxx is coded in Theme, and not bsd | 07:50 |
matrixx | might be an idea to print all the constants and make a reference in tjc | 07:54 |
kimmoli | +1 | 07:55 |
matrixx | at least I would find it beneficial in design purposes | 07:55 |
*** lukedirtwalker has joined #sailfishos | 07:56 | |
matrixx | I could do it in the evening while I need to print out the font sizes anyway | 07:56 |
*** furikku has joined #sailfishos | 07:57 | |
tbr | SK_work: interesting, looking at package contents there are also QML files without license header :-/ | 07:58 |
SK_work | matrixx: don't forget that you will print constants for the Jolla, constants are a factor of DPI and screensize | 07:58 |
SK_work | tbr: inside silica ? | 07:58 |
SK_work | hum ... | 07:58 |
tbr | SK_work: this means the upload will be incomplete | 07:58 |
SK_work | yep | 07:58 |
tbr | I just unpacked "sailfishsilica-qt5-0.11.94-10.29.1.jolla.armv7hl.rpm" | 07:58 |
matrixx | SK_work: ah, sure, I'll make a note they apply only in jolla | 07:59 |
SK_work | tbr: :/ | 07:59 |
tbr | I will replace all such files with a symlink to a file explaining that it's missing due to unclear licensing | 07:59 |
lukedirtwalker | matrixx: for which design purposes will they help? | 07:59 |
tbr | and will then file a TJC item | 07:59 |
tbr | should put that also on the next agenda for community meeting | 08:00 |
matrixx | lukedirtwalker: to make UI designs | 08:00 |
*** TMavica has quit IRC | 08:00 | |
lukedirtwalker | but why? I mean you shouldn't rely on those values | 08:00 |
matrixx | lukedirtwalker: to see which font size would fit best for needed purposes | 08:00 |
SK_work | lukedirtwalker: to do stubs | 08:00 |
SK_work | tbr: +1 | 08:00 |
SK_work | sounds good | 08:00 |
SK_work | tbr: uploading to github ? | 08:00 |
tbr | SK_work: yes | 08:00 |
SK_work | thanks :) | 08:01 |
matrixx | lukedirtwalker: I understand it's approximate, but would help at least a bit | 08:01 |
*** Behold has joined #sailfishos | 08:01 | |
* tbr ponders how to name the repository. sailfishsilica-qt5? or something else? | 08:01 | |
lukedirtwalker | Would be much better to have the actual formula wouldn't it? | 08:01 |
tbr | ideas appreciated | 08:01 |
matrixx | lukedirtwalker: it would, if you could extract it | 08:02 |
*** cxl000 has joined #sailfishos | 08:02 | |
*** giucam has quit IRC | 08:04 | |
*** giucam has joined #sailfishos | 08:05 | |
*** giucam has quit IRC | 08:05 | |
*** giucam has joined #sailfishos | 08:05 | |
*** jjanvier has quit IRC | 08:05 | |
*** jjanvier has joined #sailfishos | 08:06 | |
*** PMG has quit IRC | 08:07 | |
SK_work | tbr: how is the package named ? | 08:12 |
SK_work | sailfishsilica-qt5 ? | 08:12 |
tbr | yes | 08:12 |
SK_work | then use sailfishsilica-qt5 | 08:12 |
tbr | *nod* | 08:12 |
*** jmlich has joined #sailfishos | 08:17 | |
*** jukkaeklund has joined #sailfishos | 08:20 | |
*** jmlich has quit IRC | 08:27 | |
*** jmlich has joined #sailfishos | 08:27 | |
*** krendil has joined #sailfishos | 08:27 | |
*** DarkSim has joined #sailfishos | 08:32 | |
tbr | SK_work: https://github.com/dm8tbr/sailfishsilica-qt5 | 08:40 |
SK_work | tbr: thx | 08:41 |
tbr | SK_work: also https://twitter.com/tbr23/status/496576538331344896 | 08:41 |
SK_work | tbr: engineering english translation file "qm" is a binary format iirc | 08:42 |
SK_work | so it's normal that it don't have a license | 08:42 |
SK_work | but the translation source (ts) is not available | 08:42 |
tbr | SK_work: yes, but I err on the safe side | 08:42 |
kimmoli | https://github.com/dm8tbr/sailfishsilica-qt5/blob/master/usr/lib/qt5/qml/Sailfish/Silica/private/KeypadButton.qml | 08:42 |
*** ced117 has joined #sailfishos | 08:43 | |
tbr | the RPM has a license of "TBD" (sic!) | 08:43 |
*** nezticle has joined #sailfishos | 08:43 | |
Nicd- | thanks tbr! | 08:43 |
tbr | Nicd-: happy to serve | 08:43 |
tbr | SK_work: unless either Jolla (the company, or a legally mandated representative) states so OR the files will be explicitly marked by either addition of headers or a text file listing them and explaining their license, they will not be uploaded by me. | 08:45 |
coderus | so, if rpm can't pass QA, other rpm carrying and sideloading first rpm will be rejected too? | 08:45 |
SK_work | tbr: +1 | 08:45 |
*** DarkSim has quit IRC | 08:46 | |
*** phaeron has quit IRC | 08:49 | |
*** lukedirtwalker has quit IRC | 08:49 | |
*** Finlod has joined #sailfishos | 08:54 | |
*** igordcard has joined #sailfishos | 08:57 | |
*** DarkSim has joined #sailfishos | 08:58 | |
*** TheBootroo_work has joined #sailfishos | 09:00 | |
*** Sequenced has quit IRC | 09:00 | |
*** inte is now known as inte_away | 09:02 | |
*** jjanvier has quit IRC | 09:03 | |
*** jjanvier has joined #sailfishos | 09:03 | |
*** qqK has joined #sailfishos | 09:08 | |
tbr | https://together.jolla.com/question/52712/licensing-issues-with-sailfishsilica-qt5/ | 09:08 |
Nicd- | upvoted | 09:11 |
*** dr_gogeta86 has joined #sailfishos | 09:12 | |
*** tat has joined #sailfishos | 09:19 | |
*** lukedirtwalker has joined #sailfishos | 09:20 | |
*** arcean has joined #sailfishos | 09:20 | |
*** s1gk1ll has quit IRC | 09:23 | |
lukedirtwalker | How can I detect when the user quits, before the aboutToQuit() signal? (I still need the event-loop) | 09:23 |
SK_work | lukedirtwalker: qml app ? | 09:24 |
SK_work | maybe connect QQmlEngine::quit signal to something else ? | 09:24 |
*** s1gk1ll has joined #sailfishos | 09:24 | |
lukedirtwalker | SK_work: C++ Qml yes | 09:24 |
SK_work | lukedirtwalker: sailfish ? | 09:25 |
SK_work | so use QQmlEngine::quit signal ? Don't know if it works since it might also be sent when event loop is being destroyed | 09:25 |
SK_work | (or just befoer ?) | 09:25 |
lukedirtwalker | SK_work: yeah of course Sailfish. | 09:25 |
lukedirtwalker | will try | 09:25 |
SK_work | lukedirtwalker: in sailfish, you need to disconnect QQmlEngine::quit | 09:26 |
SK_work | because it's autoconnected | 09:26 |
*** inte_away is now known as inte | 09:27 | |
lukedirtwalker | with what? | 09:27 |
*** zhxt_ is now known as zhxt | 09:28 | |
*** R-Z has joined #sailfishos | 09:29 | |
*** Blizzz has joined #sailfishos | 09:29 | |
*** jstaniek has joined #sailfishos | 09:30 | |
SK_work | lukedirtwalker: with qcoreapplication::quit (it seems) | 09:30 |
SK_work | but cannot find source :( | 09:30 |
lukedirtwalker | okay | 09:31 |
*** SpeedEvil has quit IRC | 09:31 | |
*** SpeedEvil has joined #sailfishos | 09:31 | |
lukedirtwalker | thanks | 09:33 |
*** euroelessar has joined #sailfishos | 09:37 | |
*** kido has joined #sailfishos | 09:40 | |
lukedirtwalker | SK_work: doesn't seem to work | 09:43 |
SK_work | :( | 09:43 |
SK_work | what are you trying to achieve ? | 09:43 |
lukedirtwalker | The problem is I have to wait for a callback when I quit. (Spotify session logout triggers a callback that you are actually logged out, and for this I have to wait) | 09:47 |
*** spider-mario has joined #sailfishos | 09:48 | |
SK_work | lukedirtwalker: I see | 09:48 |
SK_work | lukedirtwalker: fire a QEventLoop when aboutToQuit ? | 09:49 |
lukedirtwalker | SK_work: hehe yeah that would also be a possibility | 09:50 |
*** Kabouik has joined #sailfishos | 09:57 | |
*** VDVsx has quit IRC | 10:03 | |
*** gexc has quit IRC | 10:10 | |
*** melonipoika has joined #sailfishos | 10:17 | |
*** phaeron has joined #sailfishos | 10:17 | |
*** VDVsx has joined #sailfishos | 10:18 | |
*** phaeron has quit IRC | 10:27 | |
*** gexc has joined #sailfishos | 10:27 | |
*** Andy80 has joined #sailfishos | 10:30 | |
*** artemma has quit IRC | 10:39 | |
*** artemma has joined #sailfishos | 10:41 | |
*** euroelessar has quit IRC | 10:50 | |
*** gexc has quit IRC | 10:54 | |
*** Sailor6916_ has joined #sailfishos | 11:06 | |
*** vakkov_ has joined #sailfishos | 11:12 | |
*** R-Z has quit IRC | 11:14 | |
*** vakkov_ has quit IRC | 11:15 | |
*** vakkov has quit IRC | 11:16 | |
*** vakkov has joined #sailfishos | 11:23 | |
*** gexc has joined #sailfishos | 11:23 | |
*** boom1992 has joined #sailfishos | 11:25 | |
*** jukkaeklund has quit IRC | 11:45 | |
*** fzk has quit IRC | 11:59 | |
*** inte` has joined #sailfishos | 12:00 | |
walokra | is harbour guys still on holiday or just with long queue? | 12:01 |
*** inte has quit IRC | 12:03 | |
*** martyone has quit IRC | 12:05 | |
Nicd- | walokra: something new coming from you? :) | 12:05 |
walokra | just minor update to ampiaiskala (cover page). doing also haikala update | 12:06 |
nazanin | walokra: when did you submit the app? | 12:07 |
walokra | haikala has greater possibilities for better features | 12:07 |
walokra | nazanin: sunday night so I'm just impatient :) | 12:07 |
nazanin | walokra: it was approved yesterday | 12:08 |
nazanin | walokra: not in Store? | 12:08 |
walokra | nazanin: hmm, ampiaiskala? harbour shows status QA and no notification. thus haven't checked in store | 12:09 |
nazanin | walokra: give me a sec to check | 12:09 |
walokra | it got couple more installs and likes, so it would explain those | 12:10 |
nazanin | walokra: spotted the problem, it'll be fixed soonish :) thanks for reporting it,though | 12:11 |
walokra | nazanin: great | 12:11 |
tbr | SK_work: tbh, I'm looking for a business case that would enable working on the advanced bits. A simple messaging only client should be trivial using haze/libpurple in case of Sailfish. Just like it worked on N900 and N9/N950. | 12:17 |
SK_work | tbr: whiteboard | 12:17 |
*** n9mx has joined #sailfishos | 12:17 | |
*** radekp has quit IRC | 12:18 | |
SK_work | tbr: the whiteboard is a really nice feature, and it would work even better on a touch screen imo | 12:18 |
tbr | SK_work: yes, but it's not a business case. A company wanting to roll this out and willing to invest €€€ would be a business case. | 12:19 |
SK_work | sorry :( | 12:19 |
*** inte` is now known as inte_away | 12:19 | |
SK_work | no buisness case here :( | 12:19 |
tbr | SK_work: it's good to know that people are interested regardless, but the big cheese would be the thing. | 12:21 |
tbr | SK_work: if there would be really a _lot_ of people one could consider crowd funding, but I guess that's unlikely. | 12:22 |
*** SK_work has quit IRC | 12:24 | |
lukedirtwalker | tbr: Image format which supports Theme, so that screenshots for SailfishOS would look like installed, but tha probably isn't a big money bringer either :P | 12:27 |
*** Sailor6916_ has joined #sailfishos | 12:28 | |
tbr | lukedirtwalker: this is the context https://plus.google.com/u/0/111101795166699165422/posts/W9eMeobBhbo | 12:28 |
lukedirtwalker | oh okay | 12:31 |
*** msava has joined #sailfishos | 12:31 | |
*** maxorator has quit IRC | 12:33 | |
walokra | Nicd-: did you have some suggestions about sailimgur or other apps? | 12:36 |
*** maxorator has joined #sailfishos | 12:36 | |
*** msava has quit IRC | 12:40 | |
Nicd- | walokra: when uploading in sailimgur, what does "add to gallery" mean? | 12:41 |
Nicd- | also it would be nice to be able to rotate images and create/delete albums | 12:41 |
walokra | Nicd-: add to gallery = to user submitted | 12:42 |
Nicd- | yeah, it could be clearer | 12:42 |
Nicd- | I thought I was adding to some gallery of my own | 12:42 |
walokra | yep, it's not so clear but it's worded like in android app | 12:43 |
*** igordcard has quit IRC | 12:43 | |
Nicd- | also, rotated images are uploaded in the wrong orientation | 12:43 |
Nicd- | scratch that | 12:44 |
Nicd- | just the preview is shown in the wrong orientation in the app | 12:44 |
walokra | yep, that's also confusing | 12:44 |
Nicd- | where did you get the side drawer from btw? | 12:45 |
*** hoodlum has quit IRC | 12:46 | |
walokra | adapted from communi iirc | 12:46 |
walokra | planning to change it to something better | 12:46 |
walokra | Nicd-: thanks for the suggestions. made some github issues for myself :) | 12:53 |
*** R-Z has joined #sailfishos | 12:54 | |
*** SeekingFor has quit IRC | 13:08 | |
*** situ has quit IRC | 13:09 | |
*** giucam has quit IRC | 13:09 | |
*** giucam has joined #sailfishos | 13:10 | |
*** giucam has quit IRC | 13:10 | |
*** giucam has joined #sailfishos | 13:10 | |
*** SeekingFor has joined #sailfishos | 13:13 | |
*** situ has joined #sailfishos | 13:14 | |
*** Sail0r has joined #sailfishos | 13:14 | |
*** vakkov has quit IRC | 13:14 | |
*** Kabouik has quit IRC | 13:14 | |
*** olafh__ has quit IRC | 13:14 | |
*** bara has quit IRC | 13:14 | |
*** zbenjamin has quit IRC | 13:14 | |
*** gormio has quit IRC | 13:14 | |
*** kor has quit IRC | 13:14 | |
*** narchie1 has quit IRC | 13:14 | |
*** MSameer has quit IRC | 13:14 | |
*** Aciid has quit IRC | 13:14 | |
*** JvD_ has quit IRC | 13:14 | |
*** ShadowJK has quit IRC | 13:14 | |
*** jusics_ has quit IRC | 13:14 | |
*** _Razor_ has quit IRC | 13:14 | |
*** keithzg has quit IRC | 13:14 | |
*** lpotter has quit IRC | 13:14 | |
*** vakkov has joined #sailfishos | 13:15 | |
*** Kabouik has joined #sailfishos | 13:15 | |
*** lpotter has joined #sailfishos | 13:15 | |
*** olafh__ has joined #sailfishos | 13:15 | |
*** bara has joined #sailfishos | 13:15 | |
*** zbenjamin has joined #sailfishos | 13:15 | |
*** gormio has joined #sailfishos | 13:15 | |
*** kor has joined #sailfishos | 13:15 | |
*** narchie1 has joined #sailfishos | 13:15 | |
*** MSameer has joined #sailfishos | 13:15 | |
*** Aciid has joined #sailfishos | 13:15 | |
*** JvD_ has joined #sailfishos | 13:15 | |
*** ShadowJK has joined #sailfishos | 13:15 | |
*** jusics_ has joined #sailfishos | 13:15 | |
*** _Razor_ has joined #sailfishos | 13:15 | |
*** keithzg has joined #sailfishos | 13:15 | |
*** elenril has quit IRC | 13:21 | |
*** elenril has joined #sailfishos | 13:23 | |
*** krendil has quit IRC | 13:24 | |
*** n9mx has quit IRC | 13:25 | |
*** marxistvegan has joined #sailfishos | 13:26 | |
*** Sailor6916_ has quit IRC | 13:27 | |
*** elenril has quit IRC | 13:28 | |
*** elenril has joined #sailfishos | 13:29 | |
*** snotr has joined #sailfishos | 13:30 | |
*** maxorator has quit IRC | 13:32 | |
*** maxorator has joined #sailfishos | 13:32 | |
*** numo_ has joined #sailfishos | 13:34 | |
*** Behold has quit IRC | 13:43 | |
*** Sail0r has quit IRC | 13:44 | |
*** tat has quit IRC | 13:46 | |
*** tanty is now known as tanty_off | 13:47 | |
*** VDVsx has quit IRC | 13:49 | |
coderus | so, if rpm can't pass QA, other rpm carrying and sideloading first rpm will be rejected too? | 13:50 |
nazanin | coderus: what do you mean? | 13:50 |
*** Armadillo has joined #sailfishos | 13:50 | |
*** Armadillo has joined #sailfishos | 13:51 | |
coderus | i mean harbour | 13:51 |
*** Armadillo has joined #sailfishos | 13:51 | |
nazanin | coderus: what I didnt understand quite well was about 'other rpm carrying and sideloading first rpm' | 13:52 |
*** Behold has joined #sailfishos | 13:53 | |
*** Sail0r has joined #sailfishos | 13:59 | |
*** vakkov has quit IRC | 13:59 | |
*** smoku_ has joined #sailfishos | 14:00 | |
*** tat has joined #sailfishos | 14:03 | |
smoku_ | Estimated hours for approval 48 | 14:04 |
*** VDVsx has joined #sailfishos | 14:04 | |
smoku_ | Flappy submitted 4 days ago | 14:05 |
smoku_ | hmmm.... | 14:05 |
*** situ has quit IRC | 14:05 | |
coderus | smoku_: 4 days ago was weekend | 14:06 |
coderus | and 3 days ago was weekwnd | 14:06 |
coderus | weekwnd* | 14:06 |
coderus | nazanin: have two rpm: full version contains forbidden api and light version contains only allowed api | 14:07 |
smoku_ | coderus: srsly? I know... ;-) | 14:07 |
coderus | light version have upgrade to pro button installing first rpm | 14:07 |
coderus | smoku_: nobody working and looking your flappy at weekend | 14:07 |
coderus | nazanin: and it seems light rpm will be rejected too, because it contains rpm with forbidden api | 14:08 |
nazanin | coderus: yes | 14:08 |
coderus | lol then :) | 14:09 |
nazanin | coderus: if it allows sideloading of untrusted softwares,then yes,it'll be rejected | 14:09 |
coderus | i will never publish mitakuuluu to harbour :D | 14:09 |
*** situ has joined #sailfishos | 14:10 | |
nazanin | coderus: le lol :D | 14:10 |
coderus | i will try to fool QA and so, but it seems to be never accepted :D | 14:10 |
*** tat has quit IRC | 14:10 | |
Nicd- | don't try to fool QA :( | 14:10 |
tadzik | what kind of forbidden API is it using? | 14:11 |
tadzik | (mitakuuluu) | 14:11 |
kor | hm. my mitäkuuluu won | 14:13 |
kor | 't stay connected | 14:13 |
kor | nor registered, it keeps requiring registration every few boots | 14:13 |
*** vakkov has joined #sailfishos | 14:14 | |
coderus | tadzik: dbus services, ngfd events, profiled configs, mce patterns, setuid root, setgid privileged, scriptlets in rpm %pre and %post, and tons of private QML imports :) | 14:14 |
tadzik | haha, oh wow :) | 14:14 |
coderus | kor: try to get log for harbour-mitakuuluu2-server | 14:14 |
nazanin | coderus: it'll be quite fun to write the rejection reasons for it :P | 14:15 |
coderus | "Application contains none of allowed parts, except graphic elements" :D | 14:18 |
*** sletta has quit IRC | 14:19 | |
coderus | kor: ah, i see where the bug can hides | 14:22 |
coderus | kor: actually you can ignore registration window and restart application | 14:22 |
coderus | i'll try to fix it soon | 14:22 |
*** ionstorm has joined #sailfishos | 14:22 | |
*** Sail0r has quit IRC | 14:23 | |
*** Nightmare__ has joined #sailfishos | 14:24 | |
*** msava has joined #sailfishos | 14:26 | |
*** gexc has quit IRC | 14:26 | |
smoku_ | it makes very hard to get bigger audience for any non-trivial application | 14:27 |
*** TMavica has joined #sailfishos | 14:27 | |
smoku_ | possibly the reason I keep seeing "this phone is crap, as there are no good apps for it" | 14:28 |
*** zhxt has quit IRC | 14:28 | |
*** Sail0r has joined #sailfishos | 14:29 | |
*** gexc has joined #sailfishos | 14:31 | |
coderus | smoku_: aliendalvik solves this issue for Jolla :D | 14:32 |
*** Eismann has joined #sailfishos | 14:32 | |
tadzik | people are so concerned with apps as if they indeed need an ad delivery platform rather than a fucking phone | 14:32 |
smoku_ | coderus: then there is "so, why exactly do I want this phone? I can run android apps on my android phone already" ;-) | 14:33 |
numo_ | i love that i have no apps (and therefore no distractions other than calls, SMS and email) on the Jolla :) | 14:34 |
smoku_ | tadzik: people wanting "just a fucking phone" use nokia 6610 ;-) | 14:34 |
tadzik | well, I want a fucking phone which has maps, a media player and that I can go geocaching with :P | 14:34 |
tadzik | but I don't need an app for every company in the world, which is presumably super useful for all the people around | 14:35 |
artemma | IMHO, Jolla's [semi-]official point of view is 1) it's about cool UI innovations, you want to have 2) Operators/manufacturers (not end users) need customizations not possible with Android | 14:35 |
smoku_ | numo_: typical reasoning of disabled people... "It's not that I cannot do this. It's that I do not WANT to do this." | 14:35 |
tadzik | (rather than customizations not possible with Sailfish) | 14:35 |
artemma | I was actually asking same question several times when doing Jolla programming courses (so, from ones already motivated ppl). Reason number two seems to be a couple of UI innovations (swipe to task manager being most important), reason number one - image of a "free" OS | 14:36 |
tadzik | frankly, I don't see the freeness as an advantage, or rather: it does not seem to be any more free than, say, android | 14:38 |
artemma | IMHO, real Jolla customers are operators/manufacturers, not the end users. End user satisfaction is just one good argument when doing sales to operators/manufacturers and certainly such satisfaction should be above some minimally acceptable level | 14:38 |
smoku_ | so, where is the community's place in this picture? | 14:39 |
tadzik | just behind the big sign saying "Stay out!" | 14:40 |
tadzik | :P | 14:40 |
smoku_ | free QA workforce, you don't have to pay for? | 14:40 |
*** ced117 has quit IRC | 14:40 | |
artemma | smoku_: where is developer community place in iOS world? If you take into account that costs of running iTunes are roughly equal to amount of money Apple gets from sales ;) | 14:40 |
smoku_ | artemma: I don't know iOS world at all | 14:41 |
smoku_ | but judging from the content of the topic of this channel, SDK takes important place in this picture | 14:41 |
artemma | I guess Jolla listens to the community more than older folks and adapts faster. That's it | 14:41 |
artemma | there is also this "free OS image" that helps promoting within geeks and their friends. Jolla could utilize it more though, it seems [to me] it fades out over time | 14:42 |
smoku_ | same trick Google pulled with AOSP? | 14:42 |
*** zoldyck has joined #sailfishos | 14:43 | |
tadzik | yeah | 14:43 |
artemma | I don't think Google listened to community that much.. thouh maybe I just didn't watch the area | 14:43 |
*** vakkov_ has joined #sailfishos | 14:43 | |
smoku_ | what kind of "listening to the community" do you mean? | 14:44 |
artemma | And Google's "free OS" image was squarly targeted at manufacturers (and a bit to operartors), not to end users like Jolla | 14:44 |
smoku_ | that Google didn't list a "community manager" position on their payroll? | 14:44 |
artemma | smoku_: I mean Together portal and frequent OS update releases regarding to what users scream about (limited by abilities certainly) | 14:45 |
tadzik | that's a good point | 14:45 |
artemma | and then Jolla does use code contributed by ppl for free (don't know how much though) | 14:45 |
tadzik | well, it's based on nemo, and nemo is an actual open source project | 14:45 |
artemma | I mean mer and nemomobile are free projects, but not sure how much code there is being written while on Jolla's salary | 14:46 |
smoku_ | yes... people like to be listened to... | 14:46 |
smoku_ | one don't have to react on, but should at least listen... ;-) | 14:46 |
locusf | artemma: the amount of code can be seen by watching nemomobile project, they write a lot of code there daily | 14:47 |
*** vakkov has quit IRC | 14:47 | |
artemma | locusf: that's what I mean by "listening to community" too - community can contribute code directly. Just not sure how much of those "community contributions" are actually done by jolla engineers | 14:48 |
*** maxorator has quit IRC | 14:48 | |
*** sletta has joined #sailfishos | 14:49 | |
smoku_ | tadzik: right... closing the bootloader shows where exactly is that "Stay out!" sign | 14:50 |
*** maxorator has joined #sailfishos | 14:50 | |
tadzik | smoku_: well, I have heard (assumed?) that it's due to hardware andor licensing issues of sorts | 14:51 |
* artemma wonders how much things would be different if Sailfish OS was actually 100% open (think abt all Sailfish things being donated to nemomobile). Certainly biz model would have to be significantly different, but THAT would play "free OS image" card to maximum for all geeks out there | 14:51 | |
artemma | kind'a like N900 did | 14:51 |
tadzik | I think they'd rather have the current business model rather than the free image for geeks | 14:52 |
tadzik | not like N900 actually had everything open for the geeks | 14:52 |
tadzik | they're rewriting some of the bits up to this day | 14:52 |
smoku_ | artemma: there would be no SailfishOS. noone would fund 100% open source project. there is no money, thus ROI in it. | 14:52 |
artemma | Jolla is a startup and a business, they got to make money or at last show for the bigger guys a reason to buy whole company. There may or may not be a way to do it when doing things 100% open | 14:52 |
smoku_ | artemma: experience of many companies that tried before shows there is exactly 0 profit in open source model. also, common sense leads to that too | 14:54 |
artemma | a "free OS image" could be a sales argument, but maybe not big enough | 14:54 |
* artemma himself cares more about "open OS" than about "free OS" | 14:54 | |
locusf | oh free as in price? | 14:55 |
artemma | not really, as an end user I will buy a device anyway | 14:55 |
locusf | sure Sailfish can be installed for free on selected android dedvices | 14:55 |
artemma | or maybe buy an OS if it's cheap | 14:55 |
tadzik | I dream of a world where I can buy an OS-free device and install whatever I want on it | 14:56 |
tadzik | like with computers | 14:56 |
locusf | tadzik: +1 | 14:56 |
artemma | that is again about that buyers and users of Jolla products are actually very different people with the different interests ;) | 14:56 |
tadzik | would be probably totally possible if not for all the bloody patents on GSM hardware | 14:56 |
*** Turski_ is now known as Turski | 14:56 | |
artemma | Hard to satisfy both, you got to prioritize | 14:56 |
smoku_ | MacOS X was cheap, yet most people pirated it rather than bought it. | 14:56 |
artemma | smoku_: you have any stats or at least rumors behind it? | 14:57 |
* artemma has never heard of anybody pirting MacOSX since upgrade costs fell to under $30 and it became super-easy to buy it right from the Mac | 14:57 | |
smoku_ | artemma: comment counts under OSX torrents on piratebay. talks with my mac friends. | 14:58 |
artemma | wow | 14:58 |
artemma | ok, thanks, now I've heard this rumor | 14:58 |
artemma | buying 1.5-3K laptop and skipping $30 on OS upgrade.. interesting | 14:59 |
artemma | though updates are free since last update, aren't they? | 14:59 |
smoku_ | makes me wonder too | 14:59 |
*** ced117 has joined #sailfishos | 14:59 | |
smoku_ | but of about 20+ Mac people I know, only 2 was buying their OS upgrades | 14:59 |
smoku_ | rest just "circulated" the DVD | 15:00 |
smoku_ | "I alrady paid so and so for the hardware - OS upgrade should be given" | 15:01 |
*** VDVsx has quit IRC | 15:01 | |
*** sletta has quit IRC | 15:02 | |
smoku_ | artemma: looks like we live in extremely different environment and values ;-) | 15:03 |
*** vakkov_ is now known as vakkov | 15:03 | |
artemma | no, I think it's a common point of view | 15:03 |
artemma | I just thought that price and ease of online upgrade overweight | 15:03 |
artemma | apparently not, well, then free OS upgrade price will | 15:04 |
*** phdeswer has quit IRC | 15:05 | |
smoku_ | artemma: I mean you do not know anyone skimping on OSX price, and I could count people buying it on fingers of half of my hand | 15:05 |
artemma | my stastics base is small, not many other mac users around | 15:05 |
*** maxorator has quit IRC | 15:06 | |
Nicd- | I did actually buy all my OS X upgrades because they were affordable. can't say the same for all my windows licences... | 15:06 |
smoku_ | my stats could be skewed, by fact that most of my "osx friends" moved to macs from Linux or FreeBSD | 15:06 |
*** Morpog_PC has joined #sailfishos | 15:07 | |
smoku_ | and the activity under torrents with latest osx releases was comparable to latest game of thrones ;-) | 15:08 |
*** gabriel9 has quit IRC | 15:08 | |
*** maxorator has joined #sailfishos | 15:09 | |
smoku_ | getting back on track... | 15:10 |
smoku_ | with all the work on SDK and distributing and promoting SDK... | 15:10 |
TMavica | Morpog_PC: ping | 15:10 |
smoku_ | it's discouraging for devs writing things more complicated than simple hello-world qml game, to hit the wall of distribution | 15:12 |
smoku_ | and doing actually cool stuff requires reaching to forbidden APIs | 15:12 |
*** Morpog_PC has quit IRC | 15:12 | |
*** Morpog_PC has joined #sailfishos | 15:13 | |
smoku_ | like coderus' extremely cool stuff needs loads of these forbidden apis | 15:13 |
Morpog_PC | TMavica, sorry closed window and lost your messages | 15:13 |
tadzik | yeah, that's fantastically bad | 15:13 |
*** artemma has quit IRC | 15:14 | |
tadzik | that's what I meant by the community behind a "Stay Out" sign | 15:14 |
tadzik | "hey, I built something fantastic that many users need!" "cheater, boo!" | 15:14 |
*** artemma has joined #sailfishos | 15:14 | |
tadzik | I know, the reason is probably "those APIs are not stable and the app may break after an OS upgrade, so no" | 15:15 |
TMavica | Morpog_PC: check message, thx | 15:15 |
smoku_ | tadzik: Ubuntu solved this ages ago... "Application A, B and C will not work with the release you are about to upgrade to. We need to remove these before upgrading your OS. Do you want to proceed?" | 15:17 |
tadzik | yeah, that'd be awesome | 15:18 |
tadzik | never seen that in ubuntu, perhaps I don't use funky app s:) | 15:19 |
smoku_ | standard behavior when using PPA repos | 15:20 |
*** FireFly has quit IRC | 15:21 | |
smoku_ | not only Ubuntu. I'm using rpmfusion with my Fedora, and I have this kind of message every few days - uninstalling VirtualBox because of upgrading kernel from @updates, and missing vbox modules yet in @rpmfusion ;-) | 15:22 |
*** FireFly has joined #sailfishos | 15:22 | |
smoku_ | it means - stop update today and wait a day or two until rpmfusion catches up :) | 15:22 |
*** maxorator has quit IRC | 15:31 | |
*** maxorator has joined #sailfishos | 15:31 | |
*** Matulski has joined #sailfishos | 15:33 | |
*** R-Z has quit IRC | 15:34 | |
*** Matulski has quit IRC | 15:34 | |
*** carepack has quit IRC | 15:36 | |
*** msava has quit IRC | 15:38 | |
*** diverse has joined #sailfishos | 15:38 | |
*** msava has joined #sailfishos | 15:40 | |
*** inte_away has quit IRC | 15:42 | |
*** Znurre__ has quit IRC | 15:45 | |
*** inte_away has joined #sailfishos | 15:45 | |
*** Znurre__ has joined #sailfishos | 15:45 | |
*** rcg has quit IRC | 15:46 | |
*** vakkov has quit IRC | 15:49 | |
*** msava has quit IRC | 15:49 | |
*** uvatbc has quit IRC | 15:50 | |
*** lukedirtwalker has quit IRC | 15:53 | |
*** VDVsx has joined #sailfishos | 15:54 | |
*** kunev has quit IRC | 15:56 | |
*** vakkov has joined #sailfishos | 15:56 | |
*** ko__ has joined #sailfishos | 15:59 | |
*** Behold has quit IRC | 15:59 | |
*** kor has quit IRC | 16:00 | |
*** sletta has joined #sailfishos | 16:00 | |
*** numo_ has quit IRC | 16:02 | |
*** Behold has joined #sailfishos | 16:04 | |
*** smoku_ has quit IRC | 16:05 | |
*** jjanvier has quit IRC | 16:08 | |
*** jjanvier has joined #sailfishos | 16:08 | |
*** alin has joined #sailfishos | 16:10 | |
*** alin has quit IRC | 16:10 | |
*** alin has joined #sailfishos | 16:10 | |
*** numo has joined #sailfishos | 16:11 | |
*** elenril has quit IRC | 16:11 | |
*** numo_ has joined #sailfishos | 16:12 | |
*** numo_ has left #sailfishos | 16:14 | |
*** dr_gogeta86 has quit IRC | 16:17 | |
*** jua_ has joined #sailfishos | 16:19 | |
Naranek | I need a clock with seconds in the application cover and I'd like to code it so that it only changes when the cover is in view. It seems that Cover.Active would be the key, but all the examples use CoverBackground. | 16:24 |
Naranek | Has anybody actually used Cover? Even the Qt Creator says Unknown component :D | 16:25 |
*** Hijackal has joined #sailfishos | 16:25 | |
*** inte_awa` has joined #sailfishos | 16:29 | |
*** inte_awa` has quit IRC | 16:29 | |
*** inte_awa` has joined #sailfishos | 16:29 | |
*** tat has joined #sailfishos | 16:31 | |
*** numo has quit IRC | 16:31 | |
*** inte_away has quit IRC | 16:31 | |
*** alin_ has joined #sailfishos | 16:48 | |
*** phdeswer has joined #sailfishos | 16:49 | |
*** alin has quit IRC | 16:51 | |
*** jjanvier has quit IRC | 16:52 | |
*** plfiorini has joined #sailfishos | 16:53 | |
*** alin_ has quit IRC | 16:54 | |
*** alin_ has joined #sailfishos | 16:56 | |
*** DrIDK has joined #sailfishos | 16:56 | |
*** lukedirtwalker has joined #sailfishos | 16:57 | |
*** Andy80 has quit IRC | 16:59 | |
*** sdjayna has quit IRC | 17:00 | |
*** gabriel_hneitir has joined #sailfishos | 17:03 | |
*** alin_ has quit IRC | 17:10 | |
*** alin_ has joined #sailfishos | 17:13 | |
*** sdjayna has joined #sailfishos | 17:14 | |
*** Sail0r has quit IRC | 17:16 | |
*** gabriel_hneitir1 has joined #sailfishos | 17:17 | |
*** Sail0r has joined #sailfishos | 17:17 | |
*** gabriel_hneitir1 has quit IRC | 17:17 | |
*** Nekron_dev has joined #sailfishos | 17:19 | |
*** gabriel_hneitir has quit IRC | 17:21 | |
*** Sail0r has quit IRC | 17:22 | |
coderus | where did you saw that Cover.Active? :D | 17:24 |
*** alin_ has quit IRC | 17:24 | |
Naranek | coderus: https://sailfishos.org/sailfish-silica/qml-sailfishsilica-cover.html | 17:25 |
*** alin_ has joined #sailfishos | 17:28 | |
*** jmlich has quit IRC | 17:29 | |
*** msava has joined #sailfishos | 17:30 | |
coderus | it seems have typo | 17:30 |
coderus | text: active ? "I'm active!" : "I'm sleeping" | 17:30 |
coderus | not status == active | 17:30 |
coderus | and qtc dont know about Cover type is okay | 17:31 |
*** Sequenced has joined #sailfishos | 17:31 | |
Naranek | ok, but how do I use it with CoverBackground? is it cover: Cover { CoverBackground {} } | 17:32 |
*** VDVsx has quit IRC | 17:33 | |
Naranek | at least it seems to compile with that solution. | 17:35 |
*** VDVsx has joined #sailfishos | 17:36 | |
*** gabriel_hneitir has joined #sailfishos | 17:38 | |
*** kunev has joined #sailfishos | 17:39 | |
*** Kabouik has quit IRC | 17:39 | |
iekku | smoku, waiting for check from legal | 17:48 |
coderus | Naranek: no difference | 17:51 |
*** Sail0r has joined #sailfishos | 17:53 | |
*** jmlich has joined #sailfishos | 17:53 | |
*** spider-mario has quit IRC | 17:53 | |
*** Sail0r has quit IRC | 17:57 | |
*** artemma has quit IRC | 17:58 | |
*** numo has joined #sailfishos | 18:01 | |
*** lynxis has quit IRC | 18:04 | |
*** RoKenn has joined #sailfishos | 18:08 | |
*** lainwir3d has quit IRC | 18:08 | |
*** melonipoika has quit IRC | 18:10 | |
*** numo has quit IRC | 18:12 | |
*** gogeta_ has joined #sailfishos | 18:13 | |
*** gexc has quit IRC | 18:18 | |
*** marxistvegan has quit IRC | 18:18 | |
*** lynxis has joined #sailfishos | 18:19 | |
*** igordcard has joined #sailfishos | 18:27 | |
*** numo_ has joined #sailfishos | 18:28 | |
*** alin_ has quit IRC | 18:31 | |
*** numo_ has quit IRC | 18:34 | |
*** igordcard has quit IRC | 18:36 | |
*** alin_ has joined #sailfishos | 18:37 | |
*** martyone has joined #sailfishos | 18:37 | |
*** marxistvegan has joined #sailfishos | 18:43 | |
*** Blizzz has quit IRC | 18:45 | |
*** alin_ has quit IRC | 18:47 | |
*** M4rtinK has joined #sailfishos | 18:48 | |
*** Sequenced has quit IRC | 18:49 | |
*** kunev has quit IRC | 18:52 | |
*** jake9xx has joined #sailfishos | 18:58 | |
*** jjarven has quit IRC | 19:00 | |
*** furikku has quit IRC | 19:01 | |
*** M4rtinK_jolla_ has joined #sailfishos | 19:21 | |
*** jjarven has joined #sailfishos | 19:23 | |
*** M4rtinK has quit IRC | 19:24 | |
*** Sail0r has joined #sailfishos | 19:27 | |
*** piggz has joined #sailfishos | 19:30 | |
*** sletta has quit IRC | 19:31 | |
*** SfietKonstantin has joined #sailfishos | 19:32 | |
*** msava has quit IRC | 19:33 | |
*** msava has joined #sailfishos | 19:34 | |
*** igordcard has joined #sailfishos | 19:34 | |
*** gabriel_hneitir has quit IRC | 19:34 | |
*** Nekron_dev has quit IRC | 19:40 | |
*** msava has quit IRC | 19:40 | |
*** gabriel_hneitir has joined #sailfishos | 19:41 | |
faiden | My bluetooth icon under settings next to the Data trafic icon vent missing today .. | 19:41 |
*** SfietKonstantin has quit IRC | 19:43 | |
*** lynxis has quit IRC | 19:44 | |
*** martyone has quit IRC | 19:54 | |
*** Hijackal has quit IRC | 19:55 | |
*** kido has quit IRC | 19:56 | |
*** dhbiker has quit IRC | 19:57 | |
*** lynxis has joined #sailfishos | 19:58 | |
*** phaeron has joined #sailfishos | 19:59 | |
*** numo has joined #sailfishos | 20:03 | |
*** piggz has quit IRC | 20:10 | |
*** piggz has joined #sailfishos | 20:10 | |
*** danielwf has joined #sailfishos | 20:13 | |
*** danielwf has quit IRC | 20:13 | |
*** msava has joined #sailfishos | 20:14 | |
*** Eismann has quit IRC | 20:16 | |
diverse | is this the place to ask how to install sailfish on an existing phone I have? | 20:20 |
lukedirtwalker | diverse: no sailfishos-porters is | 20:21 |
diverse | thanks | 20:21 |
*** maxorator has quit IRC | 20:22 | |
*** maxorator has joined #sailfishos | 20:22 | |
*** Eismann has joined #sailfishos | 20:23 | |
*** numo has quit IRC | 20:24 | |
*** gabriel_hneitir has quit IRC | 20:26 | |
*** kido has joined #sailfishos | 20:26 | |
*** DarkSim has quit IRC | 20:28 | |
*** phaeron has quit IRC | 20:30 | |
*** krendil has joined #sailfishos | 20:31 | |
*** disharmonic has joined #sailfishos | 20:34 | |
*** Kabouik has joined #sailfishos | 20:36 | |
*** Finlod has quit IRC | 20:39 | |
*** jjanvier has joined #sailfishos | 20:41 | |
*** marxistvegan has quit IRC | 20:43 | |
*** Morpog_PC has quit IRC | 20:43 | |
*** RoKenn has quit IRC | 20:44 | |
*** Nightmare__ has quit IRC | 20:45 | |
*** Eismann has quit IRC | 20:48 | |
*** maxorator has quit IRC | 20:49 | |
*** maxorator has joined #sailfishos | 20:50 | |
*** phaeron has joined #sailfishos | 20:51 | |
*** marxistvegan has joined #sailfishos | 20:53 | |
*** artemma has joined #sailfishos | 20:53 | |
*** lukedirtwalker has quit IRC | 20:54 | |
*** piggz has quit IRC | 20:54 | |
*** jua_ has quit IRC | 20:57 | |
*** phaeron has quit IRC | 20:58 | |
*** piggz has joined #sailfishos | 21:04 | |
*** Behold has quit IRC | 21:04 | |
*** alin has joined #sailfishos | 21:06 | |
*** disharmonic has quit IRC | 21:06 | |
*** disharmonic has joined #sailfishos | 21:07 | |
smoku | is there a way to set cover for SDL application? | 21:08 |
smoku | iekku: thx 4 info | 21:08 |
smoku | faiden: Settings -> System -> press&hold 'Bluetooth' -> Add to favorites | 21:09 |
*** M4rtinK has joined #sailfishos | 21:10 | |
*** M4rtinK_jolla_ has quit IRC | 21:11 | |
smoku | faiden: or, if you want the BT toggle there: Settings -> System -> Bluetooth -> press&hold 'Bluetooth' toggle -> Add to favorites | 21:11 |
faiden | wow tnx smoku a new function I had not know about, odd that It only works with ethe BT icon thou. +1 for you | 21:13 |
Turski | faiden: works with many others too | 21:13 |
faiden | ohh it worked with everything ?D | 21:13 |
smoku | faiden: it works with a lot of things. i.e you can add an application setting to favs ;-) | 21:13 |
faiden | nice ty =D | 21:13 |
*** snotr has quit IRC | 21:14 | |
smoku | it's a very obscure feature. most people get aware of it the same way you did - when they misteriously loose BT fav ;-) | 21:14 |
faiden | hehe yea I recon they do . I was like Wtf what did I do now! | 21:15 |
*** phaeron has joined #sailfishos | 21:18 | |
*** krendil has quit IRC | 21:29 | |
*** disharmonic has quit IRC | 21:35 | |
alin | hi... I am using the general email... imap4... and a lot of my folders are listed twice of three times | 21:36 |
alin | is this some known issues? | 21:36 |
alin | -s | 21:36 |
*** M4rtinK has quit IRC | 21:37 | |
*** Nekron_dev has joined #sailfishos | 21:52 | |
*** runical has joined #sailfishos | 21:53 | |
*** Nekron_dev has quit IRC | 21:53 | |
*** runical has left #sailfishos | 21:57 | |
*** rubdos has joined #sailfishos | 22:05 | |
*** BasilSemuonov has quit IRC | 22:08 | |
*** Noiseless has joined #sailfishos | 22:10 | |
*** iffa2 has joined #sailfishos | 22:10 | |
*** lbt has quit IRC | 22:12 | |
*** Znurre__ has quit IRC | 22:12 | |
*** lbt has joined #sailfishos | 22:12 | |
*** Znurre__ has joined #sailfishos | 22:12 | |
*** oh8gnz_ has quit IRC | 22:13 | |
*** jwalck has quit IRC | 22:13 | |
*** oh8gnz has joined #sailfishos | 22:13 | |
*** ottulonen has quit IRC | 22:13 | |
*** iffa has quit IRC | 22:13 | |
*** jwalck has joined #sailfishos | 22:14 | |
*** jjanvier has quit IRC | 22:15 | |
*** qqK has quit IRC | 22:16 | |
*** xerpi has joined #sailfishos | 22:19 | |
smoku | is there equivalent to DocumentGalleryModel in sailfish? | 22:22 |
*** leinir has quit IRC | 22:23 | |
*** leinir has joined #sailfishos | 22:23 | |
*** Blizzz has joined #sailfishos | 22:23 | |
*** LarstiQ has quit IRC | 22:23 | |
*** LarstiQ has joined #sailfishos | 22:24 | |
*** Mystery47 has joined #sailfishos | 22:25 | |
tadzik | heh, if only more apps actually had settings in, well, settings :P | 22:31 |
*** TMavica has quit IRC | 22:32 | |
smoku | tadzik: forbidden in harbour | 22:33 |
tadzik | that's pretty fucking pointless if you ask mk | 22:33 |
tadzik | unless it | 22:33 |
tadzik | it's the case of an "unstable API" again | 22:33 |
*** boom1992 has quit IRC | 22:37 | |
*** rubdos has quit IRC | 22:38 | |
*** DrIDK has quit IRC | 22:44 | |
*** Blizzz has quit IRC | 22:48 | |
*** gogeta_ has quit IRC | 22:58 | |
*** xerpi has quit IRC | 23:02 | |
*** Sail0r has quit IRC | 23:02 | |
*** artemma has quit IRC | 23:13 | |
tbr | tadzik: IIRC it had something to do with APIs or scripts that were not 'ready for use'. Don't remember the details. | 23:15 |
*** phaeron has quit IRC | 23:24 | |
*** jstaniek has quit IRC | 23:27 | |
*** Dazzozo has quit IRC | 23:34 | |
*** Dazzozo has joined #sailfishos | 23:34 | |
*** goroboro has quit IRC | 23:35 | |
*** olafh__ has quit IRC | 23:35 | |
*** kido has quit IRC | 23:41 | |
*** inte_away has joined #sailfishos | 23:49 | |
*** inte_awa` has quit IRC | 23:52 | |
*** ced117 has quit IRC | 23:59 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!