aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-27[gles] fixed, m_iVSyncMode var in two places with different type, opps. pick ↵Gotham_alpha1davilla
one, please
2013-02-27[gles] fix compiler warningdavilla
2013-02-27fixed: (Cosmetic) C&P errorarnova
2013-02-27Merge pull request #2307 from ulion/fix_redirected_shoutcast_ticket_12729ulion
Fix redirected shoutcast ticket 12729
2013-02-27Merge pull request #2300 from ulion/fix_simple_file_cache_seek_wait_data_amountulion
Fix the WaitData amount in CSimpleFileCache::Seek, count from read pos.
2013-02-27Merge pull request #2312 from Montellese/14066_builtins_pathsSascha Montellese
jsonrpc: fix (odd) paths being passed to builtins methods
2013-02-27CFavourites: replace Paramify() implementation with StringUtils::Paramify()montellese
2013-02-27jsonrpc: bump version to 6.0.3montellese
2013-02-27jsonrpc: fix passing of paths to builtin methods (fixes #14066)montellese
2013-02-27[test] add unit test for StringUtils::Paramifymontellese
2013-02-27StringUtils: add Paramify() method to escape strings before passing them to ↵montellese
builtins methods
2013-02-26Merge pull request #2293 from Voyager1/trac_13929jmarshallnz
Fix resume playback from playlist does not work (trac 13929)
2013-02-26[atv2] - if users diddle XBMC into the toprow with plist manipulation - ↵Memphiz
prevent crash - but show our nice topshelf logo instead
2013-02-26Fix resume playback from playlist does not work (trac 13929)Voyager1
2013-02-26[atv2-packaging] - copy our icon to TopRowIcon.png in case we are moved to ↵Memphiz
toprow
2013-02-26CoreAE: make sure we zero out any left over output channels during mixingJoakim Plate
2013-02-26CoreAE: validate that matrix fit's in mixer sizeJoakim Plate
2013-02-26Revert "[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-02-26Merge pull request #2301 from Tolriq/CorrectPlayPauseSascha Montellese
jsonrpc: correct Player.PlayPause behavior
2013-02-26Added DllDynamic::GetFile() to complement DllDynamic::SetFile()Garrett Brown
2013-02-26Marked DllDynamic::IsLoaded() as constGarrett Brown
2013-02-26Merge pull request #2311 from Montellese/14097_episode_countSascha Montellese
video library: fix handling of watched episode count in custom tvshow nodes
2013-02-25video library: fix handling of watched episode count in custom tvshow nodes ↵montellese
(fixes #14097)
2013-02-25CFileItem: 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-02-25Merge pull request #2308 from Montellese/13676_video_refreshSascha Montellese
refresh the correct video viewed in the video info dialog (fixes #13676)
2013-02-25refresh the correct video viewed in the video info dialog (fixes #13676)montellese
2013-02-25Fix 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-02-25Fix crash in CShoutcastFile::Close(), clear buffer pointer after delete.ulion
2013-02-24Merge pull request #2274 from ulion/fix_curl_exists_stat_for_ftpdirulion
Fix CurlFile::Exists/Stat for check ftp directory with proper cwd method.
2013-02-24Merge pull request #2279 from ulion/fix_curl_slistulion
Fix curl slist related double append and memory leak
2013-02-24Merge pull request #2296 from ↵ulion
ulion/fix_ios_gesture_longpress_override_pan_problem [IOS] Fix long press gesture send mouse right down/up/move event correctly
2013-02-24Merge pull request #2292 from ulion/fix_ios_gesture_end_not_sent_when_canceledulion
[IOS] Fix ios gesture end event not sent problem when gesture canceled
2013-02-24Merge pull request #2291 from ace20022/warningsjmarshallnz
Silence warnings double -> int
2013-02-24Merge pull request #2289 from fritsch/ae-segfault-fixdavilla
AE: Fix segfault after indirection patches
2013-02-24Correct 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-02-24Fix the WaitData amount in CSimpleFileCache::Seek, count from read pos.ulion
2013-02-24Using namespace rather than namespace scope quote.ulion
2013-02-24[IOS] Fix no gesture end event problem when gesture be canceled.ulion
2013-02-24[IOS] Fix no mouse left up event problem by using single tap gesture recognizer.ulion
2013-02-24[IOS] Fix long press gesture send mouse right down/up/move event correctly.ulion
2013-02-23Merge pull request #2298 from ulion/fix_postmousemotionevent_double_scaleulion
[IOS] Fix and unify postMouseMotionEvent use scaled point position.
2013-02-24[IOS] Fix and unify postMouseMotionEvent use scaled point position.ulion
2013-02-23[AESinkNull] Silence warning double -> intace20022
2013-02-23[Application] Silence warning double -> intace20022
2013-02-23Make sure call CurlFile::Exists with url path ends with slash for ftp dir.ulion
2013-02-23Merge pull request #2239 from ulion/fix_simplefilecache_waitdataJoakim Plate
Refactor CSimpleFileCache::WaitData, kill race conditions.
2013-02-23AE: fix segfault after indirection patchesfritsch
2013-02-23Merge pull request #2280 from ace20022/cosmeticMemphiz
[Fix] Add lost parameter in GUIKeyboardFactory
2013-02-23[fix] Add lost parameter.ace20022
2013-02-23[Cosmetic] Remove superfluous "!= 0"ace20022