aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2015-04-07renderer: Allow gui updates to be skipped when playing videopopcornmix
2015-04-03fix gui fps indicator for cases like dr kicks inRainer Hochecker
2015-04-01Merge pull request #6810 from Montellese/musicdb_singlesSascha Montellese
2015-04-01[daap] remove daap supportStefan Saraev
2015-04-01music: move EmbeddedArt and EmbeddedArtInfo from MusicInfoTag.h into its own ...montellese
2015-03-31Merge pull request #6777 from mateuszzz88/gamepad-volumejenkins4kodi
2015-03-26[tagloader] make TagLoaderFactory load by item (fixes #15879)Matthias Kortstiege
2015-03-21fix for gamepad volume changeMateusz Lewicki
2015-03-20fix frametime for active vsyncRainer Hochecker
2015-03-13[htsp] remove internal htsp support.ksooo
2015-03-12[mythtv] remove internal mythtv supportMatthias Kortstiege
2015-03-10input: extract CKeyboardLayoutManager from CKeyboardLayout and support loadin...montellese
2015-03-09Merge pull request #6612 from Paxxi/lircMartijn Kaijser
2015-03-08[filesystem/afp] - remove AFP implementationMemphiz
2015-03-08Merge pull request #5449 from koying/chgdroidwakelockChris Browet
2015-03-06FIX: [droid] keep wakelock on non-default screensaversChris "koying" Browet
2015-03-06CHG: [droid] refactor wake lock; follow our screensaverChris "Koying" Browet
2015-03-06[tuxbox] remove internal tuxbox supportMatthias Kortstiege
2015-03-06[linux] fix home path detectionmontellese
2015-03-06adjust language loading/handling logicmontellese
2015-03-05Fixed remote initializationPär Björklund
2015-03-04fix video library cleaning not initiated by a user blocking the main threadmontellese
2015-03-02Encapsulated g_RemoteControl in CInputManager.Pär Björklund
2015-03-02Encapsulated g_Mouse in CInputManagerPär Björklund
2015-03-02Encapsulated g_Keyboard in CInputManagerPär Björklund
2015-03-02Move more input processing over to CInputManager.Pär Björklund
2015-03-02Renamed GetInstance to GetPär Björklund
2015-03-02Merge pull request #6561 from FernetMenta/sdlopenglRainer Hochecker
2015-03-02[application] load videosettings by itemMatthias Kortstiege
2015-03-01CScriptInvocationManager: rename Execute() to ExecuteAsync() and add document...montellese
2015-02-27SDL clean-up - remove HAS_SDL_OPENGLRainer Hochecker
2015-02-19Merge pull request #6406 from Montellese/videodb_queuingMatthias Kortstiege
2015-02-19Merge pull request #6402 from Karlson2k/w32_setloc_01Pär Björklund
2015-02-19[win32] Set thread local locale for main threadKarlson2k
2015-02-18[fix] Allow mixed Audio&Video playlistsViolet Red
2015-02-16video library: move all video library scanning logic into CVideoLibraryQueue ...montellese
2015-02-16video library: move all video library cleaning logic into CVideoLibraryQueuemontellese
2015-02-16videodb: cleanup paramters of CleanDatabase()montellese
2015-02-15[android] bump minimum API version to 17 and set target API to 21. Also remov...Martijn Kaijser
2015-02-14remove pre-Frodo upgrade code for legacy audio channel settingsMartijn Kaijser
2015-02-14remove pre-Frodo upgrade code for legacy add-on settingsMartijn Kaijser
2015-02-14Merge pull request #6411 from mgehre/dpms_no_renderMatthias Kortstiege
2015-02-13[cleanup] kills m_seekHandler in CApplication because SeekHandler use Singletonxhaggi
2015-02-13[seek] refactor analog seek handling out of CApplication into CSeekHandlerxhaggi
2015-02-13[seek] refactor seek handling out of CGUIWindowFullScreen into CSeekHanlderxhaggi
2015-02-12Do not render when dpms is activeMatthias Gehre
2015-02-10[C++11] replace deprecated auto_ptr by unique_ptrChris "Koying" Browet
2015-02-10CHG: Move to c++11 and use std:shared_ptr rather than boostChris "Koying" Browet
2015-02-09Remove no longer needed initialization callFrank Razenberg
2015-02-08Merge pull request #6334 from ace20022/dialogs_refaAndreas Zelend