**** BEGIN LOGGING AT Tue Jan 15 02:59:57 2008 Jan 15 05:32:07 good morning Jan 15 06:57:38 hi goxboxlive Jan 15 07:00:24 hi ljp Jan 15 07:01:19 I'm so tired today, the kids have been up allmost all the night. Jan 15 07:09:07 i know the feeling Jan 15 07:09:17 coffee helps Jan 15 07:12:49 coffee... good idea... Jan 15 07:14:23 ljp: is there a way to get the virtual keyboard for an app not running in qpe using the framebuffer directly (-qws)? Jan 15 07:19:10 not that I know of Jan 15 07:19:51 not sure if an app as server would load the input method plugins Jan 15 07:20:34 hm, I can play with that. Jan 15 07:20:46 Plan B is to make my own keyboard Jan 15 07:21:18 how do i get qmake/make to rebuild an app when a system library or system header changes? Jan 15 07:21:31 however the QTextEdit ignores my QKeyEvent I sent. I would expect it to show the key character sent Jan 15 07:21:42 i can change the header and lib, recompile and install. then in my Qt app, make all just ignores the change Jan 15 07:24:57 crweb: that nags me since years. I do a "make clean && make" frequently. qmake's dependencies are weak. even on header files within the project. Jan 15 07:28:47 its really annoying when another dev changes library code and you have to clean all your gui codes to pickup the change Jan 15 07:29:07 especially when it can take 45 minutes to rebuild all the gui codes Jan 15 07:30:15 yes, I know. I started to use cmake. That works for Qt, but no luck sofar for Qtopia Jan 15 07:48:29 ljp: can you tell me anything about why QTextEdit and QLineEdit ignore QKeyEvent? I tried it with a small example to avoid side effects. Jan 15 07:48:58 kiozen: do you have a inputmethod loaded maybe? Jan 15 07:49:22 we had some strange thing with that, had to create a inputmethod otherwise alpha/numeric keys were ignored Jan 15 07:50:06 i wasn't on the team that took care of that so i don't know the exact details though Jan 15 07:50:46 crweb: hm, the app is running without qpe, just on the framebuffer. Thus I would say no inputmethod Jan 15 07:51:12 thats what we do. qtopia-core 4 though Jan 15 07:51:38 i think without the inputmethod, there was no way to attach the keys to the widget input Jan 15 07:51:43 the were just "key events" Jan 15 07:51:54 yes I use 4 too. same result with qpe Jan 15 07:52:15 how do I set the inputmethod? where to look at? Jan 15 07:52:55 aye... I just point in direction where I heard a rumor. I did experience the problem though Jan 15 07:53:19 they created an input method and now it works.. so.. heh Jan 15 07:53:41 QWSInputMethod Jan 15 07:58:59 hm, looks like I realy have to make it a server app to get it working. Jan 15 08:02:29 ok, that is too much for now. it has to wait for the evening :) real work waits... Jan 15 10:40:59 morning Jan 15 11:50:32 <_law_> hi all, is there any howto available, how i can cross compile qtopia-opensource for my mobilephone? Jan 15 11:50:53 <_law_> are there any .bb files for openembedded.org available? Jan 15 12:37:56 _law_: what kind of mobile phone do you have? Jan 15 12:38:35 The Qtopia build system is very easy to build if youj just have the correct setup Jan 15 13:39:51 <_law_> goxboxlive, htctornado (omapdevice) could you point me to a howto? Jan 15 14:03:02 * _law_ looks at BabelO ;-) Jan 15 14:04:44 _law_: what was the wuestion ? ;) Jan 15 14:05:26 <_law_> BabelO, is there any howto available, how i can cross compile qtopia-opensource for my mobilephone? Jan 15 14:05:45 <_law_> BabelO, are there any OE .bb files available Jan 15 14:06:05 <_law_> BabelO, i try to build qtopia for my htc tornado Jan 15 14:12:28 _law_: i think there is a bb file somewhere not sure it is already in OE, else, just use your angstrom toolchain , unpack qtopia snapshot somewhere, create build directory then cd build; ../qtopia-snap/configure -device omap730 or any other device which can fit tornado Jan 15 14:13:51 <_law_> BabelO, thanks i'll try this this evening... perhaps i'll come back to you :) Jan 15 15:07:00 morning Jan 15 15:18:54 <_law_> bbl cu Jan 15 16:00:26 anyone know how to solve this: Jan 15 16:00:29 RegionName - denied: for Program Id Jan 15 16:00:50 how do i properly register my app so that sxe likes me? Jan 15 16:01:02 fwiw, i'm using qtopia-opensource snapshot from yesterday Jan 15 17:00:24 there is an qtopia bb file for oe in the qtopia sources in the ficgta01 device Jan 15 18:00:44 ljp: i had to add 'trusted' to the pkg.domain in my .pro file Jan 15 18:00:49 ljp: nothing else worked Jan 15 18:01:15 ljp: i previously had pkg.domain=window,msg,docapi,net,netconfig,cardreader,drm,handwriting,graphics Jan 15 18:01:28 ljp: that didn't work with yesterdays snapshot, but i think it should have... Jan 15 18:21:02 sxe is undergoing some changes Jan 15 18:22:50 interesting that QWSServer::windowEvent() fires even on non-window events Jan 15 18:23:13 every widget named, every frame created Jan 15 18:28:17 hmm Jan 15 18:48:49 got some very interesting outputs on my events.. Jan 15 18:52:18 ljp: what was that send QWS window event you mentioned yesterday? I can't find my log. Jan 15 19:07:42 nvrmind. what i was looking for is completely undocumented but exists Jan 15 19:13:55 crweb: if you start an app with -qws it will be a QWSServer. If it is a QWSServer it has processKeyEvent(). An if you do the unicode/key code pair right you get the keys printed in a QTextEdit. Jan 15 19:14:13 not what I would have expected. But still fairly simple :) Jan 15 19:23:45 kiozen: i see. all of our apps are not the QWSServer Jan 15 19:24:13 we had to use the QWSInputMethod to get the keys to QTextEdit Jan 15 19:25:04 ljp: any reason why QWSWindow::raise(), QWSWindow::show(), QWSWindow::hide() isn't documented? Jan 15 19:26:42 or any of the send*Event() in QWSClient Jan 15 19:27:30 not real sure. qtopia core dev happens in oslo alongside qt Jan 15 19:27:59 seems to me all the QWS docs lack major documentation Jan 15 19:29:36 QWSEvent for example. All there is, is an enum in qt assistant Jan 15 19:30:29 you actually have to open the header for any useful details.. Jan 15 21:57:26 crweb: what version of qtopia core are you using? Jan 15 22:00:36 ljp: sorry to come again with same question, but do you know how can i proceed to solve our modem issue with Blueangel or Magician on Qtopia ?, both segfault :( it seem it is related to modem answer format, i ve tried to fix it in qtopia core, but too much thing to change.My next attempt in futur will be to write a kind of wrapperto reformat modem answer to correct format for qtopia Jan 15 22:01:59 hmm Jan 15 22:03:22 ljp: i ve to do it else everybody want to run android on BA and i don't like this idea ;) Jan 15 22:04:34 reference to that -> http://www.a-la-mobile.com/news/press/pr080114.html Jan 15 22:04:34 and some bad french article i don't like too Jan 15 22:12:22 do i miss something ? Jan 15 22:16:11 nope. just thinking Jan 15 22:19:11 ok, i see trolltech has workd in the past with "a la mobile" Jan 15 23:54:13 ljp: if you have any question, send me an email, or i think my email is somewhere here http://linuxbox2.free.fr/qtapp in downloadable package Jan 15 23:54:16 good night Jan 15 23:54:23 i hope modem work soon on BA **** ENDING LOGGING AT Wed Jan 16 02:59:57 2008