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

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 ... 11 12 13 14 15 16 17 18 19 ... 22 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Apr 6, 2005, 12:40 PM

Post #351 of 544 (10016 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Wed Apr 6 19:36:57 2005

Modified Files:
in mythmovietime/mythmovietime:
mainwnd.cpp mainwnd.h movietime-ui.xml mtdbitem.cpp mtdbitem.h
Log Message:
Metadata for theaters and films now exposed to the theme. Basic theater/film info now displayed in the ui as you browse through.

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


mythtv at cvs

Apr 6, 2005, 2:05 PM

Post #352 of 544 (10000 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Wed Apr 6 21:03:37 2005

Modified Files:
in mythtv/libs/libmythtv:
proglist.cpp proglist.h
in mythtv/themes/G.A.N.T.:
ui.xml
in mythtv/themes/Iulius:
ui.xml
in mythtv/themes/Minimalist-wide:
ui.xml
in mythtv/themes/Titivillus:
ui.xml
in mythtv/themes/blue:
ui.xml
Log Message:
Sort program lists by time or by title based on suggestions by John
Patrick Poet. For any proglist page, 1 sorts by time and 2 sorts by
title. Hitting the key again reverses the order. When the list is
sorted by title, each title only appears once. Hitting UPCOMING
(default "O") will show the complete upcoming list for that title.
Sorting by title for Time Search generally doesn't make sense, however,
in this case it will sort the titles for just the selected hour.

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


mythtv at cvs

Apr 6, 2005, 5:20 PM

Post #353 of 544 (10017 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Apr 7 00:18:53 2005

Modified Files:
in mythtv/programs/mythfrontend:
info_menu.xml
Log Message:
Add mythmovietime to the menu

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


mythtv at cvs

Apr 6, 2005, 7:25 PM

Post #354 of 544 (10001 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by nigel on Thu Apr 7 02:24:14 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.cpp
in mythtv/programs/mythfrontend:
main.cpp
in mythtv/setup:
main.cpp
Log Message:
Also parse short form of geometry override (-geometry 800x600),
update '-usage' documentation in frontend and setup.

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


mythtv at cvs

Apr 6, 2005, 8:00 PM

Post #355 of 544 (10012 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Apr 7 02:55:20 2005

Modified Files:
in mythmovietime:
mythmovietime.pro
Log Message:
Translations?!?!? we don't need no stinkin translations

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


mythtv at cvs

Apr 6, 2005, 9:20 PM

Post #356 of 544 (10016 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Thu Apr 7 04:16:49 2005

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp jobqueue.cpp
in mythtv/programs/mythbackend:
httpstatus.cpp mainserver.cpp
Log Message:


* Another attempt to fix the wildly inaccurate completion percentage display
when doing ~realtime commercial flagging. Shouldn't be displaying percentage
anyway, should be displaying total frames completed for now.

* Rearrange a couple minor things in the JobQueue so we check if we're skipping
an item because it's for another host before we check for any previous
jobs for that recording.

* Patch by 'DavidB' on the -dev list to fix the http status page to correctly
display info about remote tuners instead of listing them as local. Also
fixes an infinite loop if the remote encoder was not available.


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


mythtv at cvs

Apr 7, 2005, 4:20 AM

Post #357 of 544 (9996 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Thu Apr 7 11:17:33 2005

Modified Files:
in mythphone/i18n:
mythphone_sv.qm mythphone_sv.ts
in mythphone/mythphone:
PhoneSettings.cpp
Log Message:
- Swedish translation update from Daniel Staaf along with some
adjustements from myself
- Remove a couple of translations that aren't needed
- And add one tiny translation. There's more to translate in the
settings, but I need to be at home to verify what needs to be put in the
DB and so on, so I'll do that later.

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


mythtv at cvs

Apr 7, 2005, 8:10 AM

Post #358 of 544 (9969 views)
Permalink
mythtv commits [In reply to]

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


mythtv at cvs

Apr 7, 2005, 8:15 AM

Post #359 of 544 (9998 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Apr 7 15:10:58 2005

