alterego | ajalkane: ^ | 00:00 |
---|---|---|
alterego | muffed up the auto complete ;) | 00:00 |
alterego | I should have some good examples on line tomorrow. | 00:00 |
gri | MohammadAG: Where do you have the "Common*" keys from? I have been looking for those :) | 00:01 |
MohammadAG | widgetsgallery source is very useful | 00:01 |
ajalkane | alterego: Okay... if I understood correctly, it's useful if you don't want to have the data in C++ then QtObject is good. I've tended to try keep as much in C++ as possible (data & logic) and have QML only do the presentation of that. | 00:01 |
MohammadAG | https://meego.gitorious.org/meegotouch/libmeegotouch/blobs/master/demos/widgetsgallery/ | 00:01 |
*** vladest_ has joined #harmattan | 00:03 | |
*** vladest has quit IRC | 00:03 | |
*** vladest_ is now known as vladest | 00:03 | |
alterego | ajalkane: sure, that's a good strategy, but it's all up to the developer really. | 00:03 |
alterego | I'm just eerimenting with different paradigms in QML at the moment. | 00:03 |
ajalkane | alterego: yes I know... Many a times I've tempted that it'd be just nicer to go all the way QML, it'd be faster. But some anal-retentive part of me wants to do it "correctly". Even as, really, the correct way in hobby projects is to get results done efficiently. | 00:05 |
berndhs | the correct way in hobby projects isn't any different than in "professional" projects | 00:06 |
alterego | It all depends what you're doing ;) | 00:06 |
alterego | Some projects have a right to be 99% qml ;) | 00:06 |
ajalkane | I disagree. In hobby projects I must enjoy what I'm doing. In professional projects that's secondary. | 00:06 |
berndhs | i mean, hobbyists don't write bad code on purpose | 00:07 |
ajalkane | oh sure... but you can write good code in many ways. | 00:07 |
berndhs | i feel awful when I know my code is inefficient or buggy | 00:07 |
* alterego agrees | 00:07 | |
berndhs | whether I get paid for it or not | 00:07 |
alterego | That's why I'm depressed all the time ;) | 00:07 |
lcuk | berndhs, all code is inefficent and buggy | 00:07 |
lcuk | we are human, not perfect | 00:08 |
berndhs | sure we all make mistakes, but some code is purposely inefficient | 00:08 |
lcuk | it is easier on desktop to code inefficient code | 00:08 |
*** djszapi has joined #harmattan | 00:08 | |
berndhs | i don't see that | 00:08 |
MohammadAG | <alterego> Some projects have a right to be 99% qml ;) memtestARM is one of them :p | 00:08 |
*** djszapi has left #harmattan | 00:08 | |
berndhs | its just as painful | 00:08 |
ajalkane | yes... but for example, in my hobby projects, often unit tests come last or not at all. I can't be bothered with them until the code gets really complex. In professional projects that's a no-go and I start writing them at the same time as code. | 00:09 |
lcuk | berndhs, i always try to write optimal code | 00:09 |
lcuk | in whichever language | 00:09 |
* lcuk would really like to upgrade rotation code | 00:09 | |
berndhs | i try to think of which parts need optimization and which don't | 00:09 |
lcuk | because it is software rotation and slow | 00:09 |
lcuk | when the graphics hardware can handle it if it werent for buggy drivers | 00:10 |
ajalkane | I don't think about optimization until performance becomes an issue. Root of all evil and all that... | 00:10 |
berndhs | sure | 00:10 |
artemm2 | funny, so coding without unit tests is faster for you, ajalkane ? Or do you code your hobby projects slower on purpose? | 00:10 |
berndhs | but in some cases its obvious | 00:10 |
ajalkane | Of course some rudimentary common sense. | 00:10 |
ajalkane | artemm2: yes it's faster for me without unit tests | 00:11 |
ajalkane | especially UI heavy projects | 00:11 |
berndhs | actually unit tests don't make code better if it already works :) | 00:11 |
lcuk | unit tests ensure the code does not gain regressions | 00:11 |
artemm2 | oh well, if you add tests when everything already works, it won't make things faster indeed :) | 00:12 |
lcuk | but only for the specific cases the test is for | 00:12 |
ajalkane | Unit tests are good for testing logic, and making sure regressions don't happen. If there's intricate logic, I'd write unit tests because that would speed things up. | 00:12 |
lcuk | speed up the testing phase | 00:13 |
artemm2 | interesting, got it | 00:13 |
rzr | berndhs: hi are the guy behind e6irc ? | 00:14 |
*** vladest_ has joined #harmattan | 00:14 | |
berndhs | yes thats me | 00:14 |
rzr | the app is weird | 00:14 |
berndhs | what's wrong with it ? | 00:14 |
rzr | it forks the current window | 00:14 |
berndhs | only if you want to | 00:14 |
rzr | so i have the desktop screen as a regular app | 00:15 |
berndhs | that's useful if you run it on desktop, to float different windoes | 00:15 |
rzr | but it does not start the app | 00:15 |
rzr | are there args flags to use ? | 00:15 |
berndhs | you might be looking at an old version that had a bug | 00:15 |
rzr | oki | 00:15 |
*** vladest has quit IRC | 00:15 | |
*** vladest_ is now known as vladest | 00:15 | |
berndhs | the current version doesn't do that, but it has float/dock logic in it | 00:16 |
rzr | let me try to rebuild from github | 00:16 |
berndhs | i haven't found a good test for running on a phone, right no i look at whether it has a SIM | 00:16 |
*** meegoexperts has quit IRC | 00:17 | |
*** berndhs has left #harmattan | 00:19 | |
rzr | + debuild -S should not build the project | 00:19 |
rzr | that tree needs some fixes too | 00:19 |
rzr | berndhs-e6irc-f07086f | 00:22 |
rzr | what's that ? | 00:22 |
ajalkane | Anyone know what's the correct base text color with inverted background? | 00:24 |
*** Hq` has quit IRC | 00:26 | |
*** wicket64 has quit IRC | 00:29 | |
ajalkane | okay... inverted theme seems anyway annoying with QML, so maybe I'll drop that. It just seems nicer to my eye and the design guidelines recommend dark colors. Yet the QML components seem more designed for the light theme. | 00:33 |
*** vladest has quit IRC | 00:33 | |
*** vladest has joined #harmattan | 00:34 | |
MohammadAG | I wish inverted was white | 00:36 |
ajalkane | yeah me too. Seems kinda odd regarding design guidelines that the default is light. | 00:37 |
*** Hq` has joined #harmattan | 00:44 | |
*** smoku has left #harmattan | 00:55 | |
* GeneralAntilles wants his damn MetaWatch. | 01:01 | |
*** gri has quit IRC | 01:06 | |
*** vladest has quit IRC | 01:07 | |
*** vladest has joined #harmattan | 01:08 | |
*** fiferboy has quit IRC | 01:17 | |
artemm2 | just to double check: is there anybody who worked with gconf from Qt? | 01:18 |
*** frals has quit IRC | 01:18 | |
*** fiferboy has joined #harmattan | 01:19 | |
alterego | artemm2: I have | 01:20 |
artemm2 | alterego: using GConfItem? | 01:20 |
artemm2 | Or ValueSpace? | 01:20 |
alterego | MGConfItem | 01:24 |
alterego | And I've used ValueSpace too | 01:24 |
artemm2 | I am trying to make it work, but QValueSpaceSubscriber/Publisher somehow don't see gconf values and I fail to compile anything that uses GConfItem, even some public code from web | 01:24 |
artemm2 | MGConfItem? | 01:24 |
artemm2 | hmm, didn't try it | 01:24 |
alterego | artemm2: it's an MTF helper, works nicely though | 01:24 |
artemm2 | I'll try it, but while you are here, I'll ask you about ValueSpace as well | 01:25 |
artemm2 | it feels like a bit more proper way to me | 01:25 |
artemm2 | I am able to read and write value I am interested in via gconftool-2 | 01:25 |
artemm2 | but when I ask QValueSpaceSubscriber to read the same it returns empty string | 01:26 |
artemm2 | setting this value with publisher also has no effect | 01:26 |
*** jylan has joined #harmattan | 01:26 | |
artemm2 | both are isConnected() | 01:26 |
artemm2 | BTW, how do I use MGConfItem? I guess something needs to be added to .pro's CONFIG | 01:28 |
artemm2 | ok, figured that it's in meegotouch | 01:32 |
* artemm2 wonders if cron.hourly works in #harmattan By default only cron.daily and cron.weekly are present | 01:39 | |
artemm2 | I need some way for executing code "about daily" | 01:39 |
artemm2 | plus-minus an hour is ok, but plus-minus half a day is too much | 01:40 |
*** jylan has quit IRC | 01:42 | |
artemm2 | hey, there's no cron process running on my N950 :/ | 01:42 |
artemm2 | how on earth do reminders work then? | 01:43 |
*** sudanix has quit IRC | 01:45 | |
alterego | alarmd (I think) | 01:46 |
artemm2 | oh | 01:46 |
artemm2 | will google for alarmd then | 01:47 |
artemm2 | hopefully it can run my process as well | 01:47 |
*** rcg has quit IRC | 01:48 | |
artemm2 | actually ps doesn't show alarmd running | 01:50 |
artemm2 | there is something called timed though | 01:51 |
*** artemm2 has left #harmattan | 01:51 | |
*** artemm2 has joined #harmattan | 01:51 | |
*** artemm2 has left #harmattan | 01:51 | |
*** DocScrutinizer has quit IRC | 01:53 | |
*** NIN101 has quit IRC | 01:55 | |
*** eman has joined #harmattan | 02:02 | |
*** wazd has joined #harmattan | 02:10 | |
*** artemm2 has joined #harmattan | 02:12 | |
*** DocScrutinizer has joined #harmattan | 02:15 | |
*** berndhs has joined #harmattan | 02:16 | |
*** wazd has quit IRC | 02:21 | |
*** berndhs_meego has joined #harmattan | 02:21 | |
*** wazd has joined #harmattan | 02:23 | |
*** artemm2 has quit IRC | 02:43 | |
*** berndhs_meego has left #harmattan | 02:51 | |
*** wazd has quit IRC | 02:59 | |
*** wazd has joined #harmattan | 03:02 | |
*** deimos has quit IRC | 03:04 | |
*** wazd has quit IRC | 03:13 | |
GeneralAntilles | Whoever decided sites should be allowed to muck with your clipboard should be shot. | 03:21 |
berndhs | GeneralAntilles: so should the guy who wrote the parser for the debian changelog | 03:31 |
GeneralAntilles | Death to the incompetent and irresponsible! | 03:32 |
berndhs | but perhaps he's dead already, and they can't fix it now | 03:32 |
SpeedEvil | Dig him up, and shoot him. | 03:37 |
*** arcean_ has quit IRC | 04:02 | |
*** frals has joined #harmattan | 04:21 | |
*** M4rtinK has quit IRC | 04:41 | |
*** M4rtinK has joined #harmattan | 04:43 | |
*** MohammadAG has quit IRC | 04:43 | |
*** vladest_ has joined #harmattan | 04:46 | |
*** vladest has quit IRC | 04:47 | |
*** vladest_ is now known as vladest | 04:47 | |
*** M4rtinK has quit IRC | 04:49 | |
*** MohammadAG has joined #harmattan | 04:50 | |
*** MohammadAG has quit IRC | 05:00 | |
*** MohammadAG has joined #harmattan | 05:02 | |
*** vladest_ has joined #harmattan | 05:06 | |
*** vladest has quit IRC | 05:07 | |
*** vladest_ is now known as vladest | 05:07 | |
*** DocScrutinizer has quit IRC | 05:13 | |
*** DocScrutinizer has joined #harmattan | 05:13 | |
*** berndhs has left #harmattan | 05:15 | |
*** berndhs_meego has joined #harmattan | 05:23 | |
*** vladest has quit IRC | 05:43 | |
*** vladest has joined #harmattan | 05:44 | |
*** vladest has quit IRC | 05:49 | |
*** vladest has joined #harmattan | 05:50 | |
*** vladest_ has joined #harmattan | 06:00 | |
*** vladest has quit IRC | 06:00 | |
*** vladest_ is now known as vladest | 06:00 | |
*** leinir has quit IRC | 06:03 | |
*** vladest_ has joined #harmattan | 06:07 | |
*** vladest has quit IRC | 06:09 | |
*** vladest_ is now known as vladest | 06:09 | |
*** DocScrutinizer has quit IRC | 06:17 | |
*** DocScrutinizer has joined #harmattan | 06:17 | |
*** vladest_ has joined #harmattan | 06:18 | |
*** roop has joined #harmattan | 06:18 | |
*** vladest has quit IRC | 06:18 | |
*** vladest_ is now known as vladest | 06:18 | |
*** hardaker has joined #harmattan | 06:30 | |
*** roop has quit IRC | 06:33 | |
DocScrutinizer | shoot the developers of D-Link router as well. Schedule for WAN active: 23:02 - 23:00 ->> ERROR: end time has to be later than start time KTNXBY | 06:36 |
DocScrutinizer | I can't shit down my DSL for one minute a day, except between 23:59 and 24:00, or from 00:00 til 00:01 | 06:39 |
DocScrutinizer | poor fools | 06:39 |
DocScrutinizer | shut down* | 06:39 |
*** vladest_ has joined #harmattan | 07:02 | |
*** vladest has quit IRC | 07:03 | |
*** vladest_ is now known as vladest | 07:03 | |
*** roop has joined #harmattan | 07:05 | |
*** vladest_ has joined #harmattan | 07:18 | |
*** vladest has quit IRC | 07:19 | |
*** vladest_ has quit IRC | 07:19 | |
*** vladest has joined #harmattan | 07:20 | |
*** djszapi has joined #harmattan | 07:49 | |
djszapi | http://www.nokia.com.au/find-products/all-phones/nokia-n9 -> No mentioning on price yet | 07:50 |
djszapi | http://www.nokia.com.my/find-product/all-phones/nokia-n9/check-availability -> hehe, the price was deleted | 07:53 |
*** hardaker has quit IRC | 07:58 | |
*** smoku has joined #harmattan | 08:01 | |
*** smoku has left #harmattan | 08:19 | |
*** smoku has joined #harmattan | 08:19 | |
*** GeneralAntilles has quit IRC | 08:20 | |
*** xarcass has joined #harmattan | 08:20 | |
djszapi | MohammadAG: do you still have MTF question ? | 08:25 |
*** maxw has joined #harmattan | 08:29 | |
*** spenap has joined #harmattan | 08:30 | |
*** meegoexperts has joined #harmattan | 08:30 | |
*** roop has quit IRC | 08:31 | |
*** roop has joined #harmattan | 08:32 | |
*** artem has joined #harmattan | 08:40 | |
*** gbraad_n950 has joined #harmattan | 08:43 | |
*** Ans5i has joined #harmattan | 08:46 | |
*** gbraad_n950 has quit IRC | 08:49 | |
*** vladest_ has joined #harmattan | 09:03 | |
*** smoku has left #harmattan | 09:05 | |
*** vladest has quit IRC | 09:05 | |
*** vladest_ is now known as vladest | 09:05 | |
*** wazd has joined #harmattan | 09:09 | |
*** vladest_ has joined #harmattan | 09:26 | |
*** vladest has quit IRC | 09:26 | |
*** xarcass has quit IRC | 09:27 | |
*** vladest_ is now known as vladest | 09:27 | |
*** xarcass has joined #harmattan | 09:27 | |
*** achipa has quit IRC | 09:30 | |
*** veskuh has joined #harmattan | 09:30 | |
*** veskuh has left #harmattan | 09:34 | |
*** rcg has joined #harmattan | 09:34 | |
*** lamikr has joined #harmattan | 09:35 | |
*** elzalem has joined #harmattan | 09:36 | |
*** Ans5i has quit IRC | 09:37 | |
*** vladest has quit IRC | 09:41 | |
*** hiemanshu has joined #harmattan | 09:45 | |
*** hiemanshu has quit IRC | 09:45 | |
*** hiemanshu has joined #harmattan | 09:45 | |
*** harbaum has joined #harmattan | 09:45 | |
artem | hey, wasn't n9 supposed to be in sales in Kazakhstan on Sep 9? I wonder if it happened already | 09:51 |
*** djszapiN9 has joined #harmattan | 09:52 | |
*** Ans5i has joined #harmattan | 10:02 | |
*** divan has joined #harmattan | 10:07 | |
*** artem is now known as artemm | 10:09 | |
*** andre__ has joined #harmattan | 10:12 | |
*** arcean has joined #harmattan | 10:16 | |
meegoexperts | artem : Good question | 10:18 |
meegoexperts | I've just tweeted asking :-) | 10:18 |
*** keistom has quit IRC | 10:26 | |
djszapi | hi meegoexperts o/ | 10:27 |
meegoexperts | HI !!!!!! | 10:27 |
djszapi | come to Oulu, meego conference ? | 10:27 |
Stskeeps | morn meegoexperts | 10:27 |
meegoexperts | olu meegoconference got cancelled 3 months ago | 10:28 |
*** achipa has joined #harmattan | 10:28 | |
Stskeeps | yes | 10:28 |
meegoexperts | morning stskeeps + all | 10:28 |
djszapi | meegoexperts: nope, I have just asked the organizer here. | 10:28 |
djszapi | https://meego.com/community/events/2011/2nd-finnish-russian-mobile-linux-summit | 10:28 |
meegoexperts | The person who was organising it last time has got a new job now so ..... | 10:29 |
djszapi | interesting, one of the Russian meego community "leader" here is telling that it is not cancelled at all. | 10:30 |
meegoexperts | I know someone in that organisation, I'll send them an email | 10:31 |
djszapi | http://wiki.meego.com/Community_Office/Marketing/Meego_Summit_Oulu | 10:32 |
*** tbf has joined #harmattan | 10:32 | |
djszapi | but I think the organization and announcement actually happened after this, so probably it was reorganized with a different date after all | 10:33 |
*** tkeisala has joined #harmattan | 10:33 | |
djszapi | yes. that is the case, check the date: 2011-06-01/05-30 | 10:33 |
djszapi | and we are not speaking about october, not may/june :p | 10:33 |
djszapi | now* | 10:33 |
meegoexperts | Different events | 10:34 |
djszapi | yes, exactly. | 10:34 |
meegoexperts | Why do you casue so much confusion where ever you go ? :-P | 10:34 |
*** aleksander_m has joined #harmattan | 10:35 | |
djszapi | I am going, no confusion, really ;> | 10:35 |
djszapi | http://www.expert.fi/Puhelimet.aspx?manufacturerid=6&gclid=COG1oIaWl6sCFQcntAodVQP5tA -> N9 for 50 EUR :p | 10:35 |
*** jreznik has joined #harmattan | 10:36 | |
sandst1 | djszapi: almost :P http://translate.google.com/translate?hl=en&sl=fi&tl=en&u=http%3A%2F%2Fexpert.fi%2FTuotteet%2FPuhelimet-ja-GPS%2FPuhelimet%2FNokia---N9-16GB%2C-Musta | 10:36 |
djszapi | I think the 299 EUR was fake sinec it was being removed after my asking from them :p | 10:38 |
djszapi | sandst1: thanks for the link :p | 10:38 |
*** vladest has joined #harmattan | 10:39 | |
hiemanshu | we need to have a meego conf in India | 10:40 |
sandst1 | djszapi: np :) | 10:40 |
djszapi | sandst1 cme to Oulu ? | 10:41 |
hiemanshu | Oulu, where is that? | 10:44 |
*** frinring has joined #harmattan | 10:44 | |
hiemanshu | oh .fi | 10:44 |
djszapi | close to the Santa Clause :) | 10:44 |
sandst1 | djszapi: no.. got calendar full already :) | 10:51 |
*** fiferboy has quit IRC | 10:56 | |
*** fiferboy has joined #harmattan | 10:58 | |
*** elzalem has joined #harmattan | 11:00 | |
Jaffa | Morning, all | 11:08 |
Jaffa | fiferboy: Ta for the editing | 11:08 |
*** Qantourisc has quit IRC | 11:17 | |
*** Qantourisc has joined #harmattan | 11:17 | |
*** leinir has joined #harmattan | 11:22 | |
djszapi | hi fiferboy :) | 11:23 |
*** kkito has joined #harmattan | 11:31 | |
kkito | morning | 11:33 |
*** rcg has quit IRC | 11:33 | |
*** slaine has joined #harmattan | 11:35 | |
*** rcg has joined #harmattan | 11:58 | |
*** frinring has quit IRC | 11:58 | |
*** slaine has quit IRC | 12:00 | |
*** slaine has joined #harmattan | 12:00 | |
*** cpscotti has joined #harmattan | 12:11 | |
*** xarcass has quit IRC | 12:11 | |
*** xarcass_ has joined #harmattan | 12:11 | |
*** frinring has joined #harmattan | 12:14 | |
artemm | I figured that qg-conf is not included in SDK | 12:27 |
artemm | question is whether it should be included | 12:27 |
artemm | I solved my personal issue (GConf communication) via MGConfItem, but as a (semi-)good guy I don't mind reporting a problem if it is indeed a problem | 12:28 |
djszapi | we do not include that in the next version. | 12:28 |
artemm | do not include MGConfItem or qg-conf? | 12:29 |
djszapi | second, but as far as I can see there is no such a package either. Probably it is a binary I am not aware of. | 12:29 |
artemm | somebody told me there's "missing -dev package for qg-conf" | 12:30 |
djszapi | please tell the package name, not the binary. I have never seen this, not even on desktop ever. | 12:31 |
djszapi | so I would doubt it is the target of the SDK scope. | 12:31 |
*** Ans5i has quit IRC | 12:37 | |
*** veskuh has joined #harmattan | 12:42 | |
*** roop has quit IRC | 12:43 | |
*** mgoetz has quit IRC | 12:47 | |
*** guruz has joined #harmattan | 12:47 | |
*** Arkenoi has joined #harmattan | 12:53 | |
*** faenil has joined #harmattan | 12:53 | |
*** gri has joined #harmattan | 13:07 | |
gri | Has anyone succeeded in using the "notificationexample" on the n9(50)? I would be interested if it works for someone on the n950 and/or the n9 | 13:10 |
gri | notificationexample for push services | 13:10 |
djszapi | I can test it for you if you give me copy/paste steps. | 13:11 |
gri | https://projects.developer.nokia.com/notificationsapi/discussion/topic/59 | 13:11 |
gri | download and run the example program on your phone | 13:11 |
gri | you may change the environment to sandbox | 13:11 |
*** djszapiN9 has quit IRC | 13:19 | |
gri | When I click "Register" on my phone, I only see "Application is connecting" but it never connects | 13:19 |
*** lizardo has joined #harmattan | 13:35 | |
*** wazd has quit IRC | 14:00 | |
*** jylan has joined #harmattan | 14:10 | |
*** deimos has joined #harmattan | 14:14 | |
*** M4rtinK has joined #harmattan | 14:15 | |
*** veskuh has left #harmattan | 14:17 | |
DocScrutinizer | >> Hi Have you received the N950 device? Thank you, DAS Joan Bon<< Is Nokia sending out spam now to check if their database is ok, or is that just me who got that mail as maybe sth went wrong with my immediate answer back when? | 14:20 |
SpeedEvil | I got a ping from quim as I hadn't moved my entry to the right place in the wiki | 14:25 |
artemm | hey, if N9 is promised for Kazakhstan for Sep 9, Switzerland for Sep 15 and many countries for Sep 23, it means that refresh of N950 firmware is around the corner, right? | 14:29 |
artemm | I would particularly appreciate better battery life | 14:29 |
MohammadAG | isn't it 12 September? | 14:29 |
MohammadAG | better battery life? | 14:29 |
MohammadAG | this thing is awesome | 14:29 |
MohammadAG | had 29% battery in the morning and used it for 5 hours | 14:29 |
artemm | in my case, I am not always sure it will stand a party night | 14:30 |
lcuk | MohammadAG, depends what you do | 14:30 |
lcuk | have you got your sim in it? | 14:30 |
artemm | just from afternoon to back home | 14:30 |
MohammadAG | lcuk, yes | 14:30 |
MohammadAG | it's my primary phone | 14:30 |
artemm | actually that's a primary reason why I still use Symbian primarily | 14:31 |
artemm | secondary reason is Gravity | 14:31 |
deimos | artemm: because hard floors ? :) | 14:31 |
DocScrutinizer | ooh, will you fly away without a second phone to ground you? | 14:32 |
artemm | deimos: exactly :) | 14:32 |
jreznik | looks like N9 is already out for big customers - as my friend already has a few and looking for problems solution | 14:33 |
djszapi | artemm: disconnecting mobile internet and irc-chatter helps a lot :) | 14:34 |
DocScrutinizer | SpeedEvil: well, this ping is directly from Nokia, Joan Bondi who managed my N950 shipping, and I answers "it's here, thanks for fast handling" the day I opened the package | 14:34 |
RST38h | And we are still stuck on the outdated firmware =( | 14:34 |
DocScrutinizer | so I wonder how nokia DAS came to ask about it 8 weeks after shipping | 14:35 |
MohammadAG | why is there an AT&T squircle in the theme | 14:35 |
artemm | djszapi: I believe so, then the question is why do you need a bulky phone if it can't do mobile internet :) | 14:35 |
jreznik | RST38h: she confirmed that they already have N9s for theirs management :) she's wondering how to copy text from webbrowser, is it possible? | 14:35 |
RST38h | They intended to release it on AT&T in the US? | 14:35 |
RST38h | jreznik: Ctrl+C =) | 14:35 |
jreznik | artemm: that why I had Mugen Power Battery on my N900 - I miss it | 14:36 |
* RST38h laughs diabolically | 14:36 | |
djszapi | artemm: you do not need to have mobile internet all the time. We are just laizy to turn it off, but after doing, it saves a lot | 14:36 |
MohammadAG | icon-m-bootloader-warning.png should be trollface.jpg tbh | 14:36 |
artemm | w00t? Nokia changed hits mind? I was sure @selop is working hard on making sure N9 is *not* a success | 14:36 |
artemm | *changed its mind | 14:36 |
RST38h | Mohammad: Why not go directly for tubgirl.jpg? | 14:36 |
artemm | djszapi: I just keep facebook/mail updates in background and check them once in a while. Even no twitter use (as it's not present in current N950 FW) | 14:37 |
Arkenoi | is there a way to merge a person i follow in twitter with a contact card if it did not happen automatically? | 14:37 |
artemm | Arkenoi: there is manual merge option | 14:37 |
artemm | somewhere in the phonebook toolbar | 14:37 |
Arkenoi | artemm, don't see it for twitter | 14:37 |
djszapi | artemm: yes you can do that by reconnecting, really saves a /very/ lot. | 14:37 |
Arkenoi | persons i follow in twitter are not shown in the phonebook | 14:37 |
Arkenoi | just those found by email | 14:37 |
djszapi | that is how I spare with battery when I do not have laptop with me (ie.: I cannot charge it on the waY) | 14:38 |
MohammadAG | there's a Windows Live Messenger icon too | 14:38 |
artemm | Arkenoi, beware that you cannot unmerge it though. Merging contacts in harmattan can dangerous if you've got no backup | 14:38 |
DocScrutinizer | djszapi: sorry wrong. *having* Mobile internet isn't eating much power really. It's data traffic that makes TX operate and cut thru battery | 14:38 |
Arkenoi | artemm, there is unmerge button somewhere? | 14:38 |
artemm | Arkenoi: to my understanding unmerging feature isn't even planned | 14:38 |
djszapi | artemm: so for me, net and chatter killed my battery after 3-4 hours maximum, without that...it is quite fine here. | 14:39 |
artemm | probably a good candidate for some 3rd party app :) | 14:39 |
Arkenoi | n950 with gtalk and sip enabled provides (from my personal impression) just about 50% battery life advantage compared to n900. The thing that matters, though, is battery saving mode, it is very useful! | 14:39 |
artemm | djszapi: manual connection/disconnection in 2011..? Yeah, but using my Symbian phone is simpler | 14:39 |
djszapi | artemm: yes, that is the only workaround for people having this phone. | 14:40 |
hiemanshu | what, is there a new FW? | 14:40 |
*** maxw has left #harmattan | 14:40 | |
MohammadAG | I can't find that squircle mask frals's been talking about :P | 14:41 |
*** lizardo has quit IRC | 14:41 | |
DocScrutinizer | artemm: you usually do *not* disconnect from GPRS APN ever | 14:41 |
djszapi | artemm: luckily I could get rid of my symbian phone few years ago | 14:41 |
SpeedEvil | Arkenoi: battery saving mode? | 14:41 |
DocScrutinizer | artemm: you stop causing traffic and that's it | 14:41 |
MohammadAG | SpeedEvil, Settings -> Device -> Battery -> Automatic | 14:41 |
MohammadAG | I have it set to 50% | 14:42 |
MohammadAG | it detects when there's no traffic, and kills the connection | 14:42 |
MohammadAG | if you're using IRC a lot, disable it | 14:42 |
Arkenoi | SpeedEvil, yep. it is quite smart: sync works more or less, so you get your email in time yet saving battery | 14:42 |
DocScrutinizer | WUT? | 14:43 |
Arkenoi | btw on n900 3g idle (connection up but no data transfer) was a huge battery drain anyways | 14:43 |
Arkenoi | for n950 it is not | 14:43 |
hiemanshu | pulling emails sucks, Push is so much better with regards to email, thats why the batteries on the BB rock | 14:43 |
MohammadAG | push works fine on the N950 | 14:43 |
djszapi | DocScrutinizer: that makes no sense what you mentioned. | 14:43 |
hiemanshu | no it doesn't | 14:43 |
Arkenoi | hiemanshu, requires some kind of operator support | 14:43 |
DocScrutinizer | djszapi: uhuh | 14:43 |
MohammadAG | hiemanshu, yes, it does | 14:43 |
DocScrutinizer | djszapi: makes no sense TO YOU | 14:43 |
djszapi | I will not turn off all the internet relevant applications per se and forget some online. way muuuuuuch easier to turn off the internet | 14:43 |
hiemanshu | MohammadAG: it only works with MfE | 14:44 |
hiemanshu | nothing else | 14:44 |
djszapi | since I do not need it anyways, if I do not use it, that is | 14:44 |
artemm | MohammadAG: Thanks for the advice! I'll try Automatic with some high value | 14:44 |
*** jylan has quit IRC | 14:44 | |
DocScrutinizer | djszapi: yeah, too bad if you got all broken apps on harmattan that hog data traffic all the time for no good reason | 14:44 |
MohammadAG | hiemanshu, hmm, you're right, gmail says refreshed 6 hours ago | 14:44 |
MohammadAG | MfE's in sync | 14:45 |
artemm | DocScrutinizer: you mean such broken as MfE and built-in facebook client? :) | 14:45 |
DocScrutinizer | nfc | 14:45 |
DocScrutinizer | you think I'd even touch such nonsense? | 14:45 |
SpeedEvil | MohammadAG: ah - that | 14:45 |
Arkenoi | what thing i miss is xmpp and, surprisingly, skype | 14:45 |
MohammadAG | built in facebook client's borked tbh | 14:45 |
djszapi | DocScrutinizer: I know you like whining applications, but the things is that disconnecting from internet that you do not need anyways is way muuuch better than disconnecting, irc-chatter, mail, account, messages, what not (everything net based where there can be some traffic happening continously) | 14:46 |
MohammadAG | that's why I'm working on sociality | 14:46 |
Arkenoi | i never used it for personal communications but many people use it here at work | 14:46 |
djszapi | *better = easier. | 14:46 |
DocScrutinizer | BS | 14:46 |
MohammadAG | Arkenoi, find a way to get kill aegis completely, and you have skype | 14:46 |
MohammadAG | it blocks the new skyhost for me | 14:46 |
Arkenoi | MohammadAG, there is skype for n9 on screenshots, right? | 14:46 |
MohammadAG | Arkenoi, http://i54.tinypic.com/2m85gsw.jpg | 14:47 |
*** djszapi has left #harmattan | 14:47 | |
MohammadAG | that | 14:47 |
MohammadAG | 's my N950, and of course, he left after saying kill aegis | 14:47 |
hiemanshu | MohammadAG: can I haz skype? | 14:47 |
MohammadAG | no, you can't :) | 14:47 |
DocScrutinizer | djszapi: I wonder which fool did system design for harmattan. On fremantle there's been no faintest doubt about how things are supposed to work, and they actually worked except for fools writing apps that did polling for no reason | 14:47 |
*** faenil has quit IRC | 14:47 | |
hiemanshu | DocScrutinizer: he left :P | 14:48 |
DocScrutinizer | and honestly I doubt you know anything for sure about me | 14:48 |
DocScrutinizer | good | 14:48 |
*** djszapi has joined #harmattan | 14:52 | |
djszapi | DocScrutinizer: yes, I know harmattan developers are fool for you. I really appreciate it. | 14:53 |
djszapi | probably they do as well. | 14:53 |
DocScrutinizer | djszapi: somebody suggesting to make it a standard system architecture concept tear down GPRS when battery is <50% for sure is braindamaged. This worked on fremantle like a charm without such BS, and everybody with a bit of brain left over can clearly see there's no use in shutting down connectivity globally as a replacement for properly implemented power saving aware apps | 14:57 |
MohammadAG | DocScrutinizer, it's configurable | 14:57 |
DocScrutinizer | yah, form 10% to 50% | 14:57 |
MohammadAG | and off | 14:57 |
djszapi | DocScrutinizer: unfortunately, this is not a code of conduct, put let me find you something from a different community: | 14:58 |
DocScrutinizer | or did you suggest you can configure *PER APP* the battery level where the app can't connect anymore? | 14:58 |
MohammadAG | it can connect | 14:58 |
djszapi | http://www.kde.org/code-of-conduct/ -> Be respectful part. | 14:58 |
DocScrutinizer | sorry I'm never respectful when I step into dog shit | 14:59 |
DocScrutinizer | hell I can have weather applet and mail and one update a day *AND IRC* on 10some channels running on my N900 and still it more often than not reaches the 24h deadline | 15:01 |
artemm | well, it would be cool if system could protect against stupid app writers, but how would it know if app actually needs to send lots of traffic or not | 15:02 |
hiemanshu | 0_0 | 15:02 |
DocScrutinizer | artemm: from QA? from testing the app? and what the hell is it worth to run an app that can't work as it wants to as it can't do the (maybe idiotic) data traffic? | 15:03 |
artemm | DocScrutinizer: problem is you can hardly be sure who exactly eats the battery | 15:04 |
artemm | got a new phone, activated facebook, mail, etc, installed several cool apps and battery dies in a few hours. Who's guilty? | 15:04 |
DocScrutinizer | batery saving mode is useful for exactly only one purpose (and it shows it's meant for that as you can't crank threshold up to more than 50%): keep an emergency capacity amount for mere phone functionality | 15:04 |
*** lcuk has quit IRC | 15:05 | |
*** frinring has quit IRC | 15:05 | |
DocScrutinizer | artemm: ther ARE methods to find the culprit, and shutting down internet for *all* apps is about the most stupid approach to tackle such problems | 15:05 |
*** frinring has joined #harmattan | 15:06 | |
artemm | Hmm, actually it would be cool to provide this kind of power/net usage monitor usable by the end user | 15:06 |
djszapi | please tell me better approach einstein.. | 15:06 |
artemm | Maybe even from settings/battery applet | 15:06 |
djszapi | (which is currently existing on the gadget out there) | 15:07 |
artemm | the real killer approach is certainly to optimize HW/FW - Symbian phones with smaller batteries and same amount of updates somehow manage to have 2-3 times longer batter life :) | 15:08 |
deimos | the best way is to fix the battery icon to full state :) | 15:09 |
djszapi | artemm: I was using the phone for hotspot, and t was advisable to use usb charging all the time for that :p | 15:11 |
artemm | oh, that's totally different. WiFi hotspotting uses adhoc wifi in the phones | 15:11 |
artemm | there's no or almost no power saving | 15:11 |
artemm | nobody intended it to be used for long time | 15:11 |
djszapi | well, I used it for months : | 15:12 |
djszapi | :) | 15:12 |
DocScrutinizer | anyway: http://wiki.maemo.org/N900_Hardware_Power_Consumption >> 3G connected, good signal, no data or other activity +8 mA. // 2G connected, good signal, no data or other activity +5 mA<< | 15:15 |
djszapi | as for me, it is completely acceptable to turn the internet off, if I do not wanna use the internet. | 15:15 |
Arkenoi | DocScrutinizer, not just that. it still syncs email more or less frequently | 15:15 |
DocScrutinizer | so fix the friggin email! | 15:16 |
DocScrutinizer | or kill it | 15:16 |
DocScrutinizer | what's the use of running email and then going OFFLINE??? | 15:16 |
djszapi | why would I run email, if I do not wanna use email? Fail to see the logic. | 15:17 |
RST38h | Doc: What is this heated discussion about, again? | 15:17 |
*** lizardo has joined #harmattan | 15:19 | |
DocScrutinizer | about the best and only way to make apps that hog data traffic behave was allegedly going offline, so GPRS won't hog battery | 15:19 |
*** seif has quit IRC | 15:19 | |
DocScrutinizer | better to kill the hog process than go offline, every day | 15:19 |
RST38h | Why not set GPRS to "connect on request" and "disconnect after n seconds"? | 15:20 |
MohammadAG | <djszapi> why would I run email, if I do not wanna use email? Fail to see the logic. | 15:20 |
DocScrutinizer | s/kill/nuke off this globe/ | 15:20 |
infobot | DocScrutinizer meant: better to nuke off this globe the hog process than go offline, every day | 15:20 |
RST38h | That will do it for email, no? | 15:20 |
MohammadAG | to get notifications about new emails :P | 15:20 |
DocScrutinizer | RST38h: beacuse^^^ | 15:21 |
DocScrutinizer | anyway: http://wiki.maemo.org/N900_Hardware_Power_Consumption >> 3G connected, good signal, no data or other activity +8 mA. // 2G connected, good signal, no data or other activity +5 mA<< | 15:21 |
DocScrutinizer | it's a virtual nuttin it takes to stay online | 15:21 |
*** mece has joined #harmattan | 15:21 | |
djszapi | MohammadAG: yes, but the point is that, that is not a universal case | 15:22 |
DocScrutinizer | probably frequent sign in eats more battery than staying online | 15:22 |
mece | hey, quick question, does anyone know what kind of support for chinese the N9 has? | 15:22 |
djszapi | MohammadAG: sometimes people tend to check the email out when they have time. They cannot be called "fool" for that as aforementioned. | 15:22 |
*** seif has joined #harmattan | 15:22 | |
djszapi | or "braindamaged". | 15:23 |
DocScrutinizer | ooh mr djszapi starts his best discipline again: chnaging meaning of words | 15:23 |
djszapi | and "most stupid". | 15:23 |
DocScrutinizer | reading statements the way he likes | 15:24 |
*** hardaker has joined #harmattan | 15:24 | |
MohammadAG | djszapi, DocScrutinizer shall we end this? | 15:25 |
DocScrutinizer | I'm temped to end this for good, yeah | 15:25 |
MohammadAG | can someone with an N9 post the output of ls - /usr/lib/skyhost/socket | 15:27 |
MohammadAG | can someone with an N9 post the output of ls -l /usr/lib/skyhost/socket | 15:27 |
* DocScrutinizer is away, connecting his DSL cale to PC so the email prog that was waiting all the time finally can check for mail. Then I'll pull the cable again so the mail prog doesn't eat my battery for nothing | 15:27 | |
DocScrutinizer | cable* | 15:28 |
djszapi | MohammadAG: please do it on the RDA device, otherwise it is illegal | 15:28 |
djszapi | NDA | 15:28 |
MohammadAG | djszapi, out of curiosity, what would that be in the NDA? | 15:28 |
MohammadAG | I've only seen the N950 NDA, and that seems... standard | 15:28 |
djszapi | I do not think it is any special. It is just simply that, nobody can provide any detail about a product, software, service under NDA. | 15:29 |
*** berndhs has joined #harmattan | 15:30 | |
RST38h | djszapi: I suggest you leave NDA compliance to the person who signed that NDA. | 15:33 |
RST38h | Because, as you might have guessed, each NDA contains its own terms, which you agree to comply with. | 15:34 |
djszapi | that would be funny :D | 15:34 |
djszapi | but at any rate, let us ask qgil about it then...whether it is ok | 15:34 |
* dm8tbr points out the second part of the topic and goes back to work | 15:35 | |
DocScrutinizer | RST38h: is that just me...? | 15:35 |
RST38h | By all means, of course. | 15:35 |
RST38h | Doc: No, not just you. Actually, more people thank you think. | 15:35 |
Stskeeps | doesn't a NDA typically say you can't say you have an NDA? | 15:35 |
djszapi | ok, mail sent to qgil. | 15:35 |
RST38h | Stskeeps: Some do (Google's for example) | 15:35 |
MohammadAG | RST38h, how do you know? :P | 15:35 |
RST38h | Stskeeps: Intel's does not, at least the one I signed | 15:35 |
Stskeeps | i can say it because a nokian outed me on having one in order to do some work | 15:36 |
Stskeeps | :P | 15:36 |
MohammadAG | <Stskeeps> doesn't a NDA typically say you can't say you have an NDA? | 15:36 |
Stskeeps | yeah.. | 15:36 |
Stskeeps | :P | 15:36 |
berndhs | I wonder how that works in court if you're asked under oath, "did you sign and NDA with Google" | 15:36 |
MohammadAG | is the NDA that covers that NDA under an NDA? | 15:36 |
MohammadAG | otherwise, I don't see why one can't they have an NDA for an NDA :p | 15:36 |
* RST38h waits for inevitable stack overflow | 15:37 | |
Stskeeps | MohammadAG: NDA() { return NDA() } | 15:37 |
Tronic | I highly doubt the legality of a clause that says you cannot tell that you have an NDA. | 15:37 |
DocScrutinizer | answer of Quim: "yes I confirm an NDA actually only applies to the person who signed it" | 15:37 |
* MohammadAG blinks his caps LED | 15:37 | |
Stskeeps | silly things | 15:37 |
berndhs | well who else would the NDA apply to ? | 15:37 |
djszapi | Tronic: agree, that would be rather weird. | 15:37 |
DocScrutinizer | Stskeeps: nope, I've *never* ever seen such an NDA, except in James Bond films | 15:38 |
MohammadAG | Apple NDAs, You may not show the iPhone 4 to anyone, but you may forget it in a bar | 15:38 |
djszapi | yeah sure Nokia applies different NDA to people about what they can share with others in the same project :D :D :D | 15:38 |
djszapi | would make soooooo much sense | 15:38 |
djszapi | just certain people cannot talk :D :D :D | 15:39 |
* RST38h sighs | 15:39 | |
MohammadAG | I want an N9 | 15:39 |
DocScrutinizer | obviously certain people can not read | 15:39 |
RST38h | some people talk too much | 15:39 |
* dm8tbr renames the channel to #nda | 15:39 | |
* Tronic doesn't whether the swap the N950 for an N9 if offered the choice. | 15:39 | |
Tronic | +to | 15:39 |
* DocScrutinizer ranames the channel to "lost in translation" | 15:39 | |
berndhs | I wouldn't want a phone without hardware keyboard | 15:40 |
Tronic | I can live without one, especially if the phone is much slimmer. | 15:41 |
djszapi | yep, that is the reason for me as well with N9 | 15:41 |
RST38h | Meanwhile: Blast at French nuclear plant | 15:41 |
Tronic | I also hope that the touchscreen of the N9 doesn't go too close to the edges like the one on N950 does. | 15:41 |
MohammadAG | it's curved | 15:41 |
DocScrutinizer | Stskeeps: an NDA that both parties mustn't talk about to arbitrary third party is absolutely wworthless, as none of the contractors could enforce such an NDA - the judge and lawyers mustn't read it | 15:41 |
DocScrutinizer | :-P | 15:41 |
*** lcuk has joined #harmattan | 15:42 | |
*** lcuk has quit IRC | 15:42 | |
*** lcuk has joined #harmattan | 15:42 | |
Tronic | => your palm touches the touchscreen when you try to reach the other corner, causing pinch or swipe gestures to be detected instead of a click. | 15:42 |
djszapi | Tronis: it does, but not that sharp side: http://europe.nokia.com/find-products/devices/nokia-n9 | 15:42 |
MohammadAG | the N9 has QtWebkit 4.9.1 o_O | 15:43 |
Tronic | The curve might help. I am going to test that tomorrow. | 15:43 |
MohammadAG | 4.9.0 and 4.8.1* | 15:43 |
Tronic | MohammadAG: What does N950 have? | 15:43 |
* RST38h wonders when they start making these tablets in the shape of a painter's palette | 15:43 | |
Tronic | Hoepfully N9 will also have less browser crashing. | 15:43 |
MohammadAG | oh, same | 15:43 |
RST38h | WUTH THE FREAKING HOLE for the thumb | 15:43 |
MohammadAG | the N9 browser's good afaik | 15:43 |
MohammadAG | the n950's browser in 22-6 is half finished | 15:43 |
djszapi | Tronic: mmm, never crashed for me | 15:43 |
MohammadAG | and SSL sites probably work | 15:44 |
MohammadAG | which reminds me | 15:44 |
MohammadAG | what's the browser's binary name? | 15:44 |
Tronic | I get frequent crashing, I think it happens when I interrupt page loading or on some AJAX-heavy sites. | 15:44 |
* RST38h asks the Tentacled One to help delivering firmware update to the N950s | 15:44 | |
Tronic | Need to close the browser and try again for it to work. | 15:44 |
djszapi | Tronic: no worries, no crashes here ever :p | 15:45 |
*** seif has quit IRC | 15:47 | |
Tronic | Another annoyance with the N950 browser is that when you have a page open, open the history and click a page there, a click will also be detected on the page you had open. If there was a link at that particular spot, it will be opened instead of the page you tried clicking on the history. | 15:47 |
deimos | if I open browser with Qt.openUrlExternally() it crashes | 15:47 |
Tronic | I'm sure that has been fixed already, too. | 15:47 |
djszapi | yes, that is weird since facebook would not work either, but it does. | 15:48 |
MohammadAG | anyone successfully used an N9 on RDA? | 15:48 |
djszapi | MohammadAG: btw, do you still have mtf question ? I was busy last night with the dictionray :p | 15:49 |
MohammadAG | yeah, I gave models a shot and got a segfault in return :) | 15:49 |
djszapi | ok, so please make the question precise :) | 15:50 |
deimos | djszapi: do you mean "define shot" ? | 15:51 |
deimos | :) | 15:51 |
* deimos go away | 15:52 | |
*** Ans5i has joined #harmattan | 15:52 | |
djszapi | deimos :) | 15:53 |
MohammadAG | djszapi, do you have a model example at hand? :) | 15:55 |
MohammadAG | one that allows live filtering (letters on the side) | 15:56 |
djszapi | MohammadAG: what sort of model ? | 15:57 |
MohammadAG | djszapi, QAbstractListModel, or anything that can let me have a long list that I can add items to dynamically | 15:57 |
*** xarcass_ has quit IRC | 15:57 | |
kkito | MohammadAG: http://doc.qt.nokia.com/4.7-snapshot/qdeclarativemodels.html | 16:00 |
djszapi | I guess messaging or receipt-editor will have some example | 16:00 |
MohammadAG | djszapi, wanted a model from an app you wrote | 16:01 |
MohammadAG | unless it's not public | 16:01 |
MohammadAG | kkito, MTF | 16:01 |
kkito | was not MTF deprecated? | 16:01 |
berndhs | MTF was deprecated before it was announced | 16:01 |
djszapi | QWidget is also deprecated, this is not an arguement itself. | 16:02 |
djszapi | and I think it is deprecated only from 1.3 | 16:02 |
djszapi | which might never reach harmattan | 16:02 |
kkito | qwidget is better than qml for ui imo | 16:03 |
kkito | qml is a little bit weird | 16:03 |
kkito | declarative+imperative inthe same markup language | 16:04 |
kkito | is weird | 16:04 |
kkito | and ugly | 16:04 |
artemm | and fast :) | 16:04 |
berndhs | the main problem with QML is that its incomplete | 16:05 |
kkito | is so difficult to realize how the things works in qml without demos | 16:05 |
artemm | berndhs: that is true. It gets more complete over time though | 16:05 |
MohammadAG | <djszapi> QWidget is also deprecated | 16:05 |
MohammadAG | nope, just done :) | 16:05 |
artemm | and there's always c++ to back you up if something is just impossible in qml | 16:05 |
MohammadAG | <artemm> and fast :) | 16:06 |
MohammadAG | fast? | 16:06 |
MohammadAG | QML is far from fast | 16:06 |
artemm | fast for development | 16:06 |
djszapi | MohammadAG: actually they are the same situation, deprecated later | 16:06 |
djszapi | there is no difference in that sense between QWidget or MTF. | 16:06 |
MohammadAG | only difference is MTF only runs on MeeGo | 16:06 |
berndhs | artemm: right, but it isn't possible to plan anything, nobody knows the timing | 16:06 |
artemm | even fast in testing. My hundred QML test are run within 10-12 secs. And that includes UI level acceptance tests. Try doing that with C++ test harness | 16:07 |
MohammadAG | artemm, 5s to run an app | 16:07 |
artemm | an 55 to compile it? :) | 16:07 |
MohammadAG | 1s to start the app | 16:07 |
artemm | *and | 16:07 |
MohammadAG | artemm, no, 5s all in all | 16:07 |
artemm | good machine you've got | 16:07 |
MohammadAG | you're normal i5 laptop | 16:07 |
*** roop has joined #harmattan | 16:07 | |
MohammadAG | normally you only build touched files, not all the package | 16:08 |
RST38h | QWidget is definitely not deprecated | 16:08 |
RST38h | On Harmattan, maybe, but not in real world | 16:08 |
MohammadAG | yes | 16:08 |
djszapi | check out the Qt5 architecture and come back | 16:08 |
RST38h | Will check Qt5 architecture when Qt5 arrives and gets adopted by the industry | 16:09 |
MohammadAG | http://www.engadget.com/2011/09/12/crickey-nokias-n9-goes-up-for-preorder-in-australia/ | 16:09 |
djszapi | same with MeeGo touch | 16:09 |
MohammadAG | djszapi, Qt5 says done, not deprecated | 16:09 |
djszapi | MTF is simply not deprecated yet | 16:09 |
*** crevetor has joined #harmattan | 16:09 | |
berndhs | MTF only exists on N950, right ? | 16:09 |
RST38h | MTF has been officially deprecated by Nokia, and it is not used anywhere outside Harmattan and [in some place] Meego | 16:10 |
djszapi | so it is hardly a good arguement itself to say "it will be deprecated" in both cases. | 16:10 |
RST38h | QWidget is used everywhere, including the whole KDE environment | 16:10 |
berndhs | really, MTF has been announced as deprecated more than 1 year ago | 16:10 |
RST38h | Go depracte THAT | 16:10 |
*** spenap has quit IRC | 16:11 | |
MohammadAG | <RST38h> MTF has been officially deprecated by Nokia | 16:11 |
MohammadAG | afaik it's deprecated by MeeGo people, not Nokia | 16:11 |
MohammadAG | most of Harmattan is MTF | 16:11 |
RST38h | Mohammad: because it has been already written at that point | 16:11 |
djszapi | or fixed functionatlity pipeline in opengl | 16:12 |
RST38h | Mohammad: But yes, Nokians went on record saying MTF is dead. | 16:12 |
berndhs | well, Harmattan is officially deprecated if you believe Nokia | 16:12 |
RST38h | And now, quoting from "The Road to Qt5" specifically for djszapi: | 16:12 |
RST38h | "While | 16:12 |
RST38h | we | 16:12 |
RST38h | keep | 16:12 |
RST38h | the | 16:12 |
RST38h | QWidget | 16:12 |
*** RST38h has quit IRC | 16:12 | |
djszapi | still a lot of developers doing that way | 16:12 |
*** RST38h has joined #harmattan | 16:12 | |
RST38h | Oh holy fuck | 16:12 |
RST38h | Remind me never to paste from Acroreader, ever again | 16:13 |
djszapi | MohammadAG: yes, sorry, you are right, it seems they are done, not deprecated. | 16:14 |
djszapi | but the thing is that they will still be used where it makes sense | 16:14 |
djszapi | so is MTF. | 16:14 |
RST38h | MTF won't be used anywhere else. | 16:14 |
djszapi | so it is hardly a good arguement | 16:14 |
*** vladest has quit IRC | 16:14 | |
djszapi | RST38h: actually harmattan is 99% MTF | 16:14 |
berndhs | i'm not using MTF even on harmattan :) | 16:14 |
djszapi | no, they will not rewrite it | 16:15 |
RST38h | As to QWidget, gimme a moment to quote properly | 16:15 |
RST38h | Harmattan won't be used anywhere else. What is your next argument? | 16:15 |
djszapi | but we are developing here for Harmattan ? | 16:15 |
berndhs | i'm developing for everything here, harmattan, vanilla-meego, desktop | 16:15 |
djszapi | well, on this channel, I talk about harmattan, sorry :) | 16:16 |
djszapi | and if I need performance, or I just like C++, I fail to see why not write that way. | 16:16 |
berndhs | i'm not developing special things for a platform that is announced dead before its released | 16:16 |
djszapi | yeah, sure 5-6 sec is good for you :) | 16:16 |
djszapi | but obviously nightmare for some people (including myself) | 16:16 |
*** roop has quit IRC | 16:17 | |
*** faenil has joined #harmattan | 16:18 | |
RST38h | Quoting Lars Knoll for you: "While we keep the QWidget based progamming model and API set available for compatibility we also see QML as the future for user interfaces on the desktop" | 16:18 |
RST38h | So, QWidget does not go anywhere in Qt5 | 16:19 |
RST38h | MTF, on the other hand, is not even mentioned. | 16:19 |
djszapi | harmattan was mostly written in MTF, it is gonna be there, not gonna go anywhere. | 16:19 |
djszapi | no real risk for developing MTF application, and you can even gain from it. | 16:20 |
RST38h | What is going to be the life of Harmattan? | 16:20 |
RST38h | Will there be Harmattan devices beyond N9? | 16:20 |
*** achipa has quit IRC | 16:20 | |
djszapi | MohammadAG: https://meego.gitorious.org/meegotouch/libmeegotouch/blobs/master/demos/widgetsgallery/phonebookmodel.cpp the methods that you need are .. groupCount() rowCountInGroup() groupTitle() and itemData() | 16:20 |
RST38h | Will Harmattan source code be completely open by Nokia? | 16:20 |
djszapi | life is rather obviously not much | 16:21 |
RST38h | And the rest of the questions? | 16:24 |
berndhs | having said all that, what's a good way to alert a user, for example when an IRC ping arrives ? | 16:24 |
djszapi | RST38h: I am not sure which question is not obvious, they seem to me :) | 16:25 |
RST38h | djszapi: I would like to hear the answer from yourself though | 16:26 |
RST38h | Because it was you insisting on MTF being "not dead" because you are "programming in it" | 16:26 |
RST38h | Meanwhile: HTC Corp chairwoman Cher Wang announced that the company is interested in buying an operating system. | 16:26 |
berndhs | aha | 16:26 |
djszapi | why would be wise to buy Harmattan and revamp the whole Ui instead of getting a free meego ? | 16:27 |
artemm | I don't think Nokia is into opening Harmattan: it's like giving out a strong competitor to their own devices (WP7 ones) | 16:27 |
djszapi | (which is already not MTF based, would seem a false decision) | 16:27 |
artemm | same means that they won't sell Harmattan for cheap | 16:27 |
artemm | for a lot of money - maybe | 16:27 |
kkito | I think that nokia doesnt know what is doing, anything is possible | 16:28 |
djszapi | kkito: Nokia does not, but people are already gone, so not much of chance to revamp everything for fun :) | 16:28 |
kkito | djszapi: what people? | 16:29 |
djszapi | devs | 16:29 |
kkito | djszapi: well, you are still working in nokia :P | 16:29 |
RST38h | Nobody is buying Harmattan, who gave you this impression? | 16:29 |
djszapi | kkito: yeah, and about 20 % remained :p | 16:30 |
RST38h | HTC appears to be planning on buying WebOS, not Harmattan | 16:30 |
artemm | yeah, that's most sad point. Even if @selop gets overruled and they want to bet on meego again, there's no people to make it easy. That is certainly still possible, but hard | 16:30 |
*** baraujo has joined #harmattan | 16:30 | |
RST38h | artemm: Doable, but will most likely take another 6-12 months | 16:30 |
djszapi | hahahahahaha | 16:31 |
RST38h | And a wizard of a manager | 16:31 |
*** rm_work has joined #harmattan | 16:33 | |
*** rm_work has joined #harmattan | 16:33 | |
RST38h | moo rm_work | 16:33 |
rm_work | m00 | 16:33 |
djszapi | 5-6 times more people within few years was not able to finish it, but this amount of people in 6-10 months can revamp the whole Ui, sure... | 16:34 |
*** roop has joined #harmattan | 16:34 | |
DocScrutinizer | Cher, haha. I wonder what she did with OM | 16:34 |
*** djszapi has left #harmattan | 16:34 | |
Arkenoi | Nokia made it in it usual unique style, creating an "open" system filled with proprietary hooks to ensure no one else can use it. | 16:35 |
artemm | oh well, djszapi, these people were restarting harmattan nearly from scratch several times - nokia way of doing strategy, you know :) | 16:37 |
artemm | and then getting open sourc(ish) way of working indeed takes som eeffort | 16:37 |
artemm | *some effort | 16:37 |
DocScrutinizer | for Nokia, indeed | 16:38 |
DocScrutinizer | still not there yet | 16:38 |
artemm | already not there :) | 16:38 |
artemm | only Qt stays open source | 16:38 |
artemm | i mean for real | 16:38 |
artemm | and quite separately from the rest of nokia | 16:38 |
DocScrutinizer | and only core Qt is really decent | 16:39 |
RST38h | Yep | 16:40 |
RST38h | If by "few" you mean at least 3, then 3*5=15 years | 16:40 |
RST38h | Harmattan has not been in the development for this long | 16:40 |
*** baraujo has quit IRC | 16:41 | |
*** lamikr has quit IRC | 16:41 | |
*** berndhs_meego has left #harmattan | 16:43 | |
kkito | interesting... http://labs.qt.nokia.com/2011/09/12/qt-project/ | 16:43 |
kkito | they are finally moving out from nokia? | 16:43 |
*** divan has quit IRC | 16:45 | |
RST38h | Oh well | 16:47 |
*** baraujo has joined #harmattan | 16:52 | |
*** veskuh has joined #harmattan | 16:57 | |
MohammadAG | is there a way to get google maps without using their API? | 16:57 |
*** Anssi138 has joined #harmattan | 17:00 | |
leinir | kkito: it's been moving that way for quite a while now, and yes, it is /finally/ going live, about a week before Dev.Days in Munich :) | 17:01 |
Anssi138 | how to measure smaps in harmattan? the /proc/PID/smaps is empty | 17:01 |
*** artemm has quit IRC | 17:04 | |
*** artem_ has joined #harmattan | 17:10 | |
MohammadAG | is the browser on the mandatory aegis list? | 17:12 |
MohammadAG | I feel like upgrading it | 17:12 |
*** NIN101 has joined #harmattan | 17:14 | |
RST38h | MohammadAG: They have got a URL that returns a .png | 17:16 |
RST38h | MohammadAG: For obvious reasons, they do not advertise it too much | 17:16 |
*** lcuk has quit IRC | 17:16 | |
MohammadAG | RST38h, we've discussed that it returns an empty map for Israel once, remember? :) | 17:16 |
RST38h | Ah yesss | 17:17 |
RST38h | It is not invalid result, just being returned for a future date... | 17:17 |
*** arcean_ has joined #harmattan | 17:17 | |
MohammadAG | no, they're not allowed to return Israeli's maps via their API | 17:17 |
MohammadAG | http://maps.google.com/maps/api/staticmap?center=31.82606742,35.45&zoom=12&size=800x480&maptype=mobile&markers=color:red|label:Y|31.82601118,35.22275215&sensor=false | 17:18 |
*** arcean has quit IRC | 17:18 | |
MohammadAG | maps.google.com and maemo-mapper show them fine though | 17:18 |
RST38h | a moment, let me locate the url | 17:18 |
RST38h | it is different from what you have quoted | 17:19 |
*** lcuk has joined #harmattan | 17:22 | |
*** lcuk has quit IRC | 17:22 | |
*** lcuk has joined #harmattan | 17:22 | |
gri | Is there a way to do text size calculation from qml? I think I've heard: no? | 17:22 |
RST38h | ah broke firefox while mining for that url | 17:23 |
*** lcuk has quit IRC | 17:27 | |
RST38h | Mohammad: Still here? | 17:27 |
RST38h | Mohammad: Anyway, try something like this: http://mt1.google.com/vt/lyrs=m@159000000&hl=en&x=2445&y=1652&z=12&s=Gal | 17:30 |
RST38h | Mohammad: where z= is the zoom level and x=/y= are the tile coordinates | 17:30 |
RST38h | Yes, there is a function to convert latlons to tile coordinates | 17:30 |
berndhs | gri: put the text in an invisible Text element, get width and height | 17:31 |
RST38h | berndhs: ... | 17:32 |
*** djszapi has joined #harmattan | 17:34 | |
*** djszapi has left #harmattan | 17:34 | |
*** Ans5i has quit IRC | 17:41 | |
gri | berndhs: If it's invisible, the width is 0 | 17:42 |
gri | oh or not .. moment | 17:43 |
gri | berndhs: You were right, I actually put the Text element outside of the delegate which caused the 0-width | 17:44 |
*** Ans5i has joined #harmattan | 17:53 | |
*** tbf has quit IRC | 17:56 | |
*** lcuk has joined #harmattan | 17:58 | |
*** lcuk has joined #harmattan | 17:58 | |
*** lamikr has joined #harmattan | 17:58 | |
*** mzanetti has quit IRC | 17:58 | |
*** mzanetti has joined #harmattan | 17:59 | |
*** djszapi has joined #harmattan | 18:06 | |
*** djszapi has left #harmattan | 18:09 | |
alterego | How does aegis handle libs? | 18:10 |
alterego | Say I have a lib that wants to access the camera? | 18:10 |
alterego | Is that handled through whatever binary exe uses the lib? | 18:10 |
SpeedEvil | As I understand it, it should all be in teh manifest | 18:10 |
alterego | The manifest for the executable, or the library? | 18:10 |
SpeedEvil | The executable I thought - but I haven't gone into it in detail | 18:11 |
npm_ | anybody have a good icon for "proximity detection on" | 18:11 |
npm_ | hmm i got renamed | 18:11 |
*** npm_ is now known as npm | 18:11 | |
npm | there | 18:11 |
* SpeedEvil thinks of proximity detecting things in real life. | 18:11 | |
SpeedEvil | A landmine? | 18:11 |
SpeedEvil | A watch-goose? | 18:11 |
npm | i was thinking of a big smiley face actually, since it's for when you put the phone to your phase | 18:12 |
npm | face | 18:12 |
npm | that was a weird typo | 18:12 |
* alterego crosses fingers | 18:12 | |
alterego | Cool, that's semi-working, still no video displaying though :D | 18:14 |
* npm wonders what a watch goose is. all we have is surfing dolphins | 18:18 | |
npm | so is there some special trick to registering at the ovi store? | 18:18 |
npm | whenever it gets to payment, it just hangs | 18:18 |
alterego | http://pastie.org/2521482 | 18:19 |
MohammadAG | alterego, the bin afaik | 18:19 |
alterego | Nice simple way to implement a bar code reader in QML :D | 18:19 |
MohammadAG | what's QRCodeDiscoverer? | 18:20 |
alterego | It's a class I've written in a qml plugin | 18:20 |
Anssi138 | alterego, hope that helps. there is also <provide>: http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Harmattan_security_Security_guide_Aegis_manifest_syntax.html | 18:21 |
alterego | I should generalise it a bit .. | 18:21 |
MohammadAG | so it's C++, not QML? :P | 18:21 |
alterego | Anssi138: yeah, sorted out, I'm just wondering how my generic qml launcher can manage security .. | 18:21 |
alterego | MohammadAG: erm, so what? It's binded to QML for people to use there. | 18:22 |
alterego | And works very nicely. | 18:22 |
*** willer_ has joined #harmattan | 18:22 | |
alterego | Though the video item isn't working yet .. | 18:22 |
alterego | Which is probably the most important part of that module :D | 18:23 |
Anssi138 | alterego, maybe some credentials could be inherited from local launcher/env or something. | 18:23 |
Anssi138 | i am specialist, just speculating :) | 18:24 |
alterego | Well, it doesn't bother me tbh, it's just that if someone uses my launcher, then I need to give the launcher all possible permissions through aegis | 18:25 |
alterego | Which seems a bit silly. | 18:25 |
alterego | Okay, I was wrong, video is working fine ... | 18:30 |
alterego | :D | 18:30 |
* alterego giggles. | 18:30 | |
Anssi138 | alterego, i menat to say: i am NOT specialist :) | 18:31 |
alterego | Anssi138: thought you might ;) | 18:31 |
Anssi138 | he | 18:31 |
Anssi138 | h | 18:32 |
*** slaine has quit IRC | 18:33 | |
Anssi138 | alterego, are you running in developer mode? | 18:34 |
*** Arkenoi has quit IRC | 18:35 | |
alterego | Anssi138: indeed. | 18:38 |
*** vladest has joined #harmattan | 18:41 | |
alterego | http://www.youtube.com/watch?v=LRO1Tg1hU3k | 18:52 |
alterego | And, that is my first youtube video .. | 18:52 |
*** lamikr has quit IRC | 19:01 | |
crevetor | alterego: did you write stage.rubyx.GrandeActivityMonitor ? | 19:02 |
alterego | crevetor: yes | 19:03 |
crevetor | Is it available somewhere ? | 19:03 |
alterego | No :) | 19:03 |
crevetor | :'( | 19:03 |
alterego | Not yet, I'm gonna rename some stuff. | 19:03 |
crevetor | ok | 19:03 |
alterego | And seperate the grande domain specific stuff from a generic barcode reading plugin | 19:04 |
crevetor | Did you use zbar or something like that or you wrote it from scratch ? | 19:04 |
alterego | Which I'm presuming is what you want ? ;) | 19:04 |
alterego | zbar | 19:04 |
crevetor | yep :) | 19:04 |
crevetor | ok cool | 19:04 |
alterego | Did you check out the code source? | 19:04 |
crevetor | yes | 19:04 |
alterego | Cool | 19:04 |
crevetor | it's neat | 19:04 |
alterego | Neate isn't it :) | 19:04 |
alterego | :) | 19:04 |
alterego | I'll let you know when I stick it on gitorious, and I'll package it up for Harmattan soon. | 19:05 |
*** lamikr has joined #harmattan | 19:06 | |
alterego | I need to practise making youtube videos though :D | 19:06 |
*** kkito has quit IRC | 19:07 | |
SpeedEvil | There are way too many awesome people on youtube. | 19:12 |
npm | is there some kind of dbus signal or way of finding out a "handle" on a given email message in the mail application. (like a URL, so one can go back to a given email message from a different app) | 19:12 |
SpeedEvil | http://www.youtube.com/watch?v=jER-GxU8DE0&feature=feedu | 19:12 |
SpeedEvil | 'I made a wooden bandsaw' | 19:12 |
MohammadAG | k, Aegis killed | 19:14 |
MohammadAG | Sep 12 19:13:44 (none) SKYPE-ACCOUNT-PLUGIN: Warning: [44:052] Skype Connection could not be connected <-- but this still shows up :/ | 19:14 |
npm | alterego, looks awesome | 19:15 |
*** faenil has quit IRC | 19:16 | |
*** roop has quit IRC | 19:16 | |
alterego | npm: thanks | 19:16 |
npm | i'm looking forward to source code, but not this week or month... whenever youre ready :-) | 19:17 |
*** wazd has joined #harmattan | 19:19 | |
alterego | :) | 19:25 |
alterego | I'm working on it right now ;) | 19:26 |
MohammadAG | how do I know which libs/bins a binary's calling? | 19:33 |
alterego | strace | 19:33 |
MohammadAG | doesn't output helpful info | 19:33 |
alterego | Learn how to use it then :P | 19:34 |
MohammadAG | I do... | 19:34 |
MohammadAG | try it on Harmattan | 19:34 |
vladest | hi all | 19:36 |
*** rcg has quit IRC | 19:36 | |
vladest | I'm trying to create an test app using QCamera + QGraphicsVideoItem but the only thing I can get is white screen | 19:37 |
vladest | what is wring? | 19:37 |
*** GeneralAntilles has joined #harmattan | 19:37 | |
vladest | wrong | 19:37 |
vladest | permissions for video is requested | 19:37 |
alterego | vladest: have you added the appropriate privileges to your manifest.aegis file? | 19:37 |
vladest | alterego: yep | 19:37 |
alterego | Can I see your code? | 19:38 |
vladest | alterego: GRP::pulse-access and GRP::video | 19:38 |
vladest | alterego: how can I send it? | 19:38 |
vladest | same code recompiled for symbian works just fine | 19:39 |
alterego | Interesting .. | 19:43 |
alterego | Well, I don't know then :) | 19:43 |
vladest | alterego: can I send you 200k zip? | 19:44 |
alterego | vladest: rm the build directory. | 19:44 |
alterego | Then try rebuilding it. | 19:44 |
vladest | oke | 19:44 |
alterego | I had a problem with it not recognising the aegis manifest had changed. | 19:44 |
vladest | It workS!! | 19:46 |
vladest | alterego: thanks for the tip | 19:46 |
alterego | :) | 19:46 |
alterego | qt creator #fail :) | 19:46 |
vladest | exactly :) | 19:47 |
vladest | any news about fresh fw for n950? | 19:48 |
rm_work | yeah, could really use better FW | 19:51 |
rm_work | my n950 doesn't really make or receive calls 90% of the time anymore :( | 19:51 |
GeneralAntilles | Nor mine | 19:55 |
GeneralAntilles | Funny how that works. | 19:55 |
rm_work | yeah it's like someone forgot the "phone" part of the n950 :P | 20:04 |
rm_work | we're back to the original plan: Internet Tablet with 3G Data | 20:04 |
rm_work | and "technically you could hack it to make voice calls" | 20:05 |
*** rcg has joined #harmattan | 20:05 | |
*** Mek has quit IRC | 20:05 | |
RST38h | well. moo. | 20:07 |
*** aleksander_m has quit IRC | 20:07 | |
*** Mek has joined #harmattan | 20:07 | |
*** achipa has joined #harmattan | 20:09 | |
*** elzalem has quit IRC | 20:16 | |
*** rzr is now known as RzR | 20:33 | |
*** Mek has quit IRC | 20:35 | |
*** Mek has joined #harmattan | 20:39 | |
*** faenil has joined #harmattan | 20:39 | |
*** wicket64 has joined #harmattan | 20:41 | |
*** frinring has quit IRC | 20:44 | |
*** smoku has joined #harmattan | 20:53 | |
*** cpscotti has quit IRC | 21:03 | |
*** faenil has quit IRC | 21:06 | |
RST38h | rzr: Some time ago, you said you were going to remove the 'mg' package from your repo toavoid the name clash.Could you please do that? | 21:08 |
RST38h | rzr: Renaming it into something like mg-emacs will also work | 21:08 |
RzR | didnt I ? | 21:10 |
RzR | let me double check i was doing that on a train w/ n950 | 21:10 |
RST38h | just "upgraded"me to it | 21:11 |
RST38h | And the sad part is, I no longer remember the magic incantation that quits emacs =) | 21:11 |
RzR | ok done | 21:12 |
RzR | the only relic of it there | 21:12 |
RzR | is there | 21:12 |
RzR | https://build.pub.meego.com/package/show?package=mg&project=home%3Arzr%3Atmp | 21:12 |
RzR | C-x C-c | 21:13 |
RST38h | thanks | 21:13 |
RzR | now please give me sources of your mg sources ? | 21:14 |
RzR | url | 21:14 |
RzR | my brain hurts | 21:14 |
RzR | i am on HoLyDaYs !!! | 21:14 |
RST38h | Sorry? | 21:15 |
rzr` | i was wondering if your mg could be rebuild on obs ? | 21:16 |
RST38h | Unfortunately, not. It is a binary package. | 21:16 |
RzR | ok then it would be better to rebame it your side | 21:18 |
RzR | rename | 21:18 |
RST38h | Why? | 21:18 |
RzR | mg existed before you afaik | 21:18 |
RST38h | Just a little while ago you promised to rename or remove the package in your repo | 21:19 |
RzR | and i did remove to prefer your version , but if it can be rebuild then i'll none of both | 21:19 |
RzR | i removed it | 21:19 |
RST38h | Ok, thanks | 21:20 |
RST38h | My package is avaliable from deb http://sheeplauncher.net/debs/ ./ | 21:20 |
RST38h | Simply include it into the list of your sources | 21:20 |
RzR | i prefer opensource alternatives for now | 21:21 |
RzR | maybe ovi is best for closed bit | 21:21 |
RST38h | No problem, I have got a repo to upload them to | 21:22 |
*** jreznik has quit IRC | 21:22 | |
*** harbaum has quit IRC | 21:23 | |
rzr` | please think about renaming your mg too | 21:31 |
berndhs | rzr: did you figure out the build problem ? I shipped version 0.6.4 through the c.obs repo | 21:33 |
rzr` | no i had no time to investigate | 21:34 |
berndhs | ok | 21:35 |
rzr` | but it didnt work for me | 21:36 |
rzr` | can anyone here try berndhs's e6irc ? | 21:36 |
berndhs | the package looks good, comes in through the normal repo update mechanism | 21:36 |
berndhs | are you building it differently ? | 21:36 |
rzr` | the package install fine | 21:37 |
rzr` | i used yours | 21:37 |
rzr` | but it does not show the main window | 21:37 |
berndhs | that's weird | 21:37 |
*** javispedro has joined #harmattan | 21:43 | |
*** arfoll has quit IRC | 21:46 | |
*** piggz has quit IRC | 22:04 | |
*** cpscotti_n950 has joined #harmattan | 22:10 | |
*** crevetor has quit IRC | 22:12 | |
*** crevetor has joined #harmattan | 22:15 | |
*** javispedro has quit IRC | 22:15 | |
*** spenap has joined #harmattan | 22:19 | |
*** SpeedEvil has quit IRC | 22:24 | |
*** neal has quit IRC | 22:24 | |
*** joppu has quit IRC | 22:24 | |
*** macmaN has quit IRC | 22:24 | |
*** Stskeeps has quit IRC | 22:24 | |
*** jykae has quit IRC | 22:24 | |
*** tomma_ has quit IRC | 22:24 | |
*** tomma has joined #harmattan | 22:24 | |
*** macmaN has joined #harmattan | 22:24 | |
*** jykae has joined #harmattan | 22:24 | |
*** neal has joined #harmattan | 22:24 | |
*** joppu has joined #harmattan | 22:24 | |
*** Stskeeps has joined #harmattan | 22:24 | |
*** Stskeeps has quit IRC | 22:24 | |
*** Stskeeps has joined #harmattan | 22:24 | |
*** mzanetti_work has quit IRC | 22:24 | |
*** djszapi has joined #harmattan | 22:28 | |
*** arfoll has joined #harmattan | 22:30 | |
*** lizardo has quit IRC | 22:31 | |
*** berndhs has quit IRC | 22:34 | |
*** MohammadAG has quit IRC | 22:34 | |
*** frals has quit IRC | 22:34 | |
*** MohammadAG has joined #harmattan | 22:36 | |
*** frals has joined #harmattan | 22:40 | |
*** javispedro has joined #harmattan | 22:50 | |
*** gri has quit IRC | 22:50 | |
*** berndhs has joined #harmattan | 22:50 | |
MohammadAG | RST38h, what's the function? | 22:58 |
djszapi | javispedro o/ =) | 23:04 |
javispedro | hi | 23:04 |
djszapi | I have just seen the SNES on N900 video today :) | 23:07 |
MohammadAG | is there a way to open the virtual keyboard programatically? | 23:07 |
rcg | MohammadAG: via QML? | 23:07 |
MohammadAG | MTF | 23:07 |
rcg | sorry, got no clue about mtf | 23:08 |
*** SpeedEvil has joined #harmattan | 23:10 | |
Ans5i | yep | 23:11 |
rcg | well.. in qml the keywords are "TextInput" and "openSoftwareInputPanel()".. but that might be pretty misleading as well for mtf | 23:11 |
RST38h | MohammadAG: sorry? | 23:11 |
RST38h | ah the conversion | 23:11 |
djszapi | MohammadAG: yes, but what is the use case of that ? | 23:11 |
MohammadAG | RST38h, latlon to tiles | 23:11 |
MohammadAG | djszapi, custom terminal | 23:11 |
RST38h | Mohammad: http://board.flashkit.com/board/archive/index.php/t-666832.html | 23:12 |
RST38h | Mohammad: http://stackoverflow.com/questions/2651099/convert-long-lat-to-pixel-x-y-on-a-given-picure | 23:12 |
*** SpeedEvil has quit IRC | 23:15 | |
Ans5i | MohammadAG, would that help? http://apidocs.meego.com/1.1/platform/html/libmeegotouch/class_m_input_method_state.html | 23:15 |
*** vladest_ has joined #harmattan | 23:15 | |
MohammadAG | yep, http://apidocs.meego.com/1.1/platform/html/libmeegotouch/class_m_input_method_state.html#a82a59dc6c92ef65598ead51b40447b5b | 23:16 |
MohammadAG | thanks :D | 23:16 |
*** vladest has quit IRC | 23:18 | |
*** vladest_ is now known as vladest | 23:18 | |
* alterego bangs head against wall | 23:18 | |
alterego | Fixed | 23:18 |
alterego | That was a frustrationg hour | 23:18 |
*** mzanetti_work has joined #harmattan | 23:19 | |
*** mece has quit IRC | 23:31 | |
*** SpeedEvil has joined #harmattan | 23:39 | |
*** SpeedEvil has quit IRC | 23:41 | |
*** lamikr has quit IRC | 23:41 | |
*** SpeedEvil has joined #harmattan | 23:42 | |
*** SpeedEvil has quit IRC | 23:43 | |
*** SpeedEvil has joined #harmattan | 23:43 | |
*** SpeedEvil has quit IRC | 23:45 | |
*** vladest has quit IRC | 23:45 | |
*** SpeedEvil has joined #harmattan | 23:45 | |
*** vladest has joined #harmattan | 23:45 | |
*** SpeedEvil has quit IRC | 23:46 | |
*** SpeedEvil has joined #harmattan | 23:47 | |
*** SpeedEvil has quit IRC | 23:47 | |
*** SpeedEvil has joined #harmattan | 23:48 | |
*** SpeedEvil has quit IRC | 23:49 | |
*** SpeedEvil has joined #harmattan | 23:54 | |
*** lamikr has joined #harmattan | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!