*** lordross has joined #harmattan | 00:06 | |
*** qwazix has quit IRC | 00:09 | |
*** qwazix has joined #harmattan | 00:09 | |
*** snowyrooftops has joined #harmattan | 00:10 | |
*** lordross has quit IRC | 00:10 | |
*** qwazix has quit IRC | 00:13 | |
*** tom___ has joined #harmattan | 00:20 | |
*** leinir has quit IRC | 00:24 | |
*** leinir has joined #harmattan | 00:25 | |
*** leinir has joined #harmattan | 00:25 | |
vladest | heymaster: define "memory management". control mmu? | 00:28 |
---|---|---|
*** mb___ has joined #harmattan | 00:28 | |
*** mb___ has left #harmattan | 00:28 | |
heymaster | vladest: no just avoid memory leaks in qt code | 00:32 |
vladest | heymaster: I think you need videos about valgrind | 00:33 |
heymaster | but qt has such thing like reference count so learning only about valgrind isn't best bet. bu it's ok | 00:35 |
heymaster | i can find crash reason in my app. it crashes after i switch to another app | 00:36 |
heymaster | looks like | 00:36 |
heymaster | can't* | 00:37 |
*** NIN101 has quit IRC | 00:38 | |
*** Venemo has quit IRC | 00:38 | |
*** villager has joined #harmattan | 00:40 | |
*** VDVsx has quit IRC | 00:51 | |
heymaster | best way to copy qstring to another string? | 00:51 |
pa | qstring string = otherqstring? | 00:58 |
*** Sniper_swe has quit IRC | 00:58 | |
gabriel9 | anyone know what is this: Remote application finished with exit code 139 | 01:00 |
pa | yes, your app crashed, probably | 01:01 |
gabriel9 | :D | 01:01 |
gabriel9 | but why? | 01:02 |
gabriel9 | i use QNetworkAccessManager | 01:02 |
gabriel9 | i think it crashes when i try to connect finish with some method | 01:03 |
heymaster | it means segmentation fault | 01:03 |
heymaster | try to comment out code to find which line causing crash | 01:03 |
heymaster | pa: looks lie qstring str = qstring(other_str) makes deep copy | 01:04 |
heymaster | like* | 01:05 |
gabriel9 | ->get() is what couse my app to die | 01:06 |
*** tbf_ has joined #harmattan | 01:06 | |
*** lordross has joined #harmattan | 01:07 | |
heymaster | hard to say what is wrong without code. but i haven't worked with QNetworkAccessManager | 01:08 |
heymaster | segmentation fault means | 01:08 |
*** ccssnet has quit IRC | 01:08 | |
heymaster | that you calling method for object but object not initialized | 01:09 |
*** tbf has quit IRC | 01:09 | |
heymaster | do you init object with new operator or using stack allocation? | 01:10 |
*** snowyrooftops has quit IRC | 01:11 | |
*** lordross has quit IRC | 01:12 | |
gabriel9 | heymaster: that's it | 01:13 |
gabriel9 | i declared QNetworkAccessManager *nam; | 01:13 |
gabriel9 | but never created objec | 01:14 |
gabriel9 | t | 01:14 |
heymaster | nam = new QNetworkAccessManager(); | 01:14 |
*** danielcbit has quit IRC | 01:15 | |
gabriel9 | yes i created it in constructor of the class | 01:15 |
heymaster | ahh | 01:15 |
*** orfix has quit IRC | 01:17 | |
*** tom___ has quit IRC | 01:27 | |
*** rashm2k has quit IRC | 01:28 | |
*** orfix has joined #harmattan | 01:31 | |
*** mag0g has joined #harmattan | 01:33 | |
*** mag0g has quit IRC | 01:35 | |
*** thetet has quit IRC | 01:36 | |
*** arcean has quit IRC | 01:36 | |
*** louisdk has quit IRC | 01:39 | |
*** rcg has quit IRC | 01:39 | |
*** faenil_n950 has quit IRC | 01:40 | |
*** leinir has quit IRC | 01:56 | |
*** leinir has joined #harmattan | 01:56 | |
*** gabriel9 has quit IRC | 02:08 | |
*** Natunen has quit IRC | 02:13 | |
*** M4rtinK has quit IRC | 03:10 | |
*** tonyoy has quit IRC | 03:16 | |
*** tonyoy has joined #harmattan | 03:18 | |
*** tbf_ has quit IRC | 03:22 | |
*** tonyoy has quit IRC | 03:35 | |
*** leinir has quit IRC | 03:35 | |
*** leinir has joined #harmattan | 03:35 | |
*** leinir has joined #harmattan | 03:35 | |
*** elldekaa has quit IRC | 03:45 | |
*** vladest_ has joined #harmattan | 03:59 | |
*** vladest1 has quit IRC | 04:00 | |
*** vladest has quit IRC | 04:01 | |
*** vladest__ has joined #harmattan | 04:01 | |
*** vladest has joined #harmattan | 04:01 | |
*** vladest_ has quit IRC | 04:04 | |
*** Pali has quit IRC | 04:05 | |
*** jaywink has quit IRC | 04:07 | |
*** mschlens_ has joined #harmattan | 04:20 | |
*** mschlens has quit IRC | 04:23 | |
*** leinir_ has joined #harmattan | 04:43 | |
*** leinir has quit IRC | 04:46 | |
*** leinir_ has quit IRC | 04:51 | |
*** leinir_ has joined #harmattan | 04:51 | |
*** leinir_ has quit IRC | 05:20 | |
*** machia has quit IRC | 05:22 | |
*** leinir_ has joined #harmattan | 05:24 | |
*** machia has joined #harmattan | 05:29 | |
*** infobot has quit IRC | 05:34 | |
*** infobot_ has joined #harmattan | 05:35 | |
*** ChanServ sets mode: +v infobot_ | 05:35 | |
*** natunen has joined #harmattan | 05:38 | |
*** furikku has joined #harmattan | 05:39 | |
*** infobot_ has quit IRC | 05:44 | |
*** infobot has joined #harmattan | 05:45 | |
*** ChanServ sets mode: +v infobot | 05:45 | |
*** Milhouse has quit IRC | 05:47 | |
*** Milhouse has joined #harmattan | 05:47 | |
*** leinir_ has quit IRC | 05:51 | |
*** DocScrutinizer05 has quit IRC | 06:00 | |
*** DocScrutinizer05 has joined #harmattan | 06:00 | |
*** leinir_ has joined #harmattan | 06:10 | |
*** leinir_ has joined #harmattan | 06:10 | |
*** natunen has quit IRC | 06:29 | |
*** leinir_ has quit IRC | 06:30 | |
*** leinir_ has joined #harmattan | 06:30 | |
*** leinir_ has quit IRC | 06:35 | |
*** leinir_ has joined #harmattan | 06:37 | |
*** leinir_ has joined #harmattan | 06:37 | |
*** cckwes has quit IRC | 08:17 | |
*** Natunen has joined #harmattan | 08:38 | |
*** leinir__ has joined #harmattan | 08:44 | |
*** _xnt14 has quit IRC | 08:44 | |
*** valdur has quit IRC | 08:44 | |
*** MohammadAG has quit IRC | 08:44 | |
*** valdur has joined #harmattan | 08:44 | |
*** MohammadAG has joined #harmattan | 08:46 | |
*** _xnt14 has joined #harmattan | 08:46 | |
*** leinir_ has quit IRC | 08:48 | |
*** SKonstantin_N9 has joined #harmattan | 08:59 | |
*** SKonstantin_N9 has quit IRC | 09:05 | |
*** leinir__ has quit IRC | 09:22 | |
*** leinir__ has joined #harmattan | 09:25 | |
*** Sfiet_Konstantin has joined #harmattan | 09:28 | |
*** piggz has quit IRC | 09:41 | |
*** VDVsx has joined #harmattan | 09:52 | |
*** leinir__ has quit IRC | 10:02 | |
*** _xnt14 has quit IRC | 10:08 | |
*** infobot has quit IRC | 10:09 | |
*** furikku has quit IRC | 10:09 | |
*** Beineri has quit IRC | 10:09 | |
*** beford has quit IRC | 10:09 | |
*** _xnt14 has joined #harmattan | 10:10 | |
*** vladest has quit IRC | 10:11 | |
*** infobot has joined #harmattan | 10:11 | |
*** furikku has joined #harmattan | 10:11 | |
*** Beineri has joined #harmattan | 10:11 | |
*** beford has joined #harmattan | 10:11 | |
*** asimov.freenode.net sets mode: +v infobot | 10:11 | |
*** vladest has joined #harmattan | 10:11 | |
*** lordross has joined #harmattan | 10:15 | |
*** leinir__ has joined #harmattan | 10:17 | |
*** felipexil has quit IRC | 10:28 | |
*** antman8969 has joined #harmattan | 10:48 | |
antman8969 | anyone here happen to have an n9 on hand? | 10:49 |
*** rcg has joined #harmattan | 10:49 | |
bluefox | N9 and N950 on my desk at the moment | 10:49 |
antman8969 | Do you think you could download an application named Scenic from the store? There is an error that happens only on the n9 ( I assume its pr1.3's fault) that I cannot reproduce on the n950 | 10:51 |
antman8969 | it should just be broken out of the box | 10:51 |
bluefox | sure, what are the steps to reproduce the issue? | 10:54 |
antman8969 | Users are saying that the "+" button on the toolbar doesn't function | 10:55 |
antman8969 | its pretty much the only thing you can press after you install it | 10:55 |
antman8969 | It is supposed to launch a FolderSheet in QML... idk if they changed the API at all in pr1.3 | 10:55 |
bluefox | works fine here | 10:56 |
antman8969 | you're on pr1.3? | 10:56 |
bluefox | opens up /opt/scenic/wallpaper | 10:56 |
bluefox | yes | 10:56 |
antman8969 | well that's lame | 10:56 |
antman8969 | I can't think of what would only be affecting some select few... | 10:56 |
*** jreznik has quit IRC | 10:57 | |
bluefox | nothing comes to mind here...should all be the same aside from small regional variances, but even then, that shouldn't affect it | 10:57 |
*** leinir__ has quit IRC | 10:58 | |
*** leinir__ has joined #harmattan | 10:58 | |
antman8969 | I may have to add some logging and the option to send error reports I suppose | 10:59 |
*** piggz has joined #harmattan | 10:59 | |
antman8969 | thanks for the help though | 10:59 |
bluefox | no problem...sorry i couldn't help more | 10:59 |
*** jreznik has joined #harmattan | 10:59 | |
*** lordross has quit IRC | 11:03 | |
*** lordross has joined #harmattan | 11:05 | |
*** orfix has quit IRC | 11:09 | |
*** orfix has joined #harmattan | 11:11 | |
*** piggz has quit IRC | 11:12 | |
*** Venemo_N9 has joined #harmattan | 11:19 | |
*** antman8969 has quit IRC | 11:22 | |
Venemo_N9 | hm | 11:28 |
*** gabriel9 has joined #harmattan | 11:29 | |
*** Pali has joined #harmattan | 11:34 | |
*** VDVsx has quit IRC | 11:42 | |
*** VDVsx has joined #harmattan | 11:43 | |
*** lbt_away is now known as lbt | 11:46 | |
*** dm8tbr has quit IRC | 11:48 | |
*** luke-jr_ has joined #harmattan | 11:49 | |
*** Luke-Jr has quit IRC | 11:49 | |
*** Corsac has quit IRC | 11:49 | |
*** Summeli has quit IRC | 11:49 | |
*** Corsac has joined #harmattan | 11:50 | |
*** jaywink has joined #harmattan | 11:51 | |
*** leinir__ has quit IRC | 11:53 | |
*** tom___ has joined #harmattan | 11:56 | |
*** luke-jr_ is now known as Luke-Jr | 11:58 | |
*** elldekaa has joined #harmattan | 12:00 | |
*** dm8tbr has joined #harmattan | 12:01 | |
*** Venemo_N9 has quit IRC | 12:07 | |
ketas | how can i change status of data roaming when not using gui? | 12:08 |
ketas | found gconf value, now what | 12:09 |
ketas | i also set it | 12:10 |
*** NIN101 has joined #harmattan | 12:10 | |
*** rcg has quit IRC | 12:10 | |
*** rashm2k has joined #harmattan | 12:17 | |
*** M4rtinK has joined #harmattan | 12:24 | |
*** jaywink has quit IRC | 12:27 | |
*** tom___ has quit IRC | 12:27 | |
*** piggz has joined #harmattan | 12:36 | |
*** shanttu has joined #harmattan | 12:37 | |
*** tom_____ has quit IRC | 12:37 | |
*** NIN101 has quit IRC | 12:44 | |
*** NIN101 has joined #harmattan | 12:45 | |
*** leinir__ has joined #harmattan | 13:12 | |
*** leinir__ is now known as leinir | 13:12 | |
*** leinir has joined #harmattan | 13:12 | |
*** rcg has joined #harmattan | 13:15 | |
*** tonyoy has joined #harmattan | 13:16 | |
pa | how to change the volume from the command line? | 13:22 |
*** rcg has quit IRC | 13:25 | |
*** tonyoy has quit IRC | 13:42 | |
*** Venemo has joined #harmattan | 13:43 | |
*** tonyoy has joined #harmattan | 13:43 | |
*** Sfiet_Konstantin has quit IRC | 13:47 | |
*** Sfiet_Konstantin has joined #harmattan | 13:47 | |
heymaster | best irc client for harmattan ? | 13:49 |
rZr | irssi ? | 13:51 |
rZr | irc-chatter | 13:51 |
rZr | Venemo is still active on it i think | 13:52 |
ZogG_laptop | rZr: heymaster he actually pulled update few days ago | 13:52 |
ZogG_laptop | fixing some bugs :P | 13:52 |
Venemo | hey heymaster | 13:52 |
ZogG_laptop | the link is in logs somewhere | 13:52 |
ZogG_laptop | Venemo: what's the link | 13:53 |
heymaster | hey all | 13:53 |
ZogG_laptop | ~irc-chatter | 13:53 |
Venemo | http://venemo.fedorapeople.org/harmattan/ -> there's the .deb | 13:53 |
heymaster | thanks! | 13:53 |
*** gabriel9 has quit IRC | 13:54 | |
Venemo | ~irc-chatter is IRC Chatter, the official IRC client of Nemo and also best IRC client for Harmattan, authored by Venemo. Download it from http://venemo.fedorapeople.org/harmattan/ | 13:54 |
infobot | Venemo: okay | 13:54 |
Venemo | ~irc-chatter | 13:54 |
infobot | from memory, irc-chatter is IRC Chatter, the official IRC client of Nemo and also best IRC client for Harmattan, authored by Venemo. Download it from http://venemo.fedorapeople.org/harmattan/ | 13:54 |
Venemo | awesome | 13:54 |
Venemo | thanks for the tip, ZogG_laptop | 13:54 |
rZr | Venemo, i may upgrade the version in shared erpo too , should it ? | 13:55 |
heymaster | Venemo: i tried irc chatter from rZr repo, but i found if close app all servers are not saved ? Does saving works with your version ? | 13:55 |
rZr | heymaster, let me rebuild a version | 13:56 |
rZr | i'll try to do that today | 13:56 |
Venemo | heymaster, please try the version from my link, and if the bug is in there, tell me about it | 13:56 |
Venemo | rZr, I'll fix the remaining bugs and put it up to the nokia store soon | 13:56 |
heymaster | Venemo: ok | 13:56 |
Venemo | rZr, as a free app | 13:56 |
Venemo | rZr, but if you like, you can of course put it into your repo too | 13:56 |
rZr | i will build a snapshot version from git | 13:56 |
Venemo | rZr, uh-oh, please use the latest release tag | 13:57 |
ZogG_laptop | ~irc-chatter is IRC Chatter is a lightweight, touch-friendly IRC client aimed at MeeGo and Harmattan by Venemo. IRC Chatter is based on Qt, QML, and its backend uses libcommuni, a Qt-based IRC client library. Source — http://bit.ly/ircchattercode . The latest deb should be here — http://venemo.fedorapeople.org/harmattan/ | 13:57 |
infobot | ...but irc-chatter is already something else... | 13:57 |
ZogG_laptop | Venemo: damn i didn't see u assigned | 13:57 |
ZogG_laptop | i saw it was missing and went to google to gather all links :P | 13:57 |
Venemo | :) | 13:58 |
Venemo | rZr, latest git snapshot may or may not work, the best would be to go with the v0.3.1 tagged release, that's what's tested | 13:58 |
rZr | Venemo, do u use cobs ? | 13:59 |
ZogG_laptop | Venemo: do u use drugs ? | 13:59 |
Venemo | rZr, I still haven't got a clue about it | 13:59 |
Venemo | ZogG_laptop, no | 13:59 |
ZogG_laptop | t was joke :P | 14:00 |
Venemo | well | 14:00 |
Venemo | if you consider Twitter a drug (it's equally as addictive) then the answer is yes | 14:00 |
ZogG_laptop | Venemo: make the symlink package-latest.deb to the latest release and than you can add QR code that would work always for latest version :P | 14:01 |
*** gabriel9 has joined #harmattan | 14:02 | |
Venemo | ZogG_laptop, I'll just upload to nokia store. that's the best place to get visibility for it | 14:02 |
ZogG_laptop | gabriel9: why u need qjson :P | 14:02 |
*** tonyoy has quit IRC | 14:02 | |
ZogG_laptop | Venemo: or you can upload too store ,where is the best place to get visibility for it :P | 14:02 |
Venemo | yep | 14:04 |
Venemo | btw | 14:04 |
Venemo | thank you guys for caring about my app :) | 14:04 |
ZogG_laptop | Venemo: lol | 14:05 |
ZogG_laptop | it's not you but us more interested in great apps and that's why only we can thank you, and not vs :) | 14:05 |
ZogG_laptop | gabriel9: https://github.com/funkycode/imgrup/blob/master/src/upload.cpp#L25 that's the way i parse | 14:06 |
Venemo | ZogG_laptop, I would've given up a long time ago if noone cared | 14:06 |
ZogG_laptop | Venemo: ._. | 14:07 |
ZogG_laptop | Venemo: you use nokia components right? | 14:09 |
ZogG_laptop | qml ones i mean | 14:09 |
*** thetet has joined #harmattan | 14:09 | |
Venemo | ZogG_laptop, yes | 14:09 |
ZogG_laptop | ;\ So until you re-write it for bb10 i can't enjoy it on playbook :P | 14:10 |
*** tonyoy has joined #harmattan | 14:10 | |
Venemo | ZogG_laptop, it won't be that hard | 14:12 |
ZogG_laptop | don't think it would be, but 1) their components really differ from nokia's, 2) they have few nice features you can implent like menu wise and extra options, 3) i don't want to try it myself as i'm noob and i may ruin it :P | 14:13 |
*** ZogG_N9 has joined #harmattan | 14:13 | |
ZogG_N9 | trying new irc chatter | 14:14 |
ZogG_N9 | ;) | 14:14 |
*** ZogG_N9 has quit IRC | 14:14 | |
Venemo | ZogG_laptop, as soon as I get a developer device from BlackBerry, I'll port it | 14:15 |
Venemo | don't worry | 14:15 |
ZogG_laptop | Venemo: btw don't you want to add an option for deamon that i can close app and it would run in background so i'll still get highlights :P | 14:15 |
Venemo | ZogG_laptop, you can run the app in the background | 14:15 |
ZogG_laptop | when it's in active apps list, right? | 14:16 |
*** qwazix has joined #harmattan | 14:16 | |
ZogG_laptop | qwazix: hey man :P | 14:16 |
qwazix | hey | 14:16 |
Venemo | hey qwazix | 14:17 |
qwazix | Venemo, hey | 14:17 |
gabriel9 | hi ZogG_laptop | 14:22 |
ZogG_laptop | gabriel9: hey | 14:23 |
ZogG_laptop | gabriel9: you broke the chain, it had to be "hey" and not "hi" | 14:23 |
gabriel9 | hey | 14:23 |
gabriel9 | :D | 14:23 |
gabriel9 | interesting example | 14:23 |
gabriel9 | i will try it | 14:23 |
gabriel9 | if i ever get rigt response from the server | 14:24 |
ZogG_laptop | works for me, it may take time and debug to understand how to get to specific part :P | 14:24 |
gabriel9 | that's ok | 14:24 |
ZogG_laptop | gabriel9: as well i have example there where i pass all repsonse to qml and handle it in qml i think | 14:24 |
ZogG_laptop | check the gallery related parts | 14:24 |
gabriel9 | great! | 14:25 |
ZogG_laptop | no problemo :P | 14:25 |
gabriel9 | just to make this QNetworkAccessManager to work | 14:25 |
ZogG_laptop | gabriel9: i use it too :P | 14:25 |
gabriel9 | i only get 299 error in my response | 14:25 |
gabriel9 | some header's are trouble | 14:26 |
ZogG_laptop | that's why i try not to use those :P | 14:26 |
gabriel9 | but i can't find which one, i did not set none | 14:26 |
gabriel9 | i guess it add some of it's own | 14:26 |
ZogG_laptop | ro you need to set one :P | 14:26 |
gabriel9 | i know :D | 14:27 |
ZogG_laptop | or method of request should be different | 14:27 |
gabriel9 | request is get, and i want response javascript | 14:27 |
ZogG_laptop | gabriel9: use ngrep to catch what u sending | 14:27 |
ZogG_laptop | not ngrep even but wireshark | 14:27 |
gabriel9 | i just installed wireshark-cli and it's not working XD | 14:27 |
ZogG_laptop | gabriel9: tcpdump -i any -w ~/dump.pcap and when finished Ctrl+C it and open file in wireshark :P | 14:29 |
ZogG_laptop | do it on device and then scp it to computer and open there | 14:29 |
gabriel9 | ok | 14:32 |
gabriel9 | i just remember i'm developing on N9 :D | 14:32 |
gabriel9 | and i captured packages on desktop | 14:32 |
gabriel9 | XD | 14:32 |
*** iDont has joined #harmattan | 14:33 | |
pa | does harmattan have opencl support and runtime? | 14:35 |
*** VDVsx has quit IRC | 14:36 | |
*** jreznik has quit IRC | 14:37 | |
gabriel9 | ZogG: i have no tcpdump on my N9 | 14:39 |
ZogG_laptop | gabriel9: install it i think it's in repos | 14:45 |
gabriel9 | k | 14:45 |
ZogG_laptop | it is | 14:46 |
ZogG_laptop | i just checked | 14:46 |
ZogG_laptop | ok i had to reboot into windows i may pop in from there :P | 14:46 |
*** ZogG_laptop has quit IRC | 14:49 | |
*** heymasterN9 has joined #harmattan | 14:53 | |
*** VDVsx has joined #harmattan | 14:55 | |
*** jaywink has joined #harmattan | 14:56 | |
*** jreznik has joined #harmattan | 15:01 | |
Venemo | hey jreznik :) | 15:05 |
*** qwazix has quit IRC | 15:05 | |
jreznik | Venemo: hi! | 15:05 |
* jreznik is at Linux Color Management hackfest right now, thinking about CM in Harmattan :D | 15:05 | |
jreznik | but it's crazy idea :D | 15:06 |
Venemo | jreznik, you can select a color profile in Harmattan | 15:06 |
jreznik | Venemo: I know, just not sure it makes sense to try to calibrate it with colorhug | 15:06 |
jreznik | or deploy colord/oyranos as guys are working on it here | 15:07 |
Venemo | ah, I dunno | 15:07 |
jreznik | I'm more the local contact with my CM knowledge | 15:07 |
Venemo | I'm trying to get QNetworkSession to behave | 15:11 |
* rZr http://talk.maemo.org/showthread.php?t=87808# wiki.maemo.org : current archive #backup and future , #MaemO #MeeGo #Harmattan !n950club #n900 | 15:20 | |
*** VDVsx has quit IRC | 15:22 | |
*** faenil_n950 has joined #harmattan | 15:28 | |
*** ZogG_laptop has joined #harmattan | 15:31 | |
ZogG_laptop | Venemo, ping | 15:32 |
Venemo | ZogG_laptop, pong | 15:32 |
ZogG_laptop | Venemo, you said you work on tweetian for nemo, right? | 15:33 |
Venemo | yes | 15:33 |
ZogG_laptop | so is it good? | 15:34 |
gabriel9 | i hate headers :/đ | 15:34 |
ZogG_laptop | are you forking it? or you pushing changes back? | 15:34 |
Venemo | ZogG_laptop, it is good. you can already try it on Harmattan | 15:34 |
Venemo | ZogG_laptop, I don't think there'll be that many changes | 15:34 |
ZogG_laptop | i want to switch native to something else as i'm tired of cleaning db, otherwise i get "app is not responding on the start" :( | 15:35 |
Venemo | yep, Tweetian is a good choice | 15:36 |
ZogG_laptop | Venemo, what about QNeptunea ? | 15:36 |
Venemo | I use it on Harmattan too | 15:36 |
Venemo | what? | 15:36 |
ZogG_laptop | i heard good feedback about it | 15:36 |
Venemo | QNeptunea is bloated | 15:36 |
Venemo | too heavy | 15:36 |
ZogG_laptop | but is functionality of tweetian enuf? does it has notification (on lpm screen and etc) ? | 15:37 |
Venemo | yes, it supports notifications | 15:38 |
*** koe has quit IRC | 15:38 | |
ZogG_laptop | than i'll try it | 15:38 |
Venemo | than? | 15:38 |
ZogG_laptop | what are you patching it btw? | 15:38 |
ZogG_laptop | Venemo, i know i keep saying than instead of then :P | 15:38 |
*** koe has joined #harmattan | 15:38 | |
ZogG_laptop | lately i'm trying to control myslef on that subject but i fail mostly :P | 15:39 |
Venemo | please | 15:39 |
ZogG_laptop | it's not like u don't understand me | 15:41 |
Venemo | this is about correctness | 15:41 |
ZogG_laptop | talk to my dyslexia :P | 15:42 |
ZogG_laptop | and we all do mistakes | 15:42 |
ZogG_laptop | i don't do it on purpose | 15:42 |
Venemo | okay :) | 15:42 |
ZogG_laptop | when you come to IL so we can go to pub (beer on me) ? | 15:43 |
Venemo | can't afford going there :( | 15:43 |
ZogG_laptop | :( | 15:44 |
*** Jonno_ has joined #harmattan | 15:48 | |
*** Jonno_ is now known as jonse168 | 15:50 | |
*** jonse168 is now known as Jon_Severinsson | 15:50 | |
*** Jon_Severinsson is now known as jonse168 | 15:51 | |
*** jonse168 is now known as Jonno_ | 15:51 | |
*** jreznik has quit IRC | 15:52 | |
*** Jonno_ is now known as Jon_ | 15:55 | |
*** Jon_ is now known as jonse168 | 15:55 | |
*** jonse168 is now known as jonse168_ | 15:55 | |
*** jonse168_ is now known as jonse168 | 15:55 | |
*** jonse168 is now known as Jon_Severinsson | 15:55 | |
*** Sfiet_Konstantin has quit IRC | 15:56 | |
*** Jon_Severinsson has quit IRC | 15:56 | |
*** Jonno_ has joined #harmattan | 15:56 | |
*** Jonno_ is now known as Jon_Severinsson | 15:56 | |
*** Jon_Severinsson is now known as Jon_Severinsson_ | 15:56 | |
*** Jon_Severinsson_ is now known as Jon_ | 15:57 | |
*** Jon_ is now known as jonse168 | 15:57 | |
*** jonse168 is now known as jonse168_ | 15:57 | |
*** heymasterN9 has quit IRC | 15:57 | |
*** jonse168_ is now known as Jonno_ | 15:59 | |
ZogG_laptop | Venemo, so reports/requests and bugs goes to you or to main developer? | 16:00 |
Venemo | ZogG_laptop, probably the main developer | 16:00 |
Venemo | ZogG_laptop, his twitter handle can be found in the about box | 16:00 |
*** gabriel9 has quit IRC | 16:02 | |
*** gabriel9 has joined #harmattan | 16:04 | |
ZogG_laptop | jump is nice game for N9 | 16:05 |
ZogG_laptop | thanks | 16:06 |
Venemo | jump? | 16:06 |
gabriel9 | ZogG: why did you chose QScriptValue and QScriptEngine over QJson | 16:16 |
*** Jonno_ has quit IRC | 16:25 | |
*** gabriel9 has quit IRC | 16:27 | |
*** jreznik has joined #harmattan | 16:32 | |
pa | i have the N9 paired and connected with a bluetooth speaker, and it works fine except for calls. on incoming calls the bluetooth speaker gets cut out | 16:37 |
pa | why? | 16:37 |
pa | if i have the speaker connected via audio cable, its fine. | 16:38 |
Venemo | possibly the speaker doesn't support the necessary bluetooth profile for calls | 16:39 |
dm8tbr | probably the speaker is not intended as a handsfree device? | 16:39 |
Venemo | yep | 16:39 |
pa | ah okay | 16:41 |
pa | btw i think i should make a backlighter++, that supports 0 brightness | 16:41 |
pa | so that it can be used with netview | 16:41 |
pa | i find extremely annoying that netview needs the phone active and with screen on in order to function | 16:42 |
*** jreznik_ has joined #harmattan | 16:48 | |
*** jreznik has quit IRC | 16:49 | |
*** lordross has quit IRC | 16:52 | |
*** jreznik_ has quit IRC | 16:57 | |
*** jreznik has joined #harmattan | 17:00 | |
pa | hm maybe not needed. i can use meetrainer helper script | 17:04 |
pa | Venemo, dm8tbr, but isnt there any way to tell the phone that despite the speaker is not meant as handsfree device, i still want to route the loud speaker to it? | 17:07 |
dm8tbr | pa: if you'd run nemo, maybe. | 17:08 |
*** shanttu has quit IRC | 17:08 | |
*** thetet has quit IRC | 17:09 | |
dm8tbr | but that would only make sense if there is awesome echo cancellation | 17:10 |
*** lordross has joined #harmattan | 17:12 | |
pa | well.. i think it works great when i plug in via cable | 17:14 |
pa | and no one has ever complained about echo, from the other side | 17:14 |
pa | actually the microphone of the n9 seems to be great, when headphones or external speakers are plugged in | 17:15 |
dm8tbr | bt, different beast | 17:15 |
pa | much less when not | 17:15 |
pa | dm8tbr, you mean , because of possible delays? | 17:16 |
dm8tbr | e.g. that | 17:16 |
dm8tbr | but also different paths | 17:16 |
*** jreznik_ has joined #harmattan | 17:16 | |
*** jreznik has quit IRC | 17:17 | |
dm8tbr | you can carefully ask jusa if he'd give you some pointers | 17:18 |
dm8tbr | he did similar for nemo | 17:18 |
pa | ah cool, thanks | 17:20 |
*** Sfiet_Konstantin has joined #harmattan | 17:32 | |
*** Sniper_swe has joined #harmattan | 17:33 | |
*** NIN101 has quit IRC | 17:39 | |
*** NIN101 has joined #harmattan | 17:41 | |
*** gabriel9 has joined #harmattan | 17:52 | |
*** NIN101 has quit IRC | 17:56 | |
*** Sfiet_Konstantin has quit IRC | 18:02 | |
*** Summeli has joined #harmattan | 18:06 | |
*** NIN101 has joined #harmattan | 18:06 | |
ketas | so | 18:11 |
ketas | strange, phone seems to be gone from gone from network now | 18:11 |
ketas | wonder why | 18:12 |
ketas | it's like wtf, google doesn't come up with anything on how to configure phone via some commands | 18:13 |
*** Aranel has quit IRC | 18:15 | |
*** tonyoy has quit IRC | 18:24 | |
Venemo | ~seen joppu | 18:25 |
infobot | joppu <joppu@217.30.184.161> was last seen on IRC in channel #harmattan, 365d 5h 28m 47s ago, saying: 'Venemo: on the wiki page, there's an email address to mail the entry to'. | 18:25 |
Pali | ~seen X-Fade | 18:31 |
infobot | x-fade is currently on #maemo (8h 17m 42s) #harmattan (8h 17m 42s) #meego (8h 17m 42s) #maemo-ssu (8h 17m 42s), last said: 'ZogG_laptop: ?'. | 18:31 |
ZogG_laptop | :P | 18:31 |
pa | interesting netview bug: if you reboot without closing it, and you left "dont blank the screen", after reboot the phone wont blank the screen :) | 18:33 |
*** iDont has quit IRC | 18:38 | |
Pali | where is X-Fade? | 18:42 |
Venemo | how can one refresh the theme cache on harmattan? | 18:52 |
Venemo | I mean, icon cache | 18:53 |
*** jreznik_ has quit IRC | 18:55 | |
pa | you mean the desktop icons? | 19:02 |
Venemo | no | 19:03 |
Venemo | the notification icons. I needed a reboot for them to take effect... | 19:03 |
pa | hm.. i dont know about that, but i n9tweaks do something called in another way, that is not a reboot. maybe that can refresh those icons | 19:08 |
Venemo | what did it do? | 19:09 |
pa | i think it's called a "refresh" or something like that | 19:12 |
pa | at least that's how n9quicktweak calls it | 19:12 |
Venemo | ok, but how exactly does it do it? | 19:12 |
pa | "Some tweaks need refresh or reboot and if you want to use more tweaks in the same session, just put this letters at the end. Or use what you want, but don't refresh them until the end of the session." | 19:13 |
pa | not sure, but the whole thing seems to be a bihg script, so probably you can download and check it out | 19:13 |
pa | http://talk.maemo.org/showthread.php?t=80600 | 19:13 |
*** rcg has joined #harmattan | 19:15 | |
Venemo | thx pa | 19:22 |
pa | np :) | 19:22 |
*** leio has quit IRC | 19:25 | |
*** Venemo_N9 has joined #harmattan | 19:30 | |
Venemo | Venemo_N9, ping | 19:31 |
*** antman8969 has joined #harmattan | 19:32 | |
*** leinir has quit IRC | 19:32 | |
Venemo | ZogG_laptop, pin | 19:33 |
Venemo | ZogG_laptop, ping | 19:33 |
*** leinir has joined #harmattan | 19:33 | |
ZogG_laptop | pong | 19:33 |
*** ced117 has quit IRC | 19:33 | |
*** leio has joined #harmattan | 19:35 | |
ZogG_laptop | ~irc-chatter | 19:37 |
infobot | extra, extra, read all about it, irc-chatter is IRC Chatter, the official IRC client of Nemo and also best IRC client for Harmattan, authored by Venemo. Download it from http://venemo.fedorapeople.org/harmattan/ | 19:37 |
*** ced117 has joined #harmattan | 19:38 | |
*** ced117 has quit IRC | 19:38 | |
*** ced117 has joined #harmattan | 19:38 | |
*** ZogG_N9 has joined #harmattan | 19:41 | |
ZogG_N9 | ping | 19:41 |
*** lbt is now known as lbt_away | 19:42 | |
*** ZogG_N9 has quit IRC | 19:43 | |
*** ZogG_N9 has joined #harmattan | 19:43 | |
ZogG_N9 | ping2 | 19:43 |
Venemo | hey hey | 19:43 |
Venemo | ZogG_N9, :) | 19:43 |
*** ZogG_N9 has quit IRC | 19:43 | |
*** lordross has quit IRC | 19:45 | |
*** ced117 has quit IRC | 19:46 | |
*** ZogG_N9 has joined #harmattan | 19:46 | |
ZogG_N9 | ping 3g | 19:46 |
*** ced117 has joined #harmattan | 19:46 | |
*** ZogG_N9_ has joined #harmattan | 19:49 | |
*** Venemo_N9 has quit IRC | 19:50 | |
*** ZogG_N9 has quit IRC | 19:51 | |
*** Venemo_N9 has joined #harmattan | 19:51 | |
ZogG_laptop | ZogG_N9_, ping | 19:52 |
*** Venemo_N9 has quit IRC | 19:53 | |
*** ZogG_N9 has joined #harmattan | 19:56 | |
ZogG_laptop | ZogG_laptop, ping | 19:56 |
ZogG_laptop | hmm | 19:56 |
ZogG_laptop | ZogG_N9_, ping | 19:56 |
ZogG_laptop | ZogG_N9, ping | 19:56 |
*** ZogG_N9_ has quit IRC | 19:56 | |
ZogG_laptop | ok it works on LPM :P | 19:56 |
ZogG_laptop | nice icon btw | 19:56 |
ZogG_laptop | in status menu it works as well | 19:57 |
*** gabriel9 has quit IRC | 19:57 | |
*** Venemo_N9 has joined #harmattan | 19:57 | |
*** ZogG_N9 has quit IRC | 20:00 | |
*** Venemo_N9_ has joined #harmattan | 20:00 | |
*** Venemo_N9__ has joined #harmattan | 20:01 | |
Venemo_N9__ | hm | 20:01 |
*** Venemo_N9 has quit IRC | 20:01 | |
*** Venemo_N9__ has quit IRC | 20:02 | |
*** Venemo_N9_ has quit IRC | 20:03 | |
*** magog has joined #harmattan | 20:04 | |
*** lordross has joined #harmattan | 20:16 | |
*** antman8969 has quit IRC | 20:18 | |
*** antman8969 has joined #harmattan | 20:19 | |
*** Venemo_N9 has joined #harmattan | 20:23 | |
*** Venemo_N9_ has joined #harmattan | 20:24 | |
Venemo_N9_ | . | 20:24 |
*** Venemo_N9 has quit IRC | 20:24 | |
*** lordross has quit IRC | 20:24 | |
*** Venemo_N9__ has joined #harmattan | 20:24 | |
*** Venemo_N9__ has quit IRC | 20:24 | |
*** Venemo_N9 has joined #harmattan | 20:25 | |
*** Venemo_N9_ has quit IRC | 20:28 | |
*** lordross has joined #harmattan | 20:29 | |
*** Venemo_N9 has quit IRC | 20:29 | |
*** tom___ has joined #harmattan | 20:32 | |
*** faenil_n950 has quit IRC | 20:36 | |
*** SKonstantin_N9 has joined #harmattan | 20:37 | |
*** lordross has quit IRC | 21:01 | |
*** leinir has quit IRC | 21:15 | |
*** leinir has joined #harmattan | 21:16 | |
*** leinir has joined #harmattan | 21:16 | |
*** tom___ has quit IRC | 21:27 | |
*** tom___ has joined #harmattan | 21:29 | |
*** tom___ has quit IRC | 21:34 | |
*** ZogG_N9 has joined #harmattan | 21:37 | |
*** Sfiet_Konstantin has joined #harmattan | 21:37 | |
*** ZogG_N9_ has joined #harmattan | 21:37 | |
*** ZogG_N9 has quit IRC | 21:38 | |
*** ZogG_N9__ has joined #harmattan | 21:38 | |
*** ZogG_N9_ has quit IRC | 21:42 | |
*** lamikr has joined #harmattan | 21:47 | |
*** furikku has quit IRC | 21:48 | |
*** Sniper_swe has quit IRC | 21:49 | |
*** tom___ has joined #harmattan | 21:51 | |
*** suy has joined #harmattan | 21:53 | |
*** Jonno_ has joined #harmattan | 22:11 | |
*** rubdos has joined #harmattan | 22:16 | |
*** gabriel9 has joined #harmattan | 22:33 | |
*** f15h has joined #harmattan | 22:48 | |
*** tonyoy has joined #harmattan | 22:51 | |
*** arcean has joined #harmattan | 22:58 | |
*** NIN101 has quit IRC | 23:07 | |
*** Sfiet_Konstantin has quit IRC | 23:12 | |
*** Jonno_ is now known as Jon_Severinsson | 23:20 | |
*** Jon_Severinsson is now known as Jonno_ | 23:20 | |
*** tom_____1 has joined #harmattan | 23:21 | |
*** SKonstantin_N9 has quit IRC | 23:24 | |
*** elldekaa has quit IRC | 23:37 | |
*** lamikr has quit IRC | 23:37 | |
*** elldekaa has joined #harmattan | 23:38 | |
*** rZr is now known as RzR | 23:45 | |
*** gabriel9 has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!