**** BEGIN LOGGING AT Fri Nov 02 02:59:57 2007 Nov 02 08:52:39 Good morning Nov 02 09:16:43 hello Nov 02 09:20:48 moin Nov 02 09:24:41 hello Sput Nov 02 09:25:37 Sput, how are you ? did you finish your graphicview test ? Nov 02 09:26:09 fine fine... nope, didn't get around to code the last couple days Nov 02 09:26:38 also I've lowered the priority of rewriting the chatwidget for the desktop version, since the qtopia version needs to be done by the end of the month Nov 02 09:27:38 and as it looks, text rendering using QTextLayout is simply too slow for what I need, so I will re-use most of my custom manual rendering stuff for the GraphicsView version Nov 02 09:27:52 (which makes the new code as bloaty as the old :/) Nov 02 09:28:36 yes, same for me ;) i have still some issue to understand this softmenubar :( i want to add a next button in place of the back button when i m in my account wizard, but doesn't work Nov 02 09:29:38 however, I am pretty sure I will switch to graphics view for the desktop version eventually, because it offers my neat stuff like animations, and it saves me some geometry management... Nov 02 09:29:51 the graohics view itself seems to be fast enough, but it's the text rendering itself that just is too slow, I ran into that in the old version as well Nov 02 09:30:38 main problem is, if you resize the chat window, you need to re-render all the lines so they fit the new line width, and takes over a second for 1k lines Nov 02 09:30:41 which is not acceptable Nov 02 09:31:38 haven't quite figures out what makes it so slow, but the fact is, QPainter::drawText() is sufficiently fast, so it must be the housekeeping/wordwrapping code QTextLayout does internally Nov 02 09:33:42 ah well, I'll focus on Qtopia for now (I will stick to QTextEdit there for the time being), and look into doing some voodoo with text rendering on the desktop after that Nov 02 09:35:52 do you change some softmenubar ? Nov 02 09:36:38 other than adding menu entries, nope Nov 02 09:38:52 ok :( so i ve to look for an example on how i can add menu other than for the left entry Nov 02 14:17:56 ljp: wake up :p Nov 02 17:46:45 hello Nov 02 17:46:49 ljp: around ? Nov 02 18:55:00 BabelO: yes Nov 02 18:55:12 hi ljp :) Nov 02 18:55:32 just quick question Nov 02 18:56:21 what is best place for application config file, i store it under ~/Settings/Trolltech, is it right for you ? Nov 02 18:57:04 and last question, can you opint me to a nice exmaple, on how to override back menu ? Nov 02 18:57:34 why not use QSettings and let Qt do the job for you? or aren't they available on Qtopia? Nov 02 18:57:49 hi EgS i use it already Nov 02 18:58:39 do they behave differently on Qtopia? since in normal Qt they store those settings platformspecific and you don't hae to take care of it Nov 02 18:58:46 it is just to know if better place is ~/Settings//my.conf or can i write them in ~/Settings/Trolltech/my.conf too Nov 02 18:59:58 my question is just for global projects, i f all people write there conf file evrywhere .. Nov 02 19:00:35 ah I see, so your question is more about the namespace of the QSettings, right? Nov 02 19:00:51 (which one's preffered for Qtopia) Nov 02 19:00:55 EgS: yes exactly, i did not found the world :) Nov 02 19:01:06 EgS: yes Nov 02 19:01:45 good Question! :) I'm interessted in the answer aswell Nov 02 19:03:13 oups it was word.. lol Nov 02 19:04:54 ;) Nov 02 19:07:32 BabelO: probably just in Settings Nov 02 19:08:14 ljp: ok good i do like that then, thx Nov 02 19:09:07 BabelO: youmean the Qtopia 'softmenu'? Nov 02 19:09:22 Youcan either override it altogether or add to the default Nov 02 19:09:53 ljp: yes, i m just able to create my application menu, but want to use override Back menu in a specific case by a Next menu Nov 02 19:11:52 ljp: maybe i ve to look at SMS application, i think i see next when you just write body text sms before going to next step Nov 02 19:18:42 WOOOHOOO Nov 02 19:19:10 chouimat|happy: so you have the job ;) Nov 02 19:19:30 BabelO: one of the 2 :) Nov 02 19:19:40 good ;) Nov 02 19:20:38 BabelO: I had the interview yesterday for this one :) Nov 02 19:21:22 chouimat|happy: the third interview ? it is very fast Nov 02 19:26:45 BabelO: I had the interview with them last year ... and they didn't have the money to hire me ... but now they have it Nov 02 19:28:17 chouimat|happy: ah ok, some it is like in France, me got a call from Airbus two year after the first interview, but two year to wait for a job is reaaly too long.. lol Nov 02 19:29:16 true ... the other I'm waiting for pay more but I choose this one Nov 02 19:42:02 chouimat|happy: congratulations :) Nov 02 19:42:32 good evening jott Nov 02 19:47:06 nice embedded linux server job Nov 02 20:46:40 yesss ;) , i don't know if it is the corect solution but i just override keyPressEvent for Qt::Key_Back Nov 02 20:56:42 later beer time **** ENDING LOGGING AT Sat Nov 03 02:59:57 2007