aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2019-10-30Profiles: ensure that the skin is reloaded after profile is loadedGarrett Brown
2019-09-19[application] Fix CApplication::ActivateScreenSaver to always allow 'Black' s...Kai Sommerfeld
2019-08-18Fix PlayMedia when item is a .strm or other playlist files. Ensure that they ...DaveTBlake
2019-07-01Revert "fixed: We should always update stream details from player (fixes #155...MilhouseVH
2019-04-29fixed: Resume bookmark would clear on player start failurearnova
2019-03-30[Application] - register Stereoscopicmanager for message target - workaround ...afl1
2019-03-19[posix] Quit instead of shutdown on signalsPhilipp Kerling
2019-03-18Merge pull request #15730 from pkerling/fix-posix-signalpkerling
2019-03-12[posix] Handle signals by setting atomic flag instead of pop-up threadPhilipp Kerling
2019-03-05Minor log changespeak3d
2019-03-04Merge pull request #15589 from arnova/always_player_streamdetailsArno van Amersfoort
2019-02-26fixed: We should always update stream details from player (fixes #15584)arnova
2019-02-22Stop playing current file when playlist player has stopped.DaveTBlake
2019-02-07[xbmc] application: handle resize event even in full screen state on windows.Anton Fedchin
2019-01-19CApplication: remove useless fallback conversionDimitry Ishenko
2018-12-19Inhibit screensaver in a later initialization stagePhilipp Kerling
2018-12-07[systeminfo] use timestamp for application build date from BUILDATE file,wsnipex
2018-11-18Actually destroy window system on application shutdownPhilipp Kerling
2018-11-11Merge pull request #14649 from angelblue05/masterDave Blake
2018-11-10Do not inhibit OS screensaver when DPMS is activePhilipp Kerling
2018-11-10Simplify screensaver deactivation conditionsPhilipp Kerling
2018-11-10Do not needlessly recreate screensaver inhibitorPhilipp Kerling
2018-11-02Merge pull request #14725 from VelocityRa/remove-testpatternsMartijn Kaijser
2018-10-31[Aplication] Don't render in Flip() if m_renderGUI is offpeak3d
2018-10-30Allow StartPercent property to be 0angelblue05
2018-10-26[xbmc][settings][GL][DX]: Remove test patternsVelocityRa
2018-10-26Revert "[xbmc][settings][GL][DX]: Remove test patterns"VelocityRa
2018-10-26[xbmc][settings][GL][DX]: Remove test patternsVelocityRa
2018-10-25Input: Move action source files to 'input/actions/' subfolderGarrett Brown
2018-10-19Merge pull request #14625 from lrusak/clean-shutdownLukas Rusak
2018-10-16CApplication: add nullptr checks to allow a clean shutdownLukas Rusak
2018-10-13Wait for AnnouncementManager thread to exitpeak3d
2018-10-09Cleanup some includes.ace20022
2018-10-08Rename ProfilesManager -> ProfileManager (source files, class name, variable ...Kai Sommerfeld
2018-10-08New settings component subcomponent: profiles manager.Kai Sommerfeld
2018-10-07Move init/uninit of Settings to CSettingsComponent::Init/Deinit.Kai Sommerfeld
2018-10-07Eliminate CServiceBroker::GetSettings(); use CServiceBroker::GetSettingsCompo...Kai Sommerfeld
2018-10-07New settings component subcomponent: settings.Kai Sommerfeld
2018-10-07Eliminate g_advancedSettings macro.Kai Sommerfeld
2018-10-07Introduce ServiceBroker::SettingsComponent and make advanced settings a subco...Kai Sommerfeld
2018-10-02Merge pull request #14478 from garbear/fix-vp-stuckGarrett Brown
2018-09-26Fix getting stuck using VideoPlayer and breaking game launchingGarrett Brown
2018-09-21cosmetics: fix formatting logfile locationwsnipex
2018-09-21[linux] allow overriding our userdata dirwsnipex
2018-09-09[PVR] Some code cleanup along the way.Kai Sommerfeld
2018-09-08CServiceBroker: return a pointer for CSettingsLukas Rusak
2018-09-03[application] Get rid of magic number to control ACTION_PREV_ITEM behavior.Kai Sommerfeld
2018-08-30[bluray] Simple menu: Don't show unplayable item dialog if the simple menu ge...ace20022
2018-08-25disable: Prefer stereo streams if user has configured 2.0 in AERainer Hochecker
2018-08-18Settings: Remove circular dependency on CPowerManagerGarrett Brown