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

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 ... 5 6 7 8 9 10 11 12 13 ... 17 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Feb 13, 2005, 11:00 AM

Post #201 of 415 (8725 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Sun Feb 13 18:58:26 2005

Modified Files:
in mythtv/themes/Minimalist-wide:
theme.xml
Log Message:
Switch to FreeeSans for the menu text since everyone *should* have that

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


mythtv at cvs

Feb 13, 2005, 1:10 PM

Post #202 of 415 (8703 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Sun Feb 13 21:10:00 2005

Added Files:
in mythtv/themes/Minimalist-wide/video:
imdb-selectbar.png imdb_sel.png
Modified Files:
in mythtv/themes/Minimalist-wide:
theme.xml video-ui.xml
Log Message:
Implemented the popup menu for when the IMDB query returns more than one result

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


mythtv at cvs

Feb 13, 2005, 10:55 PM

Post #203 of 415 (8705 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Feb 14 06:54:25 2005

Modified Files:
in mythtv/libs/libmythtv:
videoout_xvmc.cpp
Log Message:
Fix a possible frame leak.

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


mythtv at cvs

Feb 14, 2005, 2:15 AM

Post #204 of 415 (8706 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Mon Feb 14 10:10:28 2005

Modified Files:
in mythweb/includes:
translate.php
in mythweb/languages:
Dutch.php
Log Message:
Dutch translation updates from Steven
Modify the translation detection engine to accommodate multiple encodings
per language (since we had 2 Dutch catches before, and they likely
conflicted with each other).

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


mythtv at cvs

Feb 14, 2005, 6:35 AM

Post #205 of 415 (8700 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jeremiah on Mon Feb 14 14:34:53 2005

Modified Files:
in mythtv/libs/libmythtv:
ivtvdecoder.cpp
Log Message:
Converting debug messages to VERBOSE macros
>From James Evans: fixed typo in a debug message

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


mythtv at cvs

Feb 14, 2005, 11:40 AM

Post #206 of 415 (8697 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Mon Feb 14 19:38:58 2005

Modified Files:
in mythweb:
.htaccess
Log Message:
add some comments to help people realize that the default .htaccess file
will NOT work for all versions of apache.

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


mythtv at cvs

Feb 14, 2005, 12:10 PM

Post #207 of 415 (8660 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jeremiah on Mon Feb 14 20:05:30 2005

Modified Files:
in mythtv/libs/libmythtv:
ivtvdecoder.cpp
Log Message:
Reverting commented-out debugging for David Engel

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


mythtv at cvs

Feb 14, 2005, 4:05 PM

Post #208 of 415 (8676 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue Feb 15 00:03:43 2005

Modified Files:
in mythtv/libs/libmyth:
audiooutputalsa.cpp
Log Message:
Fix uninitialized variable in the alsa getBufferedOnSoundcard() found by Klaus Weidner.

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


mythtv at cvs

Feb 14, 2005, 8:25 PM

Post #209 of 415 (8671 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue Feb 15 04:21:14 2005

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp RingBuffer.cpp RingBuffer.h
avformatdecoder.cpp tv_play.cpp
Log Message:
Discard 'early' audio packets (timestamped too much before video) for less slow video at the start of playback/seeks/channel changes.
Quicker exiting on recorded shows (> 30 minutes unmodified).
Fix some infinite loops if attempting to pause at the wrong time.

Please test, especially the first bit.

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


mythtv at cvs

Feb 14, 2005, 8:55 PM

Post #210 of 415 (8666 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Tue Feb 15 04:54:55 2005

Modified Files:
in mythtv/programs/mythfrontend:
manualschedule.cpp manualschedule.h
Log Message:
Face lift for the manual schedule page. Simplified the data handling.
fixed funkiness when the minute box crosses an hour boundry. set PgUp
and PgDn to 4 for hours and 10 for minutes. Initial duration 60min.
Initial time starts on the next half hour. etc.

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


mythtv at cvs

Feb 14, 2005, 9:00 PM

Post #211 of 415 (8673 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Tue Feb 15 04:56:22 2005

Modified Files:
in mythtv/libs/libmythtv:
progfind.cpp proglist.cpp
in mythtv/programs/mythfrontend:
viewscheduled.cpp
in mythtv/themes/G.A.N.T.:
ui.xml
in mythtv/themes/Iulius:
ui.xml
in mythtv/themes/Minimalist-wide:
theme.xml ui.xml
in mythtv/themes/Titivillus:
theme.xml ui.xml
in mythtv/themes/blue:
theme.xml ui.xml
Log Message:
Use recording colors in a more consistant way. Added a new "recording"
red (purple for G.A.N.T) font color which means recording in progress
on the conflicts page, playbackbox, progfind and proglist. Green
(orange for G.A.N.T) is now "record" and always means rsWillRecord
even on the conflicts page.

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


mythtv at cvs

Feb 26, 2005, 2:25 PM

Post #212 of 415 (8646 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by gigem on Sat Feb 26 22:20:55 2005

Modified Files:
in mythtv/libs/libmythtv:
ivtvdecoder.h ivtvdecoder.cpp
Log Message:
Changed the ivtvdecoder back to using a circular buffer and
reimplemented the ff/rew changes which precipitated the change in the
first place. Things should be little more efficient and are
definitely more understandable.

----------------------------------------------------------------------------
Changes committed by gigem on Sat Feb 26 22:23:17 2005

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp
Log Message:
Re-enabled OSD fading for videoout_ivtv.

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


mythtv at cvs

Feb 27, 2005, 8:55 AM

Post #213 of 415 (8634 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by rkulagow on Sun Feb 27 16:54:20 2005

