Age | Commit message (Collapse) | Author |
|
[Python-api] allow setting country via setInfo()
|
|
[linux] Move hotplug checking into its own thread
|
|
|
|
|
|
|
|
|
|
CID 1357156: Integer handling issues (CONSTANT_EXPRESSION_RESULT)
|
|
AnnouncementManager: make a copy of file item
|
|
[builtins] remove no more used doc part
|
|
|
|
fix gtest
|
|
|
|
|
|
|
|
|
|
GUILib code cleanup
|
|
Fix cmake build after PR9429
|
|
|
|
push_back()
|
|
|
|
|
|
Eliminate a temporary copy.
|
|
|
|
|
|
Cheaper.
|
|
[guilib] fix: clear m_expressions in ClearIncludes()
|
|
|
|
|
|
[StringUtils] performance tweak for EqualsNoCase(std::string, std::string)
|
|
[pvr] - rework PVRManager, addons are owned by addon system
|
|
|
|
Fix two unit test build failures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently checking for new linux input devices is called from the rendering thread.
We've been getting reports of skipped frames on raspberry pi.
Specifically if eventlirc is active and you have an LIRC capable device connected
the hotplug check is slow and you get a frame skip every ten seconds.
So move this code into its own thread
|
|
stereoscopicmanager: Don't treat mono as stereoscopic
|
|
never cache addons directories
|
|
VideoPlayer: InputStream, test for ID, not Name if inputstream proper…
|
|
|
|
Yet another unit test crash fix.
|
|
Fixes breakage due to commit bf19cc057
|
|
Fixes compiler error:
bits/unique_ptr.h:74:22: error: invalid application of 'sizeof' to incomplete type 'ANNOUNCEMENT::CAnnouncementManager'
|
|
[pvr] remove not used GUI message
|
|
PVR/EPG code cleanup
|
|
VideoPlayer: InputStream, skip URL checks if addon is requested expli…
|