aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-14Merge pull request #11660 from popcornmix/openwindowkMartijn Kaijser
Improve performance for python addons using xbmcgui.ListItem
2017-02-14[lang][skin.estouchy] updated language files from Transifextxtranslation
2017-02-14[lang][skin.estuary] updated language files from Transifextxtranslation
2017-02-13[estuary] Fix regression in WallWatchedIconVar. Eecent recordings home ↵Kai Sommerfeld
screen widget did not display 'resumable' bitmap anymore.
2017-02-13Merge pull request #11647 from garbear/ignore-delayed-axes-backportjenkins4kodi
2017-02-12libdvd: fix setting compiler when cross-compilingFloris 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 zeroJonas Karlman
2017-02-12Application: Allow python door to open for up to 80mspopcornmix
2017-02-12Application: Add decay before python door closespopcornmix
2017-02-12Merge pull request #11653 from fritsch/atfixPeter Frühberger
AESinkAudioTrack: FIX Samplerates > 192 khz
2017-02-10AESinkAUDIOTRACK: Also add 176400 khzfritsch
2017-02-10AESinkAUDIOTRACK: Add 88.2 khz to samplerate testfritsch
2017-02-10AESinkAUDIOTRACK: Fix start value of algorithm to find matching sampleratefritsch
2017-02-09[controller dialog] Ignore delayed axesGarrett Brown
2017-02-08fix skip specified amountronie
2017-02-08[Estouchy] add seekbarronie
2017-02-08Merge pull request #11526 from ronie/slideshow-video-17ronie
[skins] show video indicator in slideshow window
2017-02-08Merge pull request #11599 from ronie/estuary-v17-2ronie
[estuary] three minor fixes
2017-02-08Merge pull request #11637 from garbear/remove-header-backportGarrett Brown
[Backport] Remove AEDefines_override.h
2017-02-08Remove AEDefines_override.hGarrett Brown
2017-02-06Merge pull request #11628 from garbear/remove-file-backportGarrett Brown
Backport: Remove generated file
2017-02-06Remove generated fileGarrett Brown
2017-02-06[touchscreen/pictures] - allow to back out from fullscreen picture mode by ↵Memphiz
mapping longpress
2017-02-06Merge pull request #11624 from garbear/fix-analog-sticks-backportGarrett Brown
Fix analog sticks backport
2017-02-06Merge pull request #11617 from ksooo/krypton-fix-trac17246-v2Kai Sommerfeld
[PVR] Krypton: Fix trac17246 - another approach
2017-02-06Merge pull request #11169 from Memesa/FixMusicPlaylistQueueingMartijn Kaijser
Fix queueing .strm and .pls music files
2017-02-06Simplify 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-06Fix broken logic causing analog sticks to not workGarrett Brown
2017-02-06Fix anomalous triggers getting stuck in the background while mappingGarrett Brown
This completes a TODO left in bd6697b01.
2017-02-05Fix queueing .strm and .pls music filesMemesa
.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-05Merge pull request #11610 from ksooo/krypton-pvr-fix-jsonrpc-toggletimer-crashKai Sommerfeld
[PVR][jsonrpc] Krypton: CPVROperations::ToggleTimer: fix crash due to invalid …
2017-02-04Merge pull request #11566 from Rechi/fixCmakeBinaryAddonsKryptonMartijn 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-04Merge pull request #11608 from ksooo/krypton-pvr-fix-pvrmanager-updateitemMartijn Kaijser
[PVR] Krypton: Fix crash in CPVRManager::UpdateItem
2017-02-03Merge pull request #11604 from DaveTBlake/CaseSQLFixKryptonDave 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-03Merge pull request #11575 from garbear/fix-axes-backportjenkins4kodi
2017-02-02Controller dialog: Update button label because skipping is now mostly fixedGarrett Brown
2017-02-02Fix discrete D-pad axes with a center that is slightly offsetGarrett 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 triggersGarrett 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 layoutsGarrett Brown
2017-02-02Merge pull request #11561 from Shani-08/patch-1Martijn Kaijser
create archive_cache if not exists
2017-02-02Correct table name to lower case, as MySQL is case sensitiveDaveTBlake
2017-02-02Merge pull request #11567 from Rechi/fixTrac17273KryptonMartijn Kaijser
Fix Trac 17273
2017-02-02create archive_cache if not existsShani-08
2017-02-02Merge pull request #11564 from MartijnKaijser/11454Martijn Kaijser
[pydocs] Corrections on the xbmcvfs/file examples
2017-02-02Merge pull request #11602 from MartijnKaijser/17.1rc1Martijn Kaijser
bump to 17.1rc1