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

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 2 3 4 5 6 7 8 9 ... 17 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Jul 10, 2004, 8:30 AM

Post #1 of 415 (13310 views)
Permalink
mythtv commits

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Jul 10 15:26:15 2004

Modified Files:
in mythtv/libs/libmyth:
mythcontext.h
in mythtv/libs/libmythtv:
dbcheck.cpp programinfo.cpp programinfo.h
scheduledrecording.cpp scheduledrecording.h sr_items.cpp
sr_items.h
in mythtv/programs/mythbackend:
scheduler.cpp
Log Message:
The original airdate and the "stars" rating of programs and recordings are now available as part of the ProgramInfo class.
Theme writers take note there are some new fields available:
"LONGREPEAT" - Like the original "REPEAT" field, except it include the original air date i.e. "(Repeat 2/2/1999)".
"stars" - The start rating as text i.e. "(2.5 stars)".
"originalairdate" - The original air date using the normal date format.
"shortoriginalairdate" - The original air date using the short date format.

"New episodes only" is now an option for a dup check method provided you have repeats listed in your database. If you don't you will not see this option. mythfilldatabase updates this "HaveRepeats" flag each time it runs.

Note: Using new episodes only is highly data dependant. Some stations fill this information in, some don't. Using the --mark-repeats option for mythfilldatabase (for DD users at least) helps a lot. Even so, I reccomend checking the conflicts screen to see whcih shows are not going to record due to being repeats before trusting it to your favorite shows.

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Jul 10 15:28:46 2004

Modified Files:
in mythweb/includes:
mythbackend.php
Log Message:
Protocol and numprogramlines bump

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


mythtv at cvs

Jul 24, 2004, 8:25 AM

Post #2 of 415 (12916 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Jul 24 15:24:22 2004

Modified Files:
in mythvideo/mythvideo:
videobrowser.cpp videofilter.cpp videofilter.h
videomanager.cpp
Log Message:
Bug #43 fixed. Filtering by browse flag now works in the video manager. An addditional flag has been added to the video filter class that allows it to filter by browse mode or not. This flag defaults to true the video brwoser sets this to false and prevents viewing unbrowseable vids.

Bug #15 Fixed. The video manager's list can now wrap when using the up/down arrows.


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


mythtv at cvs

Aug 7, 2004, 6:10 AM

Post #3 of 415 (12856 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by rkulagow on Sat Aug 7 13:08:33 2004

Modified Files:
in mythtv/libs/libmyth:
audiooutput.cpp audiooutputarts.cpp audiooutputdx.cpp
audiooutputoss.cpp generictree.cpp lcddevice.cpp
managedlist.cpp managedlist.h mythcontext.cpp mythdialogs.cpp
mythmedia.cpp mythmediamonitor.cpp mythwidgets.cpp
mythwizard.cpp themedmenu.cpp uilistbtntype.cpp
uiphoneentry.cpp uitypes.cpp uitypes.h util.cpp
volumecontrol.cpp xmlparse.cpp
Log Message:
"if(" to "if (".
audiooutputdx.cpp had dos not unix CRLF

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


mythtv at cvs

Aug 20, 2004, 3:50 PM

Post #4 of 415 (12824 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Aug 20 22:49:55 2004

Added Files:
in mythtv/themes/Titivillus/watermark:
search_channels.png search_people.png
Modified Files:
in mythtv/themes/Titivillus:
theme.xml
Log Message:
New artwork from Dave Hofstra for people and channel search

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


mythtv at cvs

Aug 20, 2004, 3:55 PM

Post #5 of 415 (12800 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Aug 20 22:50:43 2004

Modified Files:
in mythtv/programs/mythfrontend:
mythfrontend.pro
Log Message:
Added the new tv_lists.xml so it actually gets installed

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


mythtv at cvs

Aug 20, 2004, 4:40 PM

Post #6 of 415 (12817 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Fri Aug 20 23:39:27 2004

Modified Files:
in mythtv/programs/mythfrontend:
mythfrontend.pro
in mythtv/themes/G.A.N.T.:
theme.xml
Log Message:
Added a watermark image for the lists page in G.A.N.T. Removed duplicate
tv_lists.xml entry from mythfrontend.pro .

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


