aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2012-01-21finally fixed: start service addons using login after the user has logged in ...WiSo
2012-01-19fixed: when using STARTUP for service addons the service should only started ...WiSo
2012-01-19Merge pull request #476 from energy6/xbmc-restore-volumeMatthias Kortstiege
2012-01-13changed, show where we are looking for log folder when we fail to init loggin...davilla
2012-01-12fix JSON-RPC's zeroconf service names (a service name must not exceed 15 char...montellese
2012-01-11jsonrpc: fix and refactor implementation of Input namespace for better key em...montellese
2012-01-09fixed, ifdef c8fb08f00589838e36cece6a5ce8122296cb601e for windows only, osx w...S. Davilla
2012-01-08fix zeroconf naming clash of JSON-RPC (HTTP and TCP)montellese
2012-01-07[AirPlay] - fix airplay when using iOS 5 clients. Some more reverse engineeri...Memphiz
2012-01-06[WIN] resize to stay fullscreen when using Windows 7 shortcuts shift+windows+...CrystalP
2012-01-03fixed: compilation failure with --disable-webserverelupus
2012-01-03changed: always use the devices friendlyname for the service publishing via z...vdrfan
2012-01-02jsonrpc: reset system idle timer when an Input method is executed (thanks amet)montellese
2011-12-31Added new event when the user moves the main windowCrystalP
2011-12-30fixed: compile with --disable-optical-drive broke in 825175e4a300ea1409cc288f...bobo1on1
2011-12-29fixed: initialize members in the order they were declaredvdrfan
2011-12-29Merge pull request #567 from Montellese/jsonrpc_12279Sascha Montellese
2011-12-29initialize JSON-RPC before loading the first window (Startup.xml) of a skin (...montellese
2011-12-28changed: move webserver and bookmarks header out of application.helupus
2011-12-28changed: avoid including Autorun.h all over xbmcelupus
2011-12-28Fixed resume function on DVD discs and refactoring PlayDisc to include/replac...Voyager-xbmc
2011-12-27changed: show xbmc version and hostname in xbmc.log (based on pull request 585)vdrfan
2011-12-22fixed: WakeUpScreenSaver not properly stoping the builtin slideshow screensav...vdrfan
2011-11-28[WIN32] changed: refactored InitDirectoriesWin32 and moved the logfile in por...wsoltys
2011-11-27[revert] - there was some debug code leftover from last commitMemphiz
2011-11-27[fix] - don't swap pixels on the first line only - but do it with the whole s...Memphiz
2011-11-23Merge pull request #540 from jhsrennie/mulhiddevJohn Rennie
2011-11-21fixed: resume bookmarks not working for plugin:// itemsspiff
2011-11-18Add support for multiple simultaneous HID device mappingsJohn Rennie
2011-11-17Minor readability improvements suggested by LarsJohn Rennie
2011-11-16Append device specific mappings to keymapJohn Rennie
2011-11-13[osx] fixed, restore default SIGSEGV handler after SDL_Init steals itdavilla
2011-11-05Attempt to get PlayDisc to work properly on linux even if multiple drives are...elupus
2011-10-30fixed: don't switch to fullscreen when next track in playlist is video (even ...pieh
2011-10-28[fix] - possible crash when if is down and airplay tries to fetch the mac adr...Memphiz
2011-10-24[fix] - use private context for afp aswell and unmount all volumes when afp i...Memphiz
2011-10-23d-r: pass the correct dirty-region to the renderertheuni
2011-10-23fixed, teach me to eat my own dogfooddavilla
2011-10-23changed, show which darwin os we are running underdavilla
2011-10-18changed: rename property to reduce chances of confusing it for something elsespiff
2011-10-18Merge pull request #498 from cptspiff/starttrackArne Morten Kvarving
2011-10-18added: option to specify a starting track when calling PlayMedia on a playlistspiff
2011-10-18fixes #12103, use SYSTEM_FRIENDLY_NAME to name AirTunes serverdavilla
2011-10-17Fix compilation if HAS_DBUS is definedKyle Hill
2011-10-17removed: nuked outdated dbusserver code - use the service dbus/mpris addon in...vdrfan
2011-10-16always initialize jsonrpc (fixes #12092)montellese
2011-10-07[airtunes/airplay] - use non used listen ports for airtunes and airplay serve...Memphiz
2011-10-07Restore volume level at application start.Jonatan Antoni
2011-10-06fixed: if no visualization is active, we should active the screensaver even i...spiff
2011-10-03Fix use of shift A-Z for navigation in listsJohn Rennie