**** BEGIN LOGGING AT Wed Apr 01 02:59:57 2009 Apr 01 06:29:45 morning all Apr 01 15:41:36 git repo corrupted. will do a rebuild. Apr 01 16:01:59 hi Apr 01 16:02:54 where can i found the qt extended improved's maintainer? Apr 01 16:34:30 good afternoon Apr 01 16:40:18 I've noticed that QMailMessage::outputHeaderPart is incredibly inefficient and will crash your system given a reasonable sized header Apr 01 17:57:38 ugh, apparently it isn't fixed in 4.3.3 either Apr 01 18:20:01 Filip_log: just testing the patch Apr 01 18:26:08 hi folks Apr 01 18:30:56 hello filip Apr 01 18:31:58 bnovc: looking at mail app ? Apr 01 18:38:42 I am trying to fix a problem related to mail Apr 01 18:39:04 QMailMessage::outputHeaderPart should not be a recursive function Apr 01 18:39:44 I've tried changing it, but I'm not sure I did it correctly...still testing Apr 01 18:41:20 you had a problem with it, or just trying to optimise ? Apr 01 18:45:21 FilipLinux4BE: it crashes the device I'm running it on because it uses too much memory Apr 01 18:46:01 I have an email that it recurses 1200 times to parse in outputHeaderPart, with about 100KB per iteration Apr 01 18:46:22 so it uses *many* megaybtes to parse it Apr 01 18:46:34 1200 times? is it a bogus mail, or a valid one ? Apr 01 18:46:38 valid email Apr 01 18:46:42 just a large header Apr 01 18:46:55 someone in HR decided to list everyone's name individually in an email, so we caught it Apr 01 18:48:34 I've never done any work related to the email client we use though, so I want to test this very thoroughly first Apr 01 18:48:45 it would be nice if qtopia had this fixed though Apr 01 18:48:54 1200 to: 's, not really efficient ;-) Apr 01 18:49:13 hm? Apr 01 18:55:43 http://bnovc.pastebin.com/m5ea1f87f Apr 01 18:58:25 bnovc: what's int recursionDepth = 1; used for ? Apr 01 18:58:47 erm i meant to take that out Apr 01 18:58:54 i forgot "hg qrefresh" on that patch Apr 01 18:59:28 I'm also going to change it back to taking a normal QByteArray not a pointer. I was originally going to make it just recurse more efficiently, but then decided it didn't need to at all Apr 01 19:25:10 radekp: about your tarball at http://activationrecord.net/radekp/openmoko/qte-debian/ Apr 01 19:25:33 is it useable for Franky ? (I supose you saw his email ) Apr 01 19:26:32 does it require a small fat-partition with kernel to boot, and your tarball on second etx3 partition ? Apr 01 19:28:51 not sure if i saw the mail Apr 01 19:29:57 it should run for any partition and any fs Apr 01 19:30:15 but from my experience ext2 sucks, ext3 is fine Apr 01 19:31:00 i had a few some curruptions when using ext2 during testing, never with ext3 Apr 01 19:32:31 FilipLinux4BE: what problem did Franky have? Apr 01 19:34:35 he had trouble finding a suitable starting point (a base image) Apr 01 19:34:53 without the need of doing a deboostrap etc. He tried FSO console etc Apr 01 19:35:59 my base image is very 'polluted': did a lot of testing on it, scrap files all over extra links, tools ... Apr 01 19:36:11 my image should be ok - if you delete /opt and remove changes in /etc/rc.local it's pure debian system Apr 01 19:37:13 i did a fresh install via NFS and it shouldnt contain any hack or extra packages Apr 01 19:37:38 btw your patch works great ;) Apr 01 19:37:41 ok, I've got a spare µSD around. I'll give a quick try. Apr 01 19:38:17 my patch: If I have some more time I would like to re-do neobattery with udev as well. Apr 01 19:38:24 do you know how we handle the GIT for 2.6.28 stuff? Apr 01 19:38:36 no more polling Apr 01 19:39:02 yes, i like the udev way too Apr 01 19:39:14 GIT: so far all .28 patches should be non-intrusiven; even the uevent stuff. I did not remove the old signal. Apr 01 19:40:50 but i see that HouYu Li is not commiting them yet, nor i see a branch for it Apr 01 19:41:59 you're using a private GIT ? Apr 01 19:42:51 yes still yes, and i have decided not to use my server - because not enough space there Apr 01 19:43:09 so i want to use some public git - like your's github Apr 01 19:43:14 or git.or.cz Apr 01 19:44:55 i'd like to have branch that is tracking HouYu Li's tree and put there daily patches after i test them Apr 01 19:45:01 I want to avoid having mutliple GIT's for the same project. I created it on github because HouYu Li seemed to be absent last week, and he was (is?) the only with access to the git Apr 01 19:45:46 you got an account on github ? I'll add you if you want. Apr 01 19:46:21 oki - that would be nice Apr 01 19:47:01 would it be possible on github to setup branch that is tracking HouYu Li's GIT? Apr 01 19:47:29 if you know how to do it, feel free. I'm new to GIT, I've been using svn till now Apr 01 19:47:51 but git definitly has a couple of nice advantages over svn Apr 01 19:48:28 yes, it seems that merging works there :) Apr 01 19:49:15 what is needed to add my account on github? Apr 01 19:50:28 looks like I just need your accountname Apr 01 19:50:46 could be radekp :) Apr 01 19:50:58 btw: I also have a (legal) response from Nokia about the name (and the trademark on it) Apr 01 19:52:19 which name? QT extended? Apr 01 19:52:35 seems to be two repos for qtext on github Apr 01 19:53:08 radekp: both qtopia and qtextended are trademarked by Nokia (Trolltech) Apr 01 19:53:32 let me guess... Apr 01 19:54:08 radekp: seems like I can't find 'radekp' on github Apr 01 19:54:13 ljp: ;-) Apr 01 19:54:32 so name it kpe :) Apr 01 19:55:11 From this perspective, a user may refer to Qt Extended (or Qtopia if they are using a pre- 4.4 version) as the software product (i.e. "I have created X product using the GPL licensed version of Qt Extended 4.4") and should maintain the copyright notices in accordance with GPL version 2. The distinction is that the user should not market the product as if it is endorsed or sponsored by Nokia, Trolltech or Qt Software. Apr 01 19:55:14 FilipLinux4BE: maybe i have to register there? Apr 01 19:55:52 and: .... Please note that we have not granted any trademark usage rights beyond for use in marketing or branding the products. ... Apr 01 19:56:32 did that email mention anything about patents? Apr 01 19:57:11 ljp: no, nothing about patents. You mean like mp3 ? Apr 01 19:57:51 that and others... Apr 01 19:57:55 FilipLinux4BE: i should have account now Apr 01 19:58:11 ljp: I just added 'lpotter' as a collaborator on http://github.com/FilipBE/qtextended/ Apr 01 19:58:37 such as 'looking up name from phone number' kind of thing Apr 01 19:58:49 ok cool. I just signed up there Apr 01 19:59:14 radekp: also collaborator now Apr 01 19:59:31 is this the 'free' one with only 300 mb space? Apr 01 19:59:49 FilipLinux4BE: oki cool, i will try to play with it tommorow Apr 01 20:00:07 FilipLinux4BE: gotta go sleep now, see you! Apr 01 20:00:09 if it is, there is not much space left ;( Apr 01 20:00:10 yes, but 300MB quota is not checked for GIT; only for uploads Apr 01 20:00:20 oh.. interesting Apr 01 20:00:54 I already checked with the admins. If we really want to use the upload features as well, we can have it increased. Apr 01 20:01:30 I was surprised with the size after the import. Seemed huge to me Apr 01 20:01:36 :) Apr 01 20:01:53 radekp: see you Apr 01 20:02:22 we might need to up it, especially if we introduce other applications and such Apr 01 20:03:16 I'll re-open the ticket to have it increased (doubled ?) Apr 01 20:04:29 there are a few new apps in other qtext gits... Apr 01 20:05:37 we need better hardware than OM Apr 01 20:06:02 any candidates you know of ? Apr 01 20:06:34 the HTC ones come to mind, but need to be run from sd Apr 01 20:07:14 one comes to mind, but it isnt released yet and I am not sure how open it is going to be Apr 01 20:10:05 Palm pre ? Apr 01 20:10:22 or an HTC Apr 01 20:10:25 there is that as well. Apr 01 20:10:39 freemantle Apr 01 20:11:48 * FilipLinux4BE is google'ing for freemantle Apr 01 20:15:59 actually, we could even put additional apps into our own repos there Apr 01 20:16:56 http://wiki.maemo.org/Task:Maemo_roadmap/Fremantle Apr 01 20:17:38 http://danny.damours.net/wordpress/index.php/archive/maemo-5-fremantle-new-features Apr 01 20:18:10 can neither confirm nor deny those rumours :) Apr 01 20:18:32 I still have a n800 in a drawer somewhere... Apr 01 20:18:59 would be ok for voip Apr 01 20:20:32 which I think woul need to be integrated from the last 4.2 qtopia release Apr 01 20:22:34 the n800 device config needs some work though Apr 01 20:22:45 audio is not straight forward Apr 01 20:25:28 any ETA for n900 ? Apr 01 20:26:51 dont know, and if I did, I could not tell you Apr 01 20:27:14 umm.... before the end of the year, I think Apr 01 20:38:57 ljp: Qt4.5 has a better webkit, any idea about the effoert to integrate it ? Apr 01 20:39:40 yep. one of the devs blogged about how to do that. it takes a few patches, and has not been tested on a device Apr 01 20:40:19 so looks like the effort is rather limited ? Apr 01 20:40:22 http://yasmar.net/qtopia/Using%20Qt%20Extended%204.4%20with%20Qt%204.5.html Apr 01 20:40:50 well, there are performance gains generally in 4.5, so it would be worth it Apr 01 20:41:00 ah, not only webkit, but full 4.5 Apr 01 20:41:19 indeed Apr 01 20:42:08 mostly licnese fixes :-) Apr 02 02:39:39 moring all. Apr 02 02:41:29 sorry for the corruption of git repo. Now it's re-setup. URL is not changed. Please do a new clone then. Apr 02 02:45:07 If you would like to submit code directly to the repo. Please drop me a E-mail with your public ssh key. **** ENDING LOGGING AT Thu Apr 02 02:59:57 2009