Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | adds fallback for tvshow.thumb -> tvshow.poster to ensure the recently added ↵ | Jonathan Marshall | |
stuff still shows the tv poster | |||
2012-11-15 | don't blindly add slashes at the end of sources. fixes #13550 | Jonathan Marshall | |
2012-11-14 | Merge pull request #1781 from theuni/repobumps-frodoFrodo_beta1 | Arne Morten Kvarving | |
Repobumps frodo | |||
2012-11-14 | Merge pull request #1793 from Memphiz/betasplash | Arne Morten Kvarving | |
[change] - use frodo beta splash from now on | |||
2012-11-14 | release: bump version here also | Cory Fields | |
2012-11-14 | release: bump confluence to depend on xbmc.gui 4.0 | Cory Fields | |
2012-11-14 | release: bump xbmc.gui to 4.0 | Cory Fields | |
Drop backwards compatibility with Eden skins (only affects addon-manager, not existing skins) | |||
2012-11-14 | release: repository bumps for frodo | Cory Fields | |
Third-party repository owners can set the requirements for frodo or eden, depending on how they would like to filter. | |||
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 | fixed: audiooutput.normalizelevels is reversed, for now just invert the ↵ | bobo1on1 | |
bool, after frodo the setting name will be changed | |||
2012-11-14 | [scrapers] sync master with current scraper repo | Martijn Kaijser | |
2012-11-14 | added: GetAmplification/SetAmplification stubs for CPulseAEStream | bobo1on1 | |
2012-11-14 | [airtunes] - fix volume range of airtunes (affects windows only - other ↵ | Memphiz | |
platforms don't support volume control yet - only streamvolume...) - fixes #13548 | |||
2012-11-14 | addon GUI: fix doModal | xbmc | |
2012-11-14 | addon GUI: fix segault in destroy window | xbmc | |
2012-11-14 | library: use userdata/library/ instead of userdata/Database/ for custom ↵ | montellese | |
video library nodes | |||
2012-11-14 | Ensure that the previous menu action is not handled in a list/panel ↵ | Jonathan Fabian | |
container - it is handled at the window level | |||
2012-11-14 | FIX: No update path for pre-frodo scrapped thumb url without "aspect" attribute | Chris "Koying" Browet | |
2012-11-14 | don't group movies into sets in files view | montellese | |
2012-11-13 | [osx] fixed borked include paths | davilla | |
2012-11-13 | Correct the GUIDialogKeyboard class to ignore non-printing unicode values | Jonathan Fabian | |
2012-11-13 | [PATCH] [AE/CA] - add soft limiter / volume amplification | Memphiz | |
2012-11-13 | added: volume amplification for softae | bobo1on1 | |
2012-11-13 | pvr: Fixed search dialog | Christian Fetzer | |
The guide based search was not working correctly because of incorrect spinner values for the channel group. | |||
2012-11-13 | added: pass volume amplification from dvdplayer to AEStream | bobo1on1 | |
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 | GUIDialogSelect: get rid of not needed m_vecListInternal and just use ↵ | pieh | |
m_vecList (we don't store pointer to external list anymore) | |||
2012-11-13 | change CGUIDialogSelect::SetItems() to create copy of list instead of just ↵ | pieh | |
setting pointer to it fixes crash when reloading skin while select dialog is active | |||
2012-11-13 | AddonBrowser: check if dialog was confirmed instead of checking if it wasn't ↵ | pieh | |
multiselection and if anything was selected. We might skip CGUIDialogSelect::OnBack when we close dialog (for example when we reload skin). Fixes crash when we reload skin while in skin selection dialog. GUIWindowSettingsCategory didn't catch that we in fact canceled dialog and tried to proceed with changing setting (that we already deleted when closing settings window) causing bad memory access. | |||
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 | [pvr] add missing channel up/down key bindings in FullScreenLiveTV for ↵ | Franz Koch | |
remaining keymap files after 108c19c | |||
2012-11-13 | Merge pull request #1769 from elupus/blumenu | Arne Morten Kvarving | |
dvdplayer: fixed several issues with overlay handling on bluray | |||
2012-11-13 | bluray: show title selection on iso/img files as well | Joakim Plate | |
2012-11-13 | udf: use hostname to open iso image instead of .iso in path | Joakim Plate | |
2012-11-13 | dvdplayer: use standard URI utils to find base path of dvd | Joakim Plate | |
2012-11-13 | changed: mark udf:// paths as having parent in hostname as they do | Joakim Plate | |
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 |