Added Files:
in mythmovietime/mythmovietime/images:
bargain_ticket.png
Modified Files:
in mythmovietime/mythmovietime:
mtdbitem.cpp mtdbitem.h mythmovietime.pro
Log Message:
Give a visual indicator about the the fact that certain showings are barging times.
Expose the ticket time and bargin status to the theme as ticket_type and ticket_time

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


mythtv at cvs

Apr 7, 2005, 8:35 AM

Post #360 of 544 (9981 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 7 15:33:49 2005

Added Files:
in mythtv/libs/libmyth:
DisplayResScreen.cpp DisplayResScreen.h util-x11.cpp
util-x11.h
Modified Files:
in mythtv/libs/libmyth:
DisplayRes.cpp DisplayRes.h DisplayResOSX.cpp DisplayResOSX.h
DisplayResX.cpp DisplayResX.h libmyth.pro mythcontext.cpp
mythcontext.h settings.cpp settings.h
in mythtv/libs/libmythtv:
tv_play.cpp tv_play.h videoout_quartz.cpp videoout_xv.cpp
videoout_xvmc.cpp
in mythtv/programs/mythfrontend:
globalsettings.cpp
Log Message:

This change looks bigger than it is. It changes the API on DisplayRes
a little bit. It adds a GetVideoModes() call which lists all the valid
resolutions and refresh rates. In addition, the switch resolution
methods allow a refresh rate. The GetVideoModes() method allows us
to use a combo box when specifying output resolutions, reducing
user error.

Also, GetDisplayRes() returns the DisplayRes singleton even if
the UseVideoModes setting is disabled. So the database needs to
be queried seperately for that setting.

Also, the new GetAspectRatio() method returns the true aspect ratio,
unless the user has a aspect overide set. The overide setting for
this is now the desired aspect ratio, not "Alternate Aspect Ratio",
allowing aspect ratios other than 4:3 and 16:9. Unfortunately any
existing overides are ignored and must be re-configured.

The public class DisplayResScreen replaces the private dim_t class,
adding refresh rate information.

util-x11.cpp contains GetNumberOfXineramaScreens() which returns
the number of XineramaScreens, or 0 if Xinerama is not supported.
This was in util.cpp, but Nigel suggested moving it because he
is removing OS specific things from util.cpp. Nigel also deserves
credit for getting DisplayResOSX working.

John Poet is still reporting a problem with resizing to HDTV sizes,
but his problem exists in this patch and current CVS. The resizing
to HDTV sizes in this patch works for me...

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


mythtv at cvs

Apr 7, 2005, 10:00 AM

Post #361 of 544 (10001 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Apr 7 16:57:31 2005

Modified Files:
in mythmovietime/mythmovietime:
movietime-ui.xml mtdbitem.cpp mtdbitem.h
Log Message:
UI for the main window should now be finalized. Screenshots at http://www.jdonavan.net/myth/movietime


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


mythtv at cvs

Apr 7, 2005, 11:40 AM

Post #362 of 544 (9943 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Apr 7 18:37:34 2005

Modified Files:
in mythtv/programs/mythfrontend:
info_settings.xml
Log Message:
Added an option to config Myth movie time

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


mythtv at cvs

Apr 7, 2005, 11:55 AM

Post #363 of 544 (9994 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 7 18:50:12 2005

Modified Files:
in mythtv/libs/libavcodec:
xvmccommon.c xvmcvideo.c
Log Message:

Converted some fprintf's to av_log calls -- dtk

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


mythtv at cvs

Apr 7, 2005, 12:05 PM

Post #364 of 544 (9962 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 7 19:03:06 2005

Modified Files:
in mythtv:
configure
Log Message:

Added some more Celerons and Durons to the ./configure script. -- dtk

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


mythtv at cvs

Apr 7, 2005, 12:25 PM

Post #365 of 544 (9995 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Thu Apr 7 19:22:09 2005

Modified Files:
in mythtv/programs/mythfrontend:
previousbox.cpp
Log Message:
Wire up the 1 and 2 keys for sort order on the Previously Recorded
page. These have always been avaiable through the view keys also.
Changed the INFO key to bring up the recording options page so that
it will be more consistant with other pages.

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


