Age | Commit 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-23 | Merge pull request #6887 from koying/fixdroidlocaltime | jenkins4kodi | |
2015-05-23 | Merge pull request #7178 from koying/quickPR | Chris Browet | |
Pivos: Don't use dir cache on Android App list | |||
2015-05-23 | Pivos: Don't use dir cache on Android App list | Trent Nelson | |
It's already cached in XBMCApp. | |||
2015-05-23 | Merge pull request #7177 from koying/quickPR | Chris Browet | |
CHG: [droid;kbd] log ignored keys | |||
2015-05-23 | CHG: [droid;kbd] log ignored keys | Chris "Koying" Browet | |
2015-05-23 | FIX: [droid;sound] restore volume after passthrough | Chris "Koying" Browet | |
2015-05-23 | FIX: [droid] possible fix for localtime crash | Chris "Koying" Browet | |
2015-05-23 | Merge pull request #6885 from koying/addfallbackinet | jenkins4kodi | |
2015-05-23 | Merge pull request #7027 from uNiversaI/patch-1 | Martijn Kaijser | |
[contributing.md][readme.md] some cleanup and updating general formating | |||
2015-05-23 | Merge pull request #7019 from phate89/dvd_series_folders | Martijn Kaijser | |
Fix series dvd/bluray folders scan | |||
2015-05-23 | Merge pull request #7096 from tamland/hide-skindefault | Martijn Kaijser | |
GUI sounds: hide 'skin default' if skin doesn't come with sounds | |||
2015-05-23 | Merge pull request #6921 from uNiversaI/patch-3 | Martijn Kaijser | |
[remote] add support to delete in MyPictures via remote | |||
2015-05-23 | ADD: add a fallback site for internet detection | Chris "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 fixes | Martijn Kaijser | |
2015-05-23 | [strings] fix wrong setting description | Martijn Kaijser | |
2015-05-22 | Merge pull request #7174 from uNiversaI/strings | Sam Stenvall | |
[strings] fix curly brakets and rename setting | |||
2015-05-22 | Merge pull request #7165 from fritsch/fps | Peter Frühberger | |
WinSystemX11: Properly initialize fps value - it might not be set at all | |||
2015-05-22 | Merge pull request #7173 from hudokkow/debian | h.udo | |
[pvr] Bump filmon, dvblink and vbox | |||
2015-05-22 | [pvr] Bump filmon, dvblink and vbox | hudokkow | |
2015-05-22 | Merge pull request #7172 from FernetMenta/vnsi | Rainer Hochecker | |
[pvr] bump vnsi | |||
2015-05-22 | Merge pull request #7164 from mooninite/master | Memphiz | |
Always declare gnu89 inline standard | |||
2015-05-22 | [pvr] bump vnsi | Rainer Hochecker | |
2015-05-21 | [strings] fix curly brakets and rename setting | uNiversaI | |
@ | |||
2015-05-21 | [input] drop fallback window configuration for fullscreeninfo dialog | xhaggi | |
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-20 | WinSystemX11: Properly initialize fps value - it might not be set at all | fritsch | |
2015-05-19 | Always declare gnu89 inline standard | Michael Cronenworth | |
GCC5 switches the minimum inline standard requirements from gnu89 to gnu11. | |||
2015-05-19 | Merge pull request #7162 from Jalle19/bump-pvr-vbox | Sam Stenvall | |
[pvr] bump pvr.vbox | |||
2015-05-19 | [pvr] bump pvr.vbox | Sam Stenvall | |
2015-05-18 | Merge pull request #7143 from Memphiz/osxsync_fixes | Memphiz | |
[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 infos | Memphiz | |
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 displays | Memphiz | |
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-18 | Merge pull request #7149 from FernetMenta/refclock | Peter Frühberger | |
videorefclock: fix wrong speed when in windowed mode | |||
2015-05-18 | Merge pull request #7158 from FernetMenta/ffrw | Martijn Kaijser | |
dvdplayer: fix unused variable after e1b2c94049fa34bc9de7d067ae220664… | |||
2015-05-18 | dvdplayer: fix unused variable after e1b2c94049fa34bc9de7d067ae2206643fe73f63 | Rainer Hochecker | |