aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2013-04-27changed: Improve commentarnova
2013-04-10[WIN32] removed m_AppActive and use SetRenderGui instead.wsoltys
2013-04-08Pass action by const reference in CApplication::ExecuteInputAction()Garrett Brown
2013-04-08settings: move audio settings to CApplicationmontellese
2013-04-08settings: move system uptime setting to CSysInfomontellese
2013-04-07settings: move more settings to CMediaSettingsmontellese
2013-04-07settings: move some more settings to CAdvancedSettingsmontellese
2013-04-07Merge pull request #2487 from ulion/touch_focus_unfocus_fixjmarshallnz
2013-04-06made the bookmark actions available in keymapsFice
2013-04-06send a MOUSE_MOVE message with no offsetX or offsetY when focusing controls f...Jonathan Marshall
2013-04-06move the focus on tap to CApplication::OnEvent() rather than being in the tou...Jonathan Marshall
2013-04-05allow fullscreen actions such as next subtitle, audio stream, audio/subs dela...Jonathan Marshall
2013-04-04Merge pull request #2533 from petriposio/masterjmarshallnz
2013-04-04Merge pull request #2531 from Montellese/settings_cleanup_4Sascha Montellese
2013-04-04settings: move profile settings to CProfilesManagermontellese
2013-04-04move profile related files into new "profiles" directorymontellese
2013-04-04settings: move SetLanguage from CGUISettings to CApplicationmontellese
2013-04-04settings: move current resolution settings to CDisplaySettingsmontellese
2013-04-05[fix] deactivate mouse if mouse event is mapped to a non-mouse actionpete
2013-04-04fixed memory leak on minimized due to missing deletion of unused textures (fi...wsoltys
2013-04-04[Fix] Generic touch now can unfocus gui control correctly.ulion
2013-04-02Merge pull request #2485 from koying/fixtouchactionsChris Browet
2013-04-01settings: move resolution/calibration settings to CDisplaySettingsmontellese
2013-04-01settings: don't forget to unregister subsettings and settings handler impleme...montellese
2013-04-01settings: move watched and video settings into CMediaSettingsmontellese
2013-04-01settings: move view state settings into CViewStateSettingsmontellese
2013-04-01settings: move source settings into CMediaSourceSettingsmontellese
2013-04-01settings: move skin settings into CSkinSettingsmontellese
2013-04-01CApplication: implement ISettingsHandlermontellese
2013-04-01CAdvancedSettings: implement ISettingsHandlermontellese
2013-04-01CUPnPSettings: implement ISettingsHandlermontellese
2013-04-01CRssManager: implement ISettingsHandlermontellese
2013-04-01CPlayerCoreFactory: implement ISettingsHandlermontellese
2013-04-01gui: move clean of dirty regions to afterrender and call that from appJoakim Plate
2013-03-26FIX: Send Touch actions to the proper windowChris "koying" Browet
2013-03-16changed: split off IPlayer callback to a separate filespiff
2013-03-10Fix typo in RPC service name in CApplication::StartJSONRPCServer()Vegar Storvann
2013-03-09Merge pull request #2325 from da-anda/instant-livetvLars Op den Kamp
2013-03-08[PVR] add possibility to start liveTV or PVR radio playback via cAction and k...Franz Koch
2013-03-08add background mode/flag in the main Application and used in iosulion
2013-03-07Merge pull request #2135 from Montellese/touch_inputSascha Montellese
2013-03-07Merge pull request #2252 from popcornmix/toggle_digital_analoguehuceke
2013-03-06changed: remove scrobbler and last.fm radio supportspiff
2013-03-05input: implement touch input through mappable actionsmontellese
2013-03-04Merge pull request #2258 from Montellese/settings_cleanupSascha Montellese
2013-03-04Merge pull request #2169 from arnova/pause_jobs_for_video_playarnova
2013-03-04changed: Run SaveFileState job with priority normal to make sure it doesn't g...arnova
2013-03-04changed: Implement pause/unpause for the job queue of a certain priority and ...arnova
2013-03-04fixed: Instead of checking whether the item is video, check whether we're pla...arnova
2013-03-04fixed: Move storing of streamdetails from CApp::PlayFile() to the SaveFileSta...arnova