aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-21Merge pull request #10317 from kszaq/amlogic_hi10p17.0b1-KryptonPeter Frühberger
DVDVideoCodecAmlogic: Do not H/W decode Hi10P
2016-08-21DVDVideoCodecAmlogic: Do not H/W decode Hi10Pkszaq
2016-08-21[lang][skin.estuary] recover lost part of addon.xml after language updatetxtranslation
2016-08-20[lang][skin.estouchy] updated language files from Transifextxtranslation
2016-08-20[lang][skin.estuary] updated language files from Transifextxtranslation
2016-08-20[lang] updated language files from Transifextxtranslation
2016-08-20[lang][kodi.core] automatic syntax corrections for the en_GB language filetxtranslation
2016-08-20Merge pull request #10314 from ksooo/trac16751Kai Sommerfeld
[EPG] EPG grid: fix crash on grid update if selected item start datet…
2016-08-20Merge pull request #10313 from ronie/mediasettingsronie
rename librarysettings to mediasettings
2016-08-19Merge pull request #10311 from FernetMenta/longpressRainer Hochecker
remove longpress from left/right keys
2016-08-19[EPG] EPG grid: fix crash on grid update if selected item start datetime is ↵Kai Sommerfeld
before grid start datetime. Happens quite often if epglingertime is set to zero. But can also occure with non-zero lingertime. Fixes trac#16751.
2016-08-19rename librarysettings to mediasettingsronie
2016-08-19Merge pull request #10312 from BigNoid/gettext_spacesBigNoid
[lang] remove spaces
2016-08-19remove spacesBigNoid
2016-08-19Merge pull request #10310 from FernetMenta/fixesRainer Hochecker
VideoPlayer: some small fixes
2016-08-19Merge pull request #10308 from ksooo/pvr-fix-recordings-playcountKai Sommerfeld
[PVR] Recordings window context menu fixes
2016-08-19remove longpress from left/right keysRainer Hochecker
2016-08-19VideoPlayer: fix speed on debug screenRainer Hochecker
2016-08-193dlut: drop unused variableRainer Hochecker
2016-08-19VideoPlayer: strip rtmp options from file nameRainer Hochecker
2016-08-19VideoPlayer: fix horizontal scaling of DebugRendererRainer Hochecker
2016-08-18[PVR] Recordings context menus: Fix string for 'Play'/'Play from beginning' ↵Kai Sommerfeld
menu item; align with wording for non-PVR videos.
2016-08-18[PVR] Recordings context menus: Fix time format for 'Resume from' menu item; ↵Kai Sommerfeld
align with format used for non-PVR videos (HH:MM:SS).
2016-08-18[PVR] Fix duplicate context menu entries for PVR recordings.Kai Sommerfeld
2016-08-18[PVR] Recordings window: Mark as watched: Fix setting play count.Kai Sommerfeld
2016-08-18Merge pull request #10307 from ksooo/pvr-windows-prevent-early-updateKai Sommerfeld
[PVR] All PVR windows: Prevent updates until window is fully initialized. Fixes trac#16848.
2016-08-17Merge pull request #10306 from garbear/fix-estuaryGarrett Brown
[estuary] Fix rebase error in #10293
2016-08-18Merge pull request #10304 from FernetMenta/rewindjenkins4kodi
2016-08-17Merge pull request #10303 from garbear/cid-142067Garrett Brown
Fix defect in CID 142067 and CID 142228
2016-08-17Merge pull request #10305 from popcornmix/textureleakPeter Frühberger
TextureManager: We still need to free textures when playing video
2016-08-17[PVR] All PVR windows: Prevent updates until window is fully initialized. ↵Kai Sommerfeld
Fixes trac#16848.
2016-08-17[estuary] Fix rebase error in #10293Garrett Brown
2016-08-17Merge pull request #10108 from Memphiz/darwin_sslcertMemphiz
[darwin] - fix ssl access from python addons
2016-08-17Fix defect in CID 142228Garrett Brown
Defect was: *** CID 142228: Uninitialized members (UNINIT_CTOR) 36 using namespace JOYSTICK; 37 38 CKeymapHandler::CKeymapHandler(void) : 39 m_state(STATE_UNPRESSED), 40 m_lastButtonPress(0) 41 { >> CID 142228: Uninitialized members (UNINIT_CTOR) >> Non-static class member "m_lastDigitalActionMs" is not initialized in this constructor nor in any functions that it calls. 42 } 43 44 CKeymapHandler::~CKeymapHandler(void) 45 { 46 } 47
2016-08-17TextureManager: We still need to free textures when playing videopopcornmix
Currently if you background video and scroll through movie library we never release the textures resulting in a huge memory leak. See: http://forum.kodi.tv/showthread.php?tid=228120
2016-08-17VideoPlayer: fixes for rewindRainer Hochecker
2016-08-17Merge pull request #10302 from MilhouseVH/peripheral_basicMartijn Kaijser
Settings: make Peripherals a Standard setting, not Advanced
2016-08-17[Cmake/Makefile] - synced cmake and makefile buildsysMemphiz
2016-08-16Fix defect in CID 142067Garrett Brown
Defect was: *** CID 142067: Error handling issues (CHECKED_RETURN) 772 PeripheralBusType busType = device->GetBusType(); 773 774 if (busType == PERIPHERAL_BUS_ADDON) 775 { 776 // If device is from an add-on, use that add-on 777 unsigned int index; >>> CID 142067: Error handling issues (CHECKED_RETURN) >>> Calling "SplitLocation" without checking return value (as is done elsewhere 4 out of 5 times). 778 addonBus->SplitLocation(device->Location(), addon, index); 779 } 780 else 781 { 782 // Otherwise, have the add-on bus find a suitable add-on 783 addonBus->GetAddonWithButtonMap(device, addon);
2016-08-17Settings: make Peripherals a Standard setting, not AdvancedMilhouseVH
2016-08-16Merge pull request #10301 from Memphiz/fix_settings_input_labeljenkins4kodi
2016-08-16[droid] - added PlatformAndroid override which sets the needed SSL_CERT_FILE ↵Memphiz
env var (and remove that line from XBPython)
2016-08-16Merge pull request #10300 from Memphiz/fix_osx_preflight_and_xbmchelperMemphiz
[OSX] - fixed regression (non working ir remote and not executed pref…
2016-08-16[xcode] - synced Xcode projectMemphiz
2016-08-16[ios/osx] - added the override class for ios and osx (needed for ↵Memphiz
autodetection via cmake and makefile)
2016-08-16[PlatformDarwin] - added derived CPlatform version for darwinMemphiz
2016-08-16[Application] - added todo comments for moving stuff from Application ↵Memphiz
ifdefery to CPlatform and its overrides
2016-08-16[ServiceManager] - added instance of the CPlatform object, create it in ↵Memphiz
Init1 and call its Init method in Init2
2016-08-16[Makefile] - added autodetection for overrides for the CPlatform classMemphiz
2016-08-16[cmake] - added autodetection for platform overrides for the CPlatform classMemphiz