| *** boogeyman has joined #maemo-devel | 00:02 | |
| *** SpeedEvil1 has joined #maemo-devel | 00:31 | |
| *** SpeedEvil has quit IRC | 00:33 | |
| *** silbo___ has quit IRC | 00:33 | |
| *** lizardo has quit IRC | 00:44 | |
| *** SpeedEvil1 is now known as SpeedEvil | 00:49 | |
| *** kamui__ has joined #maemo-devel | 02:16 | |
| *** shinkamui has quit IRC | 02:20 | |
| *** SpeedEvil has quit IRC | 02:27 | |
| *** SpeedEvil has joined #maemo-devel | 02:42 | |
| *** SpeedEvil has quit IRC | 03:33 | |
| *** SpeedEvil has joined #maemo-devel | 03:54 | |
| *** _0x47 has quit IRC | 05:32 | |
| *** SpeedEvil has quit IRC | 05:59 | |
| *** SpeedEvil has joined #maemo-devel | 05:59 | |
| *** swc|666 is now known as sweetlem0nade | 07:11 | |
| *** sweetlem0nade is now known as swc|666 | 07:27 | |
| *** DocScrutinizer has quit IRC | 07:34 | |
| *** DocScrutinizer has joined #maemo-devel | 07:34 | |
| *** malcolmci has joined #maemo-devel | 08:00 | |
| malcolmci | Hey guys, what would be the recommended IDE for a fledling maemo dev? Going through the wiki, not sure if I should go with MADDE/QtCreator, Eclipse, or CLI with vim/gcc etc. Help? | 08:02 |
|---|---|---|
| malcolmci | I'm on Ubuntu 10.04 64-bit, basically just after the best-supported platform | 08:02 |
| ptl | Nokia QT SDK 2.0 | 08:04 |
| ptl | (it comes with MADDE and QtCreator) | 08:04 |
| malcolmci | OK, thanks pt1. I'm on the page for Nokia QT SDK 1.0, got a link for 2.0 ? | 08:06 |
| malcolmci | *ptl | 08:06 |
| malcolmci | Just going through the wiki for 1.0 (2.0 was a typo?), I've already got the SDK set-up in Xephyr - is that going to complicate things? | 08:10 |
| ptl | no, it will not, but they will be two separata environments | 08:11 |
| ptl | it's 2.0 | 08:11 |
| ptl | not a type | 08:11 |
| ptl | *not a typo | 08:11 |
| malcolmci | Could you link me to the download page for 2.0? | 08:11 |
| ptl | http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html | 08:11 |
| ptl | er... oh, sorry | 08:12 |
| ptl | it's really "Nokia QT SDK 1.0" but it comes with Qt Creator 2.0 | 08:12 |
| malcolmci | Ahh, gotcha | 08:12 |
| malcolmci | Alright, so just to make sure, I have a scratchbox/sdk installation on /scratchbox/ - but this Qt SDK won't get confused? Does it supply it's own sandbox environment? | 08:15 |
| malcolmci | Sorry, just going through its website. Looks like everything should be OK. Thankyou ptl :) | 08:18 |
| ptl | you're welcome :) | 08:18 |
| *** SpeedEvil has quit IRC | 08:27 | |
| ptl | my time to ask a question. How can I get the album art image for MP3s like in the Media Player? | 08:39 |
| *** Nathrai|afk has quit IRC | 10:02 | |
| *** _0x47 has joined #maemo-devel | 10:10 | |
| *** malcolmci has quit IRC | 10:22 | |
| *** silbo____ has joined #maemo-devel | 11:20 | |
| *** swc|666 has quit IRC | 11:52 | |
| *** silbo______ has joined #maemo-devel | 13:26 | |
| *** silbo____ has quit IRC | 13:26 | |
| *** _0x47 has quit IRC | 13:32 | |
| *** Ian-- has quit IRC | 13:32 | |
| *** shinkamui has joined #maemo-devel | 14:16 | |
| *** kamui__ has quit IRC | 14:20 | |
| *** Venemo has joined #maemo-devel | 14:23 | |
| *** SpeedEvil has joined #maemo-devel | 14:46 | |
| *** silbo______ has quit IRC | 19:04 | |
| SpeedEvil | Anyone done SDL stuff? | 19:21 |
| SpeedEvil | I - as a quick test - compiled ffplay for something - it seems to work surprisingly well for me. | 19:21 |
| SpeedEvil | however - the system gets rather upset at what SDL does | 19:21 |
| Venemo | what do you mean by upset? | 19:23 |
| SpeedEvil | well - for example - SDL content showing over whatever is on the desktop at the moment, and then not responding to touch events | 19:24 |
| Venemo | SpeedEvil: that's weird | 19:27 |
| Venemo | SpeedEvil: all I know about SDL comes from here: http://wiki.maemo.org/OpenGL-ES#Library_support | 19:27 |
| SpeedEvil | yes - I'm not doing that | 19:27 |
| SpeedEvil | hmm | 19:28 |
| Venemo | SpeedEvil: not doing what? | 19:28 |
| SpeedEvil | It seems I'm drawing on the raw framebuffer | 19:28 |
| Venemo | SpeedEvil: you may also want to look at this: http://wiki.maemo.org/OpenGL-ES#SDL-GLES_Example | 19:28 |
| SpeedEvil | I am at the moment just doing quick hacks to work out stuff. | 19:29 |
| SpeedEvil | My build process looks like: | 19:29 |
| SpeedEvil | apt-get install build-essentials, then wget/configure/make install for SDL, ffmpeg | 19:29 |
| SpeedEvil | which works - but I probably need to actually read stuff :) | 19:30 |
| Venemo | SpeedEvil: reading the docs is always a good idea - if you have docs | 19:32 |
| SpeedEvil | yeah | 19:32 |
| Venemo | SpeedEvil: for example, I would gladly read the MADDE docs if there were any | 19:32 |
| SpeedEvil | I have way too little energy for proper hacking. | 19:32 |
| SpeedEvil | ATM | 19:32 |
| Venemo | SpeedEvil: I'm struggling to get a 3rd party library installed in MADDE - with no success | 19:32 |
| SpeedEvil | I'm trying to act as a catalyst by showing quick proof-of-concept hacks. | 19:33 |
| SpeedEvil | So others with more of a clue can polish them into actual usable stuff. | 19:33 |
| Venemo | SpeedEvil: do you use Scratchbox or MADDE? | 19:35 |
| SpeedEvil | no | 19:35 |
| SpeedEvil | I build on the device | 19:35 |
| Venemo | SpeedEvil: ah. | 19:35 |
| SpeedEvil | just copied / to /data/chroot - and then apt-get'd the sdk build-essentials package and went from there | 19:36 |
| Venemo | SpeedEvil: and isn't it slow? | 19:36 |
| Venemo | SpeedEvil: I mean, it can take considerable time to compile sometimes even on my dual-core machine | 19:37 |
| *** ptl has quit IRC | 19:37 | |
| *** ptl has joined #maemo-devel | 19:48 | |
| *** ptl has joined #maemo-devel | 19:48 | |
| SpeedEvil | well... | 20:05 |
| SpeedEvil | There is slow and slow. | 20:05 |
| SpeedEvil | Yes, the kernel - for example - takes around 3 hours to compile. | 20:05 |
| SpeedEvil | But I rarely have times when I can't just work on other stuff for 3 hours. | 20:06 |
| SpeedEvil | And smaller stuff - for example - wpatools - took only a few mins to build. | 20:06 |
| Venemo | SpeedEvil: good to hear that :) | 20:13 |
| Venemo | brb | 20:14 |
| *** mindfaq has joined #maemo-devel | 21:06 | |
| *** GeneralAntilles has quit IRC | 21:12 | |
| *** ecksun has joined #maemo-devel | 22:34 | |
| ecksun | What package is needed to use QtPlugin? | 22:34 |
| Venemo | ecksun: I dunno... isn't it in QtCore? | 23:01 |
| *** swc|666 has joined #maemo-devel | 23:06 | |
| ecksun | Venemo, I dont think so | 23:07 |
| ecksun | I have it installed | 23:07 |
| ecksun | it works in my normal setup, but not inside scratchbox | 23:08 |
| Venemo | ecksun: is it a separate library then? | 23:09 |
| ecksun | well, thats what I dont know | 23:10 |
| Venemo | ecksun: perhaps try #qt or #qt-maemo | 23:10 |
| ecksun | yeah, will do | 23:11 |
| ecksun | thank you | 23:11 |
| Venemo | ecksun: on workdays, some people from the Qt team are there. (In European work time) | 23:16 |
| *** Aranel has joined #maemo-devel | 23:23 | |
| ecksun | okay, nice | 23:28 |
| *** Venemo has quit IRC | 23:50 | |
| *** swc|666 has quit IRC | 23:50 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!