mythtv at cvs

Aug 20, 2004, 6:00 PM

Post #7 of 415 (12806 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Aug 21 00:57:35 2004

Modified Files:
in mythtv/programs/mythfrontend:
mainmenu.xml
Log Message:
Remove my extra add of tv_listings.xml

Removed the depends tag from the info center menu since there's now one item in there that's not a plugin.


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


mythtv at cvs

Aug 20, 2004, 9:35 PM

Post #8 of 415 (12804 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Sat Aug 21 04:31:51 2004

Modified Files:
in mythui:
themedmenu.cpp
Log Message:
Fix button icon placement (blue theme).

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


mythtv at cvs

Aug 20, 2004, 11:30 PM

Post #9 of 415 (12806 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Sat Aug 21 06:29:57 2004

Modified Files:
in mythtv/libs/libmyth:
uitypes.cpp
Log Message:


* Minor fix to to uitypes.cpp to allow compilation with older GCC versions.


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


mythtv at cvs

Sep 3, 2004, 12:00 PM

Post #10 of 415 (12784 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Fri Sep 3 18:57:00 2004

Modified Files:
in mfd/mfd/plugins/audio:
audio.cpp
Log Message:

Don't execute stopAudio() as a result of having previously called
stopAudio().


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


mythtv at cvs

Sep 3, 2004, 12:15 PM

Post #11 of 415 (12795 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Fri Sep 3 19:10:06 2004

Modified Files:
in mythtv/libs/libmythtv:
decoderbase.cpp
Log Message:
Patch by Chris Pinkham to really fix seeking after the transition
from WatchingRecording to WatchingPreRecorded .

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


mythtv at cvs

Sep 3, 2004, 1:50 PM

Post #12 of 415 (12785 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Sep 3 20:47:15 2004

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp NuppelVideoPlayer.h avformatdecoder.cpp
avformatdecoder.h decoderbase.cpp decoderbase.h tv_play.cpp
Log Message:
AVFormatDecoder now properly handles files with multiple audio tracks with the stream (such as perfect DVD rips). It *should* select the proper default audio track for you automaticly is you find it's making a lot of mistakes let me know, I may have made some bad assumptions.

Two new key bindings have been added for the TV Playback. The NEXTAUDIO (+) and PREVAUDIO (-) allow you to cycle through the various audio tracks within the stream (in case you really do want to hear the directors blathering on for example).

Hopefully this will clear up one of the major stumbling blocks for using the Internal player in MythVideo.


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


mythtv at cvs

Sep 3, 2004, 3:20 PM

Post #13 of 415 (12772 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Fri Sep 3 22:18:47 2004

Modified Files:
in mythtv/libs/libmythui:
dialogbox.h
Log Message:

Fix kDialogBoxCompletionEventType is now a
kMythDialogBoxCompletionEventType hiccup.


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


mythtv at cvs

Sep 3, 2004, 4:50 PM

Post #14 of 415 (12741 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Fri Sep 3 23:46:20 2004

Added Files:
in mythtv/themes/default:
trans-sr-background.png
Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp sr_items.h
in mythtv/themes/G.A.N.T.:
ui.xml
in mythtv/themes/blue:
ui.xml
Log Message:
Allow bookmarkseeks during record in progress for software encoding
(Should always work now). Clarify the options page wording for setting
a "Don't Record" override. Add background for the options selection box.

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


mythtv at cvs

Sep 3, 2004, 9:45 PM

Post #15 of 415 (12777 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Sep 4 04:42:30 2004

Modified Files:
in mythvideo/mythvideo:
metadata.cpp
Log Message:
Delete entries from the filemarkup table when a video is removed.

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


mythtv at cvs

Sep 17, 2004, 1:35 PM

Post #16 of 415 (12740 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Fri Sep 17 20:33:26 2004

Modified Files:
in mythphone/mythphone:
wavfile.h
Log Message:
Handle being asked the length of a wav buffer that is uninitialised

