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

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 2 3 4 5 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Jul 15, 2004, 10:10 AM

Post #1 of 113 (4188 views)
Permalink
mythtv commits

----------------------------------------------------------------------------
Changes committed by ijr on Thu Jul 15 17:09:26 2004

Modified Files:
in mythtv/libs/libmythtv:
tv_play.cpp videoout_xvmc.cpp
Log Message:
Disable the lcd update timer, it's not thread safe.
Check for valid xv_port in xvmc output, patch by DTK I believe.

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


mythtv at cvs

Jul 27, 2004, 5:55 PM

Post #2 of 113 (3974 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Jul 28 00:55:00 2004

Modified Files:
in mythtv/contrib:
mythlink.sh
Log Message:


Small patch to fix mythlink.sh after the recent timestamp -> datetime
conversion of starttime/endtime fields in the DB.

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


mythtv at cvs

Jul 28, 2004, 4:00 PM

Post #3 of 113 (3975 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Wed Jul 28 22:59:04 2004

Modified Files:
in mythtv/libs/libmythtv:
programinfo.cpp
Log Message:
On the details page, added title and description labels for a more consistant
format. Added filesize and recgroup for recorded shows.

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


mythtv at cvs

Aug 10, 2004, 8:15 PM

Post #4 of 113 (3921 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Aug 11 03:10:41 2004

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


Fix bug introduced recently which caused NuppelVideoPlayer to always have
keyframedist set to -1 even if the decoder correctly detected the
keyframedist. This cures the bug in seeking by keyframe as mentioned
on the -dev mailing list.

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


mythtv at cvs

Aug 23, 2004, 9:50 PM

Post #5 of 113 (3876 views)
Permalink
mythtv commits [In reply to]

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


mythtv at cvs

Aug 23, 2004, 9:55 PM

Post #6 of 113 (3882 views)
Permalink
mythtv commits [In reply to]

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


mythtv at cvs

Aug 23, 2004, 10:05 PM

Post #7 of 113 (3875 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Tue Aug 24 05:03:50 2004

Added Files:
in mythtv/libs/libmythui:
.cvsignore dialogbox.cpp dialogbox.h libmythui.pro
mythcontext.cpp mythcontext.h mythfontproperties.h
mythimage.cpp mythimage.h mythlistbutton.cpp mythlistbutton.h
mythmainwindow.cpp mythmainwindow.h mythpainter.cpp
mythpainter.h mythpainter_ogl.cpp mythpainter_ogl.h
mythpainter_qt.cpp mythpainter_qt.h mythscreenstack.cpp
mythscreenstack.h mythscreentype.cpp mythscreentype.h
mythuianimatedimage.cpp mythuianimatedimage.h mythuiimage.cpp
mythuiimage.h mythuitext.cpp mythuitext.h mythuitype.cpp
mythuitype.h oldsettings.cpp oldsettings.h remotefile.cpp
remotefile.h themedmenu.cpp themedmenu.h util.cpp util.h
in mythtv/programs/mythuitest:
.cvsignore README main.cpp mythuitest.pro test1.cpp test1.h
in mythtv/programs/mythuitest/images:
grey.jpeg myth_logo.png tv.png watch1.png watch10.png
watch11.png watch12.png watch13.png watch14.png watch15.png
watch16.png watch2.png watch3.png watch4.png watch5.png
watch6.png watch7.png watch8.png watch9.png
Modified Files:
in mythtv/libs:
libs.pro
in mythtv/programs:
programs.pro
Log Message:

Move the new mythui stuff into the main mythtv module. New library is
now built called libmythui (with same version number as libmyth and
libmythtv).

Test program for playing with the ui stuff is in programs/mythuitest. It
is not installed anywhere.


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


mythtv at cvs

Aug 24, 2004, 11:05 AM

Post #8 of 113 (3877 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Tue Aug 24 18:02:09 2004

Modified Files:
in mythtv/libs/libmythui:
libmythui.pro
Log Message:

Include Xinerama if we need to.


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


mythtv at cvs

Aug 24, 2004, 1:15 PM

Post #9 of 113 (3860 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Tue Aug 24 20:13:51 2004

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

Add a method to get currentpos in a list tree to move away froma given
node. Useful if you know you want to delete that node.


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


mythtv at cvs

Aug 24, 2004, 1:25 PM

Post #10 of 113 (3868 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Tue Aug 24 20:22:11 2004

Added Files:
in mythtv/themes/G.A.N.T./watermark:
pizza.png
Modified Files:
in mythtv/themes/G.A.N.T.:
theme.xml
Log Message:

Some minor updates to the G.A.N.T. theme by Oscar Carlsson.


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


mythtv at cvs

Aug 24, 2004, 1:50 PM

Post #11 of 113 (3871 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Tue Aug 24 20:48:47 2004

Modified Files:
in mythtv/i18n:
mythfrontend_sv.qm mythfrontend_sv.ts
Log Message:

Swedish translation update from Oscar Carlsson.


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


mythtv at cvs

Sep 6, 2004, 12:45 PM

Post #12 of 113 (3830 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Sep 6 19:43:59 2004

