Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | [change] - use frodo beta splash from now on | Memphiz | |
2012-11-14 | Merge pull request #1792 from MartijnKaijser/wu | Arne Morten Kvarving | |
[weather] sync wunderground with repo | |||
2012-11-14 | Merge pull request #1791 from MartijnKaijser/scraper_tadb | Arne Morten Kvarving | |
[scrapers] add common.theaudiodb | |||
2012-11-14 | [weather] sync wunderground with repo | Martijn Kaijser | |
2012-11-14 | [scrapers] add common.theaudiodb as it has become a dependency too universal ↵ | Martijn Kaijser | |
scraper | |||
2012-11-14 | Merge pull request #1789 from MartijnKaijser/frodo_scrapers | Arne Morten Kvarving | |
[scrapers] sync master with current scraper repo | |||
2012-11-14 | [scrapers] sync master with current scraper repo | Martijn Kaijser | |
2012-11-13 | fix typo in beta version win32 | Martijn Kaijser | |
2012-11-13 | [webinterface.default] bump version of xbmc.json import to 5.0 | montellese | |
2012-11-13 | [xbmc.json] bump version to 5.0 | montellese | |
2012-11-13 | Bump XBMC version for beta1 release | Martijn 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-13 | fix win32 build after c5645ec, replace macro with plain code to avoid ↵ | pieh | |
including "system.h" | |||
2012-11-13 | fixed: use the correct include path | spiff | |
certain platforms using certain tools that shall remain unnamed has include paths that do not exist (for good reasons) on other platforms. | |||
2012-11-13 | Merge pull request #1769 from elupus/blumenu | Arne 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 projects | davilla | |
2012-11-12 | Merge pull request #1760 from jmarshallnz/art_fallback_fixes | Arne Morten Kvarving | |
Art fallback fixes, and don't save show/album/season art for seasons/songs/episodes | |||
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 | 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 | |