Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-21 | Merge pull request #10317 from kszaq/amlogic_hi10p17.0b1-Krypton | Peter Frühberger | |
DVDVideoCodecAmlogic: Do not H/W decode Hi10P | |||
2016-08-21 | DVDVideoCodecAmlogic: Do not H/W decode Hi10P | kszaq | |
2016-08-21 | [lang][skin.estuary] recover lost part of addon.xml after language update | txtranslation | |
2016-08-20 | [lang][skin.estouchy] updated language files from Transifex | txtranslation | |
2016-08-20 | [lang][skin.estuary] updated language files from Transifex | txtranslation | |
2016-08-20 | [lang] updated language files from Transifex | txtranslation | |
2016-08-20 | [lang][kodi.core] automatic syntax corrections for the en_GB language file | txtranslation | |
2016-08-20 | Merge pull request #10314 from ksooo/trac16751 | Kai Sommerfeld | |
[EPG] EPG grid: fix crash on grid update if selected item start datet… | |||
2016-08-20 | Merge pull request #10313 from ronie/mediasettings | ronie | |
rename librarysettings to mediasettings | |||
2016-08-19 | Merge pull request #10311 from FernetMenta/longpress | Rainer 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-19 | rename librarysettings to mediasettings | ronie | |
2016-08-19 | Merge pull request #10312 from BigNoid/gettext_spaces | BigNoid | |
[lang] remove spaces | |||
2016-08-19 | remove spaces | BigNoid | |
2016-08-19 | Merge pull request #10310 from FernetMenta/fixes | Rainer Hochecker | |
VideoPlayer: some small fixes | |||
2016-08-19 | Merge pull request #10308 from ksooo/pvr-fix-recordings-playcount | Kai Sommerfeld | |
[PVR] Recordings window context menu fixes | |||
2016-08-19 | remove longpress from left/right keys | Rainer Hochecker | |
2016-08-19 | VideoPlayer: fix speed on debug screen | Rainer Hochecker | |
2016-08-19 | 3dlut: drop unused variable | Rainer Hochecker | |
2016-08-19 | VideoPlayer: strip rtmp options from file name | Rainer Hochecker | |
2016-08-19 | VideoPlayer: fix horizontal scaling of DebugRenderer | Rainer 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-18 | Merge pull request #10307 from ksooo/pvr-windows-prevent-early-update | Kai Sommerfeld | |
[PVR] All PVR windows: Prevent updates until window is fully initialized. Fixes trac#16848. | |||
2016-08-17 | Merge pull request #10306 from garbear/fix-estuary | Garrett Brown | |
[estuary] Fix rebase error in #10293 | |||
2016-08-18 | Merge pull request #10304 from FernetMenta/rewind | jenkins4kodi | |
2016-08-17 | Merge pull request #10303 from garbear/cid-142067 | Garrett Brown | |
Fix defect in CID 142067 and CID 142228 | |||
2016-08-17 | Merge pull request #10305 from popcornmix/textureleak | Peter 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 #10293 | Garrett Brown | |
2016-08-17 | Merge pull request #10108 from Memphiz/darwin_sslcert | Memphiz | |
[darwin] - fix ssl access from python addons | |||
2016-08-17 | Fix defect in CID 142228 | Garrett 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-17 | TextureManager: We still need to free textures when playing video | popcornmix | |
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-17 | VideoPlayer: fixes for rewind | Rainer Hochecker | |
2016-08-17 | Merge pull request #10302 from MilhouseVH/peripheral_basic | Martijn Kaijser | |
Settings: make Peripherals a Standard setting, not Advanced | |||
2016-08-17 | [Cmake/Makefile] - synced cmake and makefile buildsys | Memphiz | |
2016-08-16 | Fix defect in CID 142067 | Garrett 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-17 | Settings: make Peripherals a Standard setting, not Advanced | MilhouseVH | |
2016-08-16 | Merge pull request #10301 from Memphiz/fix_settings_input_label | jenkins4kodi | |
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-16 | Merge pull request #10300 from Memphiz/fix_osx_preflight_and_xbmchelper | Memphiz | |
[OSX] - fixed regression (non working ir remote and not executed pref… | |||
2016-08-16 | [xcode] - synced Xcode project | Memphiz | |
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 darwin | Memphiz | |
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 class | Memphiz | |
2016-08-16 | [cmake] - added autodetection for platform overrides for the CPlatform class | Memphiz | |