Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-14 | Merge pull request #11660 from popcornmix/openwindowk | Martijn Kaijser | |
Improve performance for python addons using xbmcgui.ListItem | |||
2017-02-14 | [lang][skin.estouchy] updated language files from Transifex | txtranslation | |
2017-02-14 | [lang][skin.estuary] updated language files from Transifex | txtranslation | |
2017-02-13 | [estuary] Fix regression in WallWatchedIconVar. Eecent recordings home ↵ | Kai Sommerfeld | |
screen widget did not display 'resumable' bitmap anymore. | |||
2017-02-13 | Merge pull request #11647 from garbear/ignore-delayed-axes-backport | jenkins4kodi | |
2017-02-12 | libdvd: fix setting compiler when cross-compiling | Floris Bos | |
Fix setting exact compiler when cross-compiling libdvd* Otherwise it can result in problems when configure decides to use one with different ABI == [..]/libdvdnav.a: member [..]/libdvdnav.a(dvdnav.o) in archive is not an object collect2: error: ld returned 1 exit status CMakeFiles/wrap_libdvdnav.dir/build.make:63: recipe for target 'system/players/VideoPlayer/libdvdnav-arm.so' failed == | |||
2017-02-12 | [settings] change allowed remotedelay range to inlcude zero | Jonas Karlman | |
2017-02-12 | Application: Allow python door to open for up to 80ms | popcornmix | |
2017-02-12 | Application: Add decay before python door closes | popcornmix | |
2017-02-12 | Merge pull request #11653 from fritsch/atfix | Peter Frühberger | |
AESinkAudioTrack: FIX Samplerates > 192 khz | |||
2017-02-10 | AESinkAUDIOTRACK: Also add 176400 khz | fritsch | |
2017-02-10 | AESinkAUDIOTRACK: Add 88.2 khz to samplerate test | fritsch | |
2017-02-10 | AESinkAUDIOTRACK: Fix start value of algorithm to find matching samplerate | fritsch | |
2017-02-09 | [controller dialog] Ignore delayed axes | Garrett Brown | |
2017-02-08 | fix skip specified amount | ronie | |
2017-02-08 | [Estouchy] add seekbar | ronie | |
2017-02-08 | Merge pull request #11526 from ronie/slideshow-video-17 | ronie | |
[skins] show video indicator in slideshow window | |||
2017-02-08 | Merge pull request #11599 from ronie/estuary-v17-2 | ronie | |
[estuary] three minor fixes | |||
2017-02-08 | Merge pull request #11637 from garbear/remove-header-backport | Garrett Brown | |
[Backport] Remove AEDefines_override.h | |||
2017-02-08 | Remove AEDefines_override.h | Garrett Brown | |
2017-02-06 | Merge pull request #11628 from garbear/remove-file-backport | Garrett Brown | |
Backport: Remove generated file | |||
2017-02-06 | Remove generated file | Garrett Brown | |
2017-02-06 | [touchscreen/pictures] - allow to back out from fullscreen picture mode by ↵ | Memphiz | |
mapping longpress | |||
2017-02-06 | Merge pull request #11624 from garbear/fix-analog-sticks-backport | Garrett Brown | |
Fix analog sticks backport | |||
2017-02-06 | Merge pull request #11617 from ksooo/krypton-fix-trac17246-v2 | Kai Sommerfeld | |
[PVR] Krypton: Fix trac17246 - another approach | |||
2017-02-06 | Merge pull request #11169 from Memesa/FixMusicPlaylistQueueing | Martijn Kaijser | |
Fix queueing .strm and .pls music files | |||
2017-02-06 | Simplify trigger detection now that we know the initial position when the ↵ | Garrett Brown | |
detection process starts. Before the associated fix in peripheral.joystick, updates were only sent for updated axes. Now, peripheral.joystick sends events for every known axis on every frame. This means that we can reliably detect an initial position of the axis. There is one caveat - on OSX, axes are not reported until first *moved*. This means that until a trigger is pressed at least once, its position is unknown. This breaks button mapping, but the next attempt should work. | |||
2017-02-06 | Fix broken logic causing analog sticks to not work | Garrett Brown | |
2017-02-06 | Fix anomalous triggers getting stuck in the background while mapping | Garrett Brown | |
This completes a TODO left in bd6697b01. | |||
2017-02-05 | Fix queueing .strm and .pls music files | Memesa | |
.strm and .pls music (playlist) files could only be played on clicking/play on the file. Queueing was not possible because the .strm and .pls files would be processed as a directory resulting in the error: DEBUG: CGUIMediaWindow::GetDirectory (<path> test.strm) XFILE::CDirectory::GetDirectory - Error getting <path> test.strm To my knowledge and tests, the 'playlist and music_nav window' check are a redundant combination. These checks have been removed from the if statements. | |||
2017-02-05 | [PVR] CPVRChannelGroup::SearchAndSetChannelIcons: Fix progress dialog label ↵ | Kai Sommerfeld | |
text. | |||
2017-02-05 | [PVR] Avoid deadlocks by obtaining extended progress dialog instance pointer ↵ | Kai Sommerfeld | |
early. | |||
2017-02-05 | Merge pull request #11610 from ksooo/krypton-pvr-fix-jsonrpc-toggletimer-crash | Kai Sommerfeld | |
[PVR][jsonrpc] Krypton: CPVROperations::ToggleTimer: fix crash due to invalid … | |||
2017-02-04 | Merge pull request #11566 from Rechi/fixCmakeBinaryAddonsKrypton | Martijn Kaijser | |
[cmake] don't abort building binary addons if an addon cannot be downloaded | |||
2017-02-04 | [PVR][jsonrpc] CPVROperations::ToggleTimer: fix crash due to invalid epg tag ↵ | Kai Sommerfeld | |
given (e.g. event end time is in the past, thus no timer can be created) | |||
2017-02-04 | Merge pull request #11608 from ksooo/krypton-pvr-fix-pvrmanager-updateitem | Martijn Kaijser | |
[PVR] Krypton: Fix crash in CPVRManager::UpdateItem | |||
2017-02-03 | Merge pull request #11604 from DaveTBlake/CaseSQLFixKrypton | Dave Blake | |
[Fix] [Backport]Use lower case table names in query | |||
2017-02-03 | [PVR] CPVRManager::PerformChannelSwitch: never modify m_currentFile without ↵ | Kai Sommerfeld | |
holding own lock. | |||
2017-02-03 | [PVR] Make CPVRManager::UpdateItem more failsafe. | Kai Sommerfeld | |
2017-02-03 | Merge pull request #11575 from garbear/fix-axes-backport | jenkins4kodi | |
2017-02-02 | Controller dialog: Update button label because skipping is now mostly fixed | Garrett Brown | |
2017-02-02 | Fix discrete D-pad axes with a center that is slightly offset | Garrett Brown | |
When centered, the axis had a value of 0.007. This breaks some checks for a centered axis. | |||
2017-02-02 | [peripheral API] v1.3.0 - Add handling for anomalous triggers | Garrett Brown | |
Anomalous triggers are triggers with a non-zero offset. For example, if a trigger's rest position is +1 and it travels to -1 when fully pressed, then it is an anomalous trigger with a center of +1 and a range of 2. Two properties are added to the definition of a semiaxis: * Center * Range The center is the rest position of the trigger. The range is 1 if the trigger stops at 0, or 2 if the trigger continues past zero to the opposite end of the axis. | |||
2017-02-02 | [controllers] Cache controller layouts | Garrett Brown | |
2017-02-02 | Merge pull request #11561 from Shani-08/patch-1 | Martijn Kaijser | |
create archive_cache if not exists | |||
2017-02-02 | Correct table name to lower case, as MySQL is case sensitive | DaveTBlake | |
2017-02-02 | Merge pull request #11567 from Rechi/fixTrac17273Krypton | Martijn Kaijser | |
Fix Trac 17273 | |||
2017-02-02 | create archive_cache if not exists | Shani-08 | |
2017-02-02 | Merge pull request #11564 from MartijnKaijser/11454 | Martijn Kaijser | |
[pydocs] Corrections on the xbmcvfs/file examples | |||
2017-02-02 | Merge pull request #11602 from MartijnKaijser/17.1rc1 | Martijn Kaijser | |
bump to 17.1rc1 |