Modified Files:
in mythtv/docs:
index.html mythtv-HOWTO-1.html mythtv-HOWTO-21.html
mythtv-HOWTO-22.html mythtv-HOWTO-3.html mythtv-HOWTO-5.html
mythtv-HOWTO-8.html mythtv-HOWTO-singlehtml.html
mythtv-HOWTO.html mythtv-HOWTO.pdf mythtv-HOWTO.sgml
mythtv-HOWTO.txt
Log Message:
v0.17.01, 2005-02-27. Add upgrade instructions at the top. Add section on
running commercial flagging on host other than it was recorded on. Add
stuff to HDTV QAM section. Add note for march=k8 needing gcc 3.4. Update
link to snapstream's store. Update description on Pentium-M.


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


mythtv at cvs

Feb 27, 2005, 1:55 PM

Post #214 of 415 (8637 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Feb 27 21:54:37 2005

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp NuppelVideoPlayer.h osd.cpp osd.h
tv_play.cpp
in mythtv/programs/mythfrontend:
playbackbox.cpp
Log Message:
Cleanup: moving OSD settings queries closer to where they're used,
instead of passing them through NVP

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


mythtv at cvs

Feb 27, 2005, 2:30 PM

Post #215 of 415 (8628 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Sun Feb 27 22:28:48 2005

Modified Files:
in mythweb/includes:
translate.php
Log Message:
patch to show german in the language settings menu (Christian Hoehle <Christian*FamilieHoehle*de>)

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


mythtv at cvs

Feb 27, 2005, 2:40 PM

Post #216 of 415 (8645 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Sun Feb 27 22:35:07 2005

Modified Files:
in mythweb/includes:
init.php
in mythweb:
weather.php
in mythweb/themes/Default:
weather.php
in mythweb/themes/vxml:
channel_detail.php css.php program_detail.php
program_listing.php recorded_programs.php
scheduled_recordings.php search.php theme.php
Log Message:
tabs to spaces

----------------------------------------------------------------------------
Changes committed by xris on Sun Feb 27 22:39:29 2005

Modified Files:
in mythweb:
video_edit.php
in mythweb/themes/Default:
video.php
Log Message:
add category to video_edit (Mitch White <nothingx*gmail>)

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


mythtv at cvs

Feb 27, 2005, 2:55 PM

Post #217 of 415 (8630 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Sun Feb 27 22:52:48 2005

Modified Files:
in mythweb/includes:
init.php
Log Message:
rearrange is_file() checking for the image cache so that the filename regex
comes first, in case someone has decided that image_cache should also be
their recordings directory.
also clean up some extra tabs.

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


mythtv at cvs

Feb 27, 2005, 3:00 PM

Post #218 of 415 (8622 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Sun Feb 27 22:55:49 2005

Modified Files:
in mythweb:
recorded_programs.php
Log Message:
attempt to avoid/suppress a symlink error that at least one user has been
getting.

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


mythtv at cvs

Feb 27, 2005, 3:25 PM

Post #219 of 415 (8639 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Sun Feb 27 23:24:06 2005

Modified Files:
in mythweb:
search.php
in mythweb/themes/Default:
theme.php
in mythweb/languages:
Australian.php Danish.php Dutch.php English.php French.php
German.php Japanese.php Spanish.php Swedish.php
Log Message:
add a checkbox (and code) to search only HD shows

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


mythtv at cvs

Feb 27, 2005, 4:20 PM

Post #220 of 415 (8624 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Mon Feb 28 00:15:08 2005

Modified Files:
in mythweb/themes/Default:
header.css theme.php
Log Message:
table-less search options patch (slightly modified) from (Risto Treksler <risto*elkhornbanff*ca>)

----------------------------------------------------------------------------
Changes committed by xris on Mon Feb 28 00:15:34 2005

Modified Files:
in mythweb/themes/Default:
theme.php
Log Message:
remove an outdated comment

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


mythtv at cvs

Feb 27, 2005, 6:30 PM

Post #221 of 415 (8627 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by avalanche on Mon Feb 28 02:28:11 2005

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

- Add missing query.exec() in TVRec::CheckChannel(), reported by Jacques Facquet.
- Don't try to load images in UIImageType::LoadImage(), if filename is "none".


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


mythtv at cvs

Feb 28, 2005, 3:10 PM

Post #222 of 415 (8602 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Mon Feb 28 23:07:18 2005

Modified Files:
in mythtv/libs/libmythtv:
scheduledrecording.cpp
in mythtv/programs/mythfrontend:
customrecord.cpp customrecord.h
Log Message:
Custom Record updates. Added examples for "Match an exact title" and
"Match an exact episode". Added a preview line to display the example
clause before hitting the add button. Added checkSyntax() to test a
null query and display any error messages in a dialog before continuing.
This should give more feedback when testing and more importantly prevent
committing invalid SQL into a rule. Changed loadBySearch() to use
prepare/bind to fix quoting problems.

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


mythtv at cvs

Feb 28, 2005, 4:10 PM

Post #223 of 415 (8592 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by nigel on Tue Mar 1 00:07:37 2005

Modified Files:
in mythtv:
settings.pro
Log Message:
Bump default PPC optimisation to O3, disable inline functions on Mac

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


mythtv at cvs

Feb 28, 2005, 8:50 PM

Post #224 of 415 (8576 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Tue Mar 1 04:45:38 2005

Modified Files:
in mythweb/includes:
channels.php
Log Message:
sort channels according to prefer_channum setting

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


mythtv at cvs

Mar 12, 2005, 9:25 AM

Post #225 of 415 (8567 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Sat Mar 12 17:20:27 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.cpp
Log Message:
Fix wide screen support that was broken durg the recent screen size changes

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

First page Previous page 1 ... 5 6 7 8 9 10 11 12 13 ... 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.