*** Soder has joined #harmattan | 00:06 | |
*** piggz_ has joined #harmattan | 00:09 | |
*** aquarius has quit IRC | 00:10 | |
*** piggz has quit IRC | 00:12 | |
itsnotabigtruck | re teleshoes that sounds fishy, qt shouldn't even know about 'files' | 00:22 |
---|---|---|
*** aquarius has joined #harmattan | 00:31 | |
*** aquarius has quit IRC | 00:43 | |
*** aquarius has joined #harmattan | 00:45 | |
*** aquarius has quit IRC | 01:03 | |
*** aquarius has joined #harmattan | 01:03 | |
*** ab has quit IRC | 01:09 | |
*** aquarius has quit IRC | 01:12 | |
*** tom____ has joined #harmattan | 01:12 | |
*** thek has joined #harmattan | 01:13 | |
*** thek has quit IRC | 01:24 | |
*** tom____ has quit IRC | 01:28 | |
*** teleshoes has joined #harmattan | 01:34 | |
*** thek has joined #harmattan | 01:36 | |
*** Natunen has quit IRC | 01:52 | |
*** Venemo has quit IRC | 02:04 | |
*** lfranchi has quit IRC | 02:06 | |
*** lfranchi has joined #harmattan | 02:15 | |
*** Soder has quit IRC | 02:26 | |
*** tgalal has joined #harmattan | 02:38 | |
tgalal | Hi | 02:39 |
tgalal | anyone cares to test wazapp? | 02:39 |
beford | yes | 02:40 |
*** teleshoes has quit IRC | 02:46 | |
*** hardaker has joined #harmattan | 02:56 | |
*** lildeimos has quit IRC | 03:02 | |
*** hardaker has quit IRC | 03:05 | |
tgalal | any more testers ? | 03:27 |
Enforcer | sms fallback if internet doesnt work? | 03:30 |
tgalal | sms fallback ? | 03:33 |
Enforcer | what happens if you try to send a message, and the tower is so clogged up it times out? | 03:33 |
tgalal | aha.. currently, nothing lol | 03:34 |
itsnotabigtruck | Enforcer: is that feature in the original whatsapp...seems like that would often be undesirable | 03:40 |
tgalal | I guess at least it should resend the message | 03:41 |
tgalal | currently if a message if any message fails to sent for some reason, they would only be resent if connection is lost and created again | 03:42 |
tgalal | itsnotabigtruck: you got time or interest to test ? | 03:43 |
*** Arie has joined #harmattan | 03:44 | |
Arie | tgalal: I'll test it | 03:46 |
tgalal | Arie: ok cool | 03:46 |
Arie | do you need an email? | 03:46 |
Arie | tgalal: how do I get it to test? | 03:48 |
tgalal | Arie: are you getting my private messages ? | 03:48 |
Arie | tgalal: responded | 03:49 |
itsnotabigtruck | tgalal: time, sort of, interest, eh, i'm not a whatsapp user | 03:50 |
itsnotabigtruck | i don't think i even can test | 03:50 |
itsnotabigtruck | since i think an account needs to be set up on a whatsapp supported device | 03:50 |
itsnotabigtruck | which i don't have | 03:50 |
beford | not really | 03:51 |
beford | tgalal did a good job, you can register all from the n9 | 03:51 |
*** hardaker has joined #harmattan | 03:52 | |
Arie | beford: have you used it? | 03:52 |
beford | testing it atm | 03:52 |
Enforcer | itsnotabigtruck, with my telco, all the towers are clogged up 90% of the time | 03:56 |
Enforcer | http://www.speedtest.net/result/820705065.png <-- near end of peak time | 03:59 |
Enforcer | http://www.speedtest.net/result/821185302.png <-- the next morning out of peak time | 03:59 |
*** tgalal has quit IRC | 04:09 | |
*** tgalal has joined #harmattan | 04:09 | |
*** hardaker has quit IRC | 04:19 | |
*** arcean has quit IRC | 04:19 | |
*** adlan has joined #harmattan | 04:22 | |
*** adlan has joined #harmattan | 04:23 | |
*** pinheiro_ has quit IRC | 04:27 | |
*** pinheiro_ has joined #harmattan | 04:27 | |
tgalal | When loading QMessageManager it spits out libqtcontacts-tracker: initializing libqtcontacts-tracker 4.18.2-1+0m7 and takes a hell of a time initializing that | 04:45 |
*** Termana has quit IRC | 05:17 | |
*** tgalal has quit IRC | 05:21 | |
*** Termana has joined #harmattan | 05:39 | |
*** oberling_ has quit IRC | 05:46 | |
*** oberling has joined #harmattan | 05:48 | |
*** natunen has joined #harmattan | 05:50 | |
*** lbt has joined #harmattan | 05:50 | |
*** lbt has joined #harmattan | 05:50 | |
*** lbt has quit IRC | 06:04 | |
*** Sazpaimon has joined #harmattan | 06:24 | |
*** hardaker has joined #harmattan | 06:25 | |
*** Arie has quit IRC | 06:36 | |
*** beford has quit IRC | 07:33 | |
*** hardaker has quit IRC | 07:45 | |
*** e-yes has quit IRC | 07:46 | |
*** djszapi has joined #harmattan | 08:00 | |
*** roop has joined #harmattan | 08:09 | |
*** mece has joined #harmattan | 08:10 | |
djszapi | What is the best way of collecting the selected buttons indexes in a button grid into a variable in qml ? I could perhaps use a separate array.js file for having a javascript variable, but I wonder if there is any more elegant solution for this issue. | 08:15 |
roop | djszapi, i think it kinda depends on the underlying logic. if the buttons are index-based, you could use a listmodel, else you probably want to use a javascript object as a dictionary store. | 08:24 |
djszapi | dictionary is an overkill | 08:24 |
djszapi | it is just a list after all. | 08:24 |
roop | djszapi, then a list model would do fine, i guess | 08:25 |
djszapi | I do not think I even need a model. | 08:25 |
djszapi | that is probably even a bigger overkill than a dictionary. | 08:26 |
djszapi | what I was thinking if a property variant or property stringlist could work out instead of raw javascript array. | 08:26 |
djszapi | I do not think I could push to a qml property, but perhaps I am wrong. | 08:28 |
roop | djszapi, there's no stringlist. the variant is a generic property, like void * - there has to be something it represents at the basic level. if that's a list, you can push to it. | 08:29 |
itsnotabigtruck | overkill's an adjective, not a noun | 08:29 |
itsnotabigtruck | so you can't have an overkill :p | 08:29 |
roop | it could be a listmodel, or a QObject exposed from C++ | 08:30 |
djszapi | totally unneccesary | 08:30 |
djszapi | why complicate if a javascript array can do | 08:31 |
djszapi | the only better solution would be to avoid the js array by some native property type in qml | 08:32 |
roop | djszapi, true, a js array would do too | 08:33 |
djszapi | so, if a native qml property type cannot just act as a list with a simple append, I will go for a js array since that has the advantage of "push". | 08:35 |
djszapi | or can I go somehow through the buttons in the grid repeater which are checked for a separate button click ? | 08:41 |
djszapi | That way I would not need to store anything in a variable, if I can iterate over the delegate (Button) of the grid view and check properties, like "checked:". | 08:42 |
*** lamikr has joined #harmattan | 08:56 | |
*** tbf has joined #harmattan | 08:58 | |
*** Jeffrey04 has joined #harmattan | 08:59 | |
roop | djszapi, the advantage with the listmodel is that you need not itereate | 09:13 |
*** rnovacek has joined #harmattan | 09:25 | |
*** gabriel9 has quit IRC | 09:28 | |
*** ab has joined #harmattan | 09:33 | |
djszapi | roop: unsure what you mean. | 09:35 |
roop | djszapi, if you need a grid of checkable buttons, you can do that with a Grid, a Repeater and a ListModel. The Repeater's delegate will contain the Button. | 09:38 |
djszapi | that is how this is | 09:38 |
djszapi | except that the model is a "property variant" list. | 09:39 |
djszapi | I mean the variant contains a list of integers. | 09:39 |
roop | djszapi, if it's a listmodel, you will also have write access to the listmodel's checkable property. so you'll say something like Button { text: model.text; checkable: true; checked: model.checked; onCheckedChanged: model.checked = checked; } | 09:40 |
djszapi | Siva: my routes is broken again | 09:40 |
djszapi | I do not understand what you precisely mean by the ListModel usage. | 09:41 |
roop | djszapi, so there's no need to itereate across all the elements | 09:41 |
*** jreznik has joined #harmattan | 09:41 | |
djszapi | there is. | 09:41 |
djszapi | since I would like to execute a C++ function with a list of integers. | 09:41 |
djszapi | so I would need to do that anyway | 09:42 |
roop | djszapi, ar we talking about the same thing? (in my understanding, itereate is a for loop) | 09:42 |
roop | djszapi, ah, you mean iterate in C++ code? | 09:42 |
djszapi | well, iteration can be anything from stl loop, java loop, foreach, qt-style loop, for, while and the like. | 09:42 |
*** Saviq_ has joined #harmattan | 09:43 | |
roop | djszapi, it can be. nevermind. | 09:43 |
djszapi | the point is that the C++ method would expect a list of items (in case integers). | 09:43 |
djszapi | and as for that, I would need to filter the checked items out. | 09:44 |
roop | djszapi, if your C++ methid gets integers, of course it has to iterate over them. if you don't want to iterate in C++ as well, you use a C++ model (deriving from QAbstactListItem). | 09:44 |
roop | *QAbstractListModel | 09:46 |
djszapi | that sounds like a huge overkill =] | 09:49 |
djszapi | for passing an integer list lol | 09:49 |
roop | it is | 09:49 |
*** Saviq_ has quit IRC | 09:51 | |
*** Enforcer has quit IRC | 09:53 | |
*** gabriel9|work has joined #harmattan | 09:55 | |
*** napcode has joined #harmattan | 09:55 | |
*** Nirkus has quit IRC | 09:57 | |
*** Enforcer has joined #harmattan | 09:58 | |
*** hhartz has joined #harmattan | 10:06 | |
ZogG_lap1op | missed whazapp testing =) Y U DO it so early | 10:21 |
ZogG_lap1op | =P | 10:21 |
*** Arie has joined #harmattan | 10:21 | |
*** aleksander_m has joined #harmattan | 10:41 | |
*** lamikr has quit IRC | 11:03 | |
*** risca has joined #harmattan | 11:07 | |
*** harbaum_ has quit IRC | 11:24 | |
*** harbaum has joined #harmattan | 11:35 | |
*** lamikr has joined #harmattan | 11:48 | |
*** spenap has joined #harmattan | 11:49 | |
*** DrGrov has joined #harmattan | 11:53 | |
*** DrGrov has quit IRC | 11:53 | |
*** DrGrov has joined #harmattan | 11:54 | |
*** DrGrov has left #harmattan | 11:55 | |
*** ZogG_lap1op has quit IRC | 12:04 | |
*** Sniper_swe has joined #harmattan | 12:04 | |
*** ZogG_laptop has joined #harmattan | 12:08 | |
*** snowpong has joined #harmattan | 12:11 | |
*** tomyri has quit IRC | 12:15 | |
*** tomyri has joined #harmattan | 12:17 | |
*** roop has quit IRC | 12:19 | |
*** ghjgfjghjbn2 has joined #harmattan | 12:24 | |
*** ghjgfjghjbn has quit IRC | 12:25 | |
*** xmlich02_ has joined #harmattan | 12:28 | |
*** Vali has joined #harmattan | 12:30 | |
*** roop has joined #harmattan | 12:32 | |
*** tomyri has quit IRC | 12:36 | |
*** tomyri has joined #harmattan | 12:39 | |
*** piggz_ has quit IRC | 12:42 | |
*** Sniper_swe has quit IRC | 12:42 | |
*** hhartz has quit IRC | 12:53 | |
*** arcean has joined #harmattan | 12:55 | |
*** Sniper_swe has joined #harmattan | 12:56 | |
*** tom___ has joined #harmattan | 13:03 | |
*** hhartz has joined #harmattan | 13:05 | |
*** diorahman_ has joined #harmattan | 13:08 | |
*** tom___ has quit IRC | 13:11 | |
*** diorahman has joined #harmattan | 13:11 | |
*** bjarneh has left #harmattan | 13:12 | |
*** diorahman_ has quit IRC | 13:15 | |
*** Sniper_swe has quit IRC | 13:21 | |
*** tom_ has joined #harmattan | 13:23 | |
diorahman | how to set image on ShareIf? | 13:24 |
diorahman | tried to set the MDataUri with binary data but it's failed :-( | 13:24 |
*** user__ has joined #harmattan | 13:28 | |
*** Tcbl50 has joined #harmattan | 13:29 | |
*** adlan has quit IRC | 13:34 | |
*** djszapi has left #harmattan | 13:37 | |
*** user__ has quit IRC | 13:37 | |
*** Tcbl50 has quit IRC | 13:37 | |
*** itsnotabigtruck has quit IRC | 13:37 | |
*** tom_ has quit IRC | 13:38 | |
*** hhartz has quit IRC | 13:45 | |
*** diorahman has left #harmattan | 13:52 | |
*** tom_ has joined #harmattan | 13:54 | |
*** rzrmob has joined #harmattan | 13:59 | |
rzrmob | hi from .cz | 14:00 |
*** rzrmob has quit IRC | 14:01 | |
*** CreamyG31337 has quit IRC | 14:06 | |
*** CreamyG31337 has joined #harmattan | 14:07 | |
*** Piru has quit IRC | 14:09 | |
*** Piru has joined #harmattan | 14:09 | |
*** juhaj has quit IRC | 14:10 | |
*** juhaj has joined #harmattan | 14:10 | |
*** Arie has joined #harmattan | 14:13 | |
*** natunen has quit IRC | 14:16 | |
*** Natunen has joined #harmattan | 14:18 | |
*** hhartz has joined #harmattan | 14:20 | |
*** jabis has quit IRC | 14:25 | |
*** jabis has joined #harmattan | 14:25 | |
*** jabis has quit IRC | 14:26 | |
*** jabis has joined #harmattan | 14:26 | |
*** Natunen has quit IRC | 14:26 | |
*** xmlich02_ has quit IRC | 14:27 | |
*** s1gk1ll has left #harmattan | 14:27 | |
*** natunen has joined #harmattan | 14:29 | |
*** natunen has quit IRC | 14:31 | |
*** natunen has joined #harmattan | 14:33 | |
*** djszapi has joined #harmattan | 14:33 | |
djszapi | Hey! I wonder if people use "sh -e" for the post install script. | 14:34 |
*** aheinecke has quit IRC | 14:34 | |
djszapi | as for me, that makes the script exit for "stop foobar" if there are any issues with the stoping of that job. | 14:34 |
*** aheinecke has joined #harmattan | 14:34 | |
*** ZogG_N9 has joined #harmattan | 14:38 | |
*** Nirkus has joined #harmattan | 14:41 | |
*** Nirkus has joined #harmattan | 14:41 | |
*** ZogG_N9 has quit IRC | 14:57 | |
*** natunen has quit IRC | 14:58 | |
*** Arie has quit IRC | 15:03 | |
spenap | hi, I'm looking for people to help me get Butaca, my TMDB client app, translated to as many languages as possible. I'm using transifex for that, so you can check it here: https://www.transifex.net/projects/p/butaca/ | 15:05 |
*** kevin_b has quit IRC | 15:08 | |
*** mschlens has quit IRC | 15:09 | |
*** mschlens has joined #harmattan | 15:10 | |
*** kevin_b has joined #harmattan | 15:11 | |
*** risca has quit IRC | 15:11 | |
*** etrunko has joined #harmattan | 15:29 | |
*** DrGrov has joined #harmattan | 15:44 | |
*** Sniper_swe has joined #harmattan | 15:45 | |
*** Sniper_swe has quit IRC | 15:46 | |
*** mece has quit IRC | 15:50 | |
*** faenil has joined #harmattan | 15:55 | |
*** DocScrutinizer has quit IRC | 15:56 | |
*** DocScrutinizer has joined #harmattan | 15:56 | |
*** hardaker has joined #harmattan | 15:58 | |
gabriel9|work | http://www.developer.nokia.com/Community/Wiki/PureView_Imaging_Competition_2012Q2 | 16:00 |
*** roop has quit IRC | 16:07 | |
*** tom_ has quit IRC | 16:08 | |
*** lamikr has quit IRC | 16:15 | |
faenil | anyonw with experience with QDeclarativeComponent? Do I have to pass the engine() around in my classes to be able to create a qml element? | 16:16 |
*** jluisn has joined #harmattan | 16:22 | |
*** lfrb has quit IRC | 16:23 | |
*** lfrb has joined #harmattan | 16:23 | |
*** hhartz has quit IRC | 16:23 | |
*** Morpog has joined #harmattan | 16:23 | |
*** MRPG has joined #harmattan | 16:26 | |
MRPG | Test | 16:26 |
MRPG | Simple irc seems to be great | 16:26 |
*** lamikr has joined #harmattan | 16:27 | |
*** Morpog has quit IRC | 16:28 | |
*** roop has joined #harmattan | 16:28 | |
djszapi | MRPG: which one is that ? Is that for free ? Does that support sasl ? | 16:28 |
*** MRPG has quit IRC | 16:30 | |
*** Morpog has joined #harmattan | 16:34 | |
Morpog | Test 2 | 16:39 |
djszapi | Morpog: which irc client ?? | 16:39 |
*** beford has joined #harmattan | 16:40 | |
Morpog | Simple irc | 16:41 |
djszapi | Morpog: link ? | 16:42 |
djszapi | main question: does it handle sasl ? | 16:42 |
trx | whats going on with cOBS' MeeGo:1.2:Harmattan:Apps:Testing , bossbot hasn't approved my request for several days now | 16:43 |
trx | will it ever approve/dissaprove it? | 16:43 |
MohammadAG | Whatever happened to irc-chatter? | 16:43 |
djszapi | MohammadAG: does not support sasl | 16:45 |
Termana | Not to mention that it's horrible to use | 16:45 |
Termana | I don't think Simple IRC is any better btw | 16:45 |
djszapi | MohammadAG: freenode introduced sasl as a requirement few days ago | 16:46 |
Morpog | Only ssl | 16:46 |
Termana | Who thought it was a good idea to put that stupid bar on the SIDE | 16:46 |
djszapi | MohammadAG: in certain ranges, so for one, I cannot connect freenode anymore :( | 16:46 |
alterego | irssi! | 16:46 |
Termana | (well actually, I know exactly who's idea it was, but that doesn't make it any less of a good idea) | 16:46 |
Morpog | Simple irc is in nokia store. | 16:46 |
MohammadAG | djszapi: I use znc :p | 16:47 |
Termana | any more* | 16:47 |
*** rm_work has joined #harmattan | 16:47 | |
djszapi | MohammadAG: on your N9(50) ? | 16:47 |
Termana | Seriously, I have to try and look into making that thing go to the top | 16:47 |
djszapi | Termana: please add sasl support :) | 16:48 |
Morpog | Simple irce doesn't seem to reckognize anny command :( | 16:48 |
djszapi | Venemo does not seem to care about adding that :( | 16:48 |
Morpog | Which clients are you guys using? | 16:49 |
Morpog | On N9 | 16:49 |
Termana | Morpog, I use irc-chatter (on N950). | 16:49 |
jonni | irssi | 16:50 |
djszapi | Morpog: used to use irc-chatter until few days ago | 16:51 |
djszapi | Morpog: currently nothing since nothing seems to support sasl which is also user friendly :p | 16:51 |
* djszapi hides from irssi maniacs | 16:51 | |
Termana | X-Chat on the N900 was the best mobile IRC experience. Ever. | 16:51 |
rantom | FingerTerm | 16:51 |
*** faenil has quit IRC | 16:53 | |
*** tom_ has joined #harmattan | 16:54 | |
djszapi | jonni: you do not come ? http://devaamo2012.eventbrite.com/ | 16:54 |
MohammadAG | djszapi: On a server | 16:55 |
*** lamikr has quit IRC | 16:56 | |
* djszapi needs a non-terminal based sasl supported irc clients | 16:56 | |
MohammadAG | djszapi: I connect to znc from irc-chatter so... | 16:57 |
djszapi | MohammadAG: so that way I could have sasl support ? | 16:58 |
*** Morpog_ has joined #harmattan | 16:58 | |
djszapi | in any case, it would be nice to have a solution where I do not need a server. | 16:59 |
djszapi | unsure how much work to add sasl support | 16:59 |
djszapi | perhaps communi already supports that, just needs to be exposed. I do not know. | 17:00 |
Morpog_ | omg irc chatter is so much better than simple irc. what a waste of money..... | 17:00 |
MohammadAG | djszapi: Znc connects to freenode fine | 17:00 |
djszapi | Morpog: heh | 17:00 |
MohammadAG | Since znc will act like a middle server, you control how you connect to it | 17:01 |
djszapi | yea, but still. | 17:01 |
Morpog_ | simple irc did cost 1€..... | 17:02 |
*** Morpog has left #harmattan | 17:04 | |
DocScrutinizer | .oO(???) | 17:04 |
rm_work | yeah i have been using irssi | 17:04 |
rm_work | but | 17:04 |
rm_work | what happened to that other IRC client I had installed back in beta2 | 17:04 |
rm_work | or beta1 even | 17:05 |
rm_work | was written by someone here | 17:05 |
DocScrutinizer | quassel comes to mind | 17:05 |
rm_work | it worked well for like a month and then never launched correctly again | 17:05 |
rm_work | and i can't find it | 17:05 |
rm_work | wasn't it written by Venemo? | 17:06 |
alterego | Communi is quite good | 17:06 |
jonni | djszapi: havent noticed that before, have to check my calendar | 17:07 |
djszapi | jonni: wow | 17:08 |
djszapi | communi has no support for sasl | 17:09 |
djszapi | sasl support or die xD | 17:09 |
jonni | just dont know if I have anything interesting to show in there, since I'm not sure if my wireless N9 charger mod will be ready by then :), heh or ofcourse I could always demonstrate yet another aegis exploit :) | 17:10 |
djszapi | the prison is at least hot :) | 17:10 |
djszapi | as far as I heard... =] | 17:11 |
djszapi | well, you do not need to show up anything :) | 17:12 |
*** pat00 has joined #harmattan | 17:13 | |
*** psycho_oreos has quit IRC | 17:25 | |
*** pat00 has quit IRC | 17:27 | |
*** natunen has joined #harmattan | 17:27 | |
rm_work | so, how do I get skype on N950? | 17:31 |
rm_work | is there a guide for that? | 17:31 |
djszapi | yes | 17:31 |
rm_work | ~skype | 17:31 |
infobot | [~skype] Skype is a free VoIP software and service using a closed client and propritary protocol. Only commercial channel drivers exist, with most solutions being complex, complicated, and hack-ish . Digium's SkypeForAsterisk (see ~SkypeForAsterisk) is a new solution that is a cleaner non-dependent option. | 17:31 |
rm_work | ~SkypeForAsterisk | 17:31 |
infobot | [skypeforasterisk] a Digium-made channel driver that allows Asterisk to connect to the Skype network using a Skype-supported connection method. Unlike all other solutions it does not require X11, kernel modules, or a Windows machine. See http://www.digium.com/skype for details, or http://slashdot.org/story/11/05/24/2010222/Microsoft-Kills-Skype-For-Asterisk | 17:31 |
rm_work | is this related? | 17:32 |
Jeffrey04 | ~update | 17:32 |
infobot | rumour has it, 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 | 17:32 |
*** Morpog_ has quit IRC | 17:33 | |
djszapi | rm_work: http://leho.kraav.com/blog/2011/12/01/install-n9-skype-ui-on-n950/ | 17:33 |
djszapi | or http://forum.meego.com/showthread.php?t=5280 | 17:33 |
rm_work | yeah just found the former | 17:34 |
rm_work | thanks! | 17:34 |
*** djszapi has left #harmattan | 17:36 | |
*** rnovacek has quit IRC | 17:37 | |
*** djszapi has joined #harmattan | 17:37 | |
*** lmoura has joined #harmattan | 17:38 | |
*** Morpog has joined #harmattan | 17:41 | |
*** pat00 has joined #harmattan | 17:41 | |
*** roop has quit IRC | 17:45 | |
*** pat00 has quit IRC | 17:46 | |
*** thek has quit IRC | 17:55 | |
*** djszapi has left #harmattan | 17:58 | |
*** pat00 has joined #harmattan | 17:59 | |
*** tgalal has joined #harmattan | 18:04 | |
*** pat00 has quit IRC | 18:06 | |
*** Morpog has quit IRC | 18:06 | |
*** Morpog has joined #harmattan | 18:06 | |
Morpog | damn just crashed with 1,225V @ 1,3ghz | 18:08 |
*** harbaum has quit IRC | 18:13 | |
*** shanttu has joined #harmattan | 18:13 | |
*** jreznik has quit IRC | 18:17 | |
*** pat00 has joined #harmattan | 18:19 | |
*** roop has joined #harmattan | 18:25 | |
*** mschlens has quit IRC | 18:26 | |
*** gabriel9|work has quit IRC | 18:26 | |
*** mschlens has joined #harmattan | 18:28 | |
*** pat00 has quit IRC | 18:29 | |
beford | is it possible to unlock the phone from ssh? | 18:30 |
*** Beineri has quit IRC | 18:33 | |
beford | nevermind I was able to shut it down from the locked screen somehow | 18:33 |
*** jreznik has joined #harmattan | 18:45 | |
*** Arkenoi has joined #harmattan | 18:46 | |
Arkenoi | what i really hate in harmattan is that in any given moment *some* subsystem may *silently* fail and fall dead until reboot. Say, phone will stop accepting voice calls, or messages, or SMS alone, or whatever, or drop out of the cellular network and you won't notice it at all. | 18:48 |
rm_work | yeah | 18:53 |
rm_work | that happened to me a lot back with beta1 | 18:53 |
rm_work | but i finally upgraded to PR1.2beta and it seems to be working fine now | 18:53 |
*** aquarius has joined #harmattan | 18:56 | |
*** aquarius has joined #harmattan | 18:56 | |
*** aquarius has quit IRC | 18:57 | |
*** aquarius has joined #harmattan | 18:58 | |
*** aquarius has quit IRC | 19:01 | |
*** aquarius_ has joined #harmattan | 19:01 | |
*** aquarius has joined #harmattan | 19:02 | |
ZogG_laptop | aquarius: do you feel alright pal? | 19:03 |
aquarius | ZogG_laptop, I do; should I not? :) | 19:03 |
*** NIN101 has joined #harmattan | 19:07 | |
*** roop has quit IRC | 19:07 | |
*** napcode has quit IRC | 19:22 | |
*** DrGrov has left #harmattan | 19:24 | |
*** miroslav has joined #harmattan | 19:26 | |
*** jaywink has joined #harmattan | 19:28 | |
*** xmlich02 has quit IRC | 19:28 | |
*** xmlich02 has joined #harmattan | 19:32 | |
*** tgalal has quit IRC | 19:46 | |
*** krnlyng has joined #harmattan | 19:48 | |
*** trx has quit IRC | 19:53 | |
*** hardaker has quit IRC | 19:53 | |
*** trx has joined #harmattan | 19:57 | |
*** miroslav has quit IRC | 19:57 | |
*** aquarius has quit IRC | 20:00 | |
*** aquarius has joined #harmattan | 20:05 | |
*** aquarius_ has joined #harmattan | 20:05 | |
*** krnlyng has quit IRC | 20:12 | |
*** aquarius_ has quit IRC | 20:17 | |
*** gabriel9 has joined #harmattan | 20:20 | |
*** piggz_ has joined #harmattan | 20:22 | |
*** hardaker has joined #harmattan | 20:29 | |
*** hhartz has joined #harmattan | 20:33 | |
*** tom_ has quit IRC | 20:39 | |
*** tom_ has joined #harmattan | 20:42 | |
*** itsnotabigtruck has joined #harmattan | 20:43 | |
*** itsnotabigtruck has left #harmattan | 20:43 | |
*** itsnotabigtruck has joined #harmattan | 20:43 | |
*** tom_ has quit IRC | 20:51 | |
*** harbaum has joined #harmattan | 20:54 | |
*** tom_ has joined #harmattan | 20:55 | |
*** harbaum has quit IRC | 20:57 | |
*** harbaum has joined #harmattan | 20:58 | |
*** tom_ has quit IRC | 21:01 | |
*** aquarius_ has joined #harmattan | 21:02 | |
*** danielcbit has joined #harmattan | 21:03 | |
*** piggz_ has quit IRC | 21:05 | |
*** aquarius_ has quit IRC | 21:08 | |
danielcbit | Hi Everybody. Does some one know how to put pre-buid conf files inside .deb package and deploy them? | 21:09 |
*** gabriel9 has quit IRC | 21:10 | |
ZogG_laptop | danielcbit: just add them as otherfiles | 21:13 |
*** piggz_ has joined #harmattan | 21:14 | |
danielcbit | ZogG_laptop: The problem is where to. My app ships with a initial conf file with default informations. New information can be added by the user and I'm using QSettings to do that. | 21:15 |
danielcbit | ZogG_laptop: And I know that during install the app can't write at user folder | 21:15 |
MohammadAG | why ship a default config if you're using QSettings? | 21:16 |
ZogG_laptop | danielcbit: than make the functio nthat checks if file there and if not it would create it ( even better) | 21:16 |
ZogG_laptop | MohammadAG: sup | 21:17 |
MohammadAG | QSettings().value("key", defaultvalue) | 21:17 |
MohammadAG | ZogG_laptop, nm, bored as fuck | 21:17 |
ZogG_laptop | MohammadAG: you bored? | 21:17 |
ZogG_laptop | how is life? school? what's new? | 21:17 |
MohammadAG | nothing much, school's boring too | 21:18 |
ZogG_laptop | MohammadAG: =\ | 21:18 |
danielcbit | ZogG_laptop: Ok. I'll try that | 21:19 |
MohammadAG | I need a job | 21:19 |
itsnotabigtruck | danielcbit: MohammadAG's approach is the best | 21:19 |
ZogG_laptop | danielcbit: ^ i think what MohammadAG said is better | 21:19 |
itsnotabigtruck | instead of putting in a default config file | 21:19 |
itsnotabigtruck | have it assume the defaults when anything is missing | 21:19 |
MohammadAG | if you really need to create a default config, load into RAM and save | 21:19 |
itsnotabigtruck | by using that default value feature in qsettings | 21:19 |
ZogG_laptop | btw does Qsettings creates file? | 21:19 |
MohammadAG | yes | 21:19 |
DocScrutinizer | every app I know is creating default files if they're missing | 21:19 |
*** hhartz has quit IRC | 21:20 | |
itsnotabigtruck | also that way it won't bomb if the config file will get deleted | 21:20 |
itsnotabigtruck | which will happen if the user wipes userdata but not root | 21:20 |
danielcbit | itsnotabigtruck: This initial conf file has a lot of entries. They populate a List of itens of a ListModel | 21:21 |
ZogG_laptop | after i resolve all the issues in real life i need to keep learning Qt =) | 21:21 |
MohammadAG | danielcbit, then save the default using QSettings | 21:21 |
MohammadAG | itsnotabigtruck, you good at reversing headers? | 21:22 |
itsnotabigtruck | maybe qsettings is the wrong tool for the job | 21:22 |
MohammadAG | why? | 21:22 |
itsnotabigtruck | MohammadAG: you mean like figuring out the header file for a library without any source code? i've done it before...it's not very fun | 21:22 |
MohammadAG | itsnotabigtruck, I'm doing it atm, but instantiating something segfaults the app | 21:23 |
MohammadAG | http://pastebin.com/PViRgnge | 21:23 |
ZogG_laptop | player for what? | 21:25 |
*** hhartz has joined #harmattan | 21:27 | |
MohammadAG | ZogG_laptop, it's what the default harmattan video player uses | 21:28 |
itsnotabigtruck | MohammadAG: regarding why, because these don't sound like settings | 21:28 |
itsnotabigtruck | how about installing the initial list to /usr/share or /usr/lib | 21:29 |
itsnotabigtruck | then having the app clone it over to the user dir if it isn't already there | 21:29 |
itsnotabigtruck | and maybe using some other data format that isn't specifically intended for settings | 21:30 |
itsnotabigtruck | (maybe even just a text file, one entry per line) | 21:30 |
MohammadAG | I like how obj-c has class-dump | 21:30 |
itsnotabigtruck | MohammadAG: hmmm...maybe you can dissect the QMetaObject stuff stored in the binary | 21:31 |
itsnotabigtruck | i wonder if there's an ida plugin that can do that sort of thing | 21:31 |
MohammadAG | itsnotabigtruck, doubt it | 21:41 |
MohammadAG | MafwInternalRegistry::addPluginControlInterface "libqmafw_gst_renderer_plugin" | 21:41 |
MohammadAG | Creating proxy for extension: | 21:41 |
MohammadAG | "MafwGstRendererPlugin" | 21:41 |
MohammadAG | "mafw_gst_internal_video_renderer" | 21:41 |
MohammadAG | MafwProxyRenderer::getName | 21:41 |
MohammadAG | Signal rendererAdded(MafwRenderer* rnd) is deprecated | 21:41 |
MohammadAG | MafwProxyPluginControlInterface::activate | 21:41 |
MohammadAG | MafwSharedPrivate::createPluginControlInterfaceProxy "libqmafw_gst_renderer_plugin" | 21:41 |
MohammadAG | Segmentation fault | 21:41 |
MohammadAG | err, shit | 21:41 |
MohammadAG | but yeah, that's the problem | 21:41 |
MohammadAG | wish there was a way to know which class subclasses whihc | 21:45 |
*** tom_ has joined #harmattan | 21:58 | |
*** Myname24 has joined #harmattan | 22:05 | |
*** mzanetti_ has quit IRC | 22:07 | |
*** mzanetti_ has joined #harmattan | 22:08 | |
*** tom_ has quit IRC | 22:10 | |
*** pa has quit IRC | 22:11 | |
*** gabriel9 has joined #harmattan | 22:16 | |
*** pa has joined #harmattan | 22:19 | |
*** aleksander_m has quit IRC | 22:21 | |
*** shanttu has quit IRC | 22:27 | |
*** godofwar424 has joined #harmattan | 22:31 | |
*** Sniper_swe has joined #harmattan | 22:32 | |
gabriel9 | did you was this? | 22:35 |
gabriel9 | http://blog.gsmarena.com/rim-internal-documents-leak-show-more-of-blackberry-10s-os/ | 22:35 |
*** jreznik has quit IRC | 22:35 | |
gabriel9 | saw* | 22:35 |
*** tomyri has quit IRC | 22:37 | |
*** tomyri has joined #harmattan | 22:39 | |
*** harbaum has quit IRC | 22:41 | |
trx | X-Fade are you arround? | 22:43 |
*** tbf has quit IRC | 22:47 | |
merlin1991 | trx: he's usually around @ european business hours | 23:00 |
merlin1991 | so again in about 12 hours :D | 23:00 |
trx | damn, im usually sleeping during european business hours :) | 23:01 |
trx | (and i'm in europe) | 23:02 |
trx | thanks for the info, i'll try in 12 hours :) | 23:02 |
*** hardaker has quit IRC | 23:02 | |
*** Myname24 has quit IRC | 23:05 | |
*** Sniper_swe has quit IRC | 23:11 | |
*** snowpong has quit IRC | 23:15 | |
*** niqt has joined #harmattan | 23:18 | |
rantom | Hi. I haven't been keeping up with news related to N950 lately so: has there been PR 1.3 beta as of yet as an e.g. one-click-flasher? | 23:19 |
DocScrutinizer51 | trx: hehe@asleep in europe | 23:19 |
*** NIN101 has quit IRC | 23:20 | |
*** godofwar424 has left #harmattan | 23:20 | |
jonni | rantom: 1.2 is still the latest. | 23:21 |
*** tom_ has joined #harmattan | 23:22 | |
*** natunen has quit IRC | 23:22 | |
rantom | jonni: ok, thanks. I'll keep waiting, if there even will be beta of 1.3 | 23:22 |
*** Natunen has joined #harmattan | 23:24 | |
*** Vali has quit IRC | 23:26 | |
*** tom_ has quit IRC | 23:29 | |
*** hardaker has joined #harmattan | 23:30 | |
*** Watchmaker has joined #harmattan | 23:30 | |
*** Watchmaker is now known as Orologiaio | 23:30 | |
*** aquarius_ has joined #harmattan | 23:31 | |
*** oberling_ has joined #harmattan | 23:35 | |
*** aquarius_ has quit IRC | 23:36 | |
*** oberling has quit IRC | 23:36 | |
itsnotabigtruck | rantom: i don't think there will be | 23:38 |
itsnotabigtruck | the 1.2beta was a one time deal i think because of the breaking changesin 1.2 | 23:38 |
itsnotabigtruck | but 1.3 is a) nothing very interesting, b) slated to come out in a few weeks according to TMO | 23:38 |
*** tom_ has joined #harmattan | 23:38 | |
*** jaywink has quit IRC | 23:39 | |
* Arkenoi wonders if i ever get fixed tracker-store | 23:45 | |
*** pinheiro_ has quit IRC | 23:46 | |
*** gabriel9 has quit IRC | 23:53 | |
*** aquarius_ has joined #harmattan | 23:54 | |
*** hhartz has quit IRC | 23:56 | |
*** Morpog has quit IRC | 23:56 | |
*** Morpog has joined #harmattan | 23:58 | |
*** aquarius_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!