aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-14[change] - use frodo beta splash from now onMemphiz
2012-11-14Merge pull request #1792 from MartijnKaijser/wuArne Morten Kvarving
[weather] sync wunderground with repo
2012-11-14Merge pull request #1791 from MartijnKaijser/scraper_tadbArne Morten Kvarving
[scrapers] add common.theaudiodb
2012-11-14[weather] sync wunderground with repoMartijn Kaijser
2012-11-14[scrapers] add common.theaudiodb as it has become a dependency too universal ↵Martijn Kaijser
scraper
2012-11-14Merge pull request #1789 from MartijnKaijser/frodo_scrapersArne Morten Kvarving
[scrapers] sync master with current scraper repo
2012-11-14[scrapers] sync master with current scraper repoMartijn Kaijser
2012-11-13fix typo in beta version win32Martijn Kaijser
2012-11-13[webinterface.default] bump version of xbmc.json import to 5.0montellese
2012-11-13[xbmc.json] bump version to 5.0montellese
2012-11-13Bump XBMC version for beta1 releaseMartijn Kaijser
2012-11-13[fix] the grouping of add/remove controls wasn't correctly waiting for all ↵Jim Carroll
of the controls to be passed.
2012-11-13fix win32 build after c5645ec, replace macro with plain code to avoid ↵pieh
including "system.h"
2012-11-13fixed: use the correct include pathspiff
certain platforms using certain tools that shall remain unnamed has include paths that do not exist (for good reasons) on other platforms.
2012-11-13Merge pull request #1769 from elupus/blumenuArne Morten Kvarving
dvdplayer: fixed several issues with overlay handling on bluray
2012-11-12[fix] part2: occasionally on OSX the case insensitive filesystem confuses ↵Jim Carroll
the file path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
2012-11-12[fix] occasionally on OSX the case insensitive filesystem confuses the file ↵Jim Carroll
path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
2012-11-12[osx/ios] fix build, sync xcode projectsdavilla
2012-11-12Merge pull request #1760 from jmarshallnz/art_fallback_fixesArne Morten Kvarving
Art fallback fixes, and don't save show/album/season art for seasons/songs/episodes
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-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