aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-08[dialogs] Move CGUIWindowVideoBase::ShowPlaySelection to its own class.ace20022
2015-02-08[FileItem] Change m_items.size() <= 0 to m_items.empty().ace20022
2015-02-08[gui] fix: dialog seek bar slider not updated correctlyxhaggi
2015-02-08[seek] use SeekHandler for ACTION_STEP_FORWARD and ACTION_STEP_BACKxhaggi
2015-02-08[seek] adds additive seek supportxhaggi
2015-02-08[addon] webinterface shouldn't have GUI as dependencyMartijn Kaijser
2015-02-08dvdplayer: only consider standard framerates for vfrRainer Hochecker
2015-02-08FIX: [gles;amc;deint] invert fields because pic is invertedChris "Koying" Browet
2015-02-08[videodatabase] include tvshows base dir in GetPathsForTvShow (fixes #15739)Matthias Kortstiege
2015-02-07[rtmp] re-add rtmp optionswsnipex
partially reverts 0339c8cdf564d056fc307c04d12370ccdc75499b fixes (#15756)
2015-02-07dvdplayer: discard render buffers if gui is not activeRainer Hochecker
2015-02-07Merge pull request #6323 from AlwinEsch/channel-manager-fix-3jenkins4kodi
2015-02-07Merge pull request #6304 from uNiversaI/ffmpegWolfgang Schupp
[rebrand] ffmpeg extra version xbmc -> kodi
2015-02-07fix video content type checksThomas Amland
2015-02-07Merge pull request #6140 from tamland/justifyfixtamland
text rendering: dont change character spacing on justify
2015-02-07Merge pull request #6340 from FernetMenta/refreshjenkins4kodi
2015-02-07[pvr] - set framerate if not set by demuxerRainer Hochecker
2015-02-07dvdplayer: fix changing refresh rate after invalid stateRainer Hochecker
2015-02-07[pvr] Fix list change with first or last page selection on Channel ManagerAlwinEsch
2015-02-07Merge pull request #6322 from AlwinEsch/channel-manager-fix-2jenkins4kodi
2015-02-07Merge pull request #6324 from ksooo/optimize-no-shutdown-if-pvr-busyjenkins4kodi
2015-02-07Merge pull request #6207 from ksooo/pvrrecording-optimizationsjenkins4kodi
2015-02-07Merge pull request #6353 from FernetMenta/channelsjenkins4kodi
2015-02-07Merge pull request #6314 from hudokkow/spanish_keyboardMartijn Kaijser
[Keyboard Layouts] Add Spanish QWERTY
2015-02-06Merge pull request #6354 from jingai/osxbuildcasesensitiveMemphiz
Fix build in OSX with case-sensitive FS.
2015-02-06Merge pull request #6027 from tobbi/cppcheck_perf_dbwrappersjenkins4kodi
2015-02-06Fix build in OSX with case-sensitive FS.Jonathan Lane
2015-02-06cppcheck performance fixes in dbwrappers/Tobias Markus
2015-02-06[pvr] do not persist channel data a user can not setRainer Hochecker
2015-02-06Merge pull request #6346 from wsnipex/config-yajlWolfgang Schupp
[configure] check for minimum required yajl and tinyxml versions
2015-02-06Merge pull request #6284 from tamland/python_dialog_segfaultstamland
[python] prevent segfault when calling DialogProgress(BG) methods before...
2015-02-06Merge pull request #5562 from tamland/li-durationtamland
[python] fix video duration infolabel inconsistency (fixes ticket #13904)
2015-02-06Merge pull request #6335 from Paxxi/GetActiveWindowIDPaxxi
Move GetActiveWindowID
2015-02-06Merge pull request #6349 from scarecrow420/pvr_bumplatestLars Op den Kamp
[pvr] bump pvr addons to latest commit
2015-02-06Merge pull request #6325 from arnova/ext_sub_url_encode_fixMatthias Kortstiege
fixed: External subtitles in custom folder did not work with url encoded files
2015-02-06Merge pull request #6350 from Montellese/slideshow_fix_video_extensionsjenkins4kodi
2015-02-06Merge pull request #6249 from tobbi/cppcheck_perf_win32Matthias Kortstiege
cppcheck performance fixes in win32/
2015-02-06Merge pull request #6343 from tamland/repo_error_handlingMatthias Kortstiege
[repos] add error handling for repo xml parsing and checksum/addons.xml fetching
2015-02-05CGUIWindowSlideShow: use CGUIViewStateWindowPictures::GetExtensions() as a ↵montellese
fallback if no file extensions were specified in RunSlideshow()
2015-02-05CGUIViewStateWindowPictures: cleanup GetExtensions()montellese
2015-02-05CGUIViewStateWindowPictures: make GetLockType(), GetExtensions() and ↵montellese
GetSources() public like in CGUIViewState
2015-02-05cppcheck performance fixes in win32/Tobias Markus
2015-02-05[configure] check for tinyxml >= 2.6.2wsnipex
2015-02-05[configure] check for yajl >= 2.0wsnipex
2015-02-05[repos] handle errors in repo xml parsing and checksum/addons.xml fetchingThomas Amland
2015-02-05[pvr] bump pvr addons to latest commitRyan Gribble
2015-02-05Merge pull request #6344 from uNiversaI/readmeWolfgang Schupp
[readme update] libyajl-dev >= 2.0
2015-02-04Merge pull request #6332 from VioletRed/dev/masterRainer Hochecker
[core] Support mixed media types in playlists
2015-02-05[readme update] libyajl-dev >= 2.0uNiversaI
This adds information about current nightly requirements for this library. added nightly ppa which has backport of this library to readme.ubuntu readme linux only has a bump in minimal required version.
2015-02-04[pvr] Fix in Channel Manager channel move with mouseAlwinEsch