**** BEGIN LOGGING AT Mon Oct 29 02:59:56 2007 Oct 29 11:29:28 morning Oct 29 12:59:59 ljp: hi, the clock still doesn't work? Oct 29 19:16:56 BabelO: i dont get the greenphonekbd driver. WHen i modify it to my A780 and test it, it sends weired inputs. Like when i enter in example 2 it gives me 22 Oct 29 19:17:08 and also other weired inputs Oct 29 19:17:56 goxboxlive: you can use plugin i send to you last days, maybe they work with a too Oct 29 19:18:55 BabelO: what plugin? The htckbd. Yes i have that working, but the problem with it is that it doesnt launch the phone when i hit the numeric key Oct 29 19:19:07 goxboxlive: yes Oct 29 19:19:12 It does that with the greenphonekbdhandlr Oct 29 19:20:50 I get the quick dial menu when i hit one of the numbers on my flip with the greenphoneplugin. With htcbut or htckbd i have to launch the phone app first, then close the lid and the dial the number :-) Kind of hard way to make a call :-) Oct 29 19:21:36 goxboxlive: i m looking into driver ;) Oct 29 19:22:04 thanks. Oct 29 19:23:51 also look at opt/Qtopia/etc/defaultbuttons.conf Oct 29 19:24:55 goxboxlive: yes it is very similar code, look at speedial, like ljp say ;) Oct 29 19:25:48 ok Oct 29 19:26:05 ljp: did you remember something at work today :-) Oct 29 19:26:21 :) Oct 29 19:26:54 crap Oct 29 19:27:01 no. sorry Oct 29 19:27:12 do you guys have a greenphone? Oct 29 19:27:34 ljp: me yes Oct 29 19:27:53 who was working on an irc client Oct 29 19:28:13 ljp: i think irc client is Sput , me it is an IM client Oct 29 19:28:29 yeah, that was me :) Oct 29 19:28:50 ljp Oct 29 19:29:00 oh ok Oct 29 19:29:06 ljp: no i dont have. Oct 29 19:29:13 crap Oct 29 19:29:33 ljp: you saw any screenshot ? Oct 29 19:29:42 SO it is defaultbuttons.conf who decide if the quickdialer shoud lwork Oct 29 19:29:45 but Oct 29 19:30:44 there is no quickdialer for touchscreen yet Oct 29 19:30:47 ljp: what's up? :) Oct 29 19:32:11 when i use the greenphonekbdhandler it doesnt latter wich defaultbuttons.conf i use. It open the quickdialer at once when i hitthe number buttons. But not with the htcbuthandler. So there has to be something in the greenphonekbdhandler who activate the quickdiaker. Oct 29 19:33:52 goxboxlive: maybe it is number pb, there is a shift detection Oct 29 19:33:57 I am running Preimeryinput as Keypad (since A780 has a Keypad in front) Oct 29 19:34:26 BabelO: that make sense Oct 29 19:34:45 Maybe it is oposite. Oct 29 19:35:51 Sput: ljp ask mysterious question then disappear :( Oct 29 19:40:42 still here Oct 29 19:40:47 :) Oct 29 19:40:52 :) Oct 29 19:42:44 ljp: you are up very soon in the morning ;) Oct 29 19:42:55 ya. I wake up easrly Oct 29 19:42:58 early Oct 29 19:43:19 i actually got to sleep in today till about 5 Oct 29 19:43:47 * mwester thinks 5AM is not morning, it is still "last night" Oct 29 19:43:54 :) Oct 29 19:44:05 mwester lol Oct 29 19:44:18 ljp leave in the future ;) Oct 29 19:44:21 live* Oct 29 19:45:15 mwester: i used to too.. before I had a wife+kids Oct 29 19:46:21 hmmm... what time is it in australia? Oct 29 19:46:30 05:46 Oct 29 19:46:33 it's almost 9pm here :) Oct 29 19:47:13 timezones are a funny concept Oct 29 19:48:57 true. but daylight savings time is a relaly funny concept. I am glad we dont have to here in Queensland Oct 29 19:49:05 ljp: did you build neo image with gstreamer now ? i think i can reuse it to play with voice with my app Oct 29 19:49:18 ljp: I guess the EU will get rid of DST soonish Oct 29 19:49:39 BabelO: I do have a gstreamer image built. I have to manually install gstreamer plugin though Oct 29 19:50:25 ljp: ok i ll test it later on BA :) Oct 29 19:51:18 ljp: what is your question about irc, you want to play with ? ;) Oct 29 19:51:32 without wifi it is not a good idea :( Oct 29 19:55:28 we need to git rid of some hardware Oct 29 19:56:46 ok Oct 29 20:04:14 well, back to some chatwidget hacking... porting to QGraphicsView, that is Oct 29 20:04:46 Sput: so you start with QGraphicView and scene ? Oct 29 20:06:45 http://omploader.org/vNjJk <-- yeah, that's a first very early prototype of the new chatwidget, it already does colors and stuff, but the individual items are not yet correctly positioned and there is a lot of stuff missing Oct 29 20:07:14 I am planning to get this into a much nicer shape tonight Oct 29 20:07:15 so far it's only proof-of-concept :) Oct 29 20:07:38 oh, of course this is Qt GUI, not Qtopia GUI Oct 29 20:08:10 Sput: look already nice ;) Oct 29 20:08:43 thanks, though the old version looked much nicer :) http://quassel-irc.org/quassel1.png Oct 29 20:08:52 but that'll change soon Oct 29 20:09:37 Sput: me i continue with my TextEdit and just limit its size by saving to a file after an amount of data ( i see some bad app already doing like that ;) ) Oct 29 20:09:54 sounds a bit hackish though :) Oct 29 20:10:14 I couldn't use a textedit for the desktop version because of the three-column layout Oct 29 20:10:32 i understand Oct 29 20:10:34 I might do it for Qtopia though, this will get a more traditional interface (to save screen estate) Oct 29 20:11:19 BabelO: you just have to try, QTextEdit is pretty efficient even for huge documents... but it fails if it contains a lot of HTML tables and stuff Oct 29 20:11:41 if your layout is not too fancy, it'll probably work without resorting to save files.. I guess... Oct 29 20:12:12 Sput: ok, but saving file is an history option ;) Oct 29 20:12:29 so both in one, if i can save time doing that Oct 29 20:12:33 also, I'd recommend having a look at QTextCursor and QTextCharFormat, and use that for layouting the QTextEdit, rather than have it parse HTML Oct 29 20:12:38 oh yes, in that case it makes sense Oct 29 20:12:40 maybe later i get back to your solution Oct 29 20:13:04 Sput: yes i already use QTextCursor ;) Oct 29 20:13:15 ah, great Oct 29 20:14:14 * Sput looks forward to having a production-ready linux phone running a decent IM and IRC client... and webbrowser... Oct 29 20:14:55 Sput: acutally i m playing with QSettings, to save all settings and add some user parameters Oct 29 20:16:14 BabelO: QSettings has many advantages, IMHO... we used to use it, but we are moving most of it into our database backend now (but still keep local GUI settings in QSettings) Oct 29 20:16:25 it's a platform-independent, easy way to avoid fiddling with config files Oct 29 20:16:44 ok Oct 29 20:17:53 hmm, Gentoo must have pimped bootsplash, I can't remember seeing it fade in and out before Oo Oct 29 20:21:31 BabelO: ok i'm getting closer with the greenphonekbd handler. It seems like It takes my input correct now, the only issue is that it set a number when i press and release the button :-) . Oct 29 20:21:39 I removed some tty stuff from the source Oct 29 20:23:19 goxboxlive: yes it is the isPressed 0x80 Oct 29 20:23:49 BabelO: so what should i do with 0x80? set it to 0x00? Oct 29 20:25:02 goxboxlive: just comment the autoRepaet at end of this funciton Oct 29 20:25:18 goxboxlive: you have a if / else isPressed Oct 29 20:26:30 ok, let me check Oct 29 20:29:26 ljp: don't forget to set your greenphone task alert to remember modem issue ;) Oct 29 20:32:52 * chouimat|busy is happy ... which is extremely weird for him Oct 29 20:34:32 chouimat|busy: good thing, what happened? Oct 29 20:35:20 Sput: seems I have chances to get 2 jobs Oct 29 20:35:26 *new Oct 29 20:37:14 not bad Oct 29 20:37:43 chouimat|busy: champagne !!! :) Oct 29 20:40:00 BabelO new week ... still at interview 3 level ... and one is kind of a technicality (I had the other 2 in october 2006 ... they didn't have budget back them but they have it but they have a new VP of R&D so I will have to see him) ... the other one is a code sample I trying to work on ... if only the fscking phone can stop rigning for 4 hours in a row) Oct 29 20:43:08 chouimat|busy: i have a friend who go at Montreal for begining of new year, he leave my society to search something else Oct 29 20:46:21 *blink* Oct 29 20:51:35 wooohoo kdevelop just crashed while compiling Oct 29 20:52:22 well... fix it! Oct 29 20:52:37 * ScaredyCat pokes goxboxlive Oct 29 20:52:37 ljp: I have to finish this program fist :) Oct 29 20:53:11 hi ScaredyCat Oct 29 20:53:30 hey.. Oct 29 20:53:48 I couldn't get any decent results with the audio switching... Oct 29 20:54:53 ScaredyCat: but you have the phone alert working now? Oct 29 20:55:10 alert? Oct 29 20:55:40 The phone rings on incomming call Oct 29 20:55:43 I get vibration + handset ok - or ring and that's it... never seem to get a good auto switch Oct 29 20:55:55 ok Oct 29 20:56:11 maybe I'm missing some option or something Oct 29 20:56:50 I'll build the lastest tonight, just that my connection here at my parents place is <256kb :'( Oct 29 20:57:15 ScaredyCat: gstreamer? Oct 29 20:57:58 you need a qtopiamedia like gstreamer or helix to get audiostates switching. Oct 29 21:00:22 I have EXTRA_CONFIG+=" -mediaengines gstreamer" Oct 29 21:01:01 do i need to specify -qtopiamedia as well ? Oct 29 21:01:30 * ScaredyCat hangs head Oct 29 21:03:53 probably Oct 29 21:04:27 isent -qtopiamedia default . If you dont want it you have to set -no-qtopiamedia ? Oct 29 21:04:54 dunno Oct 29 21:05:10 i think so Oct 29 21:05:35 I'll build with it just in case... Oct 29 21:06:16 since I've been building without it... and it's not done much ;) Oct 29 21:08:25 it is default Oct 29 21:10:08 mmmm.... Oct 29 21:32:01 Yeehaa once again, i have the keypad working with A780 :-) Oct 29 21:42:19 now just need the modem Oct 29 21:47:03 lol modem is a life question Oct 29 21:48:33 :-) Oct 29 22:00:59 goxboxlive: so what did you change to have keypad with a780 ? Oct 29 22:02:12 BabelO: i forgot about the greenphoneplugin and used the htckbdhandler. Oct 29 22:02:31 goxboxlive: so you remove shift variable ? Oct 29 22:02:59 i removed all the scancodes and used he one i have on A780 Oct 29 22:03:06 ones Oct 29 22:03:43 ok Oct 29 22:04:01 What should i use the flip for? Oct 29 22:04:18 It toggle backlight automatic Oct 29 22:04:48 but now i have let it go to homescreen while i open it. But i think that it is not a good idea Oct 29 22:05:48 i see some switch event code to handle headset but not remember about backlight Oct 29 22:06:18 yes, i dont know how that is handled with A780 is it is s event Oct 29 22:07:03 well anyway, it's getting late now. Now i have to work two more days, then i have some day off for a couple of weeks :-) Oct 29 23:07:36 ljp: wha't up with the snapshots ? Oct 29 23:15:51 ljp: what is best place according to you to save qtopia app in tree ? **** ENDING LOGGING AT Tue Oct 30 02:59:56 2007