*** tom___ has joined #harmattan | 00:00 | |
jonni | pa: semicolons missing at each line ends on assignments? :) | 00:00 |
---|---|---|
*** denism has quit IRC | 00:01 | |
*** arcean has quit IRC | 00:01 | |
pa | aha.. no =... i must be really sleepy by now :) | 00:01 |
pa | thanks a lot! | 00:01 |
pa | :) | 00:01 |
pa | ah no | 00:01 |
jonni | didnt test, just a wild guess | 00:01 |
pa | at the end | 00:01 |
pa | right | 00:02 |
pa | coz its javascript | 00:02 |
pa | i just cut pasted from qml | 00:02 |
pa | u know.. :) | 00:02 |
pa | thanks :) | 00:02 |
ZogG_latop | pa: missing ";" ? | 00:02 |
*** Morpog has joined #harmattan | 00:03 | |
ZogG_latop | didnt see jonni replied already | 00:05 |
jonni | if you would use qml debugger, you also get script console where you see js errors. http://doc.qt.nokia.com/qtcreator-2.5/creator-debugging-qml.html | 00:05 |
ZogG_latop | btw in qml u need those too | 00:05 |
pa | u mean the ; at the end of the line? | 00:05 |
ZogG_latop | qtcreator show those by default and app started in console too afaik - when it starts qml | 00:05 |
pa | even tho i added those, and it still doesnt assign | 00:06 |
pa | hmmm | 00:06 |
ZogG_latop | pa: it says each function or operation ends here and another starts | 00:06 |
ZogG_latop | other wise it thinks all those are the same big function that can't be understand | 00:06 |
pa | and in qml i also need semicols? | 00:07 |
pa | didnt know.. actually that code doesnt have them | 00:07 |
pa | but kinda works | 00:07 |
ZogG_latop | in many script languages those used | 00:07 |
jonni | on qml semicolls are optional, but in js you need them. | 00:08 |
*** NIN101 has quit IRC | 00:08 | |
AlphaX2 | I think you need semicolons only if you don't want to "waste" a new line | 00:08 |
ZogG_latop | in qml they are needed as far as you have few lines, but in one line you don't need AFAIK | 00:08 |
AlphaX2 | { | 00:08 |
AlphaX2 | bla | 00:08 |
AlphaX2 | bla | 00:08 |
AlphaX2 | } | 00:08 |
AlphaX2 | should also work | 00:08 |
ZogG_latop | in one line few functions == ugly +P | 00:09 |
ZogG_latop | night | 00:09 |
pa | anyway i added those, but my props dont update | 00:10 |
jonni | pa: new codepad paste? or use qml debugger. | 00:10 |
AlphaX2 | pastebin it? | 00:13 |
AlphaX2 | rzr: where do I have to place my .gitignore | 00:13 |
AlphaX2 | because it is not working | 00:13 |
*** danielcbit has quit IRC | 00:14 | |
*** niqt has joined #harmattan | 00:14 | |
AlphaX2 | rzr: it tells me there are changes in control~ and I should push them | 00:14 |
rzr | at top dir | 00:14 |
rzr | git rm */*~ | 00:15 |
*** jluisn has quit IRC | 00:16 | |
AlphaX2 | error: 'src/fotoshare_deb/DEBIAN/control~' has changes staged in the index | 00:16 |
AlphaX2 | (use --cached to keep the file, or -f to force removal) | 00:16 |
AlphaX2 | use force? | 00:16 |
AlphaX2 | rzr: ? | 00:17 |
AlphaX2 | rzr: I think it's merged | 00:17 |
rzr | congratz | 00:19 |
AlphaX2 | so YOU have now my code also in harmattan/FotoShareN9 my one is the same as before? | 00:21 |
pa | apparently by stuffing those props into an item worked out | 00:22 |
rzr | let pull to check | 00:22 |
*** etrunko has quit IRC | 00:23 | |
AlphaX2 | rzr: okay it is | 00:24 |
AlphaX2 | ;) | 00:24 |
rzr | humm ? | 00:24 |
rzr | https://github.com/AlphaX2/FotoShareN9 | 00:24 |
rzr | is not updated yet | 00:24 |
rzr | did u push ? | 00:24 |
pa | jonni, yes, that was apparently the problem | 00:27 |
pa | now, with the pros inside an item, i can also drag them into c++ | 00:27 |
AlphaX2 | rzr: hmm no I don't think so | 00:28 |
AlphaX2 | If I try again it tells me up to date | 00:28 |
rzr | then you havent accepted my pull request ? | 00:29 |
AlphaX2 | ahh wait | 00:29 |
rzr | it's still open | 00:29 |
rzr | https://github.com/AlphaX2/FotoShareN9/pulls | 00:29 |
*** gabriel9 has joined #harmattan | 00:30 | |
AlphaX2 | but now it should be | 00:31 |
AlphaX2 | pulled a second time instead of pushing ^^ | 00:31 |
AlphaX2 | my fault, sorry for the confussion | 00:31 |
AlphaX2 | ;) | 00:31 |
*** ajalkane has joined #harmattan | 00:32 | |
AlphaX2 | Can I also build it like you do now? | 00:32 |
rzr | you should yes | 00:32 |
rzr | install sb | 00:32 |
AlphaX2 | sb is ? | 00:33 |
MohammadAG | Scratchbox | 00:33 |
AlphaX2 | okay | 00:35 |
rzr | all clear | 00:35 |
rzr | we're sync now | 00:35 |
rzr | bed time | 00:35 |
rzr | later guys | 00:35 |
AlphaX2 | okay good n8 | 00:35 |
AlphaX2 | ;) | 00:35 |
*** arcean has joined #harmattan | 00:35 | |
Elleo | ZogG_latop: cool, well done (re: ovi store) :) | 00:36 |
AlphaX2 | Scratchbox for debian is working on Ubuntu without any problems? | 00:38 |
mankeli | at least it does for me | 00:40 |
jonni | http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Alternative_development_environments_Platform_SDK_user_guide_Installing_Harmattan_Platform_SDK.html | 00:40 |
jonni | yes it has been tested with ubuntu natty | 00:40 |
ajalkane | anyone know what package is supposed to include Xlib-xcb.h ? | 00:41 |
jonni | ajalkane: fakeroot apt-get install libx11-xcb-dev | 00:45 |
jonni | its in there | 00:45 |
Elleo | ajalkane: if you install apt-utils, you can do "apt-file update" then "apt-file find missingheader.h" and it'll tell you what package contains it | 00:46 |
ajalkane | jonni: thanks... that package should have been installed, but I guess I need to dig up what went wrong | 00:47 |
Elleo | oh actually, I think it's in a separate package to apt-utils | 00:47 |
ajalkane | Elleo: nice, I wondered why apt-file don't work | 00:47 |
Elleo | ah, and not packaged for scratchbox | 00:47 |
ajalkane | Enough if I can get it on device | 00:47 |
AlphaX2 | jonni: thanks I will try it tomorrow with 12.04 | 00:47 |
Elleo | still a lot of packages have the same names across debian/ubuntu and harmattan, so running it on a desktop system is usually enough | 00:47 |
Elleo | (except for meego specific libs) | 00:47 |
jonni | AlphaX2: its untested in 12.04, just like qt creator doesnt support 12.04 fully yet, it might be that sb fails on 12.04. Nokia devels have been told not to upgrade 12.04 untill its stable. | 00:50 |
jonni | but might work if your lucky :) | 00:50 |
Elleo | if it's any reassurance it works fine for me on 12.04 | 00:50 |
jonni | havent checked the status lately | 00:50 |
AlphaX2 | jonni: hmmm okay so maybe it is not that important for me | 00:50 |
Elleo | although that's a system that's been upgraded from 11.10 with scratchbox already on it | 00:50 |
Elleo | so I don't know if a fresh install works okay | 00:51 |
AlphaX2 | but I also have problems with QtCreator | 00:51 |
AlphaX2 | no help is shown also install only works as root | 00:51 |
jonni | well most likely it works. I'm still using 11.10 and not planning to upgrade untill there has been enough quineapigs on 12.04 who have fixed the bugs :) | 00:51 |
AlphaX2 | also 12.04 at all seems a bit buggy (for me) | 00:51 |
ajalkane | hmm... apt-utils doesn't seem to contain apt-file. In Ubuntu I got it from package apt-file, but that package doesn't seem to be there for Harmattan | 00:52 |
jonni | you are never supposed to install sdk or creator as root or sudo, if you do then everything will be screwed | 00:52 |
AlphaX2 | I know^^ | 00:52 |
AlphaX2 | Cause I am using Python it is not a big problem cause I'm only using the IDE part to write QML | 00:53 |
Elleo | ajalkane: yeah, that's what I said above after I checked ;) | 00:53 |
jonni | ajalkane: well in this case you dont need apt-gile, since I checked that package really installs that header | 00:53 |
ajalkane | Elleo: ah lol, right | 00:53 |
ajalkane | jonni: Yeah, would just been nice to have it for future needs. | 00:54 |
*** mrtank_n9 has joined #harmattan | 00:57 | |
*** mrtank_n9 has quit IRC | 00:58 | |
jonni | ajalkane: well you can just wget the Contents-armel.gz and use zgrep header.h Contents-armel.gz to achieve the same, no need for apt-file | 01:00 |
ajalkane | hmm... apt-utils doesn't seem to contain apt-file. In Ubuntu I got it from package apt-file, but that package doesn't seem to be there for Harmattan http://harmattan-dev.nokia.com/ directory structure? I'm not too knowledgeable about debian and didn't find it in places I thought it might be | 01:05 |
ajalkane | sorry about that blabbering, i don't know how i managed to put it there. I meant: | 01:05 |
ajalkane | jonni: thanks, good hint. But where is it in Harmattan http://harmattan-dev.nokia.com/ directory structure? I'm not too knowledgeable about debian and didn't find it in places I thought it might be | 01:06 |
Kozzi | http://talk.maemo.org/showthread.php?t=84986 | 01:08 |
jonni | can you pastebin your sources.list, I think that my env has url that I shouldnt paste :) | 01:08 |
ajalkane | ~ # cat /etc/apt/sources.list.d/harmattansdk.list | 01:09 |
ajalkane | deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free | 01:09 |
ajalkane | (it was too short to waste carbon-oxide on paste-bin :P) | 01:10 |
jonni | ahwell might be that public repo is missing that one then | 01:16 |
ajalkane | Damn... well, the immediate problem was solved anyway. | 01:16 |
jonni | heh, well you can always ping me, and I can run the zgrep to tell which package provides it. | 01:19 |
*** briglia has quit IRC | 01:20 | |
ajalkane | zjonnigrep, that's good also :) | 01:20 |
*** natunen has quit IRC | 01:23 | |
*** briglia has joined #harmattan | 01:24 | |
*** rm_work has quit IRC | 01:30 | |
* ajalkane ran out of beer. Sleep time then. | 01:33 | |
*** ajalkane has quit IRC | 01:33 | |
*** gabriel9 has quit IRC | 01:34 | |
*** GeneralAntilles has quit IRC | 01:35 | |
*** M4rtinK has quit IRC | 01:39 | |
*** Siosm has quit IRC | 01:40 | |
*** GeneralAntilles has joined #harmattan | 01:42 | |
*** GeneralAntilles1 has joined #harmattan | 01:43 | |
*** AlphaX2 has quit IRC | 01:44 | |
*** GeneralAntilles1 has quit IRC | 01:46 | |
*** tom___ has quit IRC | 02:00 | |
*** lmoura has quit IRC | 02:04 | |
*** lmoura has joined #harmattan | 02:05 | |
*** niqt has quit IRC | 02:11 | |
*** liar has quit IRC | 02:11 | |
*** GeneralAntilles has quit IRC | 02:13 | |
*** Vromoth has joined #harmattan | 02:29 | |
*** arcean has quit IRC | 02:31 | |
*** snowpong has quit IRC | 02:37 | |
*** lildeimos has quit IRC | 02:38 | |
*** GeneralAntilles has joined #harmattan | 02:39 | |
*** faenil has joined #harmattan | 02:39 | |
*** Vromoth has quit IRC | 02:40 | |
*** GeorgeH has joined #harmattan | 02:45 | |
*** JackaLX has joined #harmattan | 02:46 | |
*** JackaLX has quit IRC | 02:46 | |
*** JackaLX has joined #harmattan | 02:46 | |
*** faenil has quit IRC | 02:51 | |
*** imunsie has joined #harmattan | 04:20 | |
*** Morpog has quit IRC | 04:27 | |
*** hardaker has quit IRC | 04:29 | |
*** GeorgeH has quit IRC | 04:36 | |
*** adlan has joined #harmattan | 04:47 | |
*** adlan has quit IRC | 04:54 | |
*** adlan has joined #harmattan | 04:54 | |
*** nozdormu has joined #harmattan | 05:13 | |
*** nozdormu has quit IRC | 05:15 | |
*** auser has joined #harmattan | 05:17 | |
*** rcg1 has quit IRC | 05:30 | |
*** auser has quit IRC | 05:35 | |
*** natunen has joined #harmattan | 05:41 | |
*** rcg has joined #harmattan | 05:45 | |
*** Shaan7 has joined #harmattan | 06:08 | |
*** itsnotabigtruck has joined #harmattan | 06:36 | |
itsnotabigtruck | just got my irc up and running again | 06:37 |
itsnotabigtruck | server crash = very lame :( | 06:37 |
itsnotabigtruck | anything new in the harmattan world | 06:37 |
*** xarcass has joined #harmattan | 06:58 | |
*** hardaker has joined #harmattan | 07:19 | |
*** M4rtinK has joined #harmattan | 08:00 | |
*** beford has quit IRC | 08:04 | |
*** beford has joined #harmattan | 08:06 | |
*** dm8tbr has quit IRC | 08:07 | |
*** Sput has quit IRC | 08:10 | |
*** Sput has joined #harmattan | 08:10 | |
*** Siosm has joined #harmattan | 08:37 | |
*** beford has quit IRC | 08:38 | |
*** hardaker has quit IRC | 08:39 | |
*** jaywink has joined #harmattan | 08:40 | |
*** beford has joined #harmattan | 08:42 | |
*** beford has quit IRC | 08:44 | |
*** jaywink has quit IRC | 08:44 | |
*** jaywink has joined #harmattan | 08:46 | |
*** M4rtinK has quit IRC | 08:49 | |
*** liar has joined #harmattan | 08:52 | |
*** briglia has quit IRC | 09:01 | |
*** briglia has joined #harmattan | 09:02 | |
*** dm8tbr has joined #harmattan | 09:04 | |
*** rnovacek has joined #harmattan | 09:04 | |
*** denism has joined #harmattan | 09:19 | |
*** piggz has joined #harmattan | 09:22 | |
*** piggz__ has quit IRC | 09:22 | |
*** elldekaa has quit IRC | 09:30 | |
*** eman has quit IRC | 09:39 | |
*** eman has joined #harmattan | 09:40 | |
*** miroslav has joined #harmattan | 09:46 | |
*** piggz has quit IRC | 09:51 | |
*** piggz has joined #harmattan | 09:52 | |
*** Saviq_ has joined #harmattan | 09:53 | |
*** piggz_ has joined #harmattan | 09:57 | |
*** piggz has quit IRC | 09:57 | |
*** Saviq_ has quit IRC | 10:00 | |
*** piggz__ has joined #harmattan | 10:00 | |
*** piggz_ has quit IRC | 10:01 | |
*** gabriel9|work has joined #harmattan | 10:07 | |
*** tom_ has joined #harmattan | 10:33 | |
*** tom___ has joined #harmattan | 10:41 | |
*** leinir has quit IRC | 10:42 | |
*** tom_ has quit IRC | 10:45 | |
*** jreznik has joined #harmattan | 10:45 | |
*** tbf has joined #harmattan | 10:46 | |
*** ab has quit IRC | 10:52 | |
*** luke-jr_ has joined #harmattan | 10:58 | |
*** luke-jr has quit IRC | 10:58 | |
*** heymaster has quit IRC | 11:01 | |
*** ZogG_latop has quit IRC | 11:24 | |
*** ZogG_latop has joined #harmattan | 11:24 | |
*** ZogG has quit IRC | 11:25 | |
Kozzi | https://twitter.com/StevieElop/status/214825550978625536 | 11:25 |
*** povbot has joined #harmattan | 12:40 | |
*** ChanServ sets mode: +v povbot | 12:40 | |
*** eman has quit IRC | 12:41 | |
*** elldekaa has quit IRC | 12:41 | |
*** eman has joined #harmattan | 12:41 | |
*** mgedmin has joined #harmattan | 12:42 | |
*** liar has joined #harmattan | 12:48 | |
*** eman has quit IRC | 12:50 | |
*** eman has joined #harmattan | 12:50 | |
Kozzi | ah got it, the live trace tool isn't that smart after all | 12:56 |
*** mgedmin has quit IRC | 13:00 | |
*** mgedmin has joined #harmattan | 13:00 | |
*** JackaLX has quit IRC | 13:08 | |
*** imunsie has quit IRC | 13:09 | |
*** rcg has quit IRC | 13:15 | |
*** Saviq_ has joined #harmattan | 13:32 | |
*** Saviq_ has quit IRC | 13:33 | |
*** tom_ has joined #harmattan | 13:42 | |
*** adlan has quit IRC | 13:46 | |
*** tom_ has quit IRC | 13:53 | |
*** Lava_Croft has left #harmattan | 14:06 | |
*** Lava_Croft has joined #harmattan | 14:08 | |
*** Saviq_ has joined #harmattan | 14:20 | |
*** jluisn has joined #harmattan | 14:21 | |
*** Saviq_ has quit IRC | 14:23 | |
*** lizardo has joined #harmattan | 14:26 | |
*** IcanCU_ has quit IRC | 14:37 | |
*** IcanCU_ has joined #harmattan | 14:40 | |
*** IcanCU has joined #harmattan | 14:41 | |
*** ieatlint has quit IRC | 14:58 | |
*** ieatlint has joined #harmattan | 14:58 | |
*** eman has quit IRC | 15:08 | |
*** eman has joined #harmattan | 15:08 | |
*** eman has quit IRC | 15:15 | |
*** eman has joined #harmattan | 15:15 | |
*** rcg has joined #harmattan | 15:18 | |
*** miroslav has joined #harmattan | 15:19 | |
*** hardaker has joined #harmattan | 15:25 | |
pa | anyone with qml bluetooth experience? | 15:29 |
*** liar has quit IRC | 15:33 | |
*** liar has joined #harmattan | 15:33 | |
*** lamikr has joined #harmattan | 15:34 | |
*** xmlich02 has quit IRC | 15:41 | |
*** xmlich02 has joined #harmattan | 15:43 | |
*** liar has quit IRC | 15:45 | |
*** xarcass has quit IRC | 15:52 | |
*** liar has joined #harmattan | 15:53 | |
*** etrunko has joined #harmattan | 15:55 | |
*** hardaker has quit IRC | 15:55 | |
*** DocScrutinizer06 has quit IRC | 15:56 | |
*** DocScrutinizer has quit IRC | 15:56 | |
*** DocScrutinizer has joined #harmattan | 15:57 | |
*** DocScrutinizer06 has joined #harmattan | 15:57 | |
*** hardaker has joined #harmattan | 16:00 | |
*** jaywink has quit IRC | 16:01 | |
*** liar has quit IRC | 16:03 | |
*** liar has joined #harmattan | 16:06 | |
*** gri has quit IRC | 16:11 | |
AlphaX2 | hi guys | 16:14 |
AlphaX2 | I need some help - cause I don't understand QMLs behaviour | 16:15 |
AlphaX2 | I have a config class which is contextProperty of the QML | 16:16 |
*** gri has joined #harmattan | 16:16 | |
AlphaX2 | the methods of Config evaluate to True or False and have just the task to set some buttons and switches to checked or not | 16:17 |
AlphaX2 | so I use them in QML this way: checked: config.get_<name>_checked() | 16:18 |
AlphaX2 | so just "ask" via Slot "Am I checked or not" | 16:18 |
AlphaX2 | its working very well but QML emits, if the element is checked the elements onChecked signal | 16:19 |
AlphaX2 | this signal is bind to another Classes Slot | 16:19 |
AlphaX2 | so it unchecks itself | 16:19 |
AlphaX2 | but that in fact can you see only on next start up | 16:19 |
AlphaX2 | what can I do? | 16:20 |
*** elldekaa has joined #harmattan | 16:25 | |
*** luke-jr_ is now known as luke-jr | 16:49 | |
*** etrunko has quit IRC | 16:57 | |
*** etrunko has joined #harmattan | 16:58 | |
*** Shaan7 has quit IRC | 16:59 | |
*** Shaan7 has joined #harmattan | 16:59 | |
*** etrunko has quit IRC | 17:02 | |
*** kevin_b_ has quit IRC | 17:03 | |
*** kevin_b has joined #harmattan | 17:03 | |
*** auenf has quit IRC | 17:04 | |
*** miroslav has quit IRC | 17:19 | |
*** rm_work has joined #harmattan | 17:22 | |
*** rm_work has joined #harmattan | 17:22 | |
*** snowpong has quit IRC | 17:23 | |
rm_work | Is it possible to send files *from* the N9(50) to another device via bluetooth? I can't find a menu option for it anywhere | 17:23 |
rm_work | do i need a special program? | 17:23 |
rm_work | the lack of file browser is aggrivating :( | 17:23 |
rm_work | that's the thing i miss most from Maemo5 | 17:24 |
*** jluisn has quit IRC | 17:24 | |
* rm_work googles | 17:24 | |
ZogG_latop | rm_work: filebox? | 17:26 |
rm_work | hrm | 17:26 |
rm_work | just found this: http://www.meegoexperts.com/2011/08/file-manager-harmattan-n9-n950-alpha-0-1-0-released/ | 17:26 |
rm_work | can't actually find it tho | 17:27 |
rm_work | so, filebox? | 17:27 |
*** danielcbit has joined #harmattan | 17:27 | |
*** jluisn has joined #harmattan | 17:28 | |
ZogG_latop | rm_work: http://talk.maemo.org/showthread.php?t=76345 | 17:30 |
*** rnovacek has quit IRC | 17:31 | |
rm_work | thanks | 17:33 |
*** etrunko has joined #harmattan | 17:38 | |
*** AlphaX2 has quit IRC | 17:44 | |
*** natunen has quit IRC | 17:48 | |
Kozzi | woho, 37 working tv channels, perhaps time to consider having them in an app. | 17:52 |
*** auenf has joined #harmattan | 17:53 | |
*** gabriel9 has joined #harmattan | 17:58 | |
*** gabriel9|work has quit IRC | 17:58 | |
*** jluisn has quit IRC | 17:58 | |
*** jussi has quit IRC | 18:00 | |
*** jussi has joined #harmattan | 18:00 | |
*** auenfx4 has joined #harmattan | 18:01 | |
*** auenf has quit IRC | 18:02 | |
*** gabriel9 has quit IRC | 18:06 | |
*** khertan has joined #harmattan | 18:06 | |
*** cityLights has quit IRC | 18:13 | |
MohammadAG | Screwing up an iOS device means restoring it, there's no way around that | 18:13 |
MohammadAG | kinda sucks | 18:13 |
MohammadAG | +1 to Android and Harmattan/Maemo there | 18:13 |
pa | Kozzi, do you use worldtv99? | 18:13 |
MohammadAG | of course on Harmattan you'd have to reflash to get rid of the warranty void message but still... | 18:13 |
pa | :) | 18:14 |
MohammadAG | and one thing for sure | 18:14 |
MohammadAG | watchdogs suck on all devices | 18:15 |
pa | do you think that im better off with some native qt widget and use standard qt ways to handle bluetooth, since i cant get qml and qt interoperate on bluetooth? | 18:17 |
* RST38h moos at MohammadAG | 18:17 | |
RST38h | Mohammad: Just go with Android. But yes, the mascot looks like a garbage bin for a reason. | 18:18 |
MohammadAG | QWidgets dont work right on Harmattan | 18:18 |
MohammadAG | RST38h, I hate it | 18:18 |
MohammadAG | I also hate having to restore cause I screwed up the main UI | 18:18 |
RST38h | MohammadAG: I also hate it. But I hate being assraped by Apple more. | 18:18 |
MohammadAG | I prefer that to being assraped by Java | 18:18 |
khertan | Hello ! | 18:19 |
RST38h | Oh, I mostly ignore Java ;) | 18:19 |
khertan | Some notice delay in QA on new apps in Nokia Store this days ? | 18:19 |
MohammadAG | you can't ignore a pita | 18:19 |
RST38h | Wrote a wrapper and forgot about it | 18:19 |
MohammadAG | oh... | 18:19 |
MohammadAG | I can't restore | 18:19 |
khertan | i ve submitted an app two weeks ago no answer yet | 18:19 |
RST38h | You can, if you do it wisely | 18:19 |
MohammadAG | how, fun | 18:19 |
* RST38h scared to install x64 Python | 18:22 | |
RST38h | going with x86 | 18:22 |
Kozzi | pa: nope, you could try http://thestreamdb.com/ | 18:22 |
Kozzi | there lots of links, no idea if they work though | 18:23 |
Kozzi | pa: do you know if there is a way to add the stream gotten from rtmpdump to kmplayer ? | 18:26 |
Kozzi | *add = pass | 18:26 |
MohammadAG | Woo, started restoring | 18:26 |
MohammadAG | fucking finally | 18:27 |
MohammadAG | now it needs 2 hours to restore my stuff, :D | 18:27 |
MohammadAG | I'm not sure why that cable they supply says USB 2.0 | 18:27 |
MohammadAG | 32GBs of data should copy in 10 mins | 18:27 |
*** natunen has joined #harmattan | 18:28 | |
ZogG_latop | khertan: what app? | 18:28 |
khertan | ZogG: KhtBMA | 18:28 |
*** rcg has quit IRC | 18:28 | |
Kozzi | ZogG_latop: do you have the nick of TedTalks maker or links to the source? | 18:31 |
*** gri has quit IRC | 18:32 | |
*** jreznik has quit IRC | 18:32 | |
*** gri has joined #harmattan | 18:32 | |
pa | Kozzi, dont know.. | 18:33 |
pa | but why dont u try worldtv99? | 18:33 |
*** hardaker2 has joined #harmattan | 18:35 | |
Kozzi | is it an app for n9 ? | 18:35 |
pa | for kmplayer | 18:35 |
pa | list of feeds | 18:35 |
* khertan installing scratchbox for compiling vim with python support | 18:37 | |
Kozzi | pa: eh, no idea what you mean by that | 18:37 |
pa | search for it | 18:38 |
*** hardaker2 has quit IRC | 18:42 | |
*** rcg has joined #harmattan | 18:44 | |
ZogG_latop | http://www.telegraph.co.uk/technology/microsoft/9343720/Microsofts-Surface-tablet-fails-during-Los-Angeles-showcase.html | 18:47 |
ZogG_latop | lol surface freezes during presentation | 18:48 |
ZogG_latop | he feels so embarresed | 18:48 |
Kozzi | I found the deb file and thread for maemo 5 but no info on source code or how it add links to kmplayer | 18:49 |
Kozzi | *how it = how to | 18:49 |
ZogG_latop | Kozzi: write here apps@aegis.co.id | 19:05 |
*** elldekaa has quit IRC | 19:15 | |
*** NIN101 has joined #harmattan | 19:27 | |
Kozzi | thanks | 19:28 |
*** tbf has quit IRC | 19:33 | |
*** snowpong has joined #harmattan | 19:35 | |
*** Saviq_ has joined #harmattan | 19:35 | |
*** Saviq_ has quit IRC | 19:36 | |
*** M4rtinK has joined #harmattan | 19:53 | |
*** japh has joined #harmattan | 19:55 | |
*** rcg has quit IRC | 19:56 | |
*** arcean has joined #harmattan | 20:02 | |
*** jluisn has joined #harmattan | 20:04 | |
*** gabriel9 has joined #harmattan | 20:06 | |
pa | kozzi: you find the link on my-meego | 20:07 |
*** Morpog has joined #harmattan | 20:08 | |
Morpog | oh wow, wp8 is as boring as wp7..... | 20:08 |
*** unreal- has quit IRC | 20:12 | |
*** elldekaa has joined #harmattan | 20:35 | |
*** M4rtinK has quit IRC | 20:35 | |
*** aheinecke has quit IRC | 20:36 | |
*** leio_ has joined #harmattan | 20:37 | |
Morpog | still no real multitasking...... | 20:37 |
*** leio has quit IRC | 20:39 | |
rzr | worse is better | 20:41 |
*** leio_ is now known as leio | 20:41 | |
ZogG_latop | windows will always stay windows | 20:42 |
Morpog | hey, new nokia suite beta supports officially n9! | 20:49 |
Morpog | wonders still happen | 20:50 |
ZogG_latop | is it ported to linux ? | 20:51 |
rzr | who cares ? | 20:51 |
ZogG_latop | if it is it's nice otherwise no use | 20:52 |
Morpog | lol | 20:52 |
Morpog | nope its not | 20:52 |
*** ab has quit IRC | 20:52 | |
Morpog | rzr, everyone who hates nokia link and wants to sync stuff offline | 20:53 |
Morpog | like contacts, calenders, etc. | 20:53 |
*** HtheB has joined #harmattan | 20:55 | |
rzr | rsync :) | 20:56 |
HtheB | hi rzr | 20:57 |
HtheB | sup | 20:57 |
rzr | hi | 20:59 |
HtheB | you replied to the ios topic | 21:00 |
HtheB | on tmo | 21:00 |
HtheB | what do you mean with the 1st build? | 21:00 |
HtheB | since there is no maemo port at all (yet) | 21:01 |
*** lmoura has quit IRC | 21:01 | |
*** lmoura has joined #harmattan | 21:05 | |
ZogG_latop | HtheB: ori knwow your nick | 21:13 |
ZogG_latop | so those are people that log in here just to sk quick question and ru away? =) | 21:13 |
*** lamikr has quit IRC | 21:14 | |
HtheB | no, ive just installed irc | 21:15 |
*** elldekaa has quit IRC | 21:15 | |
HtheB | saw zrz was active | 21:15 |
HtheB | so just tought what he meant with his post :p | 21:15 |
HtheB | (was trying out different irc clients on harmattan) | 21:17 |
*** elldekaa has joined #harmattan | 21:22 | |
rzr | HtheB, well i suggested to built it w/ gcc at least | 21:22 |
rzr | btw it may be a hoax | 21:23 |
HtheB | hmmm, I think that the guy who got the ios apps running on the playbook doesnt make use of the magenta project | 21:24 |
HtheB | accourding to crackberry, it isnt | 21:24 |
HtheB | as you may see the videos and posts | 21:24 |
HtheB | games works good because of opengl afair | 21:25 |
HtheB | hang on, ill show you the link | 21:25 |
HtheB | www.crackberry.com/developer-gets-ios-apps-running-blackberry-real | 21:26 |
HtheB | I dont think its a hoax at all :) | 21:28 |
*** jreznik has joined #harmattan | 21:29 | |
rzr | so we should warmup our compiler | 21:30 |
*** mschlens has quit IRC | 21:33 | |
*** PTapioK has joined #harmattan | 21:35 | |
*** mschlens has joined #harmattan | 21:35 | |
HtheB | well, ive contacted the devloper again to see if he still likes to join/help us | 21:39 |
HtheB | what ive understand from his mail is that he is not allowed (or doesnt want) to share the sources | 21:39 |
*** ab has joined #harmattan | 21:40 | |
rzr | Magenta. | http://crna.cc/ | Magenta: https://dl.dropbox.com/u/3157793/Magenta/Photo%20Jun%2019%2C%206%2036%2055%20PM.jpg | The version on my site is ridiculously outdated, I know. I will update in within the next few days. | 21:42 |
ZogG_latop | HtheB: diffferent clients? there are only 2 normal on n9 and irssi if you have n950 | 22:02 |
ZogG_latop | rzr: have you seen community award competitions? | 22:02 |
ZogG_latop | chem|st: merlin1991 congrats you do deserve those btw | 22:03 |
ZogG_latop | MohammadAG: and you | 22:03 |
*** DocScrutinizer06 is now known as DocScrutinizer05 | 22:08 | |
*** elldekaa has quit IRC | 22:11 | |
*** npm has quit IRC | 22:12 | |
ZogG_latop | rzr: 3 council memebers out of 5 won the phone :D | 22:12 |
*** npm has joined #harmattan | 22:14 | |
ZogG_latop | Jaffa: ping | 22:14 |
*** briglia has quit IRC | 22:18 | |
*** beford has joined #harmattan | 22:19 | |
ZogG_latop | beford: hey man | 22:20 |
beford | hey | 22:21 |
beford | how is it going ZogG_latop | 22:23 |
Jaffa | ZogG_latop: pong | 22:25 |
ZogG_latop | Jaffa: i have question and some info i need to discuss with you | 22:28 |
*** ZogG_latop is now known as ZogG_laptop | 22:29 | |
*** denism has quit IRC | 22:29 | |
ZogG_laptop | Jaffa: i just going to write some howto on apps4meego + OBS + QtCreator as the wiki is not quite right and not quite usefull, but i would like someone to review it and than edit if needed before posting to wiki | 22:30 |
ZogG_laptop | AFAIK you wrote the the current one related to QtCreator as i assume | 22:31 |
ZogG_laptop | and second i just wondered how is BB10 device? =) | 22:31 |
*** rcg1 has joined #harmattan | 22:31 | |
ZogG_laptop | ~ping | 22:33 |
infobot | ~pong | 22:33 |
ZogG_laptop | =\ | 22:35 |
ZogG_laptop | beford: nothing good, except my app in apps4meego and ovi now =P | 22:35 |
beford | need to hurry up with mine | 22:35 |
beford | I'll work full on this weekend | 22:36 |
ZogG_laptop | beford: with lastfm? | 22:36 |
beford | yea | 22:36 |
ZogG_laptop | beford: need help? | 22:36 |
beford | I'll let you know heh, I've been doing ton of testing with the accounts thing | 22:36 |
ZogG_laptop | you was in same category as me or you in coding competition? | 22:36 |
beford | did you solve all the account issues? | 22:36 |
beford | yea, same category | 22:37 |
ZogG_laptop | beford: i got info out of account but i don't got token thing | 22:37 |
*** unreal_ has joined #harmattan | 22:37 | |
*** unreal_ is now known as unreal- | 22:37 | |
beford | I don't remember seeing a deadline, is there one? | 22:37 |
ZogG_laptop | i think i need to re-write plugin and the way i get data =) | 22:37 |
beford | most of the people already submitted the app though, so I'll better hurry up | 22:37 |
ZogG_laptop | beford: i didn't add accounts yet | 22:37 |
beford | ah ok | 22:37 |
ZogG_laptop | beford: i think at the end i'll end up with including koauth or what's the lib name in the app and f# native account as it's just a mess for noobie like me to figure it out | 22:38 |
beford | hehe | 22:39 |
ZogG_laptop | beford: what do you use to auth? | 22:42 |
ZogG_laptop | beford: and what problems with account you have? | 22:43 |
beford | last.fm api doesn't support oauth, is something similar | 22:43 |
*** Sniper_swe has joined #harmattan | 22:46 | |
*** Sniper_swe has quit IRC | 22:46 | |
*** jreznik has quit IRC | 22:46 | |
beford | ZogG, I don't have problems yet but I need to finish it first :p | 22:47 |
jonni | btw, newest nokia suite now supports N950 and N9. :) support is back :) | 22:49 |
jonni | support comes 'a bit' late :) | 22:50 |
pa | looks like a mocking for the users ;) | 22:53 |
pa | "now that your device is dead, you can use nokia suite" | 22:53 |
Kozzi | must be released by people who got cut recently | 22:53 |
tomma | how many n950 owner uses windows which is only host os nokia suite supports? | 22:53 |
pa | but so did Flop officially announced that the maemo project is now terminated? | 22:54 |
ZogG_laptop | still waiting for linux version | 22:55 |
ZogG_laptop | =P | 22:55 |
pa | = no further maemo devices ever? | 22:55 |
ZogG_laptop | jonni: leak the code | 22:55 |
pa | these days an iOS version would be more useful ;) | 22:55 |
pa | shit its a pity i didnt manage to finish my app by today | 22:56 |
pa | now i wont be able to work on it for at least a month | 22:56 |
beford | http://crackberry.com/developer-gets-ios-apps-running-blackberry-real | 22:56 |
jonni | pa: 11.2.2011 it was already announced that there is no new maemo devices ever. So that one was already known 16 months ago. | 22:58 |
pa | jonni, wasnt meltemi still in plan? | 22:59 |
*** ajalkane has joined #harmattan | 22:59 | |
ZogG_laptop | pa: plans change | 23:00 |
ZogG_laptop | pa: there was plan that n900 would be step 5/6 or something like that =P | 23:00 |
chem|st | ZogG_laptop: thanks! | 23:01 |
jonni | don't know what that wind is, as havent seen any announcements on that. And winds would never have been maemo or meego based. | 23:01 |
chem|st | still weird to have 4 councelors on that list | 23:01 |
ZogG_laptop | chem|st: only 3 won =) | 23:02 |
chem|st | niel iv estel and SD are 4 | 23:02 |
ZogG_laptop | chem|st: let's see if i would be banned again for my reply on that btw =P | 23:02 |
ZogG_laptop | niel won too? | 23:03 |
*** TMavica has joined #harmattan | 23:03 | |
*** TMavica has quit IRC | 23:04 | |
*** jluisn has quit IRC | 23:23 | |
*** jluisn has joined #harmattan | 23:24 | |
chem|st | ZogG_laptop: yes | 23:26 |
chem|st | I am just wondering about councelors having the guts to do that ever! | 23:27 |
ZogG_laptop | chem|st: late reply is so late | 23:27 |
ZogG_laptop | chem|st: i would grab all of them and run away =) | 23:28 |
ZogG_laptop | MWAHAHAHA | 23:28 |
chem|st | sry was occupied by s/o on query | 23:28 |
pa | how would you share a list of strings between qt and a qml listviewer component? | 23:28 |
ajalkane | What's the big deal? IMO anyone willing to get on the council to use their time trying to further our community deserves the device | 23:28 |
chem|st | nvm I am off | 23:28 |
tomma | pa, qstringlistmodel? | 23:29 |
chem|st | ZogG_laptop: just thought you ping me about s/t important :) | 23:29 |
chem|st | the device will probably go to my GF anyway... | 23:29 |
ZogG_laptop | pa: is it something to be changed a lot? | 23:30 |
pa | tomma, thanks! and would you declare it in qml , and then retrieve it via property(""), and appropriate conversion of the resulting QVariant in Qt, or the other way around? | 23:30 |
ZogG_laptop | chem|st: i'll send you one more, send me your gf | 23:31 |
pa | ZogG_laptop, no, not much, but it is changed by Qt, and displayed by qml | 23:31 |
pa | and on qml i want to click on the items, and the signal has to go back to qt | 23:31 |
ZogG_laptop | pa: can you explaine whole idea? | 23:31 |
ajalkane | QStringListModel does not work well in QML | 23:31 |
ajalkane | Well, correction, with Harmattan components. | 23:32 |
ZogG_laptop | pa: i have made the element that is changed by Qt monitored by aml and updated | 23:32 |
pa | well essentially i want to do bluetooth communication in Qt, and not qml, but i need a qml file to display the result of the scanning | 23:32 |
pa | at the moment i have the scnanning done all in qml | 23:32 |
*** messerting has joined #harmattan | 23:32 | |
ZogG_laptop | pa: i can show how i did it | 23:32 |
pa | but i dont know how to bring back BluetoothService items into qt | 23:32 |
tomma | pa, just put those strings into model which you set as context property for qml | 23:33 |
pa | so i thought about running the scanning in qt, and use qml just for displaying | 23:33 |
pa | ZogG_laptop, yeah, would be cool | 23:33 |
pa | tomma, ah ok, so you would do the other way around | 23:33 |
tomma | and make invokable function to some of your c++ qobject which takes index of clicked item | 23:33 |
*** Venemo has joined #harmattan | 23:33 | |
ZogG_laptop | pa: https://github.com/funkycode/imgrup/blob/master/src/qml/imgrup/UploadPage.qml#L20 | 23:34 |
chem|st | ZogG_laptop: for sure....not | 23:34 |
pa | thanks guys | 23:34 |
pa | fuck the presentation, i'll finish my app now :) | 23:34 |
ZogG_laptop | pa: https://github.com/funkycode/imgrup/blob/master/src/upload.cpp#L33 | 23:34 |
ZogG_laptop | pa: the second is how i emit from qt | 23:35 |
Kozzi | pa: that's the spirit! | 23:35 |
ZogG_laptop | pa: can you finish my and Kozzi's apps too please? | 23:36 |
ZogG_laptop | :) | 23:36 |
ZogG_laptop | ☺ | 23:36 |
Kozzi | my app ? | 23:36 |
pa | one at time .. and u already got ur N9, what do you want?? : pppp | 23:36 |
* ZogG_laptop xmms2 Playing: Nina Simone - Do What You Gotta Do: 02:36 of 03:35 | 23:37 | |
ZogG_laptop | pa: who got? | 23:37 |
pa | well | 23:37 |
pa | u will get | 23:37 |
pa | :) | 23:37 |
ZogG_laptop | pa: i still didn't, i hope i'll get, but for now i still do not believe =) | 23:37 |
ZogG_laptop | pa: so shoot for help if you want | 23:37 |
pa | u mean u fear Flow cancelled also the device program? :) | 23:37 |
pa | yes im looking for a project mate, would you be interested? :) | 23:38 |
pa | actually the first version of the app is almost done | 23:38 |
Kozzi | just got in touch with qml in qtcreator | 23:39 |
rzr | ZogG, well i got a n950 i am happy w/ it | 23:40 |
Kozzi | can I use this (create a qml file) showing a list of ..well channels and tapping an item will launch the $HOME/tvvn/tvvn.sh channel_name | 23:40 |
HtheB | n950 | 23:40 |
HtheB | ftw | 23:40 |
*** ezzy has joined #harmattan | 23:41 | |
*** nibbler has quit IRC | 23:41 | |
ZogG_laptop | rzr: yeah i know but i still think you diserve more than few from list =) | 23:41 |
ZogG_laptop | HtheB: you got onw too? | 23:42 |
ezzy | I cannot get my N9 to boot I am able to get flasher to reflash the device but to no avail. | 23:42 |
rzr | well i have nothing to say , i thank nokia for the 1st time | 23:42 |
ZogG_laptop | pa: i might be interested and i have another project i want to do and people want to see on harmattan but accounts thing is stopping, so i might end up with not native account but oauth lib inside app | 23:42 |
rzr | donno how involved are the lucky ones , future will tell | 23:42 |
ZogG_laptop | ezzy: battery is full? | 23:43 |
rzr | i would prefer that owners are more active than i do , than having all devices | 23:43 |
ezzy | ZogG, flasher says, "Battery level 77 %, continuing." | 23:43 |
pa | what is stopping? | 23:43 |
pa | accounts thing? meaning? | 23:43 |
ZogG_laptop | ezzy: full flash? any erro on display? what was the state before? | 23:43 |
rzr | and i said my request was in "low priority" , so this is not a problem . but if my n950 die i'll be in serious trouble | 23:44 |
ezzy | ZogG, Full flash, "Updating SW release ... Success" | 23:44 |
ZogG_laptop | pa: i know how to add account with oauth but not how to use it in app, and not good documentation there and i'm learning Qt and qml like you and my knowlegde at Qt and C++ probably less than yours =) | 23:44 |
ZogG_laptop | rzr: screen syndrome is scary | 23:45 |
pa | ah okay | 23:45 |
ZogG_laptop | ezzy: so u tried to flash and it died? | 23:45 |
pa | so u have to work on your problem now,thats what ur saying :) | 23:45 |
ZogG_laptop | pa: i started to work o tumblr client and made something simple | 23:45 |
ezzy | ZogG_laptop, no I flashed it because it died. | 23:45 |
*** NIN101 has quit IRC | 23:46 | |
HtheB | well, ive got an n955 | 23:46 |
pa | im making a sports tracker alternative, since the meego version is so crappy | 23:46 |
ZogG_laptop | pa: nope i'll work on other things with imgrup while for new app account and oauth are mandatory | 23:46 |
ZogG_laptop | pa: niiiiiice | 23:46 |
ZogG_laptop | HtheB: n9 + keyboard thing? =) | 23:46 |
HtheB | yup | 23:46 |
ZogG_laptop | HtheB: or nokla n955 clone of n95 from our chinise brothers? | 23:46 |
HtheB | works great if you ask me | 23:46 |
HtheB | a little clunky ofcourse, but... i think i can live with that | 23:47 |
HtheB | hahahaha | 23:47 |
Kozzi | pa: awesome! with maps support ? | 23:47 |
ZogG_laptop | i'm good with no keybord as i don't type t much and use it's more like phone, though sometimes ssh to pc to put movie from salon on tv or to switch music =) | 23:47 |
beford | you need a better media system | 23:48 |
pa | Kozzi, yes im planning to add that | 23:48 |
beford | :P | 23:48 |
pa | gps+maps | 23:48 |
ZogG_laptop | pa: btw is it tracker client or your choose other service? | 23:48 |
pa | but i want to get public just with the hrm | 23:48 |
beford | ssh just to change music ZogG_laptop ? :p there are mpd clients for n9 and n900 | 23:48 |
pa | no for now it will be stand alone | 23:48 |
pa | no web support | 23:48 |
pa | but im planning to store the data in a quite simple format | 23:49 |
ZogG_laptop | beford: i wrote kinda xmms2 client for n900, actually started but it died | 23:49 |
Kozzi | sport tracker requires internet connection for loading maps which suck since it's builtin | 23:49 |
pa | so that it can be pushed to different web services | 23:49 |
ZogG_laptop | beford: and i watch movies with mplayer | 23:49 |
ZogG_laptop | beford: as well i cn change music on computer from irssi on laptop =) | 23:49 |
Kozzi | I still wonder if developers have access to use those map files inside the phone | 23:50 |
beford | xbmc is probably better looking ZogG_laptop :P | 23:50 |
*** Sniper_swe has joined #harmattan | 23:50 | |
ZogG_laptop | Kozzi: maps of nokia sucks, viva la google | 23:50 |
beford | ZogG_laptop, is it a media dedicated pc? | 23:50 |
Kozzi | why bother load them online if map data files are pre-installed | 23:50 |
ZogG_laptop | beford: why so? i have desctop in my room and reciver in salon and cable for hdmi and sound (has no support on mobo to connect audio to nvidia to get audio thru hdmi too) | 23:51 |
ZogG_laptop | beford: it's desctop computer with torrents, data, music, web server, ftp and more =) | 23:52 |
Kozzi | ZogG_laptop: you should seriously consider getting xbmc, then use the xbmcremote made by mzanetti. | 23:52 |
ZogG_laptop | beford: it was more main pc before i got lazy with laptop | 23:52 |
beford | ah ok | 23:52 |
ezzy | So is my phone really bricked? ... | 23:52 |
ZogG_laptop | Kozzi: read agin what i wrote | 23:52 |
ZogG_laptop | Kozzi: xbmc is limited distro, while i have fully functional and can do the same xbm can and more | 23:53 |
Kozzi | ouch I'm slow typing | 23:53 |
ZogG_laptop | ezzy: there is option for that or that you didn't flash it right | 23:53 |
ZogG_laptop | Kozzi: beford i would suggest you to use funtoo =) | 23:53 |
ezzy | ./flasher -f -F <location>? | 23:54 |
beford | archlinux <3 | 23:54 |
ZogG_laptop | btw i have media-tv/xbmc in portage if you ask =) | 23:54 |
beford | arch is fun too :p | 23:54 |
*** tomma has quit IRC | 23:54 | |
Kozzi | windows 7 :) | 23:54 |
ezzy | What do you mean there is an option for that? | 23:54 |
ZogG_laptop | beford: tried it, it's not that logical and your aurs are nothing compare to portage | 23:54 |
ZogG_laptop | ezzy: option for what? | 23:55 |
ZogG_laptop | ezzy: do you have windows or linux? | 23:55 |
ezzy | linux | 23:55 |
ZogG_laptop | ~flash | 23:55 |
infobot | from memory, flashing is http://wiki.maemo.org/Flashing_N9 | 23:55 |
beford | I was testing xbmcubuntu on my old computer http://p.twimg.com/ArD5EZACIAAlww8.jpg:large | 23:55 |
ZogG_laptop | ezzy: did you follow that ^ | 23:55 |
beford | I want to get a low power system first though | 23:56 |
ZogG_laptop | beford: don't see the point of that? | 23:56 |
ZogG_laptop | beford: i have my system set like that — tv connected to reciever | 23:56 |
pa | and i hope jonni will tell me how to do something i will really need : ) | 23:59 |
*** messerting has quit IRC | 23:59 | |
Kozzi | http://www.youtube.com/watch?v=1eDJbT35X5k&feature=relmfu | 23:59 |
*** lizardo has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!