aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-02don't keep adding 'cancelling' to the progress dialog - once is enough. ↵Jonathan Marshall
fixes #13643
2012-12-02[release] bump version to beta2Martijn Kaijser
2012-12-02[json-rpc] check add-on art existence using CFile::Exists() rather than ↵Jonathan Marshall
caching the art (it'll be cached on request if needed)
2012-12-02[addons] sync scrapers with repoMartijn Kaijser
2012-12-01Revert "[cosmetic] Fix the docstring generation formatting."Cory Fields
This reverts commit eafaeba9b806bfafd2b0693bb873691e08d333c3.
2012-12-01Revert "undo accidental check-in of trace logging."Cory Fields
This reverts commit c7b5a6e6b5d8be73dce2fc59712efa91d5891c61.
2012-12-01[osx/ios] pvr: bump to 1.6davilla
2012-12-01[droid] whoops, add the missing patch from the last commitCory Fields
2012-12-01[droid] pvr: bump to 1.6 and enable all addonsCory Fields
This also contains a patch that is PR99 in the xbmc-pvr tree, that is not vetted enough for inclusion yet, but is safe for android. This patch should be removed once the PR goes in upstream.
2012-12-01Merge pull request #1871 from amet/screensaversdavilla
[fix] Screensavers on OSX
2012-12-01Merge pull request #1740 from ace20022/browse_for_artMartijn Kaijser
[Art] Add the item/video path to the "browse for art" dialog
2012-12-01addons: fix dependency check on extension-points without the ↵montellese
<backwards-compatibility> tag
2012-12-01[webinterface.default] bump version of xbmc.gui import to 4.0.0montellese
2012-12-01musicdb: fix playcount value of albumsmontellese
2012-12-02don't set listitem.duration if it's 0. fixes #13642Jonathan Marshall
2012-12-01Merge pull request #1848 from axmhari/change-string-for-scraper-fixjmarshallnz
Fix possible crash in text editor dialog
2012-12-01undo accidental check-in of trace logging.Jim Carroll
2012-12-01[cosmetic] Fix the docstring generation formatting.Jim Carroll
2012-12-01Merge pull request #1863 from Montellese/jsonrpc_versioningSascha Montellese
jsonrpc: change the API versioning to a <major>.<minor>.<patch> system and bump to 6.0.0
2012-12-01jsonrpc: don't retrieve movies linked to a tvshow in ↵montellese
VideoLibrary.GetSeasons/GetEpisodes (fixes #13637)
2012-12-01[webinterface.default] change version of xbmc.json import to 6.0.0montellese
2012-12-01[rbp] changed use larger buffers for audio/video reading.gimli
2012-12-01pvr: fix double internal channel group loading during startupDimitris Kazakos
2012-12-01[addons] sync packaged addons/scrapers with Frodo repoMartijn Kaijser
2012-12-01GUIDialogKeyboardGeneric: set cursor position directly for absolute positionsHarald Axmann
2012-12-01[rbp] fixed, aq/vq starvation on low resource platforms when parsing video ↵gimli
content with multiple audio/subtitle streams and two missing pvr related changes from dvdplayer
2012-12-01[rbp] fixed omx resource leak and exit on omx resource errorsgimli
2012-12-01[rbp] omximage additional check for resource errors on the component.gimli
2012-12-01[rbp] added omx sanity checks and a way to detect resource errors on the ↵gimli
component
2012-12-01[projectM] don't crash 'n burn if no presets are presentJonathan Marshall
2012-12-01[osx] fix wrapping of _opendirJonathan Marshall
2012-12-01remove useless debugging stuffJonathan Marshall
2012-12-01Add the item/video path to the "browse for art" dialog.ace20022
This includes TV Shows (first path), seasons, episodes, movies, sets (multipath).
2012-12-01[cuesheet] relative cuesheet paths weren't working. fixes #13616Jonathan Marshall
2012-12-01addons: add missing definitions for filtering binary addonsCory Fields
2012-12-01make path and files indices non-unique. fixes issues with mysql and very ↵Jonathan Marshall
long paths (that are thus non-unique on the prefixed indices).
2012-12-01move GetMinVersion() implementation for music+video databases to the .cppJonathan Marshall
2012-11-30Merge pull request #1837 from fetzerch/bugfix-playrecordingLars Op den Kamp
pvr: Fixed playback of recordings without stream url
2012-11-30Merge pull request #1834 from opdenkamp/bg_db_updatesLars Op den Kamp
speed up EPG data import
2012-11-30Merge pull request #1855 from jmarshallnz/fixup_input_handlingjmarshallnz
Fixup input handling
2012-11-30Merge pull request #1864 from nemphys/epg-scanLars Op den Kamp
epg: new advanced setting that overrides the user defined EPG update int...
2012-12-01[input] use shared/unified method to trigger an input action and remove code ↵Franz Koch
duplication
2012-12-01[input] also use GetActiveWindowID for mouse inputFranz Koch
2012-12-01[input] adds support for WINDOW_FULLSCREEN_LIVETV handling to ↵Jonathan Marshall
GetActiveWindowID for gamepad and 'joystick' devices
2012-12-01[input] use fallback windows for translating 'joystick' or gamepad buttons ↵Jonathan Marshall
into actions
2012-12-01[input] factor out repeated code in TranslateJoystickStringJonathan Marshall
2012-12-01[input] adds fallback map to CButtonTranslatorJonathan Marshall
2012-12-01CGUILabelControl: convert label to wide string to get correct string lengthHarald Axmann
2012-12-01[lang] added langinfo.xml for language Macedonianalanwww1
2012-12-01bump SDL_image to 1.2.12amet