aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2014-10-02Merge pull request #5349 from Karlson2k/vfs_fix_exists_01Karlson2k
2014-09-28fix setting resolution on startupRainer Hochecker
2014-09-23Merge pull request #5327 from da-anda/keymap-handlingMartijn Kaijser
2014-09-18Fix wrongly used CFile::Exists() for directories instead of CDirectory::Exists()Karlson2k
2014-09-14[Bugfix] PlayPause should toggle "Play" action while seeking (FF/RW)da-anda
2014-09-14[UX] Play button/action should not pause - for this we have PlayPause actionda-anda
2014-09-07[PVR][input] add special case handling and default keymaps for PVR radio in v...da-anda
2014-09-07[input] use same keymap fallback logic for touch inputs than for keyboard and...da-anda
2014-09-07[input] use GetActiveWindowId() for resolving window actions for keyboard inp...da-anda
2014-08-22Application.cpp: use new CLog::LogF macroKarlson2k
2014-08-22Remove/Replace some OutputDebugString() callsKarlson2k
2014-08-16Rename isDVDImage() to isDiscImage().ace20022
2014-08-10[log] use APP_NAME from version.txt file for log headerMartijn Kaijser
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
2014-08-09Merge pull request #5008 from jmarshallnz/edit_keyboardjmarshallnz
2014-08-08Merge pull request #5111 from t-nelson/query_stopped_stopwatchjmarshallnz
2014-08-07Merge pull request #5063 from ksooo/volume-maximum-cleanupjmarshallnz
2014-08-06ADD: [mouse] support long click + full click/double/long support for 5 buttonsChris "Koying" Browet
2014-08-04Merge pull request #5077 from topfs2/remove_halTobias Arrskog
2014-08-03Clean up ambiguous usages of CStopWatch.Trent Nelson
2014-08-01[namechange] Add Kodi splash and start log message with "Kodi"14.0a2-HelixMartijn Kaijser
2014-07-28CrystalHD: Rest in peacefritsch
2014-07-22Fixed: Initialize CApplication::m_volumeLevel with VOLUME_MAXIMUM, not withKai Sommerfeld
2014-07-21Remove HALTobias Arrskog
2014-07-14[url] use IsProtocol in place of GetProtocolJonathan Marshall
2014-07-14[keyboard] drop the input.remoteaskeyboard setting as no longer required.Jonathan Marshall
2014-07-14[stdstring] get rid of CStdString in addons/Arne Morten Kvarving
2014-07-14Merge pull request #4944 from ace20022/memleaksjmarshallnz
2014-07-13[pvr] rewrite of pvr windowsxhaggi
2014-07-13[pvr] remove most calls to saving/loading channel settingsSam Stenvall
2014-07-13[application] create LoadVideoSettings() methodSam Stenvall
2014-07-13[settings] don't ignore PVR channels in SaveFileState()Sam Stenvall
2014-07-13[settings] use SaveFileState() instead of SaveCurrentFileSettings()Sam Stenvall
2014-07-13[cosmetics] always create the save file state job on the heapSam Stenvall
2014-07-13[settings] pass the current video settings to SaveFileState jobSam Stenvall
2014-07-10[audioencoders] move vorbis, lame, flac and wav audio encoders to add-onsArne Morten Kvarving
2014-07-04[stdstring] get rid of CStdString in CGUIListItem, CFileItem, CFileItemListJonathan Marshall
2014-07-02[info] use static form of CGUIInfoLabel::GetLabel where we have no objectJonathan Marshall
2014-06-29[settings] - implement update mechanism for audiooutput setting (needed due t...Memphiz
2014-06-22Free allocated CTimeSmoother at exit.ace20022
2014-06-21[Fix] Cleanup emu environment items on exit.ace20022
2014-06-12[stdstring] switch CUtil::SplitParams/SplitExecFunction to use vector<string>...Jonathan Marshall
2014-06-11Merge pull request #4872 from jmarshallnz/filesys_to_curljmarshallnz
2014-06-10[utils] modified GetRecursiveListing and GetRecursiveDirsListing to accept di...Matthias Kortstiege
2014-06-10Merge pull request #4287 from jmarshallnz/neverneverlandjmarshallnz
2014-06-10[cosmetic] rename CFile::Cache to CFile::Copy as that's what it doesJonathan Marshall
2014-06-10[smartplaylist] use CURL for reading from filesJonathan Marshall
2014-06-10[filesystem] convert IDirectory interface to use CURLJonathan Marshall
2014-06-10[CURL] make the CStdString constructor explicit, to ensure we capture functio...Jonathan Marshall
2014-06-09Merge pull request #4169 from koying/fixdvdtouchjmarshallnz