Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 ... 8 9 10 11 12 13 14 15 16 ... 22 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Feb 23, 2005, 2:10 PM

Post #276 of 544 (9869 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Wed Feb 23 22:07:34 2005

Modified Files:
in mythmusic/mythmusic:
smartplaylist.cpp
Log Message:
Missing query.exec(sql) in SmartPLResultViewer::setSQL(QString sql)


----------------------------------------------------------------------------


mythtv at cvs

Feb 23, 2005, 2:25 PM

Post #277 of 544 (9871 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Wed Feb 23 22:20:34 2005

Modified Files:
in mythdvd/mtd:
dvdprobe.cpp
Log Message:
Fix query in DVDTitle::determineInputID()


----------------------------------------------------------------------------


mythtv at cvs

Feb 23, 2005, 4:15 PM

Post #278 of 544 (9857 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Thu Feb 24 00:12:38 2005

Modified Files:
in mythvideo/mythvideo:
main.cpp metadata.cpp metadata.h
in mythvideo/mythvideo/scripts:
imdb.pl
in mythdvd/mtd:
dvdprobe.cpp main.cpp mtd.cpp mtd.h
in mythdvd/mythdvd:
dvdripbox.cpp dvdripbox.h
Log Message:
Anduin Withers'
- MythDVD MSqlQuery fixups + prepare conversions
- MythVideo prepare conversions
- MythVideo imdb.pl patch for removing "s when calling amazon.


----------------------------------------------------------------------------


mythtv at cvs

Feb 23, 2005, 7:45 PM

Post #279 of 544 (9840 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Thu Feb 24 03:40:04 2005

Modified Files:
in mythtv/programs/mythfilldatabase:
filldata.cpp
Log Message:

DataDirect grabber fix, broken by DB pool update.


----------------------------------------------------------------------------


mythtv at cvs

Feb 23, 2005, 10:35 PM

Post #280 of 544 (9842 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Thu Feb 24 06:32:32 2005

Modified Files:
in mythweb/includes:
mythbackend.php
Log Message:
bump socket timeout back up to 20 seconds

----------------------------------------------------------------------------


mythtv at cvs

Feb 24, 2005, 11:00 AM

Post #281 of 544 (9817 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Feb 24 18:58:09 2005

Modified Files:
in mfd/mfd:
dbcheck.cpp main.cpp mfd.cpp mfd.h
in mfd/mfd/plugins/mmusic:
mmusic.cpp mmusic.h
in mfd/mfdlib:
aacdecoder.h avfdecoder.h mdcontainer.h settings.cpp
settings.h
Log Message:

Use the new MSqlQuery() stuff in the mfd.


----------------------------------------------------------------------------


mythtv at cvs

Feb 24, 2005, 1:25 PM

Post #282 of 544 (9799 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Thu Feb 24 21:21:36 2005

Modified Files:
in mythgallery/mythgallery:
dbcheck.cpp glsingleview.cpp glsingleview.h iconview.cpp
iconview.h main.cpp singleview.cpp singleview.h
in mythgame/mythgame:
atarihandler.cpp atarirominfo.cpp atarisettingsdlg.cpp
dbcheck.cpp gamehandler.h gametree.cpp gametree.h main.cpp
mamehandler.cpp mamerominfo.cpp mamerominfo.h neshandler.cpp
nesrominfo.cpp nessettingsdlg.cpp odyssey2handler.cpp
odyssey2rominfo.cpp odyssey2settingsdlg.cpp pchandler.cpp
pcrominfo.cpp pcrominfo.h pcsettingsdlg.cpp rominfo.cpp
rominfo.h sneshandler.cpp snesrominfo.cpp snesrominfo.h
Log Message:

Update MythGallery and MythGame to work with current CVS.

After testing this patch my highscores are mysteriously all set
to "AV_OWNZ". I have no idea how that happend.


----------------------------------------------------------------------------


mythtv at cvs

Feb 24, 2005, 4:00 PM

Post #283 of 544 (9807 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Thu Feb 24 23:57:34 2005

Modified Files:
in mythnews/mythnews:
main.cpp mythnews.cpp mythnews.h mythnewsconfig.cpp
mythnewsconfig.h
in mythphone/mythphone:
dbcheck.cpp directory.cpp directory.h main.cpp phoneui.cpp
phoneui.h webcam_set.cpp webcam_set.h
Log Message:

Update MythNews and MythPhone to work with current CVS.
Give me a call, if it doesn't work. (:


----------------------------------------------------------------------------


mythtv at cvs

Feb 24, 2005, 5:15 PM

Post #284 of 544 (9797 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Fri Feb 25 01:13:16 2005

Modified Files:
in mythbrowser/mythbookmarkmanager:
bookmarkmanager.cpp bookmarkmanager.h main.cpp
in mythbrowser/mythbrowser:
main.cpp tabview.cpp tabview.h
in mythweather/mythweather:
main.cpp weather.cpp weather.h
Log Message:

Update MythBrowser and MythWeather to work with current CVS.
Not sure if MythWeather is ok, I selected 'Sunshine' but it's still raining here.


----------------------------------------------------------------------------


mythtv at cvs

Feb 24, 2005, 5:25 PM

Post #285 of 544 (9816 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Fri Feb 25 01:24:12 2005

Modified Files:
in mythtv/libs/libmythtv:
dbcheck.cpp
in mythtv/programs/mythbackend:
mainserver.cpp
in mythtv/programs/mythfrontend:
playbackbox.cpp
Log Message:


* Remove the FillList() call in PlaybackBox::doRemove() so the frontend
doesn't manually reload the recordings list after a delete.

* Have the backend send a RECORDING_LIST_CHANGE event in
MainServer::DoHandleDeleteRecording after the response is sent to the
client that the recording is being deleted. This way all clients will
reload the recordings list eliminating the possiblity that another
remote frontend will try to play or take action on the file being
deleted.

* Added an index on the title field in the recorded table based on some
research by Daniel Manjarres on the -dev list. This eliminates a
tablescan on the recorded table during scheduler queries. The tablescan
was causing a scheduler query to take quite a bit more time to run as
the size of the recordings table grew. The scheduler query went from
about 16 seconds down to 5 for Daniel with about 700 recordings I believe
and from 3.08 down to 1.8 for me with about 185 recordings.


----------------------------------------------------------------------------


mythtv at cvs

Feb 24, 2005, 5:55 PM

Post #286 of 544 (9791 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Fri Feb 25 01:52:41 2005

Modified Files:
in mythtv/libs/libmythtv:
jobqueue.cpp
Log Message:


Set the JOB_STOP command in the DB rather than sending a JOB_STOP global
event when trying to stop and delete all jobs using JobQueue::DeleteAllJobs()
such as when called by the delete thread in mythbackend.

----------------------------------------------------------------------------


mythtv at cvs

Feb 25, 2005, 6:20 AM

Post #287 of 544 (9783 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Fri Feb 25 14:16:58 2005

Modified Files:
in mythtv/libs/libmyth:
mythdbcon.cpp
in mythtv/programs/mythfilldatabase:
filldata.cpp
Log Message:

Fix segfault in mythfilldatabase, reported by Jim Westfall.


----------------------------------------------------------------------------


mythtv at cvs

Feb 25, 2005, 10:20 AM

Post #288 of 544 (9775 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Fri Feb 25 18:15:17 2005

Added Files:
in nuvexport:
nuvexportrc
Modified Files:
in nuvexport:
nuvexport
in nuvexport/export:
ffmpeg.pm generic.pm
in nuvexport/export/ffmpeg:
XviD.pm
in nuvexport/export/transcode:
XviD.pm
in nuvexport/nuv_export:
cli.pm shared_utils.pm ui.pm
Log Message:
This is an unstable commit -- I'm doing this (and not packaging a version
on my website) so that people can poke around with the new CLI code.

Anyway, this adds two major things -- first, I got multipass xvid encoding
working with ffmpeg. Secondly, I've completely rewritten the cli-handling
code, and added support for an nuvexportrc file. It's not yet complete,
since it really only completely works with the xvid exporters, but it's
enough to give people an idea of what they can do with it.

----------------------------------------------------------------------------


mythtv at cvs

Feb 26, 2005, 5:40 AM

Post #289 of 544 (9768 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Feb 26 13:36:41 2005

Modified Files:
in mythtv/contrib:
etc.init.d.mythbackend.lsb
Log Message:
Mysql is a should start not a must start.
If a /etc/sysconfig/mythbackend exists use it

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Feb 26 13:38:25 2005

Modified Files:
in mythtv/contrib:
etc.init.d.mythbackend.lsb
Log Message:
It's should start not should state

----------------------------------------------------------------------------


mythtv at cvs

Mar 8, 2005, 6:20 PM

Post #290 of 544 (9723 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Mar 9 02:19:06 2005

Added Files:
in mfd/mfd/plugins/audio:
rtspout.cpp rtspout.h
in mfd/mfdlib:
rtspserver.cpp rtspserver.h
Modified Files:
in mfd/mfd/plugins/audio:
audio.cpp audio.h audio.pro
in mfd/mfd/plugins/zeroconfig:
zc_client.cpp zc_client.h zc_responder.cpp
in mfd/mfdlib:
mfd_events.cpp mfdlib.pro service.cpp service.h
Log Message:

Change the Service object to use QHostAddress instread of four int's for
service address's.

Also, barest little skeleton of some RTSP placeholders.


----------------------------------------------------------------------------


mythtv at cvs

Mar 8, 2005, 9:50 PM

Post #291 of 544 (9722 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Wed Mar 9 05:46:23 2005