Added Files:
in mythtv/libs/libmythtv:
recordingtypes.cpp recordingtypes.h
Modified Files:
in mythtv/libs:
libs.pro
in mythtv/libs/libmythtv:
guidegrid.cpp infodialog.h libmythtv.pro progfind.cpp
proglist.cpp proglist.h programinfo.cpp programinfo.h
scheduledrecording.cpp scheduledrecording.h tv_rec.cpp
in mythtv/programs/mythfrontend:
channelrecpriority.cpp playbackbox.cpp
in mythtv/programs/mythtv:
main.cpp
Log Message:
Clean up useage of the scheduledrecording.h include a bit. Less recompiling.
Disable building libmythui (not needed for 0.16)

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


mythtv at cvs

Sep 6, 2004, 1:00 PM

Post #13 of 113 (3812 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 19:58:26 2004

Modified Files:
in mythtv/themes/blue:
ui.xml
in mythtv/themes/G.A.N.T.:
ui.xml
Log Message:
ALL fonts on recording options screen now bold

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


mythtv at cvs

Sep 6, 2004, 1:10 PM

Post #14 of 113 (3831 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 20:05:52 2004

Modified Files:
in mythtv/themes/Titivillus:
theme.xml
Log Message:
Fixed search_titles to use the right graphic

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


mythtv at cvs

Sep 6, 2004, 1:45 PM

Post #15 of 113 (3824 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 20:44:21 2004

Added Files:
in mythtv/themes/Titivillus:
leftarrow.png rightarrow.png
Modified Files:
in mythtv/themes/Titivillus:
ui.xml
in mythtv/libs/libmyth:
managedlist.cpp managedlist.h uitypes.cpp uitypes.h
xmlparse.cpp
Log Message:
Added supoport for left/right arrows for items in the schedule recording screen. Currently only Titivillus supports this, I'll add support to blue and GANT soonish.

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


mythtv at cvs

Sep 6, 2004, 2:25 PM

Post #16 of 113 (3842 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 21:20:26 2004

Modified Files:
in mythtv/libs/libmyth:
managedlist.cpp
in mythtv/libs/libmythtv:
sr_dialog.cpp sr_items.cpp sr_root.cpp
Log Message:
Changed "record as shown" to "save these settings" and moved it close to the bottom.
Removed brackets from the various group items since the right arrow indicates you can move right and moving right changes the list display.
Pressing exit now acts as accept instead of cancel. If you wish to cancel out and not save changes you'll need press select on the cancel item.

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


mythtv at cvs

Sep 6, 2004, 2:30 PM

Post #17 of 113 (3823 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 21:25:33 2004

Modified Files:
in mythtv/libs/libmyth:
managedlist.cpp
Log Message:
Removed the autobracketing for select list items when returning to the previous group.


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


mythtv at cvs

Sep 6, 2004, 2:45 PM

Post #18 of 113 (3821 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 21:40:52 2004

Modified Files:
in mythtv/libs/libmyth:
managedlist.cpp
Log Message:
Correctly set the item value when going back.

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


mythtv at cvs

Sep 6, 2004, 2:50 PM

Post #19 of 113 (3826 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 21:48:08 2004

Added Files:
in mythtv/themes/default:
leftarrow.png rightarrow.png
Log Message:
Artwork for the recordings options screen.

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


mythtv at cvs

Sep 6, 2004, 2:55 PM

Post #20 of 113 (3820 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 21:52:57 2004

Modified Files:
in mythtv/themes/G.A.N.T.:
ui.xml
in mythtv/themes/blue:
ui.xml
Log Message:
Added left/right arrows for the recoding options screen

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


mythtv at cvs

Sep 6, 2004, 4:00 PM

Post #21 of 113 (3816 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 22:58:05 2004

Modified Files:
in mythtv/libs/libmyth:
uitypes.h
in mythtv/libs/libmythtv:
sr_dialog.cpp
Log Message:
ResetList not clears the arrows as well fixes problem where arrows would be drawn where there shouldn't be any arrows when moving between sublists.
ESCAPE from the top level of the recording options screen has been reverted to act as a cancel instead of a commit

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


mythtv at cvs

Sep 6, 2004, 4:20 PM

Post #22 of 113 (3835 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Sep 6 23:15:23 2004

Modified Files:
in mythtv/libs/libmyth:
uitypes.cpp
Log Message:
Take the offsets supllied by the theme for the left/right arrows into account when calculating how to cut the text off in a list.

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


mythtv at cvs

Sep 6, 2004, 5:00 PM

Post #23 of 113 (3818 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Sep 6 23:58:32 2004

Modified Files:
in mythtv/libs/libmyth:
mythcontext.cpp
in mythtv/libs/libmythtv:
tv_play.cpp videoout_xv.cpp videoout_xvmc.cpp
Log Message:
John Poet's DisplayRes update patch.

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


mythtv at cvs

Sep 6, 2004, 5:25 PM

Post #24 of 113 (3816 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue Sep 7 00:24:52 2004

Modified Files:
in mythtv/libs/libmythtv:
avformatdecoder.cpp
Log Message:
Fix extremely slow seeking in an mpeg file with no seektable in the db. Potentially breaks non-mpeg playback, but shouldn't.

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


mythtv at cvs

Sep 6, 2004, 5:35 PM

Post #25 of 113 (3838 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue Sep 7 00:31:35 2004

Modified Files:
in mythtv/libs/libavcodec:
xvmcvideo.c
in mythtv/libs/libmythtv:
videoout_xvmc.cpp
Log Message:
Set of 3 XVMC patches from Daniel Thor Kristjansson:
- XVMC_decode_mb speedup
- xvmc flush patch
- xvmc misc, small (up # buffers, etc)

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

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