aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-12dvdplayer: fixed several issues with overlay handling on blurayJoakim Plate
This now requires the version 2 api for menu overlays. It fixes issues with silly high GPU load during bluray menu's and corruption of the menu
2012-11-12Merge pull request #1747 from axmhari/pvr-file-path-reviewedArne Morten Kvarving
[pvr] Update internal naming of PVR items for better library integration (updated)
2012-11-12gui: add generic Player.Title info labelJoakim Plate
This is prepatory to allow display of metadata for non av players in the future and allowing skins to maintain compatibility with frodo.
2012-11-12Merge pull request #1765 from jmarshallnz/fix_playlist_resumeArne Morten Kvarving
fix: reset resume point after playing items via the playlist player
2012-11-12fixed compiler warning.wsoltys
2012-11-12Merge pull request #1418 from Montellese/groupingArne Morten Kvarving
grouping by movie set outside of the database
2012-11-12[cec] don't try to set the OSD string on the TV. it's not supported by any ↵Lars Op den Kamp
TV on the market, and saves a couple of ms when we don't try this
2012-11-12construct image and preview URLs when unpacking fanart to make sure the url ↵Jonathan Marshall
attribute applies only to the <fanart> block being processed. fixes #12860
2012-11-12drop old thetvdb preview fixupsJonathan Marshall
2012-11-12fixed: link to pulse-simple, it's needed for CPulseAE::CanInit(), apparently ↵bobo1on1
not all distros link libpulse to libpulse-simple
2012-11-11build: re-run the code-generator when headers changeCory Fields
2012-11-11[fix] Fixed a potential to miss an event.Jim Carroll
2012-11-12fixed: when rendering a capture on the GL backbuffer, mark the region as ↵bobo1on1
dirty, prevents the capture from showing up
2012-11-11[fix] typo from original commit a few minutes ago. Meant for this to be 100 ↵Jim Carroll
ms, not 10ms. 10ms creates pointless CPU load.
2012-11-11[fix] closes #13507. This adds the ablity to use operator[] and size() ↵Jim Carroll
methods on AddonClasses.
2012-11-11[fix] closes ##13506. Addon class instances that default to NULL were ↵Jim Carroll
causing an SEGV. This allows the generated code to handle NULL defaults.
2012-11-11[fix] closes #13533. This eliminates a control lookup that results in an ↵Jim Carroll
exception when the particular control isn't a known python control type.
2012-11-11[fix] This allows the Monitor to receive onScreensaverDeactivated callbacks ↵Jim Carroll
while in DoModal. This may have further reaching effects sicne it effecively allows the DoModal call to repeatedly invoke makePendingCalls avoiding the need for extraneous PulseActionEvent calls.
2012-11-11Merge pull request #1768 from ronie/screensaver-alarmjmarshallnz
silently cancel screensaver alarmclock
2012-11-11[fix] When an XBMCAddon::xbmcgui::Window class was deleted, it would ↵Jim Carroll
occationally still be required to handle calls from the CGUIWindow system but by then it's deleted. This resolves that by reference counting Window classes from both Python AND the CGUIWindow system so that it's not finally deleted until both are done with it. In this case the 'unregister' work that was previously done in the 'deallocating' method needed to be moved to a separate method (now called 'dispose') and invoked when python is finished with the Window rather than on destruction.
2012-11-11Merge pull request #1762 from koying/droidremoveapkgitdavilla
FIX: [droid] Remove .git dirs from apk
2012-11-11silently cancel screensaver alarmclockronie
2012-11-11FIX: regenerate auto-thumb if not presentChris \"Koying\" Browet
2012-11-11fixed: Video DB export for episodes didn't check for writable FS + cosmeticsarnova
2012-11-11CGUIWindowVideoBase: always exectue the videothumbloader after filtering and ↵montellese
grouping
2012-11-11media library: integrate grouping by setsmontellese
2012-11-11videodb: change retrieval of sets based on GroupUtilsmontellese
GetSetsByWhere calls GetMoviesByWhere with custom JOIN clauses to only retrieve movies being part of a set and the uses GroupUtils to group them into sets. GetMoviesByWhere (and therefore GetMoviesNav) returns a list of movies with no sets in it. To get sets GroupUtils::Group() has to be called afterwards.
2012-11-11[win32] updated project filesmontellese
2012-11-11add GroupUtils for generic grouping of items in a list (e.g. into movie sets)montellese
2012-11-11Merge pull request #1759 from chaitan3/masterArne Morten Kvarving
Ignore /boot partition while getting a list of local media sources
2012-11-11make sure we update both playlists when an item is updated. fixes #12921Jonathan Marshall
2012-11-11don't set a blank thumb on the CFileItem from a CSong if the CSong has no thumbJonathan Marshall
2012-11-11use UpdateInfo rather than replacing the entire item when updating it after ↵Jonathan Marshall
a GUI_MSG_UPDATE_ITEM message. fixes #13525
2012-11-11videodb:// and stack:// items didn't go through the correct checks for ↵Jonathan Marshall
playlists etc. before attempting to extract streamdetails/thumbs. fixes #13502
2012-11-10Merge pull request #1756 from da-anda/PVRmanager-startupLars Op den Kamp
[pvr] don't start PVRmanager on initialization if login screen is used, ...
2012-11-11[pvr/epg] don't display seconds for start and end timesLars Op den Kamp
2012-11-11[pvr/epg] fixed - start+end times weren't updated after the current tag ↵Lars Op den Kamp
expired after 6eecd3ddd7f0363abd027591e55e6a1d15d7ce0f
2012-11-11reset resume point after playing items via the playlist player, so that when ↵Jonathan Marshall
they repeat the start at the beginning. fixes #12811
2012-11-11FIX: [droid] Remove .git dirs from apkChris "Koying" Browet
2012-11-11[python] set the listitems pictureinfotag loaded only if information is ↵Jonathan Marshall
actually set on it. fixes #10519
2012-11-11stacking was enabled on the video now playing list, causing it to be sorted ↵Jonathan Marshall
by label. fixes #12123
2012-11-10fixed: ssa subtitles where packets overlap in timeJoakim Plate
Sometimes a ssa packet would show up that had a start time before the end time of previous packet, but a end time before previous packet's end time. To solve this with auto replacing packet, we need to extend the end time of the new packet to include the old packet. This fixes ticket: #13302
2012-11-10vaapi: relicence ffmpeg helper code to LGPL 2.1+Joakim Plate
Permission by: Joakim Plate <elupus@xbmc.org> Gwenole Beauchesne <gwenole.beauchesne@intel.com> Edgar Hucek <gimli@xbmc.org> Yurly Romanenko <yromanen@gmail.com>
2012-11-11Ignore /boot partition on GetDisksChaitanya Talnikar
2012-11-10Merge pull request #1733 from dragonflight/FIXGetScraperForPathjmarshallnz
minor fix for GetScraperForPath
2012-11-10Merge pull request #1748 from rowanborder/masterjmarshallnz
Resolved all button mappings for Xbox 360 Controller + fixed any invalid mappings found
2012-11-11[art] set all art on the trailer when playing from video infoJonathan Marshall
2012-11-11[art] cleanup - no need for convoluted resetting of thumb now that it's just ↵Jonathan Marshall
a fallback
2012-11-11[art] don't add art from parent items when setting art on children in the ↵Jonathan Marshall
database
2012-11-11[art] adds fallbacks for fanart->tvshow.fanart for episodes/seasons, and ↵Jonathan Marshall
container.thumb->(season|tvshow).(poster|banner)