aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-23[filesystem] Cleanup includes.ace20022
2015-05-23[dialogs] Cleanup includes.ace20022
2015-05-23[dbwrappers] Cleanup includes.ace20022
2015-05-23[cdrip] Cleanup includes.ace20022
2015-05-23[addons] Cleanup includes.ace20022
2015-05-23[epg] Cleanup includes.ace20022
2015-05-23[app] Cleanup includes.ace20022
2015-05-23Merge pull request #6887 from koying/fixdroidlocaltimejenkins4kodi
2015-05-23Merge pull request #7178 from koying/quickPRChris Browet
Pivos: Don't use dir cache on Android App list
2015-05-23Pivos: Don't use dir cache on Android App listTrent Nelson
It's already cached in XBMCApp.
2015-05-23Merge pull request #7177 from koying/quickPRChris Browet
CHG: [droid;kbd] log ignored keys
2015-05-23CHG: [droid;kbd] log ignored keysChris "Koying" Browet
2015-05-23FIX: [droid;sound] restore volume after passthroughChris "Koying" Browet
2015-05-23FIX: [droid] possible fix for localtime crashChris "Koying" Browet
2015-05-23Merge pull request #6885 from koying/addfallbackinetjenkins4kodi
2015-05-23Merge pull request #7027 from uNiversaI/patch-1Martijn Kaijser
[contributing.md][readme.md] some cleanup and updating general formating
2015-05-23Merge pull request #7019 from phate89/dvd_series_foldersMartijn Kaijser
Fix series dvd/bluray folders scan
2015-05-23Merge pull request #7096 from tamland/hide-skindefaultMartijn Kaijser
GUI sounds: hide 'skin default' if skin doesn't come with sounds
2015-05-23Merge pull request #6921 from uNiversaI/patch-3Martijn Kaijser
[remote] add support to delete in MyPictures via remote
2015-05-23ADD: add a fallback site for internet detectionChris "Koying" Browet
Somehow, google might be blocked ("Great Wall", firewall, proxy). Little chance anyone would care to block w3c ;)
2015-05-23[string] several grammar fixesMartijn Kaijser
2015-05-23[strings] fix wrong setting descriptionMartijn Kaijser
2015-05-22Merge pull request #7174 from uNiversaI/stringsSam Stenvall
[strings] fix curly brakets and rename setting
2015-05-22Merge pull request #7165 from fritsch/fpsPeter Frühberger
WinSystemX11: Properly initialize fps value - it might not be set at all
2015-05-22Merge pull request #7173 from hudokkow/debianh.udo
[pvr] Bump filmon, dvblink and vbox
2015-05-22[pvr] Bump filmon, dvblink and vboxhudokkow
2015-05-22Merge pull request #7172 from FernetMenta/vnsiRainer Hochecker
[pvr] bump vnsi
2015-05-22Merge pull request #7164 from mooninite/masterMemphiz
Always declare gnu89 inline standard
2015-05-22[pvr] bump vnsiRainer Hochecker
2015-05-21[strings] fix curly brakets and rename settinguNiversaI
@
2015-05-21[input] drop fallback window configuration for fullscreeninfo dialogxhaggi
This will drops the fallback configuration for dialog fullscreeninfo which is currently set to fullscreenvideo. It is done because it's impossible to navigate inside this modal. Instead of using the default key mapping for left/right/up/down the key mappings of the fallback window are applied. This is an issue if skins want to use buttons to close or control some elements within this dialog e.g. toggle epg now/next for livetv etc.
2015-05-20WinSystemX11: Properly initialize fps value - it might not be set at allfritsch
2015-05-19Always declare gnu89 inline standardMichael Cronenworth
GCC5 switches the minimum inline standard requirements from gnu89 to gnu11.
2015-05-19Merge pull request #7162 from Jalle19/bump-pvr-vboxSam Stenvall
[pvr] bump pvr.vbox
2015-05-19[pvr] bump pvr.vboxSam Stenvall
2015-05-18Merge pull request #7143 from Memphiz/osxsync_fixesMemphiz
[osx] - fix timebase of vblankhandler
2015-05-18[osx/windowing] - properly track lastdisplay id when window is moved between ↵Memphiz
screens (else GetCurrentScreen might return the wrong cached index)
2015-05-18[osx/DisplaySettings] - if strOutput in the resolution info is not empty - ↵Memphiz
show this as displayname in the settings ui
2015-05-18[osx/windowing] - set screen name in resolution infosMemphiz
2015-05-18[osx/windowing] - track current refreshrate of the screen and make sure rest ↵Memphiz
of the system is notified via XBMC_RESIZE for all use cases (fullscreen1 to fullscreen1, fullscreen1 to windowed1, windowed1 to windowed2, windowed1 to fullscreen2, fullscreen2 to windowed1)
2015-05-18[ApplicationMessenger] - add TMSG_VIDEORESIZE for beeing able to notify ↵Memphiz
resize from non application thread
2015-05-18[osx/windowing] - update resolutions when plugging/unplugging displaysMemphiz
2015-05-18[osx/windowing] - don't get the display_id from the current window but obey ↵Memphiz
the screenIdx parameter when querying the current resolution of a screen (else we always query the first screen even if we want to get the resolution of the newly attached second screen for example)
2015-05-18[osx/videosync] - call our UpdateClock with our hostcounter, but calc vblank ↵Memphiz
with the corevideo hostcounter (at the end they might be the same)
2015-05-18[osx/videosync] - implement RefreshChanged - allows to pickup new videoref ↵Memphiz
after changing displays during playback
2015-05-18[osx/videosync] - move calls to displaylink init/deinit into the vsync ↵Memphiz
thread and make sure that init is only called once the display reset is done - same as GLX does
2015-05-18[osx/cocoa] - ensure that gl context is fetched via mainthread (fixes wrong ↵Memphiz
vsync on external displays)
2015-05-18Merge pull request #7149 from FernetMenta/refclockPeter Frühberger
videorefclock: fix wrong speed when in windowed mode
2015-05-18Merge pull request #7158 from FernetMenta/ffrwMartijn Kaijser
dvdplayer: fix unused variable after e1b2c94049fa34bc9de7d067ae220664…
2015-05-18dvdplayer: fix unused variable after e1b2c94049fa34bc9de7d067ae2206643fe73f63Rainer Hochecker