IRC log of #harmattan for Friday, 2012-05-18

itsnotabigtruckif your run it though invoker -te, it'll inherit the credentials, and if you run it directly, it won't00:00
*** Sniper_swe has joined #harmattan00:00
itsnotabigtruck*if you run    which causes a lot of mystery bugs for devs that aren't paying attention to what's actually going on00:00
itsnotabigtruckbut that shouldn't happen with a python script with a shebang line00:01
*** etrunko has quit IRC00:01
*** lmoura has joined #harmattan00:01
tgalalcool00:03
*** jluisn has quit IRC00:04
*** drf__ has quit IRC00:07
*** drf__ has joined #harmattan00:07
*** merlin1991 has quit IRC00:07
*** merlin1991 has joined #harmattan00:07
*** drf__ has quit IRC00:07
*** drf__ has joined #harmattan00:07
*** merlin1991 has quit IRC00:07
*** merlin1991 has joined #harmattan00:07
HKisdI had enabled couple extra repositories from meecatalog. maybe it messed up something00:07
*** NIN101 has quit IRC00:15
*** hardaker has quit IRC00:15
*** tom__ has joined #harmattan00:16
*** Venemo has joined #harmattan00:23
*** DrGrov has left #harmattan00:23
*** Morpog has joined #harmattan00:34
*** Sazpaimon has joined #harmattan00:35
*** Sazpaimon has quit IRC00:39
*** shanttu has quit IRC00:39
*** Sazpaimon has joined #harmattan00:39
*** Natunen has quit IRC00:45
*** HKisd has quit IRC00:49
*** hardaker has joined #harmattan00:55
*** Venemo has quit IRC01:03
*** gabriel9 has quit IRC01:15
*** luke-jr has quit IRC01:16
*** luke-jr has joined #harmattan01:18
*** liar has joined #harmattan01:21
*** Morpog has quit IRC01:27
*** risca has joined #harmattan01:44
*** rm_work has quit IRC01:46
*** rZr is now known as rzr01:49
*** risca has quit IRC01:51
*** liar has quit IRC01:52
*** danielcbit has quit IRC01:57
*** astm_ has joined #harmattan02:00
*** astm has quit IRC02:00
*** Sniper_swe has quit IRC02:03
*** risca has joined #harmattan02:03
*** tom__ has quit IRC02:13
rzrhttp://wiki.maemo.org/Summer%2712_Device_Program02:14
ZogG_laptopMohammadAG: ^02:22
ZogG_laptopyou still have no N902:23
MohammadAGnope, but I have an N950 so I don't consider myself eligible02:25
itsnotabigtrucknot sure i like > 25 devices for existing community apps being published at the Nokia Store.02:30
itsnotabigtruckand i'm not sure what the qt 5 item means in practice02:30
itsnotabigtruckimo publishing via the nokia store is inherently contradictory to "community" anything02:31
MohammadAGthinking of selling the lumia and getting an N902:31
MohammadAGheh, true that02:31
MohammadAGbut hey, it made me implement a very intelligent and advanced update system02:31
Elleomy lumia only gets used for one thing and that's making videos of my n95002:31
Elleosince its the only thing I have that focuses on the screen properly02:31
MohammadAGhttp://mohammadag.xceleo.org/sociality-mtf-version02:32
MohammadAGit focuses macro-ly well02:32
MohammadAGand its UI is fast02:32
ElleoI had intended to port a few things to it, but then I found that the platform was too restrictive to let me do any of the things I wanted; so it just sits around looking pretty02:32
itsnotabigtruckyeah, wp7's .net environment is intensely locked down02:33
itsnotabigtruck.net's actually pretty cool in many ways, but not the way it was implemented on wp702:33
MohammadAGthis is awesome02:33
itsnotabigtruckwhere it's basically there entirely to restrict your access to the phone02:33
Elleoyeah, I couldn't even find a way to get it to let me check the battery level accurately to make a nice battery graphing app02:34
itsnotabigtruckit seems MS won against the hackers with wp7...wp7 hacking is basically dead on arrival these days02:34
Elleolet alone let me add ogg vorbis support in any meaningful way02:34
itsnotabigtruckthere's a few things you can do but they aren't easy, or compatible with all WP7 models (including the lumia)02:35
itsnotabigtruckand windows ce's native environment is a horrible system to program for02:35
itsnotabigtruckit's really no fun at all02:35
itsnotabigtruckthat's why the N9 having a full linux environment is so important02:35
*** risca has quit IRC02:36
*** hhartz has quit IRC02:36
itsnotabigtruckalso MohammadAG: version 0.3 has 0.2 in the name? :p02:37
itsnotabigtruckyou should make sure you secure it somehow so that a MITM can't pwn your phone with a bad deb02:37
MohammadAGitsnotabigtruck, I edited it to test the notification system :p02:37
*** rzr is now known as rZr02:37
itsnotabigtruckhttp + no signature = bad02:37
*** risca has joined #harmattan02:38
*** risca has quit IRC02:40
itsnotabigtruckMohammadAG ^02:41
MohammadAGitsnotabigtruck, it's basic for now02:41
MohammadAGHarmattan handles the downloads, if it was me I'd md5 it02:42
itsnotabigtruckMohammadAG: don't use MD5 either :p02:42
itsnotabigtruck3 ways i can think of to do it would be to02:43
itsnotabigtrucka) deliver the update info file over HTTPS, where your server's self-signed certificate is the only trusted certificate02:44
itsnotabigtruckthe info file has a SHA256 hash of the deb02:44
itsnotabigtruckb) deliver the update info file over HTTP, with a GPG signature applied, where your server's GPG key is the only trusted key02:44
itsnotabigtruckthe info file also has a SHA256 hash of the data02:44
tgalalI am benefitting from this conversation :)02:44
itsnotabigtruckor c) deliver the update info file over HTTP and skip the hash, but embed a signature of some sort into the deb and validate that02:45
MohammadAGitsnotabigtruck, mind making me a patch? :P02:45
itsnotabigtruckor d) don't do that altogether because it really isn't a very good idea02:45
itsnotabigtruckumm no02:45
itsnotabigtruckyour app your problem >_>02:45
MohammadAGlol02:45
itsnotabigtruckbtw apt does (b)02:46
*** astm_ has left #harmattan02:46
itsnotabigtruckaegis does (c)02:46
itsnotabigtrucktgalal: and well, you shouldn't...the entire point of a package manager is NOT having this stuff in every single app02:48
MohammadAGa package manager needs a sane repo02:49
MohammadAGwhich we still don't have02:49
MohammadAGso I've taken the deb path, which sucks, but heyu02:50
itsnotabigtruckthen make sure to either dump it or secure it because unsecured updates are a pretty bad idea02:51
itsnotabigtrucki mean, is it a very realistic threat vehicle...probably not, but it is an obvious threat vehicle02:51
*** bef0rd has joined #harmattan03:15
*** imunsie has joined #harmattan03:36
*** tgalal has quit IRC03:37
bef0rdhi03:39
DocScrutinizerthe obvious threat vector is your wife hiring a private eye who knows an IT specialist who provides the needed "malware" on a website, or on a USB stick or whateve, and your wife installing it on your phone while you're under the shower03:40
DocScrutinizerbet that with SHA25603:40
DocScrutinizerbeat*03:40
DocScrutinizerthe whole idea of system based security is BS. The only proper security concept is a proper root password and an educated user03:41
DocScrutinizeroops, I was wrong. I forgot about the most common threat vector: noob users installing apps like wazap, because they are "free"03:43
DocScrutinizerthe only proper security concept helps in that case just as well03:44
GeneralAntillesBurn the heathens.03:44
DocScrutinizerjust harder to implement - users who deliberately use wazap etc are hard to educate03:45
SpeedEvilI secured my lumia 800 by placing it in a 2 foot block of concrete and dropping it into the marianas trench.03:45
DocScrutinizerbest thing you can do with that device ;-D03:46
GeneralAntillesNoo!03:46
GeneralAntillesIt's great for watching Netflix in bed.03:46
SpeedEvilNo netflix in the UK03:48
GeneralAntillesTo the trench it goes!03:48
*** arcean has quit IRC03:52
*** adlan has quit IRC03:56
*** adlan has joined #harmattan04:23
*** beford has joined #harmattan04:27
*** rZr` has joined #harmattan04:33
*** rZr has quit IRC04:36
*** risca has joined #harmattan04:47
*** bef0rd has quit IRC04:50
*** hardaker has quit IRC05:05
*** adlan has quit IRC05:22
*** adlan has joined #harmattan05:23
*** oberling_ has joined #harmattan05:25
*** oberling has quit IRC05:29
*** beford has quit IRC05:31
*** hardaker has joined #harmattan05:33
*** adlan has quit IRC05:36
*** adlan has joined #harmattan05:37
*** adlan has quit IRC05:50
*** Arie has joined #harmattan05:56
*** beford has joined #harmattan06:27
*** Arie has quit IRC06:45
*** Myname24 has quit IRC06:47
*** hardaker has quit IRC07:31
*** khertan has joined #harmattan07:45
khertanMorning07:45
khertanMohammadAG: i ve finally found the perfect example of speed with an app made in Python and a similar one made in C++. Look at native slow twitter client on n9 , and Khweeteur on n900, Khweeteur is faster, not because python is faster than c++, but because Khweeteur have a better logic of caching things. Language speed is nothing ! (And use less memory also)07:47
khertan:)07:47
*** hardaker has joined #harmattan07:47
itsnotabigtruckkhertan: it would be even faster if you used C++, however07:54
itsnotabigtruckslow c++ < fast python < fast c++07:54
*** denism has joined #harmattan07:56
khertanitsnotabigtruck: probably not, as most time is used waiting user action, or in c++ libs of python :)07:56
khertanjust the startup time will be faster07:57
khertanand in case of doing it in c++ i ll probably not get the time to implement all this cache optimizations07:57
khertani use less time to code, so more time for the logic :)07:58
*** denism1 has joined #harmattan07:59
*** denism has quit IRC08:00
itsnotabigtruckkhertan: it's not about the percentage of time that the app is running that it's busy doing stuff08:01
itsnotabigtruckit's about *response time*08:01
itsnotabigtruckand performance is essential08:01
itsnotabigtruck50 ms vs 400 ms after the user pushes a button is the difference between instant and sluggish08:02
*** denism1 has quit IRC08:05
*** imunsie has quit IRC08:05
*** imunsie has joined #harmattan08:06
*** khertan has quit IRC08:06
*** lamikr has joined #harmattan08:16
*** hardaker has quit IRC08:19
*** antman8969 has joined #harmattan08:29
antman8969testing08:31
antman8969anyone else have trouble setting properties on the rootContext() lately? Cannot seem to get it to  work on harmattan with or without booster08:47
*** gabriel9 has joined #harmattan08:49
*** psycho_oreos has joined #harmattan08:51
*** e-yes has quit IRC08:52
*** denism has joined #harmattan09:02
*** hhartz has joined #harmattan09:11
jonniantman8969: that depends if your using QApplication or QScoperPointer, there is a known bug that wizard makes buggy skeleton if you use QScopedPointer and try to use rootContext().09:12
*** adlan has joined #harmattan09:13
jonni(which should be fixed on next qt creator release)09:13
jonniantman8969: there is workaround documented in here https://bugreports.qt-project.org/browse/QTCREATORBUG-649009:23
*** gabriel9 has quit IRC09:24
*** beford has quit IRC09:25
antman8969jonni I've seen that, it was actually my own fault09:26
antman8969I was using Q_DECL_EXPORT in place of Q_INVOKABLE09:26
antman8969in addition, you apparently have to set context properties BEFORE setting a source file09:27
antman8969two stupid mistakes that cost me hours...09:27
jonniah09:31
*** susundberg has joined #harmattan09:34
susundbergHello, seems like my restore changed my /home/user permissions to 777 -> ssh refuces to work with rsa-key. Could somebody point out what the permissions should be?09:35
susundberg700 ?09:36
*** Venemo_N950 has joined #harmattan09:36
susundberg(device is N9, pr1.2)09:36
Venemo_N950heh, morning09:36
susundberggood morning09:36
*** Natunen has joined #harmattan09:46
*** hardaker has joined #harmattan09:53
*** gabriel9|work has joined #harmattan09:54
*** antman8969 has quit IRC09:59
*** tbf has joined #harmattan10:05
*** Morpog has joined #harmattan10:05
*** Termana has quit IRC10:09
*** hardaker has quit IRC10:09
*** tom___ has joined #harmattan10:14
*** rnovacek has joined #harmattan10:21
*** Venemo_N950 has quit IRC10:23
*** Morpog has quit IRC10:24
*** Venemo_N950 has joined #harmattan10:25
*** Termana has joined #harmattan10:27
*** elldekaa has joined #harmattan10:28
*** elldekaa has quit IRC10:33
*** elldekaa has joined #harmattan10:33
decibyte_i broke my n9 display. is it possible to enable vnc via some shell command? i got ssh access.10:55
jonniyes it is, search forums.11:01
*** tom___ has quit IRC11:03
*** Stecchino has joined #harmattan11:04
*** ghjgfjghjbn has quit IRC11:04
*** ghjgfjghjbn has joined #harmattan11:04
*** aquarius has joined #harmattan11:10
decibyte_jonni: thanks11:10
*** Venemo_N950 has quit IRC11:12
*** tom___ has joined #harmattan11:17
*** djszapi has joined #harmattan11:18
*** GentooXativa has joined #harmattan11:19
*** tgalal has joined #harmattan11:26
Stecchinodjszapi: did you happen to package libqca2-plugin-ossl v2.0.0 for Harmattan?11:34
Stecchinoversion from nokia is 0.1~20070904-5+0m6 and qca 2.0.2-3 has problems loading it hence some crypto functions are failing11:35
*** felipexil_ has joined #harmattan11:36
djszapiStecchino: I am sorry, but I do not have time.11:39
djszapiStecchino: I cannot recall all the packages I made, was above 100'ish :)11:39
djszapiI can take a look this weekend, if you that is fine.11:40
Stecchinodjszapi: just give me a link to your OBS page and I'll search11:40
StecchinoSo far no lunk on http://repo.pub.meego.com/home:/rzr/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/all/11:40
StecchinoI might package it myself11:40
StecchinoI just wonder why the official repo has such an ancient version11:41
djszapiStecchino: cause updating unnecessarily is a maintenance overhead11:47
Stecchinodjszapi: in this case it seems the old version is not working though. And libqca2-plugin-ossl was released a month after that package version. Might there be a license issue?11:48
djszapiStecchino: sorry, but really deadline'ish here for Monday.11:49
djszapiI can take a look at this during the weekend.11:49
Stecchinodjszapi: I'll keep you updated11:51
*** djszapi has left #harmattan11:51
*** Facefox has joined #harmattan12:00
*** imunsie has quit IRC12:06
gabriel9|workmorning12:07
gabriel9|workanyone use mail for exchange with gmail?12:07
*** TMavica has joined #harmattan12:18
*** Natunen has quit IRC12:18
*** TMavica has quit IRC12:19
*** Natunen has joined #harmattan12:27
Stecchinogabriel9|work: only for contacts12:27
gabriel9|workso if i add it, do i need gmail also for chat?12:28
Stecchinono, that is with the google accounts plugin12:29
Stecchinosad that not all G services are covered by google accounts plugin12:29
Stecchinotechnically it's possible12:30
StecchinoHoe comfortable are people discussing Harmatan development (platform and official apps, i.e. Nokia internal) these days. Many of us are ex-nokia externals right? It's been over a year and since PR1.2 all has been shut down AFAIK.12:31
StecchinoGuess the NDA still holds, but think it would be nice if we can keep Harmattan going in the community12:32
Stecchinowell, topic is clear12:33
*** arcean has joined #harmattan12:33
gabriel9|workwell12:38
gabriel9|workwe should keep HArmattan in Comunity12:38
gabriel9|workit's nice12:39
gabriel9|work:)12:39
StecchinoWe could it we massively broke NDA :)12:39
gabriel9|workand i got C++ book :D12:39
SpeedEvil:/12:39
StecchinoDoes nokia still carE?12:39
gabriel9|workwho needs Nokia12:39
gabriel9|workwe have devices12:39
gabriel9|workand source :)12:39
gabriel9|workall i need is some knowladge12:39
gabriel9|workfrom C++12:39
Stecchinoyeah, source under NDA12:39
gabriel9|workNDA is?12:39
StecchinoNon disclosure agreement12:40
StecchinoIf you don't know you never signed it12:40
Stecchinoand #N9 might be better for your general questions to be frank12:40
gabriel9|worki heard about it but don't know what is it12:40
SpeedEvilIt would be awesome if there was a massive source release.12:40
SpeedEvilUnfortunately, leaks are less clear.12:41
StecchinoWon't happen unfortunately. There is no business case for opening Harmattan12:41
Stecchinoat least not for Nokia :) I would have.12:41
gabriel9|workso they don't want it12:41
SpeedEvilIf Nokia was doing ongoing development, the harm to community relations could be mentioned.12:42
gabriel9|workand they dont wwant to give it :D12:42
SpeedEvilSo absenting the legal question - is it likely to harm potential Meltmi openness.12:42
jonniand there are some patent and ipr reasons too why some sources cannot be released.12:42
Stecchinoas far as I know all the Nokia devs that stayed are now working on M12:43
gabriel9|workAnd Meltemi is new OS :/12:44
gabriel9|worki dont get it12:44
gabriel9|workthey have one OS and they create another12:45
*** tom___ has quit IRC12:45
SpeedEvilYou missed 'throwing away any minimal inertia in the marketplace they had'12:45
gabriel9|workyea that also12:46
SpeedEvilMeltmi is going to face a hell of an uphill struggle.12:46
gabriel9|workand it is lov end12:46
SpeedEvilIt would have been interesting to see the results if Nokia had released N901 a year on from n900 with a modest hardware refresh, and continued SW devel.12:46
gabriel9|work40% of people in US have smartphone12:46
SpeedEvilIndeed.12:47
*** Milhouse has quit IRC12:47
gabriel9|workall wan't bigger faster better phones now12:47
gabriel9|worki don't know anyone who will buy some cheap slow phone :/12:47
gabriel9|workwell nice talking with you12:48
gabriel9|worknow back to work :) there is some new ideas i want to try12:48
gabriel9|worksee ya12:48
*** rZr` is now known as rzr12:53
ArkanoiD_am i right that there is just no way to associate twitter username with address book contact manually and if the obscure heuristic failed, that's it?13:01
gabriel9|workas i know there is no way to merge them13:03
gabriel9|workmaybe in 1.3 :)13:04
*** GentooXativa has quit IRC13:14
*** adlan has quit IRC13:15
*** piggz_ has joined #harmattan13:28
*** dymaxion has joined #harmattan13:30
*** piggz has quit IRC13:30
*** aquarius has quit IRC13:31
*** Summeli has quit IRC13:35
*** Summeli has joined #harmattan13:35
*** Milhouse has joined #harmattan14:00
*** e-yes has joined #harmattan14:10
*** aquarius has joined #harmattan14:13
JaffaArkanoiD_: I haven't checked through the API, but at least when exposed as a VCard, it doesn't seem to be present.14:14
JaffaAlso, VCards have got pictures encoded as multi-100KB PNGs. This might explain Contacts' slowness (when they're only ever shown as 80x80ish)14:15
*** jluisn has joined #harmattan14:21
*** hardaker has joined #harmattan14:28
*** hhartz has quit IRC14:30
*** eeanm has quit IRC14:31
*** e-yes has quit IRC14:38
*** DocScrutinizer has quit IRC14:40
MohammadAGis libvideo-widget-meegotouch open?14:40
*** DocScrutinizer has joined #harmattan14:40
*** eean has joined #harmattan14:43
*** tom__ has joined #harmattan14:48
*** etrunko has joined #harmattan15:24
*** faenil has joined #harmattan15:34
ZogG_laptoplol15:57
ZogG_laptopi got message from moderator on TMO on personal attack on thread15:58
ZogG_laptopthe funny thing it is deleted15:58
ZogG_laptopso probably it was one of the stupid "make me app" posts15:58
thpif anybody wants to be added as member to the https://github.com/harmattan project, please ping me - would be nice to have some harmattan apps in a central place :)16:04
ZogG_laptopthp: hmm, what about apps4meego?16:06
thpapps.formeego doesn't have scm afaik, and ideally the apps on that github organization should be published on apps.formeego.org16:07
thpmaybe even automatically, apparently obs can build out of a git repository16:07
Elleoit'd be nice if appsformeego had a way to associate a git/bzr/svn/hg/whatever repository with an app16:07
ZogG_laptopthp: i would like to be added, but not that much dev16:07
Elleoso you could see a "Get source" link for each app16:07
ZogG_laptopthp: funkycode16:08
thpZogG_laptop: you should have access now16:09
ZogG_laptopthp: thanks16:09
thpElleo: yep, one point of that harmattan repository would be that some apps' git repos would be published there for easier discoverability16:09
Elleothp: yeah, but integration in apps for meego would make discoverability easier for apps that aren't hosted on github16:10
thpthat's true16:10
Elleomost of my stuff tends to end up on either launchpad or gitorious nowdays, depending on if its a bzr or a git project16:10
Elleopushing the gitorious stuff to a github repo wouldn't be a massive extra chore, but going from bzr <-> github would be16:11
ZogG_laptopthp: it's public right?16:13
Sivathp: could you add me as well..16:13
ZogG_laptopi think i need to push my app there, but on other side, there are tokens there oauth16:13
thpZogG_laptop: you could push via ssh+key16:14
thpSiva: sure, just tell me your github username16:14
Sivathp: that would be sivabalan16:14
thpSiva: done16:15
Sivathp: ty!16:16
MohammadAGthp, me me me! :P16:18
MohammadAGoh wait, *asks self* do I have a github account...?16:18
MohammadAGmeh, it costs $0/month16:19
*** Morpog has joined #harmattan16:19
ZogG_laptopMohammadAG: you are gitorious guy?16:19
MohammadAGnow if it was free..16:19
ZogG_laptoplol16:20
MohammadAGthp, MohammadAG16:20
MohammadAGZogG_laptop, yes, problem?16:20
MohammadAG:P16:20
thpMohammadAG: github is free for public repos16:20
MohammadAGthp, no, it clearly says $0/month, not free16:20
* MohammadAG buys thp a sarcasm detector16:21
thpMohammadAG: http://www.youtube.com/watch?v=DF7MroTLDfU16:21
*** niqt has joined #harmattan16:22
thpjust hold up that sarcasm sign16:22
MohammadAGlmfao16:24
* RST38h yawns16:25
RST38hEHLO thp, MohammadAG16:25
MohammadAGehlo RST38h16:25
thpahoy RST38h :)16:25
* merlin1991 holds up a sarcasm sign for no apparent reason16:25
MohammadAGthp, I signed up on github, same nick16:26
thpMohammadAG: added16:32
MohammadAGthp, thanks :)16:32
merlin1991MohammadAG: I assume you'll put sociality n there?16:33
ZogG_laptopmerlin1991: you don't say so16:34
ZogG_laptopthp: i see you ported classic print16:35
thpZogG_laptop: just a quick initial port, nothing fancy16:35
ZogG_laptopthp: hope to see it on apps4meego =)16:36
ZogG_laptopfor tests16:36
thpsure! but it needs a bit more work (better icon and better load times, see the TODO file in the repo)16:37
ZogG_laptop=)16:46
*** aquarius has quit IRC16:46
*** Termana has quit IRC16:46
*** Anssi138 has quit IRC16:46
*** GeneralAntilles has quit IRC16:46
*** mgedmin has quit IRC16:46
*** ieatlint has quit IRC16:46
*** Termana has joined #harmattan16:47
*** GeneralAntilles has joined #harmattan16:47
*** mgedmin has joined #harmattan16:47
*** ieatlint has joined #harmattan16:47
ZogG_laptopthp: what does publicize does on organizations on github, i see the button near my nick16:47
*** Anssi138 has joined #harmattan16:49
*** snowpong has joined #harmattan16:49
*** lamikr has quit IRC16:50
thpZogG_laptop: if you publicize, it will show your username on github.com/harmattan when nobody is logged in16:50
*** aquarius has joined #harmattan16:51
ZogG_laptop2םלת אישמלד16:52
ZogG_laptopok, thanks16:52
*** faenil has quit IRC16:58
*** rm_work has joined #harmattan17:02
*** rm_work has joined #harmattan17:02
*** lylyc has joined #harmattan17:03
*** elldekaa has quit IRC17:12
*** rnovacek has quit IRC17:14
*** danielcbit has joined #harmattan17:16
*** ArkanoiD_ has quit IRC17:16
*** Appiah has joined #harmattan17:17
*** hardaker has quit IRC17:18
*** TMavica has joined #harmattan17:18
*** Sazpaimon has quit IRC17:20
*** Sazpaimon has joined #harmattan17:20
*** elldekaa has joined #harmattan17:23
*** tom__ has quit IRC17:30
*** tom__ has joined #harmattan17:33
*** djszapi has joined #harmattan17:38
djszapihow is the variant property type in qml supposed to work for a list goal, like storing integers ?17:40
djszapihow can I bundle a list up into that ?17:40
AppiahIf a device wont make outgoing calls,  you reboot it , what logs should you be digging into?17:42
*** snowpong has quit IRC17:42
*** niqt has quit IRC17:43
*** jluisn_ has joined #harmattan17:53
*** jluisn has quit IRC17:58
*** Morpog has quit IRC18:02
TMavicatgalal ping18:06
tgalalTMavica: yow18:06
TMavicahave you check out CepiPerez post18:08
tgalallink?18:08
TMavicahe fully changed your wazapp UI and post a Zip file18:08
TMavicabut he cant change the conversation18:08
TMavicain TMO18:08
tgalalreally18:09
TMavicasame contact UI as filebox18:09
TMavicayes18:09
tgalallet's see :D18:09
TMavicayou check check18:09
TMavicaI am using right now18:09
TMavicaso nice18:09
TMavicalol18:09
tgalalwhoa18:09
tgalalawesome18:09
TMavicaLOL, he SAID he want change to bubble conversation too lor18:10
*** lylyc has quit IRC18:10
tgalalTMavica: thanks for the tip!18:14
*** Enforcer has quit IRC18:16
*** infobot has quit IRC18:16
*** leio has quit IRC18:16
*** fignew has quit IRC18:16
*** alterego has quit IRC18:16
TMavicaHAHA18:16
*** Enforcer has joined #harmattan18:16
*** infobot has joined #harmattan18:16
*** leio has joined #harmattan18:16
*** fignew has joined #harmattan18:16
*** alterego has joined #harmattan18:16
*** barjavel.freenode.net sets mode: +v infobot18:16
TMavicaany news I will tell you here18:16
*** beford has joined #harmattan18:18
*** infobot has quit IRC18:18
*** infobot has joined #harmattan18:19
*** ChanServ sets mode: +v infobot18:19
*** antman8969 has joined #harmattan18:21
*** hardaker has joined #harmattan18:21
djszapibeford: do you have a qt project account ?18:21
beforddunno18:25
befordI *think* so18:26
befordit uses SSO right? I registered on the wiki18:26
*** Saviq_ has joined #harmattan18:26
*** Sniper_swe has joined #harmattan18:29
djszapisso ?18:29
befordsingle sign on18:29
*** Sniper_swe has quit IRC18:29
befordlike the same account for all services under qt-project18:29
djszapinothing else.18:29
djszapithere is a CLA signing, yes.18:29
*** shanttu has joined #harmattan18:34
*** gabriel9|work has quit IRC18:37
*** felipexil_ has quit IRC18:39
*** NIN101 has joined #harmattan18:39
*** antman8969 has quit IRC18:46
djszapiDoes the Grid QML element support row and column spanning ?18:54
*** tgalal has quit IRC19:00
*** felipexil_ has joined #harmattan19:03
*** aquarius has quit IRC19:20
*** blueslee has joined #harmattan19:29
*** blueslee has quit IRC19:33
*** blueslee has joined #harmattan19:33
*** piggz_ has quit IRC19:36
*** piggz_ has joined #harmattan19:36
*** hardaker has quit IRC19:38
*** jbos has quit IRC19:50
*** jbos has joined #harmattan19:50
*** b0unc3 has joined #harmattan19:52
b0unc3hello19:53
b0unc3to create an entry in the settings panel I've to create the dir /usr/share/duicontrolpanel/desktops/ ?19:54
*** tom__ has quit IRC19:56
*** jluisn has joined #harmattan19:56
*** tom__ has joined #harmattan19:59
*** jluisn_ has quit IRC20:09
*** blueslee has quit IRC20:15
*** gabriel9 has joined #harmattan20:20
*** gabriel9 has quit IRC20:25
*** antman8969 has joined #harmattan20:27
*** apundhir has joined #harmattan20:39
*** e-yes has joined #harmattan20:41
*** hardaker has joined #harmattan20:41
*** mschlens has quit IRC20:45
*** Sniper_swe has joined #harmattan20:46
*** mschlens has joined #harmattan20:46
*** hhartz has joined #harmattan20:48
*** ZogG_laptop has quit IRC20:52
*** antman8969 has quit IRC21:06
*** tom__ has quit IRC21:14
*** tom__ has joined #harmattan21:15
*** tom__ has quit IRC21:26
*** piggz__ has joined #harmattan21:36
*** piggz_ has quit IRC21:36
*** harbaum has joined #harmattan21:36
*** piggz__ has quit IRC21:42
*** apundhir has quit IRC21:47
*** jluisn has quit IRC21:48
*** arcean has quit IRC21:48
*** khertan has joined #harmattan21:52
*** antman8969 has joined #harmattan21:59
*** antman8969 has quit IRC22:04
*** harbaum has quit IRC22:06
*** piggz__ has joined #harmattan22:10
*** elldekaa has quit IRC22:10
*** khertan has quit IRC22:12
*** e-yes has quit IRC22:24
*** khertan has joined #harmattan22:24
*** hardaker has quit IRC22:25
*** hardaker has joined #harmattan22:26
*** faenil has joined #harmattan22:39
*** e-yes has joined #harmattan22:40
*** xnt14 has quit IRC22:43
rzrkhertan, u need that one http://nokians.fr/2012/05/lecran-du-nokia-lumia-900-mis-a-lepreuve-avec-un-marteau/22:44
*** arcean has joined #harmattan22:44
*** xnt14 has joined #harmattan22:45
khertanrzr: my n950 was dropped on floor 6 months ago and with only a minor scratch in the corner :)22:45
khertanbut seems that it s the end today22:46
rzrkhertan, yes that's why i read online22:46
khertankeep losing network22:46
rzri would have resit if you were running wp722:46
rzrit ...22:46
khertani selling the lumia 80022:46
khertantwo days after using it22:47
khertanhate that os22:47
khertanand need to buy new wheel for my car :)22:47
khertanmore usefull than this shitty wp7 :)22:47
khertanmy n950 seems have a cellular modem dying ... 22 reboot today to keep cellular network alive :(22:48
khertanwill be time to look forward ... for an other plateform22:48
khertanor use that good old n900 maemo which are still doing notification on my desk22:48
* khertan will not bought a phone whitout a physical keyboard22:49
thpkhertan: actually the n9 virtual keyboard with the tactile feedback is quite good22:49
*** Khertan_n950 has joined #harmattan22:50
thpkhertan: combined with some intelligence built into khteditor, you are probably at least as productive as with a hwkb ;)22:50
Khertan_n950at least wifi still working22:50
Khertan_n950will be difficult22:51
Khertan_n950and too much pain to do something with a qml textarea :(22:52
thpkhertan: just implement your own textarea widget22:52
Khertan_n950thp, did you know any device which have python on it and really support it ?22:52
thpKhertan_n950: well, to be honest, harmattan is the one that has first-class python support22:53
thpKhertan_n950: if you are looking for other things, android does have SL4A and i've experimented a bit with porting pyside to it22:53
thpKhertan_n950: http://thp.io/2011/pyside-android/22:53
Khertan_n950thp, i ve tryed to do own by using a qgraphicproxy widget but since pr1.1 segfault without apparent reason22:53
thpKhertan_n950: have you tried a different graphicssystem (-graphicssystem switch if you pass the command line args to QApplication)?22:54
Khertan_n950a bit tired doing workarround for qml22:54
thpKhertan_n950: i'm sure it can be debugged somehow ;)22:54
Khertan_n950thp, probably but don t found how22:54
thpKhertan_n950: btw. do you plan on going to europython?22:54
Khertan_n950nope22:55
Khertan_n950where it s this year ?22:55
thpflorence22:56
Khertan_n950did you go ?22:56
djszapiwhy would you port pyside ?22:57
Khertan_n950did you lose sometime cellular network on your n950 without being able to recover it ?22:57
Khertan_n950except with a reboot ?22:58
dm8tbryes, seems to depend on network or SIM though22:59
dm8tbrhappens from time to time on sonera, happens next to never on saunalahti22:59
Khertan_n950it s happen 2 or 3 time a week ... but today i need to reboot 27 times23:00
Khertan_n950could be a sim problem ?23:00
Khertan_n950but didn t have such problem on n90023:01
thpKhertan_n950: i'm going, yes23:01
thpdjszapi: just for fun ;)23:01
*** TMavica has quit IRC23:02
Khertan_n950thp: i ll maybe probably write a source hilighting editor with pygame this way will be fully portable :)23:02
*** b0unc3 has quit IRC23:04
*** djszapi has left #harmattan23:04
*** b0unc3 has joined #harmattan23:05
thpKhertan_n950: that'd be cool, yes :)23:07
thpor split the backend and the frontend - so that you could have the highlighting/editing backend + a pygame frontend and e.g. a qgraphicsview frontend23:08
Khertan_n950yes with pygame i ll surely split back and frontend23:09
*** shanttu has quit IRC23:11
*** rm_work has quit IRC23:12
*** b0unc3 has quit IRC23:15
*** b0unc3 has joined #harmattan23:17
*** b0unc3 has quit IRC23:18
*** hardaker has quit IRC23:19
*** jluisn has joined #harmattan23:20
*** etrunko has quit IRC23:21
*** b0unc3 has joined #harmattan23:23
*** gabriel9 has joined #harmattan23:36
*** b0unc3 has quit IRC23:42
*** b0unc3 has joined #harmattan23:44
*** gabriel9 has quit IRC23:55

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!