----------------------------------------------------------------------------
Changes committed by paulv on Fri Sep 17 20:34:32 2004

Modified Files:
in mythphone/mythphone:
vxml.cpp
Log Message:
Don't try and play out tts buffers that are empty (because FESTIVAL is not compiled in)

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


mythtv at cvs

Sep 17, 2004, 1:40 PM

Post #17 of 415 (12741 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Fri Sep 17 20:36:33 2004

Modified Files:
in mythphone/mythphone:
rtp.cpp
Log Message:
Handle being asked to play out zero-length buffers

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


mythtv at cvs

Sep 17, 2004, 1:55 PM

Post #18 of 415 (12718 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Fri Sep 17 20:50:06 2004

Modified Files:
in mythphone:
settings.pro
Log Message:
Remove include lines for FESTIVAL that are now in "configure".


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


mythtv at cvs

Sep 17, 2004, 3:00 PM

Post #19 of 415 (12730 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Fri Sep 17 21:57:47 2004

Modified Files:
in mythtv/programs/mythfrontend:
playbackbox.cpp playbackbox.h
in mythtv/themes/defaultosd:
osd-big.png osd-browse.png osd-small.png osd.xml
Log Message:
John Patrick Poet's patch to add the "UPCOMING" keybinding in the playbox.
Fit the defaultosd inside the 'action area' (hope to start a trend ;-).

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


mythtv at cvs

Sep 29, 2004, 8:40 AM

Post #20 of 415 (12740 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Wed Sep 29 15:35:29 2004

Modified Files:
in nuvexport:
nuvexport
in nuvexport/export:
DVCD.pm DVD.pm SVCD.pm VCD.pm XviD.pm transcode.pm
in nuvexport/mythtv:
recordings.pm
in nuvexport/nuv_export:
shared_utils.pm
Log Message:
make "crop" an option, instead of forcing it
filename illegal-char fixes
perform tmpfile-wipe after each encode, instead of just at END, to keep un-muxed files from piling up.

----------------------------------------------------------------------------
Changes committed by xris on Wed Sep 29 15:36:31 2004

Modified Files:
in mythweb:
weather.php
in mythweb/themes/Default:
weather.php
Log Message:
metric-unit and day-of-week patch from IvanK

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


mythtv at cvs

Sep 29, 2004, 11:25 AM

Post #21 of 415 (12700 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Wed Sep 29 18:22:54 2004

Modified Files:
in mythtv/libs/libmythtv:
scheduledrecording.cpp
Log Message:
Fix for segfault when the upcoming list is called from the options page.
Note: there may still be other problems for the options page if 'm_pginfo'
can exist but has an invalid title.

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


mythtv at cvs

Sep 29, 2004, 2:20 PM

Post #22 of 415 (12700 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Wed Sep 29 21:17:58 2004

Modified Files:
in nuvexport/mythtv:
nuvinfo.pm
Log Message:
more adjustments for myth's desire to f*ck with the audio sample rate after transcoding.

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


mythtv at cvs

Sep 29, 2004, 3:35 PM

Post #23 of 415 (12689 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Wed Sep 29 22:32:43 2004

Modified Files:
in mythtv/libs/libmythtv:
scheduledrecording.cpp scheduledrecording.h
Log Message:
Added a call to fetchChannelInfo, for the from ProgramInfo case. This fixes the channel display to show the actual channel info instead of "Any" for programs we haven't set to record yet.

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


mythtv at cvs

Sep 29, 2004, 3:55 PM

Post #24 of 415 (12706 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Wed Sep 29 22:52:49 2004

Modified Files:
in mythtv/libs/libmythtv:
scheduledrecording.cpp
Log Message:
*sigh* Actually send the db pointer in so the call can be made.

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


mythtv at cvs

Sep 29, 2004, 4:05 PM

Post #25 of 415 (12710 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Wed Sep 29 23:00:34 2004

Modified Files:
in mythtv/libs/libmyth:
util.cpp util.h
Log Message:
Better error and timeout handling for QSocketDevice stuff,
based on Colin Cross's patch.


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

First page Previous page 1 2 3 4 5 6 7 8 9 ... 17 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.