Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | dvdplayer: fixed several issues with overlay handling on bluray | Joakim 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-12 | Merge pull request #1747 from axmhari/pvr-file-path-reviewed | Arne Morten Kvarving | |
[pvr] Update internal naming of PVR items for better library integration (updated) | |||
2012-11-12 | gui: add generic Player.Title info label | Joakim 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-12 | Merge pull request #1765 from jmarshallnz/fix_playlist_resume | Arne Morten Kvarving | |
fix: reset resume point after playing items via the playlist player | |||
2012-11-12 | fixed compiler warning. | wsoltys | |
2012-11-12 | Merge pull request #1418 from Montellese/grouping | Arne 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-12 | construct 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-12 | drop old thetvdb preview fixups | Jonathan Marshall | |
2012-11-12 | fixed: link to pulse-simple, it's needed for CPulseAE::CanInit(), apparently ↵ | bobo1on1 | |
not all distros link libpulse to libpulse-simple | |||
2012-11-11 | build: re-run the code-generator when headers change | Cory Fields | |
2012-11-11 | [fix] Fixed a potential to miss an event. | Jim Carroll | |
2012-11-12 | fixed: 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-11 | Merge pull request #1768 from ronie/screensaver-alarm | jmarshallnz | |
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-11 | Merge pull request #1762 from koying/droidremoveapkgit | davilla | |
FIX: [droid] Remove .git dirs from apk | |||
2012-11-11 | silently cancel screensaver alarmclock | ronie | |
2012-11-11 | FIX: regenerate auto-thumb if not present | Chris \"Koying\" Browet | |
2012-11-11 | fixed: Video DB export for episodes didn't check for writable FS + cosmetics | arnova | |
2012-11-11 | CGUIWindowVideoBase: always exectue the videothumbloader after filtering and ↵ | montellese | |
grouping | |||
2012-11-11 | media library: integrate grouping by sets | montellese | |
2012-11-11 | videodb: change retrieval of sets based on GroupUtils | montellese | |
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 files | montellese | |
2012-11-11 | add GroupUtils for generic grouping of items in a list (e.g. into movie sets) | montellese | |
2012-11-11 | Merge pull request #1759 from chaitan3/master | Arne Morten Kvarving | |
Ignore /boot partition while getting a list of local media sources | |||
2012-11-11 | make sure we update both playlists when an item is updated. fixes #12921 | Jonathan Marshall | |
2012-11-11 | don't set a blank thumb on the CFileItem from a CSong if the CSong has no thumb | Jonathan Marshall | |
2012-11-11 | use UpdateInfo rather than replacing the entire item when updating it after ↵ | Jonathan Marshall | |
a GUI_MSG_UPDATE_ITEM message. fixes #13525 | |||
2012-11-11 | videodb:// 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-10 | Merge pull request #1756 from da-anda/PVRmanager-startup | Lars 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 times | Lars 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-11 | reset 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-11 | FIX: [droid] Remove .git dirs from apk | Chris "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-11 | stacking was enabled on the video now playing list, causing it to be sorted ↵ | Jonathan Marshall | |
by label. fixes #12123 | |||
2012-11-10 | fixed: ssa subtitles where packets overlap in time | Joakim 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-10 | vaapi: 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-11 | Ignore /boot partition on GetDisks | Chaitanya Talnikar | |
2012-11-10 | Merge pull request #1733 from dragonflight/FIXGetScraperForPath | jmarshallnz | |
minor fix for GetScraperForPath | |||
2012-11-10 | Merge pull request #1748 from rowanborder/master | jmarshallnz | |
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 info | Jonathan 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) |