aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-04[osx/ios/atv2] - synced xcode projectsMemphiz
2011-07-04[change] - use pan gesture recognizer for getting the velocity of a panMemphiz
- implement abort of inertial scrolling when tapping
2011-07-04[add] - added flag to XBMCEAGLView.mm indicating if we are up and running ↵Memphiz
(needed for the gesturecontroller to know when usage of g_application is save)
2011-07-04[add] - inertial scrolling with deacceleration in seperate classMemphiz
- calculates the deacceleration for getting to velocity = 0 in 1 sec - last 0.5 secs of deacceleration decreases the deacceleration by factor 0.9
2011-07-04[fix] - start scrolltimer when panning - for getting the letter index shown ↵Memphiz
when flicking - timer will be stopped on GESTURE_END
2011-07-04[add] - action id for aborting inertial scrollingMemphiz
- fixed define ACTION_PLAYER_PLAYPAUSE which was a dupe of ACTION_VSHIFT_UP
2011-07-03Merge pull request #225 from Montellese/jsonrpc_videoresumeMontellese
resume details in CVideoInfoTag and for jsonrpc
2011-07-03Merge pull request #240 from Montellese/jsonrpc_getalbumsMontellese
jsonrpc: fix limitation handling for AudioLibrary.GetAlbums (fixes #11543)
2011-07-03changed: make upnp renderer access slideshow in a threadsafe wayelupus
2011-07-03changed: don't use interpolated time for videoframe timing for better stabilitybobo1on1
2011-07-03added: option to request either interpolated or non-interpolated time from ↵bobo1on1
CDVDClock
2011-07-03added: interpolate time from CVideoReferenceClock::GetTime(), this makes a ↵bobo1on1
much more stable clock source for the resampler
2011-07-03Fixed: [Confluence] Close window still showed in context menu even when ↵Jezz_X
mouse input was disabled
2011-07-02[ios] Add missing clobber for 'd1' register in ARM round_int assembly. Make ↵Chris Lance
rnd_val const_double so that it will work with more ARM implementations (requires vfp3)
2011-07-01Merge pull request #241 from amet/python_cleanupZeljko Ametovic
Python cleanup
2011-07-02[cleanup] remove xbmc.dashboard() and ↵amet
CApplicationMessenger::RebootToDashBoard(), old xbox code
2011-07-02use xbmc.log() instead of xbmc.output()amet
2011-07-02remove duplicate code in xbmcmodule.cpp for xbmc.output() and warn that it ↵amet
will be depreciated soon
2011-07-02[ios] Added assembly for ARMv7 round_int functionChris Lance
2011-07-02[ios] - fixed commentMemphiz
- fixed delay until pan was detected
2011-07-02[fix] - fix linux build after last commitMemphiz
- use int as int and not as bool
2011-07-01Merge pull request #242 from Memphiz/gestureMemphiz
Gestures for iOS
2011-07-01[refactored] - moved IsAppleTV2 to DarwinUtilsMemphiz
- make IsAppleTV2 cache the result
2011-07-01[add] - HasCursor method to WinSystemBase - defaulting to trueMemphiz
- overwrite this for ios to false if not appletv2 - use HasCursor in GUIWindowPointer::UpdateVisibility
2011-07-01[ios] - use gesture api of XBMC for ios touch devicesMemphiz
- hide mouse cursor - double finger swipe left -> backspace - double finger single tap -> mouse right click
2011-07-01cosmetic: renamed variables introduced by the c/p monstervdrfan
2011-07-01fixed: VIDEOPLAYER.EPISODE returning wrong valuevdrfan
2011-07-01[ios] revert threading priority changesdavilla
2011-07-01jsonrpc: fix limitation handling for AudioLibrary.GetAlbums (fixes #11543)montellese
2011-07-01jsonrpc: fix "id" value in Player.OnPlay notification (fixes #11698)montellese
2011-07-01added: basque translation (thanks 9ande3r - closes #11696)vdrfan
2011-07-01fix compile warningsJonathan Marshall
2011-07-01reset the rendering resolution after rendering subs so that any window-based ↵Jonathan Marshall
controls are rendered correctly. Fixes #11695.
2011-06-30Fixed a problem with the CEventGroup.Jim Carroll
CEventGroup is meant to wait on a set of CEvents. The problem is that the auto-reset behavior of the CEvent was being honored when the event was being listed to through a group. This is now fixed. I also undid vdrfan's fix since the AbortableWait (which uses the CEventGroup) is now working correctly.
2011-06-30jsonrpc: add GUI.OnScreensaver(Activated|Deactivated) notifications (closes ↵montellese
#10937)
2011-06-30jsonrpc: add (Video|Audio)Playlist.Swap (fixes #11046)montellese
2011-06-30fixed: nyxboard keymappings to work with final version 1 of the deviceMartin Ellis
2011-06-30fix: clean database will fail on Mysqlamet
2011-06-30make sure we switch the YUV2RGB matrix to not be the identity. Fixes #11693.Jonathan Marshall
2011-06-30textboxes didn't update correctly in some casesJonathan Marshall
2011-06-30changing alpha means we need to mark picture dirtyJonathan Marshall
2011-06-30mark slideshow window initially dirtyJonathan Marshall
2011-06-30fixed: platforms previously building without sdl and with HAS_XBMC_MUTEX ↵theuni
were broken by 846506d9. Remove the now-useless check.
2011-06-30no need to SetTransform/RenderResolution in dim screensaver now that we ↵Jonathan Marshall
correctly handle it in the base class
2011-06-30ensure we run DoRender at the window level - else animations aren't ↵Jonathan Marshall
correctly rendered in some circumstance. Fixes #11660
2011-06-30ensure we set the window manager as init'd before we load windows not ↵Jonathan Marshall
otherwise loaded on demand, ensuring their windwo <visible> conditions are defined. Fixes #11692
2011-06-30no need for dim screensaver and debug info windows to not set load on demand ↵Jonathan Marshall
(there's nothing to load)
2011-06-30process fadelabel control so that it's not marked dirty when not scrollingJonathan Marshall
2011-06-30compute correct render rect for the label control - fixes #11651 (labels ↵Jonathan Marshall
without <height> specified)
2011-06-30ensure we invalidate the grouplist and mark dirty if scrolling. fixes #11688Jonathan Marshall