mythtv at cvs

Apr 7, 2005, 12:40 PM

Post #366 of 544 (9979 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by beirdo on Thu Apr 7 19:37:11 2005

Modified Files:
in UNPARSED:
nuvinfo.pm
Log Message:
Make the aspect ratio detection on MPEG files work with international decimals
(which use , instead of .)


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


mythtv at cvs

Apr 7, 2005, 1:00 PM

Post #367 of 544 (9954 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 7 19:55:04 2005

Added Files:
in mythtv/libs/libmyth:
mythdeque.h
Modified Files:
in mythtv/libs/libmyth:
libmyth.pro output.cpp output.h visual.h
Log Message:

Puts MythTV's Visual class in a MythTV namespace so that it does not conflict
with X's Visual. Add's MythDeque a specialization of the STL deque class that
presents an interface similar to the Qt queue, code using it to follow.

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


mythtv at cvs

Apr 7, 2005, 2:00 PM

Post #368 of 544 (9977 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 7 20:59:23 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.cpp util-x11.cpp util-x11.h
Log Message:

Fixed a compile warning in mythcontext (not actually a problem, but...)

I didn't realize Q_WS_X11 is only defined if you include <qglobal.h>
so I've added it to util-x11.cpp, and added some X11 error catching
functions.

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


mythtv at cvs

Apr 7, 2005, 2:05 PM

Post #369 of 544 (9961 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 7 21:03:20 2005

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

Fixed debug output of XvMCSurfaceTypes::find() this was broken way back
when Epia VLD was added. Also added USING_XVMC protection so this
can be included/compiled even when XVMC is not being used. -- dtk

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


mythtv at cvs

Apr 7, 2005, 2:30 PM

Post #370 of 544 (9973 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Apr 7 21:29:16 2005

Added Files:
in mythmovietime/mythmovietime:
settings.cpp settings.h
Modified Files:
in mythmovietime/mythmovietime:
main.cpp mythmovietime.pro
Log Message:
Configuration dialog.

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


mythtv at cvs

Apr 7, 2005, 2:50 PM

Post #371 of 544 (9974 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Apr 7 21:49:04 2005

Modified Files:
in mythnews/mythnews:
news-sites.xml
Log Message:
Added 2cpu.com

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


mythtv at cvs

Apr 8, 2005, 8:15 AM

Post #372 of 544 (9953 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Apr 8 15:13:14 2005

Modified Files:
in mythmovietime/mythmovietime:
main.cpp mythmovietime.pro settings.cpp
Log Message:
If the user hasn't configured the plugin, take them to the config screen.
Automaticly fetch the movie data when entering the plugin if it hasn't yet been pulled today, or the config has changed.


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


mythtv at cvs

Apr 8, 2005, 8:25 AM

Post #373 of 544 (9947 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Apr 8 15:23:52 2005

Modified Files:
in mythmovietime/mythmovietime:
main.cpp
Log Message:
I really mean it this time...

Automaticly fetch movie data when entering the plugin if it hasn't been retrieved today.
(Logic on my presviious commit was broken and would retrieve it only if it HAD been retrieved today or never at all)


----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Apr 8 15:24:58 2005

Modified Files:
in mythmovietime/mythfetchmovies:
main.cpp
Log Message:
Mythfetchmovies now updated the last fetch date, so it can be used in cron if wanted and the user never has to wait for a fetch

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


mythtv at cvs

Apr 8, 2005, 9:10 AM

Post #374 of 544 (9951 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Fri Apr 8 16:07:01 2005

Modified Files:
in mythtv/programs/mythfrontend:
globalsettings.cpp
Log Message:
Fix compile error when not USING_XRANDR .

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


mythtv at cvs

Apr 8, 2005, 10:30 AM

Post #375 of 544 (9929 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Apr 8 17:26:30 2005

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

Added STL algorithm header needed by Ivor to compile. -- dtk

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

First page Previous page 1 ... 11 12 13 14 15 16 17 18 19 ... 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.