--- | Log | opened Thu Apr 03 00:00:52 2008 |
00:03 | -!- | czth_ [n=dbrobins@nat/microsoft/x-45da7929bf4d782d] has joined #mythtv |
00:04 | -!- | joobie [n=joobie@58.108.192.59] has joined #mythtv |
00:09 | -!- | ICM^ [i=ian@24.0.34.161] has quit [Read error: 104 (Connection reset by peer)] |
00:10 | -!- | ICM [i=ian@c-24-0-34-161.hsd1.pa.comcast.net] has joined #MythTV |
00:13 | -!- | Netsplit niven.freenode.net <-> irc.freenode.net quits: mzb_d800, jarle, kurre2, clever, PointyPumper |
00:14 | -!- | Netsplit over, joins: mzb_d800, PointyPumper, jarle, clever, kurre2 |
00:14 | -!- | Pumpernick [i=Pintlezz@190.19.128.73] has joined #mythtv |
00:15 | -!- | PointyPumper [i=Pintlezz@190.19.128.73] has quit [Connection reset by peer] |
00:19 | -!- | Pumpernick [i=Pintlezz@190.19.128.73] has quit [Read error: 104 (Connection reset by peer)] |
00:19 | -!- | Netsplit niven.freenode.net <-> irc.freenode.net quits: jarle, mzb_d800, kurre2, clever |
00:19 | -!- | czth [n=dbrobins@nat/microsoft/x-26f8a998b97acda9] has quit [Connection timed out] |
00:20 | -!- | Netsplit over, joins: mzb_d800, jarle, clever, kurre2 |
00:21 | -!- | PointyPumper [i=Pintlezz@190.19.128.73] has joined #mythtv |
00:41 | <xris> | heh, cool.. we made some press: http://linuxfestnorthwest.org/raffle.html |
00:48 | -!- | gandalfcome [n=gandalfc@150.203.88.204] has joined #mythtv |
00:54 | -!- | ahbritto [n=guest@adsl-68-125-197-181.dsl.pltn13.pacbell.net] has joined #mythtv |
01:29 | -!- | Agrajag- [n=filip@c211-30-185-177.artrmn2.nsw.optusnet.com.au] has joined #mythtv |
02:06 | -!- | andy2 [n=andy@dynamic-208-4-253-45.tvscable.com] has joined #mythtv |
02:58 | -!- | ahbritto [n=guest@adsl-68-125-197-181.dsl.pltn13.pacbell.net] has quit [Client Quit] |
03:05 | -!- | andy2 [n=andy@dynamic-208-4-253-45.tvscable.com] has quit [] |
03:06 | -!- | p1mrx [n=paul@mediabox.apt.pmarks.net] has joined #mythtv |
03:06 | -!- | grokky [n=grokky@batter.csse.unimelb.edu.au] has quit [Read error: 110 (Connection timed out)] |
03:06 | -!- | p1mrx [n=paul@mediabox.apt.pmarks.net] has left #mythtv ["Leaving"] |
03:24 | -!- | joobie [n=joobie@58.108.192.59] has quit ["Leaving"] |
03:40 | -!- | gandalfcome [n=gandalfc@150.203.88.204] has quit [Connection timed out] |
03:46 | -!- | PointyPumper [i=Pintlezz@190.19.128.73] has quit [Read error: 104 (Connection reset by peer)] |
03:47 | -!- | ICM [i=ian@c-24-0-34-161.hsd1.pa.comcast.net] has quit [Read error: 110 (Connection timed out)] |
04:05 | -!- | xris [n=xris@xris.forevermore.net] has quit [] |
04:39 | -!- | MaverickTech [n=Maverick@111.86.233.220.exetel.com.au] has joined #mythtv |
04:45 | -!- | MavT [n=Maverick@111.86.233.220.exetel.com.au] has quit [Read error: 60 (Operation timed out)] |
04:48 | -!- | gandalfcome [n=gandalfc@124-168-217-163.dyn.iinet.net.au] has joined #mythtv |
04:59 | -!- | andrboot [n=andrew@C-59-101-88-1.syd.connect.net.au] has joined #mythtv |
05:00 | <gbee> | anyone else think the default firefox theme is hideous? I'm trying out F3B5 and my usual theme isn't available yet :( |
05:11 | <hads> | Never liked it much myself. |
05:29 | -!- | andrboot [n=andrew@C-59-101-88-1.syd.connect.net.au] has left #mythtv ["Konversation terminated!"] |
05:32 | <purserj> | I think this qualifies as development related so I'll ask it in here - quick question, do any of the 'official plugins' use helper scripts? |
05:41 | -!- | jk1joel [i=nobody@ns.jk1.net] has quit [Read error: 110 (Connection timed out)] |
05:42 | <gbee> | mythweather, mythvideo both uses perl scripts to grab data - because source websites change format frequently it's easier to have a drop-in replacement script than release a new version of the binary |
05:42 | -!- | lyricnz [n=simonrob@d220-238-113-107.dsl.vic.optusnet.com.au] has joined #mythtv |
05:43 | <gbee> | mytharchive uses python scripts - but don't ask me why because I don't understand the reasoning |
05:43 | <purserj> | hmm |
05:44 | <purserj> | I'm looking at making some changes to mythnews, and I was looking at building a helper script to do things like check for file age, delete files that are older than a certain date and pull down files for sites that have been marked as automatic |
05:45 | <hads> | mythvideo uses Python too. |
05:46 | <purserj> | might stick to perl, thats the one I know best |
05:46 | <gbee> | not sure I'd see the point of putting that functionality into scripts |
05:46 | <gbee> | but that's just me? |
05:46 | <purserj> | I know Perl better than I know C++ :) If someone wants to move it to the main mythnews code that would be cool as well |
05:47 | <gbee> | I'm just about to commit a large change to mythnews, so that may affect whatever patches you write |
05:47 | <purserj> | hrmm, trunk? |
05:48 | <gbee> | yeah |
05:48 | <purserj> | I'll grab that and then do a diff |
05:48 | <purserj> | I'm building against release at the moment until the qt4 stuff is settled in |
05:48 | <purserj> | gbee: you the news maintainer? |
05:52 | <gbee> | no |
05:53 | <purserj> | no worries |
05:53 | <gbee> | dunno that there is a maintainer for mythnews, possibly Kevin or Paul |
05:53 | <purserj> | right |
05:55 | -!- | MavT [n=Maverick@111.86.233.220.exetel.com.au] has joined #mythtv |
06:00 | <purserj> | hrmm well current diff doesn't show much difference outside of my changes |
06:02 | <hads> | He did say "just about to commit" |
06:03 | <purserj> | yar I was just checking the current set |
06:03 | <purserj> | don't mind me |
06:04 | <gbee> | 8 files changed, 664 insertions(+), 1461 deletions(-) |
06:05 | <purserj> | tah will pull it down and compare |
06:12 | -!- | MaverickTech [n=Maverick@111.86.233.220.exetel.com.au] has quit [Read error: 110 (Connection timed out)] |
06:46 | -!- | grokky [n=grokky@ppp121-44-204-155.lns3.mel4.internode.on.net] has joined #mythtv |
06:51 | -!- | jk1joel [i=nobody@ns.jk1.net] has joined #mythtv |
07:02 | -!- | MrGandalf [i=mgandalf@cpe-72-225-32-214.rochester.res.rr.com] has quit ["work"] |
07:05 | -!- | melunko_ [n=hmelo@201.36.198.10] has quit [Read error: 113 (No route to host)] |
07:07 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
07:09 | -!- | dagar [n=dagar@206-248-137-66.dsl.teksavvy.com] has quit [Read error: 110 (Connection timed out)] |
07:18 | -!- | melunko_ [n=hmelo@200.184.118.132] has joined #mythtv |
07:18 | -!- | TelnetManta [n=benwilli@24-241-115-007.dhcp.gnvl.sc.charter.com] has quit ["Ex-Chat"] |
07:18 | -!- | dagar [n=dagar@206-248-137-66.dsl.teksavvy.com] has joined #mythtv |
07:24 | -!- | joobie [n=joobie@joobie.org] has quit ["This computer has gone to sleep"] |
07:27 | -!- | gandalfcome [n=gandalfc@124-168-217-163.dyn.iinet.net.au] has quit [] |
07:27 | -!- | DustyBin [i=subx@on.y0ur.net] has joined #mythtv |
07:42 | <gbee> | any ideas why QImage::Load() is failing on filenames with spaces in them? e.g. .mythtv/MythNews/scache/KDE News.jpg |
07:47 | <purserj> | not sure, I had the same problem with vod/podcasts |
07:48 | <purserj> | ended up just replacing the spaces with _ |
07:50 | -!- | gandalfcome [n=gandalfc@124-168-217-163.dyn.iinet.net.au] has joined #mythtv |
07:58 | -!- | crazy_bus [n=chatzill@121.217.192.199] has joined #mythtv |
08:05 | <gbee> | heh, guess people listened to all those instability warnings, I broke mythplugins compilation on Tuesday and no-one noticed |
08:07 | -!- | TelnetManta [n=benwilli@72.159.132.4] has joined #mythtv |
08:08 | <janneg> | gbee: I built mythplugins with --enable-all yesterday successfully |
08:09 | <gbee> | janneg: strange |
08:13 | -!- | grokky [n=grokky@ppp121-44-204-155.lns3.mel4.internode.on.net] has quit [] |
08:19 | -!- | reynaldo [n=rverdejo@190-82-60-27.adsl.cust.tie.cl] has quit [Read error: 113 (No route to host)] |
08:33 | <teprrr> | gbee, do you use QUrl to pass the url to the load()? |
08:33 | <gbee> | no |
08:39 | -!- | gandalfcome [n=gandalfc@124-168-217-163.dyn.iinet.net.au] has quit [] |
08:42 | -!- | gandalfcome [n=gandalfc@124-168-217-163.dyn.iinet.net.au] has joined #mythtv |
08:42 | <gbee> | ahh, not the spaces after all - mythnews makes the same stupid mistake as mythgallery, saves all images with a jpg extension even if they aren't actually gifs |
08:42 | <gbee> | qt4 doesn't like that, but qt3 permitted it |
08:43 | <gbee> | s/aren't gifs/aren't jpg/ |
08:44 | <purserj> | ouch |
08:53 | <purserj> | gbee are you doing any work ont the enclosure download stuff? |
08:53 | <gbee> | no |
08:54 | <gbee> | just porting it to mythui and cleaning up the code a little |
08:54 | <purserj> | ah okay |
09:00 | <gbee> | don't really use mythnews, it's not that useful without mythbrowser and mythbrowser is worthless on a TV |
09:01 | <gbee> | hopefully a webkit based browser can be made TV friendly ... |
09:01 | <purserj> | right. I'm trying to turn it into something like an answer to miro on myth |
09:14 | -!- | crazy_bus [n=chatzill@121.217.192.199] has quit ["ChatZilla 0.9.81 [Firefox 2.0.0.11/2007120410]"] |
09:23 | -!- | XChatMav [n=Maverick@111.86.233.220.exetel.com.au] has joined #mythtv |
09:31 | -!- | renatofilho^ [n=renato@200.184.118.132] has quit [Read error: 113 (No route to host)] |
09:32 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has joined #mythtv |
09:41 | <gbee> | janneg: you didn't remove utf8 switches in the plugins? |
09:42 | -!- | MavT [n=Maverick@111.86.233.220.exetel.com.au] has quit [Read error: 113 (No route to host)] |
09:51 | <janneg> | gbee: I removed all *utf8() from the database queries |
09:52 | <gbee> | janneg: there were some left in mythnewsconfig.cpp, mythflixconfig.cpp and several places in mythmusic |
09:53 | <gbee> | the mythnews/mythflix tables probably haven't been switched to utf8 as they don't use a dbcheck.cpp, instead the schema is defined in the constructor of the main screen |
09:55 | <gbee> | main config screen |
09:59 | -!- | lyricnz [n=simonrob@d220-238-113-107.dsl.vic.optusnet.com.au] has quit [] |
10:04 | <janneg> | I've grepped for utf8 and converted all files manually, I don't know why I've missed them |
10:04 | <janneg> | and I missed the tables since I only looked for dbcheck.cpp |
10:05 | <gbee> | janneg: doesn't matter, I've removed the mythnews/mythflix ones but I've not modified the tables yet |
10:06 | <gbee> | mythmusic ones were easy to miss because the conversions weren't done in the same place as the queries |
10:07 | <gbee> | mythvideo/metadata.cpp has some |
10:07 | <gbee> | mythvideo/dbaccess.cpp |
10:10 | <gbee> | I'll deal with mythmusic |
10:13 | -!- | renatofilho^_ [n=renato@200.184.118.132] has joined #mythtv |
10:14 | -!- | reynaldo [n=rverdejo@152.74.36.21] has joined #mythtv |
10:35 | -!- | MrGandalf [i=mgandalf@cpe-72-225-42-190.rochester.res.rr.com] has joined #mythtv |
10:36 | -!- | gandalfcome [n=gandalfc@124-168-217-163.dyn.iinet.net.au] has quit [] |
10:37 | -!- | ICM [i=ian@c-24-0-34-161.hsd1.pa.comcast.net] has joined #MythTV |
10:37 | <Chutt> | gbee, i like all the red in the trac changeset viewer =) |
10:38 | <gbee> | heh |
10:39 | -!- | skamithi [n=skamithi@cpe-024-163-046-178.nc.res.rr.com] has joined #mythtv |
10:40 | -!- | reynaldo [n=rverdejo@152.74.36.21] has quit [Read error: 110 (Connection timed out)] |
10:57 | <gbee> | going to spoil it by adding some green, need to create a new screen for the URL editor |
11:01 | -!- | jmk_ [n=jmk@64.73.34.172] has joined #mythtv |
11:05 | -!- | beavis [n=beavis@drms-590c672c.pool.einsundeins.de] has joined #mythtv |
11:08 | -!- | ICM [i=ian@c-24-0-34-161.hsd1.pa.comcast.net] has quit [Read error: 110 (Connection timed out)] |
11:23 | -!- | PointyPumper [i=Pintlezz@190.19.128.73] has joined #mythtv |
11:27 | -!- | mnabil [n=mnabil@196.219.70.206] has joined #mythtv |
12:05 | -!- | mnabil [n=mnabil@196.219.70.206] has quit ["Leaving"] |
12:17 | -!- | dekarl [n=deKarl@dslb-084-058-058-142.pools.arcor-ip.net] has joined #mythtv |
12:18 | -!- | erik_____ [n=fargod@c-5c6b72d5.020-77-6b73642.cust.bredbandsbolaget.se] has joined #mythtv |
12:27 | -!- | mntmst [n=root@71.117.223.73] has quit [Remote closed the connection] |
12:28 | -!- | nsaspook [n=root@71.117.223.73] has joined #mythtv |
12:33 | -!- | xris [n=xris@66.236.8.178.ptr.us.xo.net] has joined #mythtv |
12:47 | -!- | lcase [n=l-case@p5B0EB626.dip0.t-ipconnect.de] has joined #mythtv |
12:53 | -!- | xris [n=xris@66.236.8.178.ptr.us.xo.net] has quit [] |
12:59 | -!- | xris [n=xris@66.236.8.178.ptr.us.xo.net] has joined #mythtv |
13:25 | -!- | lcase [n=l-case@p5B0EB626.dip0.t-ipconnect.de] has quit [] |
13:36 | -!- | Anduin [n=awithers@adsl-69-110-38-220.dsl.pltn13.pacbell.net] has quit ["Leaving."] |
13:48 | -!- | adante [n=adante@124-171-171-58.dyn.iinet.net.au] has quit [Read error: 110 (Connection timed out)] |
14:11 | -!- | Anduin [n=awithers@adsl-69-110-9-39.dsl.pltn13.pacbell.net] has joined #mythtv |
14:23 | -!- | Mnabil_work [n=mnabil@196.219.70.206] has joined #mythtv |
14:31 | -!- | otwin_ [n=otwin@217.31.79.224] has joined #mythtv |
14:47 | -!- | otwin [n=otwin@217.31.79.224] has quit [Read error: 110 (Connection timed out)] |
14:47 | -!- | otwin_ is now known as otwin |
15:18 | -!- | richards [n=richard@rns-stearn.demon.co.uk] has joined #mythtv |
15:22 | <Anduin> | gbee: I thought utf8 in bindValue was safe, not necessary but does it actually cause a problem? |
15:24 | <gbee> | don't think it causes any problems, so it's only aesthetic |
15:25 | -!- | otwin [n=otwin@217.31.79.224] has quit [Read error: 110 (Connection timed out)] |
15:26 | <gbee> | it would probably cause some confusion with contributors, looking at mythflix/mythnews and the level of copy & paste that was done there you see mistakes multiply |
15:27 | <gbee> | but mostly I mentioned it because I thought Janne had replaced all instances |
15:27 | <gbee> | s/replaced/removed/ |
15:30 | -!- | andy1 [n=andy@dynamic-208-4-253-45.tvscable.com] has joined #mythtv |
15:33 | -!- | ahbritto [n=guest@adsl-68-125-197-181.dsl.pltn13.pacbell.net] has joined #mythtv |
15:37 | -!- | ICM [n=ian@c-24-0-34-161.hsd1.pa.comcast.net] has joined #MythTV |
16:08 | -!- | ICM [n=ian@c-24-0-34-161.hsd1.pa.comcast.net] has quit [Read error: 110 (Connection timed out)] |
16:24 | -!- | MrGandalf [i=mgandalf@cpe-72-225-42-190.rochester.res.rr.com] has quit ["home"] |
16:25 | -!- | skamithi [n=skamithi@cpe-024-163-046-178.nc.res.rr.com] has quit ["WeeChat 0.2.3"] |
16:35 | -!- | erik_____ [n=fargod@c-5c6b72d5.020-77-6b73642.cust.bredbandsbolaget.se] has quit ["L?mnar"] |
16:35 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has joined #mythtv |
16:41 | <DustyBin> | UK HD FREEVIEW 2009!!!!! |
16:41 | <DustyBin> | :D :D :D |
16:41 | <DustyBin> | http://news.bbc.co.uk/1/hi/entertainment/7328029.stm |
16:42 | <stuarta> | too slow and the wrong channel |
16:43 | <DustyBin> | :( |
16:43 | * | DustyBin bets that juski sod beat him to it |
16:44 | <gbee> | :( still the same crappy plan they outlined last year - i.e. reducing the quality of existing channels to squeeze them into existing space |
16:46 | <DustyBin> | thanks for spoiling what i thought was good news :( |
16:47 | <stuarta> | it is good news, since they were talking about just flogging it off |
16:47 | <stuarta> | gbee: the mux rearranging will come from them using probably dvb-t2 & h264 |
16:47 | <stuarta> | same quality, less b/w |
16:48 | <gbee> | they still are selling it, switching to dvb-t2 & h264 on mux A and squeezing the bbc channels onto other muxes |
16:50 | <gbee> | so at the very least the quality won't improve on the other muxes but more likely it will decrease - those muxes can't/won't switch to dvb-t2 so there isn't suddenly going to be more space |
16:51 | <stuarta> | there was talk of a multi phase approach, with a complete move to dvb-t2 & h264 across all muxes in the 2nd phase |
16:51 | <gbee> | they can switch Mux A since it will carry all HD and will require STB upgrades anyway, but everyone will get upset if their STB is worthless after the switchoff |
16:52 | <gbee> | stuarta: 10 years from now maybe they'll switch the other muxes, but they'd upset a lot of people were they to do it any sooner |
16:53 | <gbee> | anyway, I'll believe it all when I see it ;) I'll have a DVB-S(2) card by then |
16:54 | * | stuarta wants one too :) |
17:03 | <gbee> | kormoc: 1.5Gb? |
17:03 | <kormoc> | gbee, Aye |
17:03 | <gbee> | ouch |
17:03 | <kormoc> | of course, I run a few compile jobs at once (-j 3) |
17:03 | -!- | Nikas [n=nicke@195-67-240-179-no53.tbcn.telia.com] has joined #mythtv |
17:04 | <kormoc> | but yeah, I always swap when I compile the thing |
17:04 | <gbee> | :) |
17:07 | <gbee> | Anduin: do you want to run roo's script to sort out the wide themes for plugins? |
17:08 | -!- | cattelan [n=cattelan@c-24-118-123-1.hsd1.mn.comcast.net] has quit ["Leaving"] |
17:09 | <Anduin> | gbee: I will eventually, if you want to do it though you won't see me complaining. |
17:10 | <Anduin> | I do have some stuff to commit tonight so if you can wait I'll add it to my list. |
17:11 | <gbee> | Anduin: no great hurry, just keep overlooking the -wide themes when I convert to mythui |
17:12 | <Anduin> | gbee: I'll add it to my list, shouldn't take too long, won't get to it until later today (probably six or more hours) |
17:12 | <gbee> | Anduin: thanks :) |
17:14 | -!- | cattelan [n=cattelan@c-24-118-123-1.hsd1.mn.comcast.net] has joined #mythtv |
17:27 | <purserj> | hrmm gutsy can't build 0.22 |
17:27 | <stuarta> | well it needs a slap |
17:28 | <stuarta> | alternatively PEBCAK |
17:28 | <purserj> | nah, was just looking throught the qt4 libs, all seem to be 4.2 |
17:28 | <purserj> | so will have to probably download the source |
17:28 | <stuarta> | so? debian has the same libs and it build svn |
17:29 | <stuarta> | building it now :) |
17:29 | <purserj> | hmm let me check |
17:33 | <gbee> | stuarta: you're running 4.2 ok? Janneg might be interested to hear that, we weren't sure whether it would work |
17:34 | <stuarta> | running? haven't tried yet. |
17:34 | <stuarta> | building yes |
17:34 | <gbee> | oh ok ;) |
17:34 | <stuarta> | i've been setting it up so my dev machine is both a production 0.21 slave backend and a standalone svn dev box :) |
17:35 | <stuarta> | progress is good :) |
17:38 | <gbee> | The date for my cable speed bump to 10Mbps is still TBC according to the website :( |
17:41 | * | purserj joins the living on the edge and builds against 4.2 |
17:43 | -!- | joobie [n=joobie@58.108.192.59] has joined #mythtv |
17:48 | -!- | cattelan [n=cattelan@c-24-118-123-1.hsd1.mn.comcast.net] has quit [Read error: 110 (Connection timed out)] |
17:51 | -!- | grokky [n=grokky@batter.csse.unimelb.edu.au] has joined #mythtv |
17:54 | -!- | cattelan [n=cattelan@71.216.119.33] has joined #mythtv |
17:54 | -!- | Nikas [n=nicke@195-67-240-179-no53.tbcn.telia.com] has quit ["( www.nnscript.com :: NoNameScript 4.2 :: www.regroup-esports.com )"] |
18:01 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has quit ["Leaving"] |
18:06 | -!- | TelnetManta [n=benwilli@72.159.132.4] has quit ["Ex-Chat"] |
18:08 | -!- | adante [n=adante@124-171-171-58.dyn.iinet.net.au] has joined #mythtv |
18:12 | -!- | mattwire [n=mattwire@host86-132-155-56.range86-132.btcentralplus.com] has joined #mythtv |
18:12 | -!- | beavis [n=beavis@drms-590c672c.pool.einsundeins.de] has quit [Remote closed the connection] |
18:20 | -!- | andy1 [n=andy@dynamic-208-4-253-45.tvscable.com] has quit [] |
18:30 | -!- | mattwire [n=mattwire@host86-132-155-56.range86-132.btcentralplus.com] has quit ["Leaving"] |
18:32 | -!- | melunko_ [n=hmelo@200.184.118.132] has quit [Read error: 113 (No route to host)] |
18:39 | -!- | jmk__ [n=jmk@h69-130-241-31.vrnawi.dsl.dynamic.tds.net] has joined #mythtv |
18:41 | -!- | jmk [n=jmk@h69-130-249-132.vrnawi.dsl.dynamic.tds.net] has quit [Read error: 110 (Connection timed out)] |
18:51 | -!- | MrGandalf [i=mgandalf@cpe-72-225-32-214.rochester.res.rr.com] has joined #mythtv |
18:53 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has joined #mythtv |
19:12 | -!- | melunko_ [n=hmelo@201.36.198.10] has joined #mythtv |
19:14 | -!- | PointyPumper [i=Pintlezz@190.19.128.73] has quit [Read error: 110 (Connection timed out)] |
19:15 | -!- | cattelan [n=cattelan@71.216.119.33] has quit [Read error: 110 (Connection timed out)] |
19:19 | -!- | jarle [n=jarle@70.84-234-133.customer.lyse.net] has quit [Read error: 104 (Connection reset by peer)] |
19:31 | -!- | PointyPumper [i=Pintlezz@190.19.128.73] has joined #mythtv |
19:47 | -!- | cattelan [n=cattelan@75.146.163.121] has joined #mythtv |
20:03 | <purserj> | stuarta: around? |
20:08 | -!- | lucas2 [n=lucas@lucas.demon.nl] has joined #mythtv |
20:10 | -!- | cattelan [n=cattelan@75.146.163.121] has quit ["Leaving"] |
20:10 | -!- | cattelan [n=cattelan@75.146.163.121] has joined #mythtv |
20:11 | -!- | ljmeijer [n=lucas@lucas.demon.nl] has quit [Read error: 104 (Connection reset by peer)] |
20:11 | -!- | lucas2 is now known as ljmeijer |
20:15 | -!- | leprechau [i=charlie@96-24-255-204.nvl.clearwire-dns.net] has quit [Connection reset by peer] |
20:17 | -!- | andy1 [n=andy@dynamic-208-4-253-45.tvscable.com] has joined #mythtv |
20:19 | -!- | xris [n=xris@66.236.8.178.ptr.us.xo.net] has quit [] |
20:29 | <janneg> | gbee: I was supposed to tell nobody that it builds against qt4.2 after changing the qt version check in mythcontext.h |
20:30 | <Chutt> | =) |
20:31 | <purserj> | yay core dump against 4.2 |
20:31 | <purserj> | sigh |
20:39 | -!- | cattelan [n=cattelan@75.146.163.121] has quit [Connection timed out] |
20:40 | -!- | TelnetManta [n=benwilli@24-241-115-007.dhcp.gnvl.sc.charter.com] has joined #mythtv |
20:48 | -!- | xris [n=xris@xris.forevermore.net] has joined #mythtv |
21:04 | -!- | dekar1 [n=deKarl@dslb-084-058-031-068.pools.arcor-ip.net] has joined #mythtv |
21:04 | -!- | ahbritto [n=guest@adsl-68-125-197-181.dsl.pltn13.pacbell.net] has quit [Client Quit] |
21:08 | <GreyFoxx> | 0 |
21:10 | -!- | dekarl [n=deKarl@dslb-084-058-058-142.pools.arcor-ip.net] has quit [Read error: 60 (Operation timed out)] |
21:40 | -!- | cattelan [n=cattelan@c-24-118-123-1.hsd1.mn.comcast.net] has joined #mythtv |
21:48 | -!- | reynaldo [n=rverdejo@190-82-37-64.adsl.cust.tie.cl] has joined #mythtv |
21:53 | -!- | melunko_ [n=hmelo@201.36.198.10] has quit ["Ex-Chat"] |
21:55 | -!- | feiner [n=feiner@12-214-64-245.client.mchsi.com] has joined #mythtv |
22:06 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has quit [] |
22:29 | -!- | melunko_ [n=hmelo@201.36.198.10] has joined #mythtv |
22:54 | -!- | xri1 [n=xris@63.236.57.135] has joined #mythtv |
23:01 | -!- | xris [n=xris@xris.forevermore.net] has quit [Read error: 110 (Connection timed out)] |
23:19 | <DustyBin> | what advantages will there be with qt4 ? |
23:21 | <purserj> | it's current and is likely to be supported for quite a while longer than qt3? |
23:31 | -!- | xri1 [n=xris@63.236.57.135] has quit [] |
23:31 | -!- | xris [n=xris@xris.forevermore.net] has joined #mythtv |
23:45 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has quit ["Leaving"] |
23:47 | -!- | andy1 [n=andy@dynamic-208-4-253-45.tvscable.com] has quit [] |
--- | Log | closed Fri Apr 04 00:00:20 2008 |