aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-09[lang] update of skin.confluence language filesalanwww1
2013-03-09[lang] update of core language filesalanwww1
2013-03-09[lang] update of internal addon language filesalanwww1
2013-03-08fixed: We can only obtain the aspect & duration this way when the Process() ↵arnova
thread is running
2013-03-07[pvr] bump pvr add-ons to 590f862065d0f07d399fe4443a72dc37394becb4 for Frodo ↵Lars Op den Kamp
12.1
2013-03-05[osx] fixed again, not all GPU are named the samedavilla
2013-03-05[osx] fixs #13907, fixes #13740 and tastes good too. VDA issues on intel/ati ↵davilla
GPUs
2013-03-05FIX: in CDAVDirectory::Exists, using PROPFIND without depth might return 403Chris "Koying" Browet
2013-03-05fixed: Instead of checking whether the item is video, check whether we're ↵arnova
playing video else we may obtain invalid info due to racing
2013-03-05changed: When checking for eg. user thumbs just check whether it's either a ↵arnova
folder or a video file
2013-03-05fixed: Move storing of streamdetails from CApp::PlayFile() to the ↵arnova
SaveFileState-job, where it already partially was (for DVD stuff). This fixes a few issues: - Races causing possible invalid streamdetails to be stored in the db; - Stream details for current file were not stored when item was not in the db yet; - Check whether the streamdetails in the db need updating by comparing. This fixes also fixes previously invalid/incomplete stored details; - Also clarify the special case for DVD stuff.
2013-03-05fixed: The VideoThumbLoader didn't fetch streamdetails for items that didn't ↵arnova
have a file id set in their infotag
2013-03-05added: = & != operator for CStreamDetailsarnova
2013-03-05changed: Add rule for selecting remote (or non-local) items for player ↵arnova
selection rules
2013-03-05[WIN32] fixed: first process OnSleep events before going into suspend (fixes ↵wsoltys
#14101)
2013-03-05websocket: fix inability to handle multiple queued websocket frames/messages ↵montellese
(fixes #13848)
2013-03-05Fix ticket 12729, ignore content-length of shoutcast file.ulion
When the shoutcast file was 302 redirected, libcurl may return the content-length of the 302 page's body, it cause next read return 0.
2013-03-05Fix crash in CShoutcastFile::Close(), clear buffer pointer after delete.ulion
2013-03-05Fix the WaitData amount in CSimpleFileCache::Seek, count from read pos.ulion
2013-03-05jsonrpc: bump version to 6.0.3montellese
2013-03-05Correct Player.PlayPause behaviorTolriq
In current implementation using play parameter as boolean won't force the playerspeed to 1 as it should. This PR correct this so that using a bool parameter act as the toggle and provide the same behavior as GUI or EventServer.
2013-03-05jsonrpc: bump version to 6.0.1 after fix in ↵montellese
44916b33908f77692d8838446035de3e3bc10ca1
2013-03-05JSON-RPC: Add missing "xbmc.pvrclient" entry to Addon.Types enumGarrett Brown
2013-03-05jsonrpc: fix passing of paths to builtin methods (fixes #14066)montellese
2013-03-05StringUtils: add Paramify() method to escape strings before passing them to ↵montellese
builtins methods
2013-03-05Removed unused test in StringUtils.hFice
2013-03-05[atv2] - if users diddle XBMC into the toprow with plist manipulation - ↵Memphiz
prevent crash - but show our nice topshelf logo instead
2013-03-05[atv2-packaging] - copy our icon to TopRowIcon.png in case we are moved to ↵Memphiz
toprow
2013-03-05CoreAE: make sure we zero out any left over output channels during mixingJoakim Plate
2013-03-05CoreAE: validate that matrix fit's in mixer sizeJoakim Plate
2013-03-05Revert "[AE/CA] - fix the matrix mixer by obeying a setpwidth of the number ↵Joakim Plate
of output device channels (should fix mixing issues where user reported stereo files appear mono only and maybe some other strange things)" This reverts commit 6353323f3e834d95fb17bc35794645ba1060c963. The mixing unit is not the same as device. The output's in the mixing unit doesn't match the device output. So the matrix it has internally doesn't have anything to do with device outputs.
2013-03-05airplay: switch to non apple tv nameJoakim Plate
This makes discovery of xbmc more reliable in mac osx. Thanx to matli on forum for find. Signed-off-by: Joakim Plate <elupus@ecce.se> Signed-off-by: Memphiz <memphis@machzwo.de>
2013-03-05zeroconf/osx: maintain txt field order on publishJoakim Plate
OSX create the txt records using a dictionary, so to maintain order, we use a custom hash function that put all elements in the same hash bucket.
2013-03-05zeroconf: maintain txt record order when publishing serviceJoakim Plate
2013-03-05video library: fix handling of watched episode count in custom tvshow nodes ↵montellese
(fixes #14097)
2013-03-05CFileItem: extend Copy() with an optional "copyItems" parameter (true by ↵montellese
default) to be able to only copy the properties of a list without the items
2013-03-05refresh the correct video viewed in the video info dialog (fixes #13676)montellese
2013-02-25Make sure call CurlFile::Exists with url path ends with slash for ftp dir.ulion
2013-02-25Fix CurlFile::Exists/Stat for check ftp directory with proper cwd method.ulion
2013-02-25Remove duplicated line which is same with the one 4 lines above.ulion
2013-02-25Fix memory leak, Exists/Stat allocated resource not released correctly.ulion
2013-02-25Fix double append to m_curlAliasList bug by NULL check.ulion
2013-02-25[IOS] Fix long press gesture send mouse right down/up/move event correctly.ulion
2013-02-25[IOS] Fix no gesture end event problem when gesture be canceled.ulion
2013-02-25[IOS] Fix no mouse left up event problem by using single tap gesture recognizer.ulion
2013-02-25[IOS] Fix and unify postMouseMotionEvent use scaled point position.ulion
2013-02-25Refactor CSimpleFileCache::WaitData, kill race conditions.ulion
2013-02-25AE: fix segfault after indirection patchesfritsch
2013-02-25bump xbmc.addon to 12.1.0ronie
2013-02-25Fix check common subtitle subdir existence without suffix slash bug.ulion