Modified Files:
in nuvexport:
Makefile nuvexport nuvexport.spec nuvexportrc
Log Message:
actually install nuvexportrc now

----------------------------------------------------------------------------


mythtv at cvs

Mar 8, 2005, 10:25 PM

Post #292 of 544 (9721 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Wed Mar 9 06:24:14 2005

Modified Files:
in mythweb/themes/wml:
scheduled_recordings.php
Log Message:
patch from Joe to fix wml theme compatibility

----------------------------------------------------------------------------


mythtv at cvs

Mar 8, 2005, 10:35 PM

Post #293 of 544 (9701 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by nigel on Wed Mar 9 06:32:22 2005

Modified Files:
in mythtv/libs/libmythtv:
tv_play.cpp
Log Message:
Correct the STUPID mistake I made in yesterday's checkin.
Video playback should now be the correct size when the GUI is not fullscreen.

----------------------------------------------------------------------------


mythtv at cvs

Mar 8, 2005, 10:40 PM

Post #294 of 544 (9732 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------


mythtv at cvs

Mar 8, 2005, 10:45 PM

Post #295 of 544 (9723 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Wed Mar 9 06:41:54 2005

Added Files:
in mythweb/images/weather/Default:
cloudy.png fair.png flurries.png fog.png lshowers.png
mcloudy.png pcloudy.png rainsnow.png showers.png snowshow.png
sunny.png thunshowers.png unknown.png
in mythweb/images/weather/G.A.N.T.:
cloudy.png fair.png flurries.png fog.png lshowers.png
mcloudy.png myth_logo.png pcloudy.png rainsnow.png showers.png
snowshow.png sunny.png thunshowers.png unknown.png
Modified Files:
in mythweb:
settings_mythweb.php weather.php
in mythweb/themes/Default:
settings_mythweb.php weather.php
Log Message:
mythweather icon theme from CyberKnet

----------------------------------------------------------------------------


mythtv at cvs

Mar 9, 2005, 2:50 PM

Post #296 of 544 (9719 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by nigel on Wed Mar 9 22:45:07 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.cpp mythcontext.h
in mythtv/libs/libmythtv:
tv_play.cpp
Log Message:
Work around some bugs I introduced in my "multiple screen sanity" patches.
MythContext now stores two sets of dimensions and offsets:
* The "fullscreen" ones, which may exclude menu or task bars, and
* The GUI ones, which unless overridden by the user, default to fullscreen.
The class has a new method, setScreenBounds(), to grab the fullscreen ones.
- The intext is that all code and plugins should use this,
instead of looking up the desktop geometry and Gui* overrides themself.
- I have also done a tidyup of the geometry stuff in mythcontext.cpp
(e.g. initialise and calculate geometry stuff in one place only)

----------------------------------------------------------------------------


mythtv at cvs

Mar 9, 2005, 7:05 PM

Post #297 of 544 (9701 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Mar 10 03:02:05 2005

Added Files:
in mfd/mfdlib:
rtspinrequest.cpp rtspinrequest.h rtspoutresponse.cpp
rtspoutresponse.h
Modified Files:
in mfd/mfdlib:
httpheader.cpp httpheader.h mfdlib.pro rtspserver.cpp
rtspserver.h
Log Message:

Little more structure on the rtsp stuff. Still does almost nothing.


----------------------------------------------------------------------------


mythtv at cvs

Mar 9, 2005, 10:55 PM

Post #298 of 544 (9685 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Thu Mar 10 06:51:37 2005

Modified Files:
in mythweb:
program_detail.php recording_schedules.php
schedule_manually.php
in mythweb/includes:
recording_schedules.php
in mythweb/languages:
Australian.php Danish.php Dutch.php English.php French.php
German.php Japanese.php Spanish.php Swedish.php
in mythweb/themes/Default:
recording_schedules.php schedule_manually.css
schedule_manually.php
Log Message:
I think I have manual recording schedules working again (someone tell me
if I broke anything -- I don't use this feature much).
Added a new string relating to saving manual schedules.

----------------------------------------------------------------------------


mythtv at cvs

Mar 9, 2005, 11:05 PM

Post #299 of 544 (9685 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Thu Mar 10 07:01:54 2005

Modified Files:
in nuvexport:
nuvexport nuvexport.spec
Log Message:
fix a dependency in the spec, new timestamp/version.


----------------------------------------------------------------------------


mythtv at cvs

Mar 9, 2005, 11:30 PM

Post #300 of 544 (9694 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Thu Mar 10 07:29:50 2005

Modified Files:
in nuvexport/nuv_export:
cli.pm
Log Message:
load /etc/nuvexportrc instead of /etc/.nuvexportrc (oops)

----------------------------------------------------------------------------

First page Previous page 1 ... 8 9 10 11 12 13 14 15 16 ... 22 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.