*** lizardo has quit IRC | 00:00 | |
*** rashm2k has quit IRC | 00:05 | |
*** rashm2k has joined #harmattan | 00:06 | |
*** [XeN] has joined #harmattan | 00:08 | |
*** jluisn has quit IRC | 00:14 | |
*** rashm2k has quit IRC | 00:15 | |
*** rashm2k has joined #harmattan | 00:15 | |
*** mschlens has quit IRC | 00:21 | |
*** mschlens has joined #harmattan | 00:23 | |
*** hardaker has quit IRC | 00:32 | |
*** lfranchi has quit IRC | 00:41 | |
*** lfranchi has joined #harmattan | 00:42 | |
*** hardaker has joined #harmattan | 00:45 | |
*** danielcbit_ has quit IRC | 00:50 | |
*** djszapi_ has quit IRC | 00:52 | |
Aard | pa: you should be happy that you have that kind of updating :p the store integration in harmattan is probably done in the worst way imaginable | 00:52 |
---|---|---|
pa | lol :) | 00:54 |
ieatlint | large parts of harmattan seem to have been designed by a committee that wrote up detailed and specific inane specs that were then delivered to teams of engineers | 00:54 |
pa | if that kind of updating does not work, then i dont see why being happy :) | 00:54 |
ieatlint | and then scrapped and restarted 9 times | 00:54 |
Aard | pa: at the beginning updating was 'go to the store, scroll through list of all applications you ever installed (including the ones you threw away after 2 seconds), see if there is somewhere marked 'update', and then go to details screen, and press update. | 00:57 |
Aard | so, be happy :p | 00:57 |
Aard | ieatlint: I'm not sure if it was 9 times. | 00:58 |
ieatlint | well, not me exageratting with the number 9, but perhaps the angry drunken engineer did | 00:59 |
pa | Aard, if that would work, it would be better than this | 00:59 |
pa | this way, i get download failed. i go to the store, i retry, i still get download failed | 00:59 |
Aard | pa: I think you can still do it that way, and no, it's not better | 01:00 |
ieatlint | whereas i'm preparing to reflash my n9 since the store broke, and i can no longer install anything on it | 01:00 |
pa | to fix i have to download the file by hand from the website, copy to the phone, run dpkg -i | 01:00 |
ieatlint | always just says "download failed. package could not be found" | 01:00 |
Oni^ | pa try apt-get install -f | 01:02 |
*** orfix has joined #harmattan | 01:03 | |
pa | Oni^, it says it's all fine, tried just now | 01:03 |
pa | by the way, if i update, or clear() and refill a listmodel, how do i trigger a listview to repaint? | 01:04 |
pa | right now it repaints by itself, but it does it wrong (stuff are duplicated in the view) | 01:04 |
ieatlint | is the listmodel actually a ListModel, or is it a custom model you made from the c++ side? | 01:06 |
pa | its a c++ side stuff | 01:06 |
*** gabriel9 has quit IRC | 01:07 | |
pa | that i regenerate on the c++ side | 01:07 |
ieatlint | are you sending the signals to say that you're updating the data, and then when you're done? | 01:07 |
*** piggz has quit IRC | 01:07 | |
pa | hm not | 01:07 |
ieatlint | http://doc.qt.nokia.com/4.7-snapshot/model-view-programming.html | 01:08 |
pa | so i have to connect a signal when i update data to which action in qml? | 01:08 |
ieatlint | take a look at the "inserting and removing rows" part | 01:08 |
*** tom___ has joined #harmattan | 01:08 | |
pa | thanks | 01:08 |
ieatlint | your model should emit a signal saying it is adding/removing rows/cols, or a signal saying it's about to reset the whole model | 01:08 |
ieatlint | and then a signal saying it's done | 01:08 |
ieatlint | when you have those setup, the listview in qml will handle it | 01:09 |
*** [XeN] has quit IRC | 01:10 | |
ieatlint | it looks like that page doesn't cover it all, take a look at these http://doc.qt.nokia.com/4.7-snapshot/qabstractitemmodel.html#signals | 01:10 |
pa | ah ok, the latter is what i want i guess | 01:10 |
ieatlint | there's modelAboutToBeReset() and modelReset() once you're done | 01:11 |
pa | and the model has to emit them itself, right? | 01:11 |
ieatlint | the examples on the first url i sent for inserting/removing rows should be followed | 01:12 |
pa | actually in my model i do that for inserting removing | 01:12 |
pa | but i dont do it for clear() | 01:12 |
pa | (or well the guy i took the code from didnt do it :)) | 01:13 |
ieatlint | yeah, so if you're clearing the model of all data, but will then insert new data to use, you can do modelAboutToBeReset(); then clear your data, then modelReset(); | 01:14 |
pa | for the rest that template was pretty cool, http://cdumez.blogspot.com/2010/11/how-to-use-c-list-model-in-qml.html | 01:14 |
*** lordross_ has quit IRC | 01:15 | |
ieatlint | eh, i just subclass QAbstractListModel, run setRoles() in the constructor, and implement rowCount() and data() | 01:17 |
*** rashm2k has quit IRC | 01:17 | |
ieatlint | comes off easier than that extra abstracted stuff | 01:18 |
pa | ieatlint, i get a weird compile error.. error: 'void QAbstractItemModel::modelAboutToBeReset()' is private | 01:18 |
pa | i dont get.. on the appendRow i had beginInsertRow() and it was just fine | 01:19 |
ieatlint | not sure what the deal is, but i gtg, conf call | 01:20 |
pa | ah.. | 01:20 |
pa | actually those are signals.. | 01:21 |
*** irpx has joined #harmattan | 01:22 | |
pa | ok now its good | 01:23 |
pa | thanks :) | 01:23 |
ieatlint | glad you got it working :) | 01:24 |
*** danielcbit has quit IRC | 01:31 | |
*** rm_work has quit IRC | 01:38 | |
*** rc_ has quit IRC | 01:43 | |
*** lordross has joined #harmattan | 01:45 | |
*** rzr is now known as rZr | 01:46 | |
*** DrGrov has joined #harmattan | 01:46 | |
*** lordross has quit IRC | 01:54 | |
*** tom___ has quit IRC | 02:03 | |
*** natunen has quit IRC | 02:07 | |
*** SpeedEvil has quit IRC | 02:35 | |
heymaster | pa: http://cl.ly/image/2N2s0Q3q071Y what do you think? | 02:35 |
heymaster | and other people | 02:36 |
*** SpeedEvil has joined #harmattan | 02:37 | |
*** robertjw has quit IRC | 02:46 | |
*** lordross has joined #harmattan | 02:50 | |
*** lordross has quit IRC | 02:55 | |
pa | it looks cool :) good start | 02:59 |
pa | by the way | 02:59 |
pa | are there tabs in qml "text"? | 03:00 |
pa | like \t | 03:00 |
*** M4rtinK has quit IRC | 03:03 | |
pa | hm | 03:07 |
pa | theres some html subset | 03:07 |
pa | maybe i could use that | 03:07 |
pa | but im not exactly a master of html | 03:07 |
pa | all because i dont want to use 2x labels.. | 03:11 |
*** DrGrov has left #harmattan | 03:12 | |
heymaster | pa: maybe you can use html tabel | 03:26 |
heymaster | but not sure | 03:26 |
heymaster | pa: why you don't want to use Row or Column ? | 03:26 |
heymaster | Row { Text {} Text {} } | 03:28 |
heymaster | and adjust spacing | 03:29 |
pa | hm | 03:49 |
pa | good idea | 03:50 |
pa | but still multiple rows wouldnt be aligned | 03:50 |
pa | i mean the first text on two rows | 03:50 |
pa | well ok, the first maybe would, but the second then | 03:51 |
*** lordross has joined #harmattan | 03:51 | |
*** lordross has quit IRC | 03:56 | |
*** adlan has joined #harmattan | 04:20 | |
*** liar has joined #harmattan | 04:26 | |
*** imunsie has joined #harmattan | 04:36 | |
*** qwebirc63976 has quit IRC | 04:49 | |
*** liar has quit IRC | 04:54 | |
*** liar has joined #harmattan | 04:54 | |
*** liar has quit IRC | 04:55 | |
*** aep has quit IRC | 05:01 | |
*** aep has joined #harmattan | 05:11 | |
*** lordross has joined #harmattan | 05:52 | |
*** natunen has joined #harmattan | 05:57 | |
*** lfranchi has quit IRC | 06:04 | |
*** Teo` has quit IRC | 06:06 | |
*** shadeslayer has quit IRC | 06:06 | |
*** KRF has quit IRC | 06:06 | |
*** lordross has quit IRC | 06:06 | |
*** orfix has quit IRC | 06:12 | |
*** orfix has joined #harmattan | 06:18 | |
*** heymaster-laptop has joined #harmattan | 06:30 | |
*** heymaster has quit IRC | 06:41 | |
*** heymaster has joined #harmattan | 06:49 | |
*** heymaste_ has joined #harmattan | 06:49 | |
*** heymaster has quit IRC | 06:53 | |
*** heymaste_ has quit IRC | 07:00 | |
*** hardaker has quit IRC | 07:01 | |
*** lordross has joined #harmattan | 07:02 | |
*** tehdely has joined #harmattan | 07:05 | |
ieatlint | bleh, pos NSU, won't let me reflash a phone, only tells me "there's no update for this product code" | 07:19 |
tehdely | hmm | 07:21 |
*** hardaker has joined #harmattan | 07:21 | |
tehdely | my touchscreen is having issues. that is a bummer | 07:21 |
*** natunen has quit IRC | 07:21 | |
tehdely | i can barely type the letter 'q' on the swype keyboard | 07:21 |
tehdely | leftmost 5mm or so of screen space no longer responding to touch | 07:22 |
tehdely | capacitive touchscreens don't have to be calibrated so i dunno what's up but it does have a little give to it now | 07:22 |
ieatlint | is it plugged in? | 07:22 |
tehdely | nein | 07:23 |
ieatlint | ah, then yeah, sounds like you got lucky :/ | 07:23 |
tehdely | let's hope it gets better | 07:23 |
tehdely | cause i don't want to have to ship this to europe to get serviced | 07:23 |
tehdely | heh | 07:23 |
tehdely | my company has a UK office, i guess i'd just tell them to bring it on their next trip to cambridge and drop it off at a NCP | 07:23 |
ieatlint | that reminds me, i should see what the odds are i can get my dead n9 fixed | 07:24 |
*** xarcass has joined #harmattan | 07:30 | |
*** MikaT has joined #harmattan | 07:36 | |
ieatlint | heh, apparently my dead n9 was originally from malaysia | 07:37 |
*** hardaker has quit IRC | 07:44 | |
Hurrian | ieatlint, no power/LEDs at all? | 07:53 |
ieatlint | nah, already gone through it all, it's 100% dead | 07:56 |
ieatlint | forgot to plug it in one night, woke up to a brick | 07:57 |
Hurrian | :o | 07:58 |
ieatlint | i should just go find someone else with a black n9, get them drunk in a bar, and switch phones | 07:59 |
ieatlint | who wants some free beer? | 07:59 |
DocScrutinizer05 | you should just get spare battery | 08:02 |
ieatlint | yeah, probably worth trying.. i'm planning to create a display dead phone platforms i worked on, so as long as i can get the screen back in to look nice.. | 08:03 |
DocScrutinizer05 | quite obviously there's some hw bug in N9 that alows some subsystem in phone to continue drain battery despite Vdischg-end tripped | 08:03 |
ieatlint | yeah, and i probably have a battery here that will be compatible | 08:04 |
Hurrian | DocScrutinizer05, either that or the battery's just faulty and leaked a lot of voltage | 08:04 |
*** lordross has quit IRC | 08:04 | |
Hurrian | ieatlint, replacing the battery's fairly involved | 08:04 |
DocScrutinizer05 | possible, yeah | 08:04 |
ieatlint | Hurrian: oh my, you mean i might break it trying? :P | 08:04 |
Hurrian | anyways, just goes to show that removable batteries are bad. | 08:04 |
Hurrian | s/removable/non-removable/ | 08:05 |
infobot | Hurrian meant: anyways, just goes to show that non-removable batteries are bad. | 08:05 |
Hurrian | whelp | 08:05 |
ieatlint | my understanding is it's a screw at the top, and then prying off the lcd | 08:05 |
DocScrutinizer05 | 2 screws | 08:05 |
ieatlint | and that's mostly it .. it's really re-seating the lcd comfortably is the issue | 08:05 |
DocScrutinizer05 | lemme find that video for you | 08:05 |
ieatlint | but considering i lost a number of photos on it, i wouldn't be too upset | 08:05 |
ieatlint | torx t4 or t5? | 08:06 |
DocScrutinizer | http://www.youtube.com/watch?v=mSJtUbnM46E | 08:09 |
DocScrutinizer05 | ieatlint: Tx4 IIRC | 08:11 |
*** Hurrian has quit IRC | 08:12 | |
*** whatsa has joined #harmattan | 08:12 | |
DocScrutinizer05 | nah 5 | 08:13 |
DocScrutinizer05 | ieatlint: and you can remove the flap, just pull it off | 08:14 |
DocScrutinizer05 | hmm, nm. Can't reproduce, so maybe I recall sth odd | 08:14 |
DocScrutinizer05 | oh dafaq, hooker | 08:15 |
DocScrutinizer05 | yep, T5, and flap removable, just pry it off with the torx | 08:17 |
ieatlint | yep, figured out the t5 | 08:18 |
ieatlint | ok, i have the screen off | 08:18 |
ieatlint | interestingly, a ribbon cable is completely off between the screen and the board (there are two ribbons, one isecure) | 08:18 |
ieatlint | wondering if i somehow pulled it off from its connector when trying or if it somehow was loose | 08:18 |
ieatlint | have reattached the ribbon, plugged in phone, going to wait 15-20min to see if that somehow fixed it | 08:19 |
*** lordross has joined #harmattan | 08:20 | |
DocScrutinizer05 | well, if it doesn't show charging LED, it won't magically awake? | 08:24 |
DocScrutinizer05 | or will it? | 08:24 |
ieatlint | my understanding was that a deep discharged battery won't show a charging led during the initial recovery | 08:25 |
DocScrutinizer05 | according to what I recall from schematics, it should. But again I could be wrong | 08:25 |
ieatlint | i suspect that i pulled off the cable in my disassembly | 08:25 |
ieatlint | but figured it was worthwhile to just pause and see | 08:25 |
ieatlint | but yeah, still nothing after the ~7min | 08:26 |
* DocScrutinizer05 waves - time for 30min sleep | 08:26 | |
ieatlint | gnite | 08:26 |
DocScrutinizer05 | good luck with your repair | 08:27 |
ieatlint | thanks | 08:27 |
*** mf2hd has quit IRC | 08:28 | |
*** mf2hd has joined #harmattan | 08:30 | |
*** lordross has quit IRC | 08:35 | |
*** whatsa has quit IRC | 08:36 | |
*** rnovacek has joined #harmattan | 08:43 | |
*** whatsa has joined #harmattan | 08:53 | |
*** Sazpaimon_ has quit IRC | 09:02 | |
*** heymaste_ has joined #harmattan | 09:04 | |
*** whatsa has quit IRC | 09:08 | |
*** heymaste_ has quit IRC | 09:08 | |
*** pawky has quit IRC | 09:08 | |
*** hiemanshu|travel is now known as hiemanshu | 09:18 | |
*** natunen has joined #harmattan | 09:22 | |
*** mf2hd has quit IRC | 09:22 | |
*** mf2hd has joined #harmattan | 09:22 | |
*** mf2hd has quit IRC | 09:23 | |
*** mf2hd has joined #harmattan | 09:23 | |
*** irpx has quit IRC | 09:34 | |
*** clbr has joined #harmattan | 09:36 | |
*** irpx has joined #harmattan | 09:38 | |
*** cvaldemar has quit IRC | 09:40 | |
*** lordross has joined #harmattan | 09:44 | |
*** rZr is now known as rzr | 09:49 | |
*** gabriel9|work has joined #harmattan | 09:57 | |
*** achipa has joined #harmattan | 10:15 | |
*** Arie has joined #harmattan | 10:18 | |
*** Arie has quit IRC | 10:20 | |
*** rzr is now known as rZr | 10:26 | |
*** decibyte has quit IRC | 10:34 | |
*** decibyte has joined #harmattan | 10:35 | |
*** tbf has joined #harmattan | 10:35 | |
*** pawky has joined #harmattan | 10:39 | |
*** admiral0 has joined #harmattan | 10:41 | |
*** cvaldemar has joined #harmattan | 10:42 | |
*** irpx has quit IRC | 10:42 | |
*** irpx has joined #harmattan | 10:56 | |
*** Burner_ has joined #harmattan | 11:04 | |
PaulePanter | ieatlint: Please keep us posted about your progress replacing the battery. | 11:12 |
*** tom__ has joined #harmattan | 11:14 | |
*** rZr is now known as rzr | 11:20 | |
khertan | Morning | 11:24 |
khertan | Someone know if there is a way to invert theme of some components only ? | 11:24 |
admiral0 | khertan: there should be a qml property | 11:26 |
admiral0 | inverted or something like that | 11:26 |
khertan | theme.inverted = true | 11:26 |
khertan | but it s invert theme for every components | 11:26 |
admiral0 | have no idea :\ | 11:27 |
gabriel9|work | morning | 11:28 |
gabriel9|work | does anyone have some read about application who add new entry in Accounts ? | 11:29 |
gabriel9|work | i need a login, and it would be great if i can add entry in accounts | 11:29 |
*** M4rtinK has joined #harmattan | 11:31 | |
*** irpx has quit IRC | 11:40 | |
*** irpx has joined #harmattan | 11:54 | |
*** irpx has quit IRC | 12:02 | |
*** clau has joined #harmattan | 12:04 | |
*** clbr has quit IRC | 12:06 | |
*** imunsie has quit IRC | 12:07 | |
sp3000 | http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Best_practices_for_application_development_Integrating_account_management_to_applications.html right? | 12:09 |
djszapi | wow, how long url :-) | 12:12 |
sp3000 | yeah it's impressive | 12:12 |
*** tom__ has quit IRC | 12:13 | |
sp3000 | at least it's actual words | 12:13 |
sp3000 | and not something resembling perl and uuids getting it on like some systems would have it | 12:13 |
*** irpx has joined #harmattan | 12:15 | |
* djszapi does not have internet connection at home anymore | 12:16 | |
djszapi | meg, internet is overrated anyway ^^ ;) | 12:16 |
djszapi | meh* | 12:16 |
clau | is there any way of encrypting locally stored emails? | 12:18 |
*** tom__ has joined #harmattan | 12:28 | |
*** snowpong has joined #harmattan | 12:28 | |
gabriel9|work | thanks sp3000 | 12:29 |
gabriel9|work | nice nice nice | 12:29 |
*** irpx has quit IRC | 12:30 | |
gabriel9|work | this is nice example | 12:35 |
gabriel9|work | http://code.ohloh.net/file?fid=AIHrmbL6HRUxDQM-HfqH0YEG_nA&cid=1ss49wJVRTY&s=&browser=Default&ipid=281760#L0 | 12:35 |
pa | is it possible to define a default paramenter for a function in javascript? | 12:38 |
pa | like in qml, function foo(par1, par2=0, par3={}) | 12:38 |
*** irpx has joined #harmattan | 12:44 | |
gabriel9|work | yes | 12:44 |
gabriel9|work | in the body of function check if param is defined | 12:45 |
gabriel9|work | if it is not then add your default value :) | 12:45 |
gabriel9|work | just use ternary operator for readability | 12:46 |
*** snowpong_ has joined #harmattan | 12:49 | |
*** irpx has quit IRC | 12:52 | |
*** snowpong has quit IRC | 12:52 | |
*** Rajesh has joined #harmattan | 12:54 | |
*** Rajesh is now known as Guest19591 | 12:54 | |
*** natunen has quit IRC | 12:55 | |
*** beford has quit IRC | 13:02 | |
*** mf2hd has quit IRC | 13:09 | |
*** adlan has quit IRC | 13:12 | |
*** mf2hd has joined #harmattan | 13:12 | |
*** irpx has joined #harmattan | 13:12 | |
*** TheBootroo has quit IRC | 13:18 | |
*** irpx has quit IRC | 13:18 | |
*** achipa has quit IRC | 13:20 | |
*** frals_ is now known as frals | 13:25 | |
*** frals has joined #harmattan | 13:25 | |
*** irpx has joined #harmattan | 13:32 | |
*** lbt is now known as lbt_away | 13:35 | |
*** lizardo has joined #harmattan | 13:39 | |
*** irpx has quit IRC | 13:40 | |
djszapi | faenil: hey | 13:54 |
djszapi | seems we will be getting playbooks \o/ | 13:54 |
susundberg | what is this playbook contest? | 14:00 |
djszapi | well, it is for KDE developers. | 14:01 |
susundberg | google gives me 'http://crackberry.com/crackberry-contest-win-free-blackberry-playbook' but it guess thats not the case .. | 14:01 |
admiral0 | :O | 14:01 |
djszapi | they do not have dev alpha anymore | 14:01 |
djszapi | and they do not manufacture that either | 14:01 |
djszapi | they only have limited for the remaining jams. | 14:01 |
djszapi | but I am happier with a playbook anyway | 14:01 |
susundberg | :) | 14:01 |
djszapi | to be honest, even happier than the raspberry pi :-) | 14:04 |
djszapi | since it is a product, so you can really focus on the software applications. | 14:04 |
djszapi | with the raspberry pi* | 14:04 |
djszapi | which is exactly what we need in DKE. :-) | 14:04 |
djszapi | KDE* | 14:04 |
*** snowpong_ is now known as snowpong | 14:13 | |
djszapi | admiral0: could you please drop me an email, or send your email address in a query | 14:20 |
*** Guest19591 has quit IRC | 14:21 | |
*** jluisn has joined #harmattan | 14:23 | |
*** natunen has joined #harmattan | 14:24 | |
*** shanttu has joined #harmattan | 14:29 | |
*** Shaan7 has quit IRC | 14:30 | |
*** tom__ has quit IRC | 14:34 | |
*** SpeedEvil_ has joined #harmattan | 14:45 | |
*** SpeedEvil has quit IRC | 14:46 | |
*** Shaan7 has joined #harmattan | 14:51 | |
*** robertjw has joined #harmattan | 14:51 | |
khertan | look like we will never get anymore update for n950 :( | 14:57 |
djszapi | how unexpected... | 14:57 |
pa | :) | 14:57 |
pa | it looks like neither for n9, tho.. | 14:58 |
khertan | also :) | 14:58 |
khertan | euhhh somewhat have a link to the oneclickflasher for n950 ... i found only old pr1.1 | 15:04 |
hiemanshu | ~update | 15:06 |
infobot | from memory, update is http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2012/01/25/harmattan-1.2-beta-now-available-as-ocf-for-nokia-n950 | 15:06 |
hiemanshu | khertan: ^ | 15:06 |
khertan | thx | 15:09 |
*** heymaster has joined #harmattan | 15:11 | |
*** heymaster has quit IRC | 15:12 | |
*** mschlens has quit IRC | 15:15 | |
*** Hurrian has joined #harmattan | 15:17 | |
*** mschlens has joined #harmattan | 15:17 | |
*** SpeedEvil_ has quit IRC | 15:28 | |
*** SpeedEvil has joined #harmattan | 15:30 | |
*** heymaster has joined #harmattan | 15:36 | |
*** SpeedEvil has quit IRC | 15:37 | |
ZogG_laptop | khertan: sup man | 15:37 |
ZogG_laptop | khertan: waiting to check khtdesktoppr | 15:37 |
*** SpeedEvil has joined #harmattan | 15:37 | |
ZogG_laptop | did they answer you? | 15:37 |
khertan | they already answer me for some question, but didn't answer yet for the authorization, | 15:39 |
khertan | also i ve ask them if this is possible to add a parameters to filter nudity contents | 15:39 |
khertan | :) | 15:39 |
khertan | and adding the username in the json to avoid requesting each user name individually by requesting information on a user_id | 15:40 |
khertan | :) | 15:40 |
khertan | ZogG_laptop: else the applications is near ready | 15:41 |
khertan | ZogG_laptop: it s look like a clone of mustr, but for wallpapers instead of pattern ... as patterns are boring :) | 15:41 |
ZogG_laptop | paterns are fine btw =) | 15:42 |
ZogG_laptop | but it's good to have both | 15:43 |
ZogG_laptop | why dont u mergre | 15:43 |
*** hardaker has joined #harmattan | 16:02 | |
*** hardaker has quit IRC | 16:04 | |
*** jluisn has quit IRC | 16:04 | |
*** jluisn has joined #harmattan | 16:04 | |
*** hardaker has joined #harmattan | 16:04 | |
khertan | ZogG_laptop: not same api ... and even tech mustr is mostly done in qml and retrieve information from an xml api | 16:07 |
khertan | ZogG_laptop: and KhtDesktopPr is mostly python / qml and a json api | 16:07 |
*** xarcass has quit IRC | 16:19 | |
*** SpeedEvil has quit IRC | 16:42 | |
*** SpeedEvil has joined #harmattan | 16:51 | |
*** rm_work has joined #harmattan | 16:58 | |
*** rm_work has joined #harmattan | 16:58 | |
*** lbt_away is now known as lbt | 17:09 | |
*** vladest has joined #harmattan | 17:11 | |
*** DocScrutinizer has quit IRC | 17:13 | |
*** DocScrutinizer has joined #harmattan | 17:13 | |
*** DocScrutinizer05 has quit IRC | 17:13 | |
*** DocScrutinizer05 has joined #harmattan | 17:13 | |
*** clau has quit IRC | 17:18 | |
*** danielcbit has joined #harmattan | 17:48 | |
*** gabriel9|work has quit IRC | 17:59 | |
*** rnovacek has quit IRC | 18:04 | |
*** javispedro has joined #harmattan | 18:09 | |
*** vladest_ has joined #harmattan | 18:09 | |
*** vladest has quit IRC | 18:10 | |
*** vladest_ is now known as vladest | 18:10 | |
*** hardaker has quit IRC | 18:21 | |
*** heymaster has joined #harmattan | 18:29 | |
*** sahib_ has quit IRC | 18:29 | |
*** Sazpaimon has joined #harmattan | 18:37 | |
*** cvaldemar has quit IRC | 18:37 | |
*** heymaster has quit IRC | 18:40 | |
*** decibyte has quit IRC | 18:41 | |
*** decibyte has joined #harmattan | 18:48 | |
*** NIN101 has joined #harmattan | 18:53 | |
*** clau has joined #harmattan | 19:03 | |
*** snowpong has quit IRC | 19:12 | |
merlin1991 | attemting to build duicontrolpanel take 3 | 19:13 |
*** Arkenoi has quit IRC | 19:17 | |
pa | Question: i see that for the coding competition, there are only N950 for beginners.. | 19:20 |
pa | meaning that if i want an N9, i have to compete in "non beginner"? | 19:21 |
*** lordross has quit IRC | 19:24 | |
pa | "Already released software must have a substantial upgrade from previous releases to qualify for entry to the 'Updates to existing applications' category. These entries should also include a list of changes the author has made to the previous version. " | 19:26 |
pa | does this mean that if i now publish my app on the store, it cant be used to participate? | 19:26 |
*** djszapi has left #harmattan | 19:27 | |
*** beford has joined #harmattan | 19:30 | |
*** rzr has quit IRC | 19:33 | |
*** chouchoune has quit IRC | 19:33 | |
*** jonni has quit IRC | 19:33 | |
*** Elleo has quit IRC | 19:33 | |
*** X-Fade has quit IRC | 19:33 | |
*** topi` has quit IRC | 19:33 | |
*** pa has quit IRC | 19:33 | |
*** alterego has quit IRC | 19:33 | |
*** kimju has quit IRC | 19:33 | |
*** mtd has quit IRC | 19:33 | |
*** Velmont has quit IRC | 19:33 | |
*** gareth__ has quit IRC | 19:33 | |
*** niwakame|away has quit IRC | 19:33 | |
*** faenil has quit IRC | 19:33 | |
*** jkt has quit IRC | 19:33 | |
*** frals has quit IRC | 19:33 | |
*** flux has quit IRC | 19:33 | |
*** Wnt has quit IRC | 19:33 | |
*** mgoetz has quit IRC | 19:33 | |
*** MohammadAG has quit IRC | 19:33 | |
*** Tronic has quit IRC | 19:33 | |
*** rdnzl has quit IRC | 19:33 | |
*** Ormod has quit IRC | 19:33 | |
*** Nirkus has quit IRC | 19:33 | |
*** trench has quit IRC | 19:33 | |
*** beford has quit IRC | 19:33 | |
*** ZogG_laptop has quit IRC | 19:33 | |
*** xmlich02 has quit IRC | 19:33 | |
*** ghjgfjghjbn has quit IRC | 19:33 | |
*** denism has quit IRC | 19:33 | |
*** JackaLX has quit IRC | 19:33 | |
*** virtuald has quit IRC | 19:33 | |
*** PTapioK has quit IRC | 19:33 | |
*** mankeli has quit IRC | 19:33 | |
*** _xnt14 has quit IRC | 19:33 | |
*** merlin1991 has quit IRC | 19:33 | |
*** tomma has quit IRC | 19:33 | |
*** macmaN has quit IRC | 19:33 | |
*** ant has quit IRC | 19:33 | |
*** trx has quit IRC | 19:33 | |
*** DocScrutinizer51 has quit IRC | 19:33 | |
*** GAN950 has quit IRC | 19:33 | |
*** juergbi has quit IRC | 19:33 | |
*** petteri has quit IRC | 19:33 | |
*** ladoga has quit IRC | 19:33 | |
*** jpnurmi has quit IRC | 19:33 | |
*** drf__ has quit IRC | 19:33 | |
*** susundberg has quit IRC | 19:33 | |
*** Patina has quit IRC | 19:33 | |
*** Sput has quit IRC | 19:33 | |
*** x29a has quit IRC | 19:33 | |
*** M4rtinK has quit IRC | 19:33 | |
*** GeneralAntilles has quit IRC | 19:33 | |
*** Enforcer has quit IRC | 19:33 | |
*** njsf has quit IRC | 19:33 | |
*** Jare_ has quit IRC | 19:33 | |
*** khertan has quit IRC | 19:33 | |
*** tehdely has quit IRC | 19:33 | |
*** Katiska has quit IRC | 19:33 | |
*** jabis has quit IRC | 19:33 | |
*** chem|st has quit IRC | 19:33 | |
*** romaxa has quit IRC | 19:33 | |
*** acidjunkie has quit IRC | 19:33 | |
*** tomyri has quit IRC | 19:33 | |
*** ljp has quit IRC | 19:33 | |
*** ChanServ has quit IRC | 19:33 | |
*** Viltzu has quit IRC | 19:33 | |
*** valtzu_ has quit IRC | 19:33 | |
*** Guest85863 has quit IRC | 19:33 | |
*** radiofree has quit IRC | 19:33 | |
*** jkk_ has quit IRC | 19:33 | |
*** jpwhiting has quit IRC | 19:33 | |
*** Hei_Ku has quit IRC | 19:33 | |
*** clau has quit IRC | 19:33 | |
*** lizardo has quit IRC | 19:33 | |
*** Beineri has quit IRC | 19:33 | |
*** phikz has quit IRC | 19:33 | |
*** saidinesh5 has quit IRC | 19:33 | |
*** npm has quit IRC | 19:33 | |
*** DeusIX has quit IRC | 19:33 | |
*** Octal_ has quit IRC | 19:33 | |
*** Brownout has quit IRC | 19:33 | |
*** RST38h has quit IRC | 19:33 | |
*** elysion has quit IRC | 19:33 | |
*** jbos__ has quit IRC | 19:33 | |
*** Sazpaimon has quit IRC | 19:33 | |
*** rm_work has quit IRC | 19:33 | |
*** SpeedEvil has quit IRC | 19:33 | |
*** admiral0 has quit IRC | 19:33 | |
*** aquarius has quit IRC | 19:33 | |
*** phako has quit IRC | 19:33 | |
*** NIN101 has quit IRC | 19:33 | |
*** leinir has quit IRC | 19:33 | |
*** kevin_b has quit IRC | 19:33 | |
*** mardy has quit IRC | 19:33 | |
*** decibyte has quit IRC | 19:33 | |
*** juhaj has quit IRC | 19:33 | |
*** lfrb has quit IRC | 19:33 | |
*** mlong has quit IRC | 19:33 | |
*** ieatlint has quit IRC | 19:33 | |
*** deram has quit IRC | 19:33 | |
*** pawky has quit IRC | 19:33 | |
*** tbf has quit IRC | 19:33 | |
*** MikaT has quit IRC | 19:33 | |
*** aep has quit IRC | 19:33 | |
*** leio has quit IRC | 19:33 | |
*** keitsi has quit IRC | 19:33 | |
*** jussi has quit IRC | 19:33 | |
*** tabasko has quit IRC | 19:33 | |
*** danielcbit has quit IRC | 19:33 | |
*** infobot has quit IRC | 19:33 | |
*** Lava_Croft has quit IRC | 19:33 | |
*** kralor has quit IRC | 19:33 | |
*** lmoura has quit IRC | 19:33 | |
*** spenap has quit IRC | 19:33 | |
*** Oni^ has quit IRC | 19:33 | |
*** wirwe_ has quit IRC | 19:33 | |
*** PaulePanter has quit IRC | 19:33 | |
*** slingr has quit IRC | 19:33 | |
*** pokk_ has quit IRC | 19:33 | |
*** special has quit IRC | 19:33 | |
*** thp has quit IRC | 19:33 | |
*** itsnotabigtruck has quit IRC | 19:33 | |
*** Jaffa has quit IRC | 19:33 | |
*** kylanpaj_ has quit IRC | 19:33 | |
*** matrixx has quit IRC | 19:33 | |
*** DocScrutinizer has quit IRC | 19:33 | |
*** Summeli has quit IRC | 19:33 | |
*** unreal- has quit IRC | 19:33 | |
*** nibbler has quit IRC | 19:33 | |
*** CreamyG31339 has quit IRC | 19:33 | |
*** dm8tbr has quit IRC | 19:33 | |
*** Milhouse has quit IRC | 19:33 | |
*** damaltor has quit IRC | 19:33 | |
*** DocScrutinizer05 has quit IRC | 19:33 | |
*** jluisn has quit IRC | 19:33 | |
*** shanttu has quit IRC | 19:33 | |
*** Burner_ has quit IRC | 19:33 | |
*** orfix has quit IRC | 19:33 | |
*** javispedro has quit IRC | 19:33 | |
*** mschlens has quit IRC | 19:33 | |
*** Hurrian has quit IRC | 19:33 | |
*** robertjw has quit IRC | 19:33 | |
*** mf2hd has quit IRC | 19:33 | |
*** auenf has quit IRC | 19:33 | |
*** nid0 has quit IRC | 19:33 | |
*** lbt has quit IRC | 19:33 | |
*** eeanm has quit IRC | 19:33 | |
*** ybit2 has quit IRC | 19:33 | |
*** sandst1 has quit IRC | 19:33 | |
*** koe has quit IRC | 19:33 | |
*** luke-jr has quit IRC | 19:33 | |
*** Lasarus has quit IRC | 19:33 | |
*** Piru has quit IRC | 19:33 | |
*** mrmlz_ has quit IRC | 19:33 | |
*** Guest1810 has quit IRC | 19:33 | |
*** passi has quit IRC | 19:33 | |
*** CissWit has quit IRC | 19:33 | |
*** IcanCU has quit IRC | 19:33 | |
*** mzanetti has quit IRC | 19:33 | |
*** kozzi has quit IRC | 19:33 | |
*** ecloud_ has quit IRC | 19:33 | |
*** AndrewX192 has quit IRC | 19:33 | |
*** mhoye has quit IRC | 19:33 | |
*** Aard has quit IRC | 19:33 | |
*** sp3000 has quit IRC | 19:33 | |
*** yb0t has quit IRC | 19:33 | |
*** Corsac has quit IRC | 19:33 | |
*** Mek has quit IRC | 19:33 | |
*** Mek|irssi has quit IRC | 19:33 | |
*** machia has quit IRC | 19:33 | |
*** hahlo has quit IRC | 19:33 | |
*** aslani has quit IRC | 19:33 | |
*** vladest has quit IRC | 19:33 | |
*** Shaan7 has quit IRC | 19:34 | |
*** vladest has joined #harmattan | 19:34 | |
*** heymaster has joined #harmattan | 19:34 | |
*** beford has joined #harmattan | 19:34 | |
*** clau has joined #harmattan | 19:34 | |
*** NIN101 has joined #harmattan | 19:34 | |
*** decibyte has joined #harmattan | 19:34 | |
*** Sazpaimon has joined #harmattan | 19:34 | |
*** javispedro has joined #harmattan | 19:34 | |
*** danielcbit has joined #harmattan | 19:34 | |
*** DocScrutinizer05 has joined #harmattan | 19:34 | |
*** DocScrutinizer has joined #harmattan | 19:34 | |
*** rm_work has joined #harmattan | 19:34 | |
*** SpeedEvil has joined #harmattan | 19:34 | |
*** jluisn has joined #harmattan | 19:34 | |
*** mschlens has joined #harmattan | 19:34 | |
*** Hurrian has joined #harmattan | 19:34 | |
*** robertjw has joined #harmattan | 19:34 | |
*** lizardo has joined #harmattan | 19:34 | |
*** mf2hd has joined #harmattan | 19:34 | |
*** M4rtinK has joined #harmattan | 19:34 | |
*** Burner_ has joined #harmattan | 19:34 | |
*** admiral0 has joined #harmattan | 19:34 | |
*** pawky has joined #harmattan | 19:34 | |
*** tbf has joined #harmattan | 19:34 | |
*** MikaT has joined #harmattan | 19:34 | |
*** tehdely has joined #harmattan | 19:34 | |
*** orfix has joined #harmattan | 19:34 | |
*** aep has joined #harmattan | 19:34 | |
*** niwakame|away has joined #harmattan | 19:34 | |
*** faenil has joined #harmattan | 19:34 | |
*** ZogG_laptop has joined #harmattan | 19:34 | |
*** koe has joined #harmattan | 19:34 | |
*** leio has joined #harmattan | 19:34 | |
*** rzr has joined #harmattan | 19:34 | |
*** jkt has joined #harmattan | 19:34 | |
*** auenf has joined #harmattan | 19:34 | |
*** aquarius has joined #harmattan | 19:34 | |
*** xmlich02 has joined #harmattan | 19:34 | |
*** Beineri has joined #harmattan | 19:34 | |
*** ghjgfjghjbn has joined #harmattan | 19:34 | |
*** keitsi has joined #harmattan | 19:34 | |
*** denism has joined #harmattan | 19:34 | |
*** jussi has joined #harmattan | 19:34 | |
*** juhaj has joined #harmattan | 19:34 | |
*** phikz has joined #harmattan | 19:34 | |
*** JackaLX has joined #harmattan | 19:34 | |
*** GeneralAntilles has joined #harmattan | 19:34 | |
*** leinir has joined #harmattan | 19:34 | |
*** infobot has joined #harmattan | 19:34 | |
*** Lasarus has joined #harmattan | 19:34 | |
*** Summeli has joined #harmattan | 19:34 | |
*** unreal- has joined #harmattan | 19:34 | |
*** nibbler has joined #harmattan | 19:34 | |
*** frals has joined #harmattan | 19:34 | |
*** wirwe_ has joined #harmattan | 19:34 | |
*** PaulePanter has joined #harmattan | 19:34 | |
*** Viltzu has joined #harmattan | 19:34 | |
*** valtzu_ has joined #harmattan | 19:34 | |
*** phako has joined #harmattan | 19:34 | |
*** ant has joined #harmattan | 19:34 | |
*** flux has joined #harmattan | 19:34 | |
*** Enforcer has joined #harmattan | 19:34 | |
*** Lava_Croft has joined #harmattan | 19:34 | |
*** Katiska has joined #harmattan | 19:34 | |
*** Jare_ has joined #harmattan | 19:34 | |
*** khertan has joined #harmattan | 19:34 | |
*** njsf has joined #harmattan | 19:34 | |
*** trx has joined #harmattan | 19:34 | |
*** slingr has joined #harmattan | 19:34 | |
*** pokk_ has joined #harmattan | 19:34 | |
*** kralor has joined #harmattan | 19:34 | |
*** CreamyG31339 has joined #harmattan | 19:34 | |
*** susundberg has joined #harmattan | 19:34 | |
*** luke-jr has joined #harmattan | 19:34 | |
*** DocScrutinizer51 has joined #harmattan | 19:34 | |
*** virtuald has joined #harmattan | 19:34 | |
*** PTapioK has joined #harmattan | 19:34 | |
*** special has joined #harmattan | 19:34 | |
*** merlin1991 has joined #harmattan | 19:34 | |
*** _xnt14 has joined #harmattan | 19:34 | |
*** mankeli has joined #harmattan | 19:34 | |
*** tomma has joined #harmattan | 19:34 | |
*** Guest85863 has joined #harmattan | 19:34 | |
*** GAN950 has joined #harmattan | 19:34 | |
*** nid0 has joined #harmattan | 19:34 | |
*** kevin_b has joined #harmattan | 19:34 | |
*** juergbi has joined #harmattan | 19:34 | |
*** petteri has joined #harmattan | 19:34 | |
*** thp has joined #harmattan | 19:34 | |
*** ladoga has joined #harmattan | 19:34 | |
*** macmaN has joined #harmattan | 19:34 | |
*** dm8tbr has joined #harmattan | 19:34 | |
*** sendak.freenode.net sets mode: +v infobot | 19:34 | |
*** Wnt has joined #harmattan | 19:34 | |
*** x29a has joined #harmattan | 19:34 | |
*** Sput has joined #harmattan | 19:34 | |
*** Patina has joined #harmattan | 19:34 | |
*** drf__ has joined #harmattan | 19:34 | |
*** jpnurmi has joined #harmattan | 19:34 | |
*** deram has joined #harmattan | 19:34 | |
*** matrixx has joined #harmattan | 19:34 | |
*** ieatlint has joined #harmattan | 19:34 | |
*** kylanpaj_ has joined #harmattan | 19:34 | |
*** tabasko has joined #harmattan | 19:34 | |
*** RST38h has joined #harmattan | 19:34 | |
*** elysion has joined #harmattan | 19:34 | |
*** jbos__ has joined #harmattan | 19:34 | |
*** mlong has joined #harmattan | 19:34 | |
*** Oni^ has joined #harmattan | 19:34 | |
*** lfrb has joined #harmattan | 19:34 | |
*** mardy has joined #harmattan | 19:34 | |
*** Jaffa has joined #harmattan | 19:34 | |
*** Hei_Ku has joined #harmattan | 19:34 | |
*** jpwhiting has joined #harmattan | 19:34 | |
*** itsnotabigtruck has joined #harmattan | 19:34 | |
*** ChanServ has joined #harmattan | 19:34 | |
*** jkk_ has joined #harmattan | 19:34 | |
*** Brownout has joined #harmattan | 19:34 | |
*** radiofree has joined #harmattan | 19:34 | |
*** spenap has joined #harmattan | 19:34 | |
*** Octal_ has joined #harmattan | 19:34 | |
*** lmoura has joined #harmattan | 19:34 | |
*** DeusIX has joined #harmattan | 19:34 | |
*** npm has joined #harmattan | 19:34 | |
*** saidinesh5 has joined #harmattan | 19:34 | |
*** jabis has joined #harmattan | 19:34 | |
*** chem|st has joined #harmattan | 19:34 | |
*** romaxa has joined #harmattan | 19:34 | |
*** acidjunkie has joined #harmattan | 19:34 | |
*** tomyri has joined #harmattan | 19:34 | |
*** ljp has joined #harmattan | 19:34 | |
*** Piru has joined #harmattan | 19:34 | |
*** mrmlz_ has joined #harmattan | 19:34 | |
*** Guest1810 has joined #harmattan | 19:34 | |
*** passi has joined #harmattan | 19:34 | |
*** CissWit has joined #harmattan | 19:34 | |
*** IcanCU has joined #harmattan | 19:34 | |
*** mgoetz has joined #harmattan | 19:34 | |
*** Mek has joined #harmattan | 19:34 | |
*** sendak.freenode.net sets mode: +o ChanServ | 19:34 | |
*** lbt has joined #harmattan | 19:34 | |
*** MohammadAG has joined #harmattan | 19:34 | |
*** eeanm has joined #harmattan | 19:34 | |
*** chouchoune has joined #harmattan | 19:34 | |
*** jonni has joined #harmattan | 19:34 | |
*** Elleo has joined #harmattan | 19:34 | |
*** Mek|irssi has joined #harmattan | 19:34 | |
*** machia has joined #harmattan | 19:34 | |
*** mzanetti has joined #harmattan | 19:34 | |
*** pa has joined #harmattan | 19:34 | |
*** hahlo has joined #harmattan | 19:34 | |
*** kozzi has joined #harmattan | 19:34 | |
*** ecloud_ has joined #harmattan | 19:34 | |
*** AndrewX192 has joined #harmattan | 19:34 | |
*** damaltor has joined #harmattan | 19:34 | |
*** Milhouse has joined #harmattan | 19:34 | |
*** sandst1 has joined #harmattan | 19:34 | |
*** ybit2 has joined #harmattan | 19:34 | |
*** Corsac has joined #harmattan | 19:34 | |
*** yb0t has joined #harmattan | 19:34 | |
*** sp3000 has joined #harmattan | 19:34 | |
*** Aard has joined #harmattan | 19:34 | |
*** mhoye has joined #harmattan | 19:34 | |
*** aslani has joined #harmattan | 19:34 | |
*** trench has joined #harmattan | 19:34 | |
*** Nirkus has joined #harmattan | 19:34 | |
*** Ormod has joined #harmattan | 19:34 | |
*** Tronic has joined #harmattan | 19:34 | |
*** rdnzl has joined #harmattan | 19:34 | |
*** X-Fade has joined #harmattan | 19:34 | |
*** topi` has joined #harmattan | 19:34 | |
*** alterego has joined #harmattan | 19:34 | |
*** kimju has joined #harmattan | 19:34 | |
*** mtd has joined #harmattan | 19:34 | |
*** Velmont has joined #harmattan | 19:34 | |
*** gareth__ has joined #harmattan | 19:34 | |
*** mike7b4 has quit IRC | 19:34 | |
*** Shaan7 has joined #harmattan | 19:34 | |
*** Shaan7 has quit IRC | 19:35 | |
*** Shaan7 has joined #harmattan | 19:35 | |
*** clau has quit IRC | 19:35 | |
*** mike7b4 has joined #harmattan | 19:35 | |
pa | ZogG_laptop, i read on the discussion thread that many asked my question , and they have always bveen answered "no problem, go ahead and publish on the store" | 19:36 |
pa | so i dont know.. | 19:36 |
pa | probably it's fine.. someone told me the same here too, some time ago | 19:36 |
thp | any pointers to which libs/apis to use to show a sharing dialog (e.g. to share an image) from a qml app? | 19:39 |
*** vladest_ has joined #harmattan | 19:40 | |
*** vladest has quit IRC | 19:40 | |
*** vladest_ is now known as vladest | 19:40 | |
*** rzr has quit IRC | 19:44 | |
*** chouchoune has quit IRC | 19:44 | |
*** jonni has quit IRC | 19:44 | |
*** Elleo has quit IRC | 19:44 | |
*** X-Fade has quit IRC | 19:44 | |
*** topi` has quit IRC | 19:44 | |
*** pa has quit IRC | 19:44 | |
*** alterego has quit IRC | 19:44 | |
*** kimju has quit IRC | 19:44 | |
*** mtd has quit IRC | 19:44 | |
*** Velmont has quit IRC | 19:44 | |
*** gareth__ has quit IRC | 19:44 | |
*** niwakame|away has quit IRC | 19:44 | |
*** faenil has quit IRC | 19:44 | |
*** jkt has quit IRC | 19:44 | |
*** frals has quit IRC | 19:44 | |
*** flux has quit IRC | 19:44 | |
*** Wnt has quit IRC | 19:44 | |
*** mgoetz has quit IRC | 19:44 | |
*** MohammadAG has quit IRC | 19:44 | |
*** Tronic has quit IRC | 19:44 | |
*** rdnzl has quit IRC | 19:44 | |
*** Ormod has quit IRC | 19:44 | |
*** Nirkus has quit IRC | 19:44 | |
*** trench has quit IRC | 19:44 | |
*** beford has quit IRC | 19:44 | |
*** ZogG_laptop has quit IRC | 19:44 | |
*** xmlich02 has quit IRC | 19:44 | |
*** ghjgfjghjbn has quit IRC | 19:44 | |
*** denism has quit IRC | 19:44 | |
*** JackaLX has quit IRC | 19:44 | |
*** virtuald has quit IRC | 19:44 | |
*** PTapioK has quit IRC | 19:44 | |
*** mankeli has quit IRC | 19:44 | |
*** _xnt14 has quit IRC | 19:44 | |
*** merlin1991 has quit IRC | 19:44 | |
*** tomma has quit IRC | 19:44 | |
*** macmaN has quit IRC | 19:44 | |
*** ant has quit IRC | 19:44 | |
*** trx has quit IRC | 19:44 | |
*** DocScrutinizer51 has quit IRC | 19:44 | |
*** GAN950 has quit IRC | 19:44 | |
*** juergbi has quit IRC | 19:44 | |
*** petteri has quit IRC | 19:44 | |
*** ladoga has quit IRC | 19:44 | |
*** jpnurmi has quit IRC | 19:44 | |
*** drf__ has quit IRC | 19:44 | |
*** susundberg has quit IRC | 19:44 | |
*** Patina has quit IRC | 19:44 | |
*** Sput has quit IRC | 19:44 | |
*** x29a has quit IRC | 19:44 | |
*** M4rtinK has quit IRC | 19:44 | |
*** GeneralAntilles has quit IRC | 19:44 | |
*** Enforcer has quit IRC | 19:44 | |
*** njsf has quit IRC | 19:44 | |
*** Jare_ has quit IRC | 19:44 | |
*** khertan has quit IRC | 19:44 | |
*** tehdely has quit IRC | 19:44 | |
*** Katiska has quit IRC | 19:44 | |
*** jabis has quit IRC | 19:44 | |
*** chem|st has quit IRC | 19:44 | |
*** romaxa has quit IRC | 19:44 | |
*** acidjunkie has quit IRC | 19:44 | |
*** tomyri has quit IRC | 19:44 | |
*** ljp has quit IRC | 19:44 | |
*** ChanServ has quit IRC | 19:44 | |
*** Viltzu has quit IRC | 19:44 | |
*** valtzu_ has quit IRC | 19:44 | |
*** Guest85863 has quit IRC | 19:44 | |
*** radiofree has quit IRC | 19:44 | |
*** jkk_ has quit IRC | 19:44 | |
*** jpwhiting has quit IRC | 19:44 | |
*** Hei_Ku has quit IRC | 19:44 | |
*** lizardo has quit IRC | 19:44 | |
*** Beineri has quit IRC | 19:44 | |
*** phikz has quit IRC | 19:44 | |
*** saidinesh5 has quit IRC | 19:44 | |
*** npm has quit IRC | 19:44 | |
*** DeusIX has quit IRC | 19:44 | |
*** Octal_ has quit IRC | 19:44 | |
*** Brownout has quit IRC | 19:44 | |
*** RST38h has quit IRC | 19:44 | |
*** elysion has quit IRC | 19:44 | |
*** jbos__ has quit IRC | 19:44 | |
*** heymaster has quit IRC | 19:44 | |
*** Sazpaimon has quit IRC | 19:44 | |
*** rm_work has quit IRC | 19:44 | |
*** SpeedEvil has quit IRC | 19:44 | |
*** admiral0 has quit IRC | 19:44 | |
*** aquarius has quit IRC | 19:44 | |
*** phako has quit IRC | 19:44 | |
*** NIN101 has quit IRC | 19:44 | |
*** leinir has quit IRC | 19:44 | |
*** kevin_b has quit IRC | 19:44 | |
*** mardy has quit IRC | 19:44 | |
*** vladest has quit IRC | 19:44 | |
*** decibyte has quit IRC | 19:44 | |
*** juhaj has quit IRC | 19:44 | |
*** lfrb has quit IRC | 19:44 | |
*** mlong has quit IRC | 19:44 | |
*** ieatlint has quit IRC | 19:44 | |
*** deram has quit IRC | 19:44 | |
*** pawky has quit IRC | 19:44 | |
*** tbf has quit IRC | 19:44 | |
*** MikaT has quit IRC | 19:44 | |
*** aep has quit IRC | 19:44 | |
*** leio has quit IRC | 19:44 | |
*** keitsi has quit IRC | 19:44 | |
*** jussi has quit IRC | 19:44 | |
*** tabasko has quit IRC | 19:44 | |
*** danielcbit has quit IRC | 19:44 | |
*** infobot has quit IRC | 19:44 | |
*** Lava_Croft has quit IRC | 19:44 | |
*** kralor has quit IRC | 19:44 | |
*** lmoura has quit IRC | 19:44 | |
*** spenap has quit IRC | 19:44 | |
*** Oni^ has quit IRC | 19:44 | |
*** wirwe_ has quit IRC | 19:44 | |
*** PaulePanter has quit IRC | 19:44 | |
*** slingr has quit IRC | 19:44 | |
*** pokk_ has quit IRC | 19:44 | |
*** special has quit IRC | 19:44 | |
*** thp has quit IRC | 19:44 | |
*** itsnotabigtruck has quit IRC | 19:44 | |
*** Jaffa has quit IRC | 19:44 | |
*** kylanpaj_ has quit IRC | 19:44 | |
*** matrixx has quit IRC | 19:44 | |
*** DocScrutinizer has quit IRC | 19:44 | |
*** Summeli has quit IRC | 19:44 | |
*** unreal- has quit IRC | 19:44 | |
*** nibbler has quit IRC | 19:44 | |
*** CreamyG31339 has quit IRC | 19:44 | |
*** dm8tbr has quit IRC | 19:44 | |
*** Milhouse has quit IRC | 19:44 | |
*** damaltor has quit IRC | 19:44 | |
*** DocScrutinizer05 has quit IRC | 19:44 | |
*** jluisn has quit IRC | 19:44 | |
*** Burner_ has quit IRC | 19:44 | |
*** orfix has quit IRC | 19:44 | |
*** javispedro has quit IRC | 19:44 | |
*** mschlens has quit IRC | 19:44 | |
*** Hurrian has quit IRC | 19:44 | |
*** robertjw has quit IRC | 19:44 | |
*** mf2hd has quit IRC | 19:44 | |
*** auenf has quit IRC | 19:44 | |
*** nid0 has quit IRC | 19:44 | |
*** lbt has quit IRC | 19:44 | |
*** eeanm has quit IRC | 19:44 | |
*** ybit2 has quit IRC | 19:44 | |
*** sandst1 has quit IRC | 19:44 | |
*** koe has quit IRC | 19:44 | |
*** luke-jr has quit IRC | 19:44 | |
*** Lasarus has quit IRC | 19:44 | |
*** Piru has quit IRC | 19:44 | |
*** mrmlz_ has quit IRC | 19:44 | |
*** Guest1810 has quit IRC | 19:44 | |
*** passi has quit IRC | 19:44 | |
*** CissWit has quit IRC | 19:44 | |
*** IcanCU has quit IRC | 19:44 | |
*** mzanetti has quit IRC | 19:44 | |
*** kozzi has quit IRC | 19:44 | |
*** ecloud_ has quit IRC | 19:44 | |
*** AndrewX192 has quit IRC | 19:44 | |
*** mhoye has quit IRC | 19:44 | |
*** Aard has quit IRC | 19:44 | |
*** sp3000 has quit IRC | 19:44 | |
*** yb0t has quit IRC | 19:44 | |
*** Corsac has quit IRC | 19:44 | |
*** Mek has quit IRC | 19:44 | |
*** Mek|irssi has quit IRC | 19:44 | |
*** machia has quit IRC | 19:44 | |
*** hahlo has quit IRC | 19:44 | |
*** aslani has quit IRC | 19:44 | |
*** vladest has joined #harmattan | 19:45 | |
*** heymaster has joined #harmattan | 19:45 | |
*** beford has joined #harmattan | 19:45 | |
*** NIN101 has joined #harmattan | 19:45 | |
*** decibyte has joined #harmattan | 19:45 | |
*** Sazpaimon has joined #harmattan | 19:45 | |
*** javispedro has joined #harmattan | 19:45 | |
*** danielcbit has joined #harmattan | 19:45 | |
*** DocScrutinizer05 has joined #harmattan | 19:45 | |
*** DocScrutinizer has joined #harmattan | 19:45 | |
*** rm_work has joined #harmattan | 19:45 | |
*** SpeedEvil has joined #harmattan | 19:45 | |
*** jluisn has joined #harmattan | 19:45 | |
*** mschlens has joined #harmattan | 19:45 | |
*** Hurrian has joined #harmattan | 19:45 | |
*** robertjw has joined #harmattan | 19:45 | |
*** lizardo has joined #harmattan | 19:45 | |
*** mf2hd has joined #harmattan | 19:45 | |
*** M4rtinK has joined #harmattan | 19:45 | |
*** Burner_ has joined #harmattan | 19:45 | |
*** admiral0 has joined #harmattan | 19:45 | |
*** pawky has joined #harmattan | 19:45 | |
*** tbf has joined #harmattan | 19:45 | |
*** MikaT has joined #harmattan | 19:45 | |
*** tehdely has joined #harmattan | 19:45 | |
*** orfix has joined #harmattan | 19:45 | |
*** aep has joined #harmattan | 19:45 | |
*** niwakame|away has joined #harmattan | 19:45 | |
*** faenil has joined #harmattan | 19:45 | |
*** ZogG_laptop has joined #harmattan | 19:45 | |
*** koe has joined #harmattan | 19:45 | |
*** leio has joined #harmattan | 19:45 | |
*** rzr has joined #harmattan | 19:45 | |
*** jkt has joined #harmattan | 19:45 | |
*** auenf has joined #harmattan | 19:45 | |
*** aquarius has joined #harmattan | 19:45 | |
*** xmlich02 has joined #harmattan | 19:45 | |
*** Beineri has joined #harmattan | 19:45 | |
*** ghjgfjghjbn has joined #harmattan | 19:45 | |
*** keitsi has joined #harmattan | 19:45 | |
*** denism has joined #harmattan | 19:45 | |
*** jussi has joined #harmattan | 19:45 | |
*** juhaj has joined #harmattan | 19:45 | |
*** phikz has joined #harmattan | 19:45 | |
*** JackaLX has joined #harmattan | 19:45 | |
*** GeneralAntilles has joined #harmattan | 19:45 | |
*** leinir has joined #harmattan | 19:45 | |
*** infobot has joined #harmattan | 19:45 | |
*** Lasarus has joined #harmattan | 19:45 | |
*** Summeli has joined #harmattan | 19:45 | |
*** unreal- has joined #harmattan | 19:45 | |
*** nibbler has joined #harmattan | 19:45 | |
*** frals has joined #harmattan | 19:45 | |
*** wirwe_ has joined #harmattan | 19:45 | |
*** PaulePanter has joined #harmattan | 19:45 | |
*** Viltzu has joined #harmattan | 19:45 | |
*** valtzu_ has joined #harmattan | 19:45 | |
*** phako has joined #harmattan | 19:45 | |
*** ant has joined #harmattan | 19:45 | |
*** flux has joined #harmattan | 19:45 | |
*** Enforcer has joined #harmattan | 19:45 | |
*** Lava_Croft has joined #harmattan | 19:45 | |
*** Katiska has joined #harmattan | 19:45 | |
*** Jare_ has joined #harmattan | 19:45 | |
*** khertan has joined #harmattan | 19:45 | |
*** njsf has joined #harmattan | 19:45 | |
*** trx has joined #harmattan | 19:45 | |
*** slingr has joined #harmattan | 19:45 | |
*** pokk_ has joined #harmattan | 19:45 | |
*** kralor has joined #harmattan | 19:45 | |
*** CreamyG31339 has joined #harmattan | 19:45 | |
*** susundberg has joined #harmattan | 19:45 | |
*** luke-jr has joined #harmattan | 19:45 | |
*** DocScrutinizer51 has joined #harmattan | 19:45 | |
*** virtuald has joined #harmattan | 19:45 | |
*** PTapioK has joined #harmattan | 19:45 | |
*** special has joined #harmattan | 19:45 | |
*** merlin1991 has joined #harmattan | 19:45 | |
*** _xnt14 has joined #harmattan | 19:45 | |
*** mankeli has joined #harmattan | 19:45 | |
*** tomma has joined #harmattan | 19:45 | |
*** Guest85863 has joined #harmattan | 19:45 | |
*** GAN950 has joined #harmattan | 19:45 | |
*** nid0 has joined #harmattan | 19:45 | |
*** kevin_b has joined #harmattan | 19:45 | |
*** juergbi has joined #harmattan | 19:45 | |
*** petteri has joined #harmattan | 19:45 | |
*** thp has joined #harmattan | 19:45 | |
*** ladoga has joined #harmattan | 19:45 | |
*** macmaN has joined #harmattan | 19:45 | |
*** dm8tbr has joined #harmattan | 19:45 | |
*** Wnt has joined #harmattan | 19:45 | |
*** sendak.freenode.net sets mode: +v infobot | 19:45 | |
*** x29a has joined #harmattan | 19:45 | |
*** Sput has joined #harmattan | 19:45 | |
*** Patina has joined #harmattan | 19:45 | |
*** drf__ has joined #harmattan | 19:45 | |
*** jpnurmi has joined #harmattan | 19:45 | |
*** deram has joined #harmattan | 19:45 | |
*** matrixx has joined #harmattan | 19:45 | |
*** ieatlint has joined #harmattan | 19:45 | |
*** kylanpaj_ has joined #harmattan | 19:45 | |
*** tabasko has joined #harmattan | 19:45 | |
*** RST38h has joined #harmattan | 19:45 | |
*** elysion has joined #harmattan | 19:45 | |
*** jbos__ has joined #harmattan | 19:45 | |
*** mlong has joined #harmattan | 19:45 | |
*** Oni^ has joined #harmattan | 19:45 | |
*** lfrb has joined #harmattan | 19:45 | |
*** mardy has joined #harmattan | 19:45 | |
*** Jaffa has joined #harmattan | 19:45 | |
*** Hei_Ku has joined #harmattan | 19:45 | |
*** jpwhiting has joined #harmattan | 19:45 | |
*** itsnotabigtruck has joined #harmattan | 19:45 | |
*** ChanServ has joined #harmattan | 19:45 | |
*** jkk_ has joined #harmattan | 19:45 | |
*** Brownout has joined #harmattan | 19:45 | |
*** radiofree has joined #harmattan | 19:45 | |
*** spenap has joined #harmattan | 19:45 | |
*** Octal_ has joined #harmattan | 19:45 | |
*** lmoura has joined #harmattan | 19:45 | |
*** DeusIX has joined #harmattan | 19:45 | |
*** npm has joined #harmattan | 19:45 | |
*** saidinesh5 has joined #harmattan | 19:45 | |
*** jabis has joined #harmattan | 19:45 | |
*** chem|st has joined #harmattan | 19:45 | |
*** romaxa has joined #harmattan | 19:45 | |
*** acidjunkie has joined #harmattan | 19:45 | |
*** tomyri has joined #harmattan | 19:45 | |
*** ljp has joined #harmattan | 19:45 | |
*** Piru has joined #harmattan | 19:45 | |
*** mrmlz_ has joined #harmattan | 19:45 | |
*** Guest1810 has joined #harmattan | 19:45 | |
*** passi has joined #harmattan | 19:45 | |
*** CissWit has joined #harmattan | 19:45 | |
*** IcanCU has joined #harmattan | 19:45 | |
*** mgoetz has joined #harmattan | 19:45 | |
*** Mek has joined #harmattan | 19:45 | |
*** lbt has joined #harmattan | 19:45 | |
*** sendak.freenode.net sets mode: +o ChanServ | 19:45 | |
*** MohammadAG has joined #harmattan | 19:45 | |
*** eeanm has joined #harmattan | 19:45 | |
*** chouchoune has joined #harmattan | 19:45 | |
*** jonni has joined #harmattan | 19:45 | |
*** Elleo has joined #harmattan | 19:45 | |
*** Mek|irssi has joined #harmattan | 19:45 | |
*** machia has joined #harmattan | 19:45 | |
*** mzanetti has joined #harmattan | 19:45 | |
*** pa has joined #harmattan | 19:45 | |
*** hahlo has joined #harmattan | 19:45 | |
*** kozzi has joined #harmattan | 19:45 | |
*** ecloud_ has joined #harmattan | 19:45 | |
*** AndrewX192 has joined #harmattan | 19:45 | |
*** damaltor has joined #harmattan | 19:45 | |
*** Milhouse has joined #harmattan | 19:45 | |
*** sandst1 has joined #harmattan | 19:45 | |
*** ybit2 has joined #harmattan | 19:45 | |
*** Corsac has joined #harmattan | 19:45 | |
*** yb0t has joined #harmattan | 19:45 | |
*** sp3000 has joined #harmattan | 19:45 | |
*** Aard has joined #harmattan | 19:45 | |
*** mhoye has joined #harmattan | 19:45 | |
*** aslani has joined #harmattan | 19:45 | |
*** trench has joined #harmattan | 19:45 | |
*** Nirkus has joined #harmattan | 19:45 | |
*** Ormod has joined #harmattan | 19:45 | |
*** Tronic has joined #harmattan | 19:45 | |
*** rdnzl has joined #harmattan | 19:45 | |
*** X-Fade has joined #harmattan | 19:45 | |
*** topi` has joined #harmattan | 19:45 | |
*** alterego has joined #harmattan | 19:45 | |
*** kimju has joined #harmattan | 19:45 | |
*** mtd has joined #harmattan | 19:45 | |
*** Velmont has joined #harmattan | 19:45 | |
*** gareth__ has joined #harmattan | 19:45 | |
*** bef0rd has quit IRC | 19:45 | |
*** bef0rd has joined #harmattan | 19:46 | |
pa | shit i forgot again how to set the icon for the application manager | 19:47 |
pa | ah found | 19:48 |
*** M4rtinK has quit IRC | 19:59 | |
*** Shaan7 has quit IRC | 20:09 | |
*** Shaan7 has joined #harmattan | 20:09 | |
pa | now i forgot where to set the package version -.- | 20:18 |
*** MohammadAG has quit IRC | 20:31 | |
*** mankeli has quit IRC | 20:32 | |
*** CissWit has quit IRC | 20:34 | |
*** sahib_ has joined #harmattan | 20:34 | |
*** leinir has quit IRC | 20:35 | |
*** pawky has quit IRC | 20:36 | |
*** leinir has joined #harmattan | 20:36 | |
*** leinir has joined #harmattan | 20:36 | |
*** Milhouse has quit IRC | 20:37 | |
*** MohammadAG has joined #harmattan | 20:37 | |
*** sahib_ has quit IRC | 20:41 | |
*** CissWit has joined #harmattan | 20:41 | |
*** mankeli has joined #harmattan | 20:44 | |
*** decibyte has quit IRC | 20:46 | |
*** Milhouse has joined #harmattan | 20:47 | |
*** pawky has joined #harmattan | 20:47 | |
*** DocScrutinizer has quit IRC | 20:47 | |
*** mardy_ has joined #harmattan | 20:48 | |
*** DocScrutinizer has joined #harmattan | 20:49 | |
*** rdnzl has quit IRC | 20:49 | |
*** SpeedEvil has quit IRC | 20:52 | |
*** mardy has quit IRC | 20:54 | |
*** decibyte has joined #harmattan | 20:55 | |
*** javispedro has quit IRC | 20:55 | |
*** mschlens has quit IRC | 20:55 | |
*** Hurrian has quit IRC | 20:55 | |
*** robertjw has quit IRC | 20:55 | |
*** mf2hd has quit IRC | 20:55 | |
*** auenf has quit IRC | 20:55 | |
*** nid0 has quit IRC | 20:55 | |
*** lbt has quit IRC | 20:55 | |
*** eeanm has quit IRC | 20:55 | |
*** ybit2 has quit IRC | 20:55 | |
*** sandst1 has quit IRC | 20:55 | |
*** javispedro has joined #harmattan | 20:58 | |
*** mschlens has joined #harmattan | 20:58 | |
*** Hurrian has joined #harmattan | 20:58 | |
*** robertjw has joined #harmattan | 20:58 | |
*** mf2hd has joined #harmattan | 20:58 | |
*** auenf has joined #harmattan | 20:58 | |
*** nid0 has joined #harmattan | 20:58 | |
*** lbt has joined #harmattan | 20:58 | |
*** eeanm has joined #harmattan | 20:58 | |
*** ybit2 has joined #harmattan | 20:58 | |
*** sandst1 has joined #harmattan | 20:58 | |
*** rdnzl has joined #harmattan | 20:58 | |
*** SpeedEvil has joined #harmattan | 21:00 | |
*** ptl has joined #harmattan | 21:10 | |
*** heymaster has quit IRC | 21:13 | |
*** rashm2k has joined #harmattan | 21:31 | |
*** Shaan7 has quit IRC | 21:32 | |
*** Shaan7 has joined #harmattan | 21:35 | |
*** heymaster has joined #harmattan | 21:41 | |
*** mike7b4athome has joined #harmattan | 21:46 | |
*** deram has quit IRC | 21:49 | |
*** djszapi has joined #harmattan | 21:54 | |
djszapi | this made my day :) https://codereview.qt-project.org/#change,32494 | 21:54 |
djszapi | Qt Creator's support for Symbian was at its peak in version | 21:54 |
djszapi | 1.4.x. Nobody really verified it in Qt Creator 1.5 or 1.6. | 21:54 |
djszapi | It is most likely rotten. Let's remove it! | 21:54 |
pa | he might be right :) | 21:56 |
djszapi | that does not matter :) | 21:57 |
rzr | djszapi, next step rm qt | 21:57 |
djszapi | bash: rm qt: command not found | 21:58 |
*** Rajesh has joined #harmattan | 21:58 | |
*** Rajesh is now known as Guest14438 | 21:58 | |
heymaster | rzr: how would you remove qt from qt creator ? :) | 21:58 |
*** javispedro has quit IRC | 22:00 | |
heymaster | rewrite in java or objc :) | 22:01 |
heymaster | just looked at prices. possible to get new nokia n9 for eur | 22:07 |
*** valdur55 has joined #harmattan | 22:07 | |
heymaster | 350 eur | 22:07 |
Sazpaimon | has the PR1.3 dvd been uploaded yet? | 22:08 |
djszapi | heymaster: colour, 16 or 64, etc. | 22:08 |
djszapi | microsim or normal sim | 22:09 |
*** piggz has joined #harmattan | 22:11 | |
pa | n9 16 is cheaper than that i think | 22:12 |
pa | unless it already began getting rare | 22:12 |
heymaster | djszapi: microsim. but it's from small retailers ..from operators you can get from about 470 eur | 22:13 |
djszapi | I sold mine for 300 EUR | 22:13 |
djszapi | half a year ago | 22:13 |
djszapi | so I was too cheap then :P | 22:13 |
heymaster | :) | 22:13 |
pa | i've seent it for 249 recently (new) in both finland and italy | 22:13 |
heymaster | what about chinese versions? | 22:15 |
heymaster | they are upgradable? | 22:15 |
pa | argh | 22:16 |
pa | chinese | 22:16 |
pa | nooo | 22:16 |
pa | dont do it! | 22:16 |
heymaster | i wanted to buy nokia n9 very cheaply for about 200 eur. called to seller he said it's chinese version with very bad camera. | 22:18 |
*** djszapi has left #harmattan | 22:19 | |
pa | put 300 and get it good :) | 22:20 |
beford | Sazpaimon: check javispedro twitter, he was uploading it this morning | 22:20 |
heymaster | pa: i willing to win in contest :) | 22:20 |
*** djszapi has joined #harmattan | 22:20 | |
djszapi | anyway, good night :) | 22:20 |
heymaster | good night | 22:21 |
heymaster | don't much money, so won't buy n9 :) | 22:22 |
pa | heymaster, i hope so too :) | 22:22 |
heymaster | have* | 22:22 |
heymaster | will stick with ipod dev or try mac dev | 22:23 |
*** djszapi has left #harmattan | 22:23 | |
pa | i wonder if i should spend time to package also my other app | 22:25 |
pa | i know already only few people would maybe use it.. | 22:25 |
heymaster | is packaging hard procedure? | 22:26 |
beford | khertan, thp: is it possible to tell "psa build-deb" not to strip binaries? | 22:28 |
beford | heymaster: if you use qtcreator it does all the work for you | 22:29 |
heymaster | beford: great :) | 22:29 |
pa | beford, well not all | 22:30 |
beford | the hard part? :p | 22:30 |
pa | :) | 22:30 |
beford | you have to edit descriptions and icons yea | 22:30 |
pa | beford, by the way, you use psa? | 22:30 |
beford | pa, trying to use it for the coding contest | 22:31 |
pa | isnt it that it generates debs not compatible with the store? | 22:31 |
beford | pa, but it's my first python/pyside app | 22:31 |
pa | i see | 22:31 |
pa | :) | 22:32 |
pa | well im also trying to figure out how to package python without psa | 22:32 |
pa | (and possible only pycs) | 22:32 |
pa | possibly | 22:32 |
beford | pa, yea I noticed that, it seems to put things in /usr/share, for the time being it helps me to test the app fast on the n9, I also installed meego components on the ubuntu vm and it's nice to be able to run it here aswell | 22:34 |
rzr | khertan, hi | 22:36 |
beford | pa: I suppose we can use the "traditional" debian/ folder way of packaging | 22:36 |
rzr | khertan #meego-fr ? | 22:36 |
pa | beford, well, here folks adviced to use scratchbox for packaging python | 22:38 |
pa | problem is i never used it , and i feel a little lost with it | 22:38 |
*** gabriel9 has joined #harmattan | 22:38 | |
*** DrGrov has joined #harmattan | 22:39 | |
*** piggz has quit IRC | 22:42 | |
*** piggz has joined #harmattan | 22:47 | |
*** piggz has quit IRC | 22:50 | |
*** piggz has joined #harmattan | 22:53 | |
*** vladest has quit IRC | 22:55 | |
*** vladest has joined #harmattan | 22:56 | |
*** NIN101 has quit IRC | 22:59 | |
*** Guest14438 has quit IRC | 23:00 | |
*** valdur55 has quit IRC | 23:26 | |
gabriel9 | so i started with C++ for backend logic | 23:28 |
gabriel9 | Should my classes inherit from something? QObject like | 23:29 |
*** cyrus-n9 has joined #harmattan | 23:31 | |
cyrus-n9 | hi all is there any meego app with functionality like reaver? | 23:31 |
heymaster | gabriel9: i think is good to have QObject subclass is good for memory managment purposes and if you want to store object in Qt containers | 23:34 |
ZogG_laptop | cyrus-n9: reaver? | 23:34 |
ZogG_laptop | cyrus-n9: btw as you are not on jabber — http://opensource.conformal.com/wiki/xxxterm | 23:35 |
ZogG_laptop | beford: sup | 23:35 |
*** gabriel9 has quit IRC | 23:35 | |
cyrus-n9 | reaver for brutforcing wpa2)) | 23:38 |
*** DrGrov has left #harmattan | 23:38 | |
jonni | cyrus-n9: reaver compiles just fine for harmattan | 23:39 |
jonni | (I have it installed on my N9) | 23:39 |
cyrus-n9 | hm..do u have debpkg? cause i dont have compiler on my n9 | 23:40 |
jonni | nope, I didnt make deb for it, just scp'ed the binaries. | 23:40 |
ZogG_laptop | cyrus-n9: build it on OBS and why do you need to brutforce wpa2? | 23:41 |
* ZogG_laptop is learning dark side of cyrus-n9 | 23:41 | |
cyrus-n9 | jonni, so u compiled it on foreign machine? | 23:41 |
ZogG_laptop | cyrus-n9: scratchbox i think | 23:42 |
jonni | compiled it on sb | 23:42 |
cyrus-n9 | ZogG_laptop, cause i dont have web connection at work) | 23:42 |
*** admiral0_ has joined #harmattan | 23:42 | |
cyrus-n9 | ZogG_laptop, yoy know how to do this? | 23:42 |
jonni | cyrus-n9: you will have easier time installing reaver on N900, than on N9. As it has ready made packages. | 23:43 |
ZogG_laptop | cyrus-n9: i don't have scratchbox | 23:43 |
cyrus-n9 | yeah, n900 already has air-ng apps) | 23:43 |
ZogG_laptop | cyrus-n9: i think n9 has too, but it's useless as n9 chip/driver doesn't support cool stuff =) | 23:44 |
cyrus-n9 | but i have only n9 | 23:44 |
ZogG_laptop | cyrus-n9: what the f are you trying to do? | 23:44 |
*** admiral0 has quit IRC | 23:44 | |
beford | hey ZogG_laptop | 23:44 |
ZogG_laptop | beford: sup | 23:44 |
*** admiral0__ has joined #harmattan | 23:44 | |
jonni | ZogG_laptop: it supports, but you need to compile custom kernel for injection to work. So right, it doesnt support by default. | 23:45 |
beford | not much, fighting with ruby | 23:45 |
cyrus-n9 | there is a hostel..near and it has wifi that i can use..so..)) | 23:45 |
ZogG_laptop | cyrus-n9: you have wifi at home, and use laptop to brutforce | 23:46 |
cyrus-n9 | yeah..but i cant use laptop at my workplace | 23:47 |
ZogG_laptop | jonni: do we have drivers? afaik someone wrote a proper one for n900, as stock didn't work | 23:47 |
ZogG_laptop | cyrus-n9: than just work | 23:47 |
ZogG_laptop | cyrus-n9: just buy the plan with #g internet | 23:47 |
ZogG_laptop | cyrus-n9: it's not cool to do stuff like that | 23:47 |
*** admiral0_ has quit IRC | 23:48 | |
*** Ariadeno has joined #harmattan | 23:48 | |
cyrus-n9 | :) yea..but there is no any other wifi connection there.. | 23:48 |
heymaster | cyrus-n9: sleep on night at hostel and you will get password | 23:49 |
heymaster | :) | 23:49 |
cyrus-n9 | heymaster, this is my plan B :) | 23:49 |
heymaster | :) | 23:49 |
jonni | ZogG_laptop: driver is on kernel sources, you just need to do same kind of pathing to wl1273 drivers that was done to wl1251 (N900) drivers, same generic wl12xx patch set works. Nobody has just released it, as not so many are interested to run things in open mode. | 23:50 |
ZogG_laptop | cyrus-n9: sleep with receptionist at lunch break — Plan B | 23:50 |
ZogG_laptop | jonni: openmode is not popular, ah? | 23:50 |
jonni | and as someone had 'forgotten' to enable extensions as module, one cannot make injection drivers to secure mode. | 23:51 |
cyrus-n9 | ok. thnx guys..n950club community the best) best regards and good night | 23:51 |
heymaster | i know few coffee shops with passworded wifi networks but if you ask them they will say password | 23:51 |
cyrus-n9 | maybe i have to try make some war-driving :D | 23:52 |
jonni | and there as some other random features, like mon0 not having mac by default, which will make ifconfig barf up :) | 23:52 |
ZogG_laptop | cyrus-n9: try to build it on OBS | 23:52 |
ZogG_laptop | jonni: do we have ifconfig at all? | 23:53 |
cyrus-n9 | only with ur help zoggy | 23:53 |
*** Ariadeno has quit IRC | 23:53 | |
thp | beford: there's a debhelper option to avoid stripping afaik | 23:53 |
ZogG_laptop | jonni: i almost never used n9 terminal as i used to use n900's =) | 23:53 |
ZogG_laptop | maybe coz i got cooler laptop :P | 23:53 |
thp | (stripping of binaries, that is) | 23:53 |
jonni | ZogG_laptop: yes /sbin/ifconfig | 23:53 |
ZogG_laptop | jonni: :P | 23:53 |
*** cyrus-n9 has quit IRC | 23:54 | |
*** lordross has joined #harmattan | 23:54 | |
*** rashm2k has quit IRC | 23:54 | |
*** rashm2k has joined #harmattan | 23:54 | |
*** Ariadeno has joined #harmattan | 23:55 | |
*** sahib_ has joined #harmattan | 23:56 | |
ieatlint | PaulePanter: it essentially failed, the phone is back into the state it was when i started the attempt | 23:56 |
ieatlint | removing the screen was much easier than i guessed, and it went back in very easy | 23:56 |
ieatlint | but despite using a t5 screwdriver, i managed to strip one of the screws while attempting to access the battery, and then basically gave up | 23:57 |
ieatlint | would be very simple to drill it out if i get motivated again in the future, but i also became very aware that i in fact do not have a battery to use as a spare on it right now | 23:58 |
ieatlint | might try and buy one at some point if cheap, and will attempt again.. | 23:58 |
PaulePanter | ieatlint: Thanks. If you find a cheap source for the battery please let me know. | 23:58 |
thp | ieatlint: i guess that happens to everybody | 23:58 |
thp | ieatlint: just dremel it out there | 23:58 |
*** lizardo has quit IRC | 23:59 | |
thp | it will make your device a few milligrams lighter! think about that! | 23:59 |
merlin1991 | ZogG_laptop: the result of my work http://talk.maemo.org/showthread.php?p=1249260#post1249260 :D | 23:59 |
ieatlint | i might actually have a dremel in my closet | 23:59 |
ieatlint | and yeah, dremel it out and watch the shavings very closely :P | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!