aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-15Merge pull request #1622 from jmarshallnz/skin_settingsArne Morten Kvarving
Skin settings to a button in Appearance, under skin chooser
2012-10-15[droid] don't disable optims, it disables ffmpeg optims as wellCory Fields
2012-10-15build: give env optim flags precedenceCory Fields
Fixes builds like: 'CFLAGS=-O3 ./configure'
2012-10-16Fixed: [Confluence] Don't assume TV Shows return a poster for their scrapped ↵Jezz_X
thumb anymore because apparently that changed recently and they now get banners again
2012-10-15Merge pull request #1615 from theuni/android-pvrCory Fields
Android PVR Depends
2012-10-15[droid] package pvr addonsCory Fields
2012-10-15[droid] build pvr-addonsCory Fields
2012-10-15[droid] add pvr-addons makefileCory Fields
2012-10-15[pvr] bump darwin xbmc-pvr-addons dependsLars Op den Kamp
2012-10-15[droid/pvr] add android path checks. credit @memphizLars Op den Kamp
2012-10-15[epg] fixed missing plot(outline) if plot and outline match. add-ons just ↵Lars Op den Kamp
need to provide correct data
2012-10-15Merge pull request #1384 from Montellese/test_platform_utilsSascha Montellese
[test] make TestFile.Read platform agnostic
2012-10-15[test] make TestFile.Read platform agnosticmontellese
2012-10-15[test] use std::endl instead of \n with std::coutmontellese
2012-10-15CGUIDialogSettings: fix OnSliderChanged not doing anything on popup slidersmontellese
The problem is that setting->type is SettingInfo::BUTTON for any popup slider and not SettingInfo::SLIDER or SettingInfo::RANGE. To determine if such a setting uses a normal or a range slider, we need to check the slider.
2012-10-15[airtunes] - don't force the viz to popup on playback start. This was a ↵Memphiz
leftover from inital code pull. Nothing - i repeat Nothing will ever force the viz again! (c) by cptspiff (author adapted to make it more clear haha)
2012-10-15[lang] fixed: removed unused string from English PO filealanwww1
2012-10-15[lang] added: more helper comments for translatorsalanwww1
2012-10-15Merge pull request #1625 from mad-max/build_readmeMartijn Kaijser
updated Win32BuildSetup/readme.txt to be consistent with the wiki page
2012-10-15updated Win32BuildSetup/readme.txt to be consistent with the wiki pagemad-max
2012-10-15fixed: Superfluous float definitionarnova
2012-10-15fixed: [upnp] yet another rogue printf statementAlasdair Campbell
2012-10-15CThumbLoader: store auto-generated video thumbs in the videodbmontellese
2012-10-15Add new flag to EventServer for correct handling of Unicode. Fixes #12678.Tolriq
2012-10-15[confluence] move skin settings to SkinSettings.xmlJonathan Marshall
2012-10-15[omxplayer] fixed a comment typogimli
2012-10-15add a settings entry for skin settings in Appearance, enabled if ↵Jonathan Marshall
SkinSettings.xml is available in the skin. Skinners should move their skin settings into this file, and remove links to skin settings elsewhere if they are no longer required.
2012-10-15EPG grid container didn't wrap around when moving to the end of the channel ↵Jonathan Marshall
list. Fixes #13388
2012-10-15remove unneeded CGUIStandardWindow classJonathan Marshall
2012-10-15dont get fanart/poster types for episodesJonathan Marshall
2012-10-15remove unused arbitrary (dangerous) query/exec functions in music and video ↵Jonathan Marshall
libraries now that http-api is no longer
2012-10-15ensure sort by playlist is the default sort mode for library filter nodesJonathan Marshall
2012-10-15[lang] added: helper comments for translators (strings in commit 918f64b)alanwww1
2012-10-15jsonrpc: cleanup CInputOperations to use actions instead of virtual keysmontellese
2012-10-15Fixed: [Confluence] Proper fall back for people who haven't update their ↵Jezz_X
scraped graphic art yet between eden and frodo
2012-10-14[WIN32] fixed: possible division by zero. occurred once but I wasn't able to ↵WiSo
reproduce it.
2012-10-14[omxplayer] fixed a type in the video playergimli
2012-10-14[omxplayer] fixed wait on omx completition to ensure all data is rendered ↵gimli
and added a debug log message to see if we hit EOS.
2012-10-14Base64: Pre-allocate strings when encoding/decodingGarrett Brown
2012-10-14fixed compilation of CJSONRPCUtils::NotifyItemUpdated()Lars Op den Kamp
2012-10-14Changed: [Confluence] streamlined the code for the new ListItem.Art stuffJezz_X
2012-10-14jsonrpc: avoid unnecessary warnings because of bad order in JSON schema type ↵montellese
definitions
2012-10-14fix sorting of movies linked to a tvshow in "All seasons" list (fixes #13397)montellese
2012-10-14fix sorting by sorttitle of movies linked to a tvshow in seasons viewmontellese
2012-10-14webserver: re-allow access to image://-based URLs through the VFS handlermontellese
2012-10-14Merge pull request #1605 from Montellese/jsonrpc_13173Arne Morten Kvarving
jsonrpc: force media item refresh after changing an item's details (fixes #13173)
2012-10-14jsonrpc: expect image://<url-encoded-path> URLs in ↵montellese
VideoLibrary.SetFooDetails methods for "art" parameter (to be consistent with what GetFooDetails returns)
2012-10-14CMusicInfoTag: set the title property for albums and don't rely on the title ↵montellese
property of CFileItem (fixes #13405)
2012-10-14change label of weather addon setting from "Weather" to "Service for weather ↵montellese
information"
2012-10-14Fixed: [Confluence] posters we missing in library view due to bad visible ↵Jezz_X
condition. fixes #13406