*** tgalal has joined #harmattan | 00:29 | |
tgalal | setting icon for an accounts plugin, anyone? | 00:33 |
---|---|---|
*** Venemo has quit IRC | 00:36 | |
*** piggz has joined #harmattan | 00:41 | |
*** DrGrov has left #harmattan | 00:50 | |
*** tgalal has quit IRC | 00:52 | |
*** piggz has quit IRC | 00:55 | |
mankeli | soo.. does anyone know if it's possible to make program start without the transition? | 01:09 |
mankeli | none of the apps does it, but the incoming phone call dialog does a different transition when it opens. dunno how the mechanism works tho | 01:12 |
*** arcean has quit IRC | 01:14 | |
*** tom___ has joined #harmattan | 01:28 | |
*** tom_ has quit IRC | 01:31 | |
*** tom___ has quit IRC | 01:32 | |
*** napcode has quit IRC | 01:34 | |
*** Natunen has quit IRC | 01:38 | |
*** n9appscom has quit IRC | 01:38 | |
*** Piru_ is now known as Piru | 01:40 | |
*** shanttu has quit IRC | 01:52 | |
*** NIN101 has quit IRC | 02:02 | |
*** lbt has joined #harmattan | 02:42 | |
*** lbt has quit IRC | 02:43 | |
*** liar has quit IRC | 02:51 | |
*** DrGrov has joined #harmattan | 02:58 | |
itsnotabigtruck | man, this can of red bull smells wretched | 03:14 |
itsnotabigtruck | tastes ok but ugh | 03:15 |
*** beford has quit IRC | 03:22 | |
alterego | I find those kinds of energy drinks pretty awful all round :P | 03:24 |
*** lmoura has quit IRC | 03:28 | |
mzanetti_ | I'm trying to compile my app in OBS but I can't find the libqmsystem2-dev package. Anyone knows how to get that packge in there? | 03:37 |
mankeli | jbos: | 03:39 |
mankeli | oops. | 03:39 |
itsnotabigtruck | mzanetti_: that's odd...is it in the harmattan-dev repos? | 03:40 |
itsnotabigtruck | because C-OBS pulls packages off there so if it's there, it should work | 03:40 |
itsnotabigtruck | does it refuse to build with 'unresolvable' state, or does it start building and fail | 03:40 |
itsnotabigtruck | because in the latter case, that isn't a missing package | 03:41 |
itsnotabigtruck | make sure you aren't using per-arch dependencies because those break on OBS | 03:41 |
mzanetti_ | itsnotabigtruck: it fails on compilation | 03:42 |
itsnotabigtruck | mzanetti_: ok, then see above | 03:43 |
itsnotabigtruck | if it starts building and fails, OBS screwed up or you screwed up :p | 03:43 |
mzanetti_ | itsnotabigtruck: most likely I did | 03:43 |
itsnotabigtruck | because it doesn't initiate the build until all packages it *thinks* your package requires are available | 03:44 |
itsnotabigtruck | and then it installs those packages before doing the actual build | 03:44 |
itsnotabigtruck | but per-arch dependencies (the ones like foo [armel]) don't seem to work | 03:44 |
itsnotabigtruck | so if you're doing that, that's the culprit | 03:44 |
*** DrGrov has left #harmattan | 03:45 | |
mzanetti_ | itsnotabigtruck: I think the problem is that I don't have the dependency declared at all. problem is, I'm trying to find how the package name is but OBS search doesn't show it | 03:46 |
itsnotabigtruck | mzanetti_: wait what? | 03:46 |
itsnotabigtruck | ok, just link the build log | 03:46 |
itsnotabigtruck | you just named a package so i assumed it was complaining about a missing package | 03:46 |
mzanetti_ | https://build.pub.meego.com/package/live_build_log?arch=armv7el&package=xbmcremote&project=home%3Amzanetti&repository=Harmattan | 03:47 |
itsnotabigtruck | mzanetti_: oh, ok...so it's not what you made it sound like at all :p | 03:47 |
mzanetti_ | well, the package in the device is called qmsystem2. so I guessed the dev package would be qmsystem2-dev | 03:47 |
itsnotabigtruck | it's a missing package, but it's missing as in it's not requested at all | 03:47 |
mzanetti_ | yes | 03:48 |
itsnotabigtruck | if you specified it in the Build-Depends, it shouln't try to build it unless it's available | 03:48 |
mzanetti_ | with missing I rather meant "I can't find it in the OBS search" | 03:48 |
itsnotabigtruck | maybe you didn't put it in the right spot | 03:48 |
itsnotabigtruck | forget about the OBS search | 03:48 |
itsnotabigtruck | it doesn't know about packages in foreign repos | 03:48 |
itsnotabigtruck | which includes all the SDK packages | 03:48 |
itsnotabigtruck | so it's not a factor | 03:48 |
mzanetti_ | ok | 03:48 |
itsnotabigtruck | apt-cache search in scratchbox is the best bet | 03:48 |
*** Sazpaimon_ has quit IRC | 03:49 | |
itsnotabigtruck | mzanetti_: where, exactly, did you put that dependency | 03:49 |
itsnotabigtruck | Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, applauncherd-dev, aegis-builder, pkg-config, qjson-dev | 03:49 |
itsnotabigtruck | because it's not there | 03:49 |
itsnotabigtruck | OBS bases everything off your DSC file | 03:50 |
mzanetti_ | I tried a few builds now with putting it in the debian/control file | 03:50 |
itsnotabigtruck | which is generated with your control file, yeah | 03:50 |
mzanetti_ | ah... thats why it didn't care about :D | 03:50 |
mzanetti_ | oh... | 03:50 |
*** beford has joined #harmattan | 03:50 | |
itsnotabigtruck | btw libqmsystem2-dev is the correct package name | 03:50 |
mzanetti_ | no... my dsc file is handwritten | 03:50 |
itsnotabigtruck | but since you didn't put it anywhere obviously OBS isn't going to divine that it's what you wanted | 03:50 |
itsnotabigtruck | oh... | 03:50 |
itsnotabigtruck | are you using qt creator, or packaging it normally | 03:51 |
mzanetti_ | ok... I think I start to understand things | 03:51 |
itsnotabigtruck | i'm guessing qt creator | 03:51 |
itsnotabigtruck | which tends to make everything very very painful | 03:51 |
itsnotabigtruck | the moment you want to do something nokia didn't think of, which is most things | 03:51 |
*** Sazpaimon_ has joined #harmattan | 03:51 | |
mzanetti_ | I'm using qtcreator usually... works fine... today I thought about building the stuff on OBS | 03:52 |
itsnotabigtruck | if your source tree is debian-style though, it's very easy to have it produce a DSC file along with your tar.gz | 03:52 |
mzanetti_ | and I'm still trying to figure out how things work | 03:52 |
mzanetti_ | so far I have a script which copies needed files to da debian-style directory and packages it up | 03:52 |
itsnotabigtruck | uggggggggh | 03:52 |
mzanetti_ | heh | 03:52 |
itsnotabigtruck | i'm not in an awesome mood right now and i really don't like dealing with qtc | 03:53 |
mzanetti_ | ok... no problem... I'll figure it out... you saved me a lot of time already | 03:53 |
mzanetti_ | thanks | 03:53 |
itsnotabigtruck | spent a couple hours a week or two ago in a wild goose chase that resulted in me finding out that qt creator treats certain paths magically | 03:53 |
itsnotabigtruck | and insists on everything having particular filenames | 03:53 |
itsnotabigtruck | anyway, DSC files aren't supposed to be handwritten | 03:53 |
itsnotabigtruck | it might be your best bet because qt creator sucks | 03:54 |
itsnotabigtruck | but normally, dpkg-buildpackage will clean your source tree, tar everything up, and build a dsc file out of debian/control | 03:54 |
itsnotabigtruck | but qt creator's arrangement isn't normal, it doesn't even have a debian directory in a clean source tree | 03:54 |
mzanetti_ | yes, I noticed that | 03:55 |
itsnotabigtruck | so...i really wish someone would make something polished so that noobs have a chance at being able to upload to apps for meego | 03:56 |
itsnotabigtruck | and build source packges in general | 03:56 |
beford | https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/314178_10150678841013360_290539813359_9108047_1444074152_n.jpg | 04:01 |
mankeli | FINALLY \o/ | 04:01 |
mankeli | app start without compositor animation | 04:02 |
itsnotabigtruck | mankeli: what was the trick | 04:04 |
mankeli | add _NET_WM_WINDOW_TYPE_DIALOG atom to _NET_WM_WINDOW_TYPE | 04:06 |
mankeli | or _NET_WM_WINDOW_TYPE_* (expect NORMAL), but some of those disable swiping | 04:06 |
mankeli | i figured that out hours ago, but i had a nice bonus challenge with SDL :-D | 04:07 |
mankeli | so, creating window manually and passing SDL_WINDOWID to SDL doesn't seem to work _at all_ (although it doesn't even work on desktop, so it might be that i'm neglecting something important), but luckily it's ok if i set the atom just after sdl_setvideomode | 04:09 |
*** stooobs has joined #harmattan | 04:09 | |
mankeli | but: mankeli 1 - harmattan + sdl together 0 | 04:13 |
*** stooobs has quit IRC | 04:14 | |
*** risca has joined #harmattan | 04:28 | |
*** lylyc has joined #harmattan | 04:45 | |
*** lylyc has quit IRC | 04:47 | |
itsnotabigtruck | hmm, just started getting some truly WTF latency on my apartment inet connection | 04:51 |
itsnotabigtruck | now tethering | 04:51 |
itsnotabigtruck | the hell is going on :| youtube is acting rather "special" right now | 04:55 |
*** Soder has quit IRC | 04:56 | |
*** mikelima has quit IRC | 05:01 | |
beford | hacked | 05:03 |
CreamyG31337 | wireless? apartments suck for that | 05:06 |
itsnotabigtruck | 1 IE9 window with 1 tab open to youtube = 200 MB | 05:07 |
itsnotabigtruck | efficient :/ not like the other browsers are any better, if anything chrome/fx are even worse | 05:07 |
itsnotabigtruck | and CreamyG31337: both wired and wireless | 05:07 |
itsnotabigtruck | something's screwed up on a router | 05:07 |
itsnotabigtruck | it's not wireless interference | 05:07 |
CreamyG31337 | yeah i had to upgrade to 16gb ram to avoid restarting all my web browsers every 24 hrs | 05:07 |
itsnotabigtruck | yeah...i mean, shiny new websites take RAM, and uncompressed images do take striking amounts of space, but still...browser RAM consumption is out of control | 05:09 |
CreamyG31337 | yeah they don't seem to release anything back to the system | 05:09 |
CreamyG31337 | i dunno. could be the extentions or something too | 05:10 |
itsnotabigtruck | http://www.reddit.com/r/gaming/comments/t8do1/so_i_commissioned_my_first_piece_of_art/c4kfxnk | 05:10 |
CreamyG31337 | i am happy to blame adobe too | 05:10 |
itsnotabigtruck | fields of atomized horses | 05:10 |
itsnotabigtruck | lol | 05:10 |
itsnotabigtruck | flash is a huge RAM hog too | 05:10 |
itsnotabigtruck | but it's not the principal cause of browser RAM bloat | 05:10 |
itsnotabigtruck | each of them independently uses up zillions of megs | 05:11 |
CreamyG31337 | haha i wasted a lot of $ at the valve store | 05:13 |
CreamyG31337 | i just keep that shit at work and nobody has a clue | 05:14 |
itsnotabigtruck | i've got the Delivering the Future mug | 05:15 |
itsnotabigtruck | with the Black Mesa logo | 05:15 |
*** tgalal has joined #harmattan | 05:17 | |
CreamyG31337 | aperture science mug for me :) | 05:18 |
CreamyG31337 | i had a cool shirt from there, where the hell did it go... | 05:18 |
CreamyG31337 | apparently my shirt is a lie too :( | 05:21 |
*** Termana has quit IRC | 05:23 | |
*** Termana has joined #harmattan | 05:30 | |
*** roop has joined #harmattan | 05:33 | |
*** thek has joined #harmattan | 05:38 | |
*** roop has quit IRC | 05:42 | |
*** oberling_ has joined #harmattan | 05:45 | |
*** Lasarus has quit IRC | 05:46 | |
*** harbaum_ has joined #harmattan | 05:47 | |
*** harbaum has quit IRC | 05:48 | |
*** oberling has quit IRC | 05:48 | |
*** Lasarus has joined #harmattan | 05:53 | |
*** Lasarus is now known as Guest48956 | 05:53 | |
*** Termana has quit IRC | 06:00 | |
*** tgalal has quit IRC | 06:07 | |
*** beford has quit IRC | 06:09 | |
*** Guest48956 is now known as Lasarus | 06:09 | |
*** Lasarus is now known as Guest51184 | 06:10 | |
*** Termana has joined #harmattan | 06:10 | |
*** kuzew has quit IRC | 06:31 | |
DocScrutinizer | aperture science shower curtain | 06:32 |
DocScrutinizer | tested for radioactivity | 06:32 |
*** Natunen has joined #harmattan | 06:33 | |
* DocScrutinizer jumps into a hole and appears on #maemo | 06:34 | |
CreamyG31337 | nice | 06:45 |
*** jabis has quit IRC | 06:53 | |
*** jabis has joined #harmattan | 06:53 | |
*** lbt has joined #harmattan | 07:03 | |
*** lbt has quit IRC | 07:03 | |
*** lbt has joined #harmattan | 07:03 | |
*** Guest51184 is now known as Lasarus | 07:10 | |
*** Lasarus is now known as Guest84524 | 07:10 | |
*** lbt_ has joined #harmattan | 07:14 | |
*** lbt_ has joined #harmattan | 07:14 | |
*** lbt has quit IRC | 07:15 | |
*** lbt_ is now known as lbt | 07:15 | |
*** lbt_ has joined #harmattan | 07:17 | |
*** lbt has quit IRC | 07:17 | |
*** lbt_ has quit IRC | 07:17 | |
*** lbt_ has joined #harmattan | 07:17 | |
*** lbt_ is now known as lbt | 07:17 | |
*** sigkill_ has joined #harmattan | 07:57 | |
*** s1gk1ll has quit IRC | 08:00 | |
*** Guest84524 is now known as Lasarus | 08:11 | |
*** Lasarus is now known as Guest943 | 08:11 | |
*** hardaker has quit IRC | 08:39 | |
*** dhbiker has joined #harmattan | 08:59 | |
*** jaywink has joined #harmattan | 09:08 | |
*** s1gk1ll has joined #harmattan | 09:09 | |
*** sigkill_ has quit IRC | 09:10 | |
*** Guest943 is now known as Lasarus | 09:12 | |
*** Lasarus is now known as Guest89458 | 09:12 | |
*** jaywink has quit IRC | 09:32 | |
*** lbt has quit IRC | 09:56 | |
*** piggz has joined #harmattan | 10:03 | |
*** Guest89458 is now known as Lasarus | 10:12 | |
*** Lasarus is now known as Guest23786 | 10:13 | |
*** thek has quit IRC | 10:36 | |
*** dhbiker has quit IRC | 10:38 | |
*** Guest23786 is now known as Lasarus\ | 10:42 | |
*** arekinath has quit IRC | 11:07 | |
*** Lasarus\ is now known as Lasarus | 11:08 | |
*** arekinath has joined #harmattan | 11:11 | |
*** NIN101 has joined #harmattan | 11:15 | |
*** miurahr has joined #harmattan | 11:26 | |
*** miurahr has quit IRC | 11:35 | |
*** tom_ has joined #harmattan | 12:26 | |
*** tom_ has quit IRC | 12:35 | |
*** risca has quit IRC | 12:35 | |
*** piggz has quit IRC | 12:41 | |
*** Khertan has quit IRC | 12:43 | |
PaulePanter | ZogG_laptop: Regarding the N9 the problem was that I did not know, one had to select »use as mass storage medium« on the N9 to get it working. | 12:48 |
PaulePanter | It is always such a stupid thing. Sorry for bothering you with that and wasting your time. | 12:48 |
*** arekinath has quit IRC | 12:49 | |
*** arekinath has joined #harmattan | 12:50 | |
*** arekinath has joined #harmattan | 12:50 | |
*** tom_ has joined #harmattan | 12:51 | |
*** arcean has joined #harmattan | 12:51 | |
*** Khertan has joined #harmattan | 12:54 | |
*** piggz has joined #harmattan | 13:09 | |
*** piggz has quit IRC | 13:18 | |
*** liar has joined #harmattan | 13:37 | |
*** tom_ has quit IRC | 13:39 | |
*** adlan_ has quit IRC | 13:57 | |
*** D_Cent has joined #harmattan | 14:08 | |
*** D_Cent has quit IRC | 14:09 | |
*** lildeimos has joined #harmattan | 14:09 | |
*** n9appscom has joined #harmattan | 14:34 | |
*** tgalal has joined #harmattan | 14:36 | |
*** psycho_oreos has joined #harmattan | 14:45 | |
*** mschlens has quit IRC | 15:07 | |
*** Guest18890 has joined #harmattan | 15:07 | |
*** mschlens has joined #harmattan | 15:09 | |
*** Guest18890 is now known as Aranel | 15:09 | |
*** Aranel has joined #harmattan | 15:09 | |
*** Aranel has quit IRC | 15:10 | |
*** ZogG_laptop has quit IRC | 15:31 | |
*** ZogG_laptop has joined #harmattan | 15:31 | |
*** piggz has joined #harmattan | 15:36 | |
ZogG_laptop | PaulePanter: no problem pal | 15:39 |
*** n9appscom has quit IRC | 15:45 | |
*** lfranchi has quit IRC | 15:46 | |
*** lfranchi has joined #harmattan | 15:49 | |
*** DocScrutinizer has quit IRC | 15:55 | |
*** DocScrutinizer has joined #harmattan | 15:55 | |
mzanetti_ | Has anyone figured out if its possible to use the multimedia buttons on the lockscreen with an own application? | 16:00 |
*** tgalal has quit IRC | 16:10 | |
*** jaywink has joined #harmattan | 16:29 | |
*** adlan has joined #harmattan | 16:40 | |
*** acidjunkie has quit IRC | 16:51 | |
*** acidjunkie has joined #harmattan | 16:55 | |
*** adlan has quit IRC | 17:13 | |
*** ZogG_laptop has quit IRC | 17:13 | |
*** ZogG_laptop has joined #harmattan | 17:28 | |
*** piggz has quit IRC | 17:48 | |
*** beford has joined #harmattan | 17:55 | |
*** piggz has joined #harmattan | 17:56 | |
*** Sazpaimon_ has quit IRC | 17:59 | |
*** hardaker has joined #harmattan | 18:00 | |
*** hardaker has quit IRC | 18:05 | |
*** liar has quit IRC | 18:24 | |
*** liar has joined #harmattan | 18:29 | |
*** liar has quit IRC | 18:34 | |
*** liar has joined #harmattan | 18:35 | |
*** arcean has quit IRC | 18:36 | |
*** shanttu has joined #harmattan | 18:47 | |
*** arcean has joined #harmattan | 19:01 | |
*** Nirkus has quit IRC | 19:03 | |
*** Mohammad- has joined #harmattan | 19:08 | |
*** xnt14 has joined #harmattan | 19:10 | |
*** bef0rd has joined #harmattan | 19:10 | |
*** gareth__ has quit IRC | 19:14 | |
*** ZogG_lap1op has joined #harmattan | 19:16 | |
*** liar has quit IRC | 19:16 | |
*** Venemo has joined #harmattan | 19:16 | |
*** Venemo has joined #harmattan | 19:17 | |
*** jonni has quit IRC | 19:18 | |
*** ecloud_ has quit IRC | 19:18 | |
*** nebulon has quit IRC | 19:18 | |
*** liar has joined #harmattan | 19:19 | |
*** Venemo has quit IRC | 19:19 | |
*** ZogG_laptop has quit IRC | 19:20 | |
*** liar has quit IRC | 19:24 | |
*** arcean_ has joined #harmattan | 19:29 | |
*** Mohammad- is now known as MohammadAG | 19:31 | |
*** MohammadAG has joined #harmattan | 19:31 | |
*** arcean has quit IRC | 19:32 | |
*** jonni has joined #harmattan | 19:39 | |
*** gareth_ has joined #harmattan | 19:40 | |
*** nebulon has joined #harmattan | 19:41 | |
*** bef0rd has quit IRC | 19:44 | |
*** Venemo has joined #harmattan | 19:49 | |
*** Venemo has quit IRC | 19:55 | |
*** piggz has quit IRC | 20:23 | |
*** piggz has joined #harmattan | 20:31 | |
*** Benecore has joined #harmattan | 21:32 | |
*** Benecore has quit IRC | 21:32 | |
*** djszapi has joined #harmattan | 21:33 | |
*** djszapi has left #harmattan | 21:33 | |
*** tom___ has joined #harmattan | 21:43 | |
*** teleshoes has joined #harmattan | 21:44 | |
teleshoes | anyone know if i have to do something special to get qsound to work? i want to play a wav from pyside | 21:45 |
teleshoes | QSound.play('/home/user/snd.wav') | 21:45 |
teleshoes | fails silently | 21:46 |
itsnotabigtruck | literally | 21:51 |
teleshoes | heh | 21:51 |
teleshoes | just so | 21:51 |
*** jluisn has joined #harmattan | 21:51 | |
*** Nirkus has joined #harmattan | 21:54 | |
*** Nirkus has joined #harmattan | 21:54 | |
*** e-yes has joined #harmattan | 22:27 | |
*** MrModR has joined #harmattan | 22:27 | |
MrModR | what does digsigsums error mean? | 22:28 |
MrModR | I am trying to install a deb with my scripts and I get this error | 22:28 |
*** jluisn has quit IRC | 22:29 | |
MrModR | can anyone help? | 22:30 |
teleshoes | digsigsums is a file that has to be in the deb | 22:31 |
teleshoes | has a list of all the sums of the installed files | 22:31 |
teleshoes | if you change one of the files, next boot you get malf | 22:31 |
teleshoes | whered you get the deb from? | 22:32 |
MrModR | @teleshoes, I made the deb from my N900 with dpkg-deb | 22:32 |
MrModR | its a bunch of scripts | 22:32 |
teleshoes | n900 ? | 22:32 |
teleshoes | build it in scratchbox | 22:32 |
teleshoes | with dpkg-buildpackage | 22:33 |
MrModR | dont have access to one... | 22:33 |
teleshoes | and digsigsums will be automatically generated | 22:33 |
teleshoes | to a computer? | 22:33 |
MrModR | to a linux computer | 22:33 |
teleshoes | get a thumbdrive, install a live linux distro on it | 22:33 |
teleshoes | plug er in | 22:33 |
MrModR | hmm... will it be persistent? | 22:34 |
teleshoes | if you use ubuntu, yea | 22:34 |
MrModR | ok so, I'll download the latest ubuntu live cd and install it onto a usb stick? | 22:34 |
teleshoes | mmhmm, should be good | 22:34 |
teleshoes | id recommend xubuntu | 22:34 |
teleshoes | lighter weight | 22:35 |
MrModR | but if i use a linux distro, do I need scratchbox? | 22:35 |
teleshoes | yes | 22:35 |
MrModR | cant i just directly use dpkg-deb? | 22:35 |
teleshoes | no | 22:35 |
MrModR | or dpkg-buildpackage | 22:35 |
MrModR | hmm... | 22:35 |
teleshoes | you need to generate some custom aegis-y things | 22:36 |
MrModR | oh i see | 22:36 |
teleshoes | so you need to use the cross-compilation tools provided by nokia | 22:36 |
MrModR | I see | 22:36 |
MrModR | How to install scratch box in ubuntu | 22:36 |
teleshoes | one tic, ill get you the url | 22:36 |
teleshoes | you download a python script and run it | 22:36 |
teleshoes | period | 22:36 |
MrModR | oh cool | 22:37 |
teleshoes | http://harmattan-dev.nokia.com/stable/harmattan/harmattan-sdk-setup.py | 22:37 |
teleshoes | it has to download about 1.6GB | 22:38 |
teleshoes | for the two targets, armel and x86 | 22:38 |
teleshoes | i dunno how easy this is gonna be on a thumbdrive install, what with it installing to /tmp by default | 22:38 |
teleshoes | do you happen to have a ton of ram? | 22:38 |
MrModR | is 3gb of ram = a ton? | 22:39 |
teleshoes | no, 4gb is equal to one ton of ram | 22:40 |
teleshoes | eh, youre better off actually installing a real linux distro side-by-side with windows | 22:40 |
MrModR | what about virtualbox? | 22:41 |
teleshoes | should work | 22:41 |
teleshoes | i dunno though, ive never used windows | 22:41 |
MrModR | ok, thanks for all the help. will report back soon :) | 22:42 |
teleshoes | np | 22:42 |
*** arcean_ has quit IRC | 22:43 | |
*** beford has quit IRC | 22:46 | |
*** arcean has joined #harmattan | 22:47 | |
teleshoes | QMediaPlayer.isAudioAvailable() => false | 22:50 |
teleshoes | :( | 22:51 |
*** beford has joined #harmattan | 22:52 | |
teleshoes | ARGH | 23:19 |
teleshoes | its qt; you have to initialize your QMediaPlayer object in the same FILE that you create your QApp | 23:20 |
teleshoes | qt is so stateful its disgusting | 23:20 |
teleshoes | {e.g.: must construct an application before constructing a paint device} | 23:20 |
*** gabriel9 has joined #harmattan | 23:25 | |
*** Venemo has joined #harmattan | 23:26 | |
*** shanttu has quit IRC | 23:28 | |
*** MrModR has quit IRC | 23:28 | |
*** tom___ has quit IRC | 23:34 | |
*** aquarius has joined #harmattan | 23:37 | |
*** teleshoes has quit IRC | 23:37 | |
*** jaywink has quit IRC | 23:37 | |
*** gabriel9 has quit IRC | 23:54 | |
*** gabriel9 has joined #harmattan | 23:55 | |
*** NIN101 has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!