index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
Application.cpp
Age
Commit message (
Expand
)
Author
2014-10-02
Merge pull request #5349 from Karlson2k/vfs_fix_exists_01
Karlson2k
2014-09-28
fix setting resolution on startup
Rainer Hochecker
2014-09-23
Merge pull request #5327 from da-anda/keymap-handling
Martijn Kaijser
2014-09-18
Fix 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 action
da-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-22
Application.cpp: use new CLog::LogF macro
Karlson2k
2014-08-22
Remove/Replace some OutputDebugString() calls
Karlson2k
2014-08-16
Rename isDVDImage() to isDiscImage().
ace20022
2014-08-10
[log] use APP_NAME from version.txt file for log header
Martijn Kaijser
2014-08-09
Merge pull request #5105 from fritsch/removecrystalhd
Martijn Kaijser
2014-08-09
Merge pull request #5008 from jmarshallnz/edit_keyboard
jmarshallnz
2014-08-08
Merge pull request #5111 from t-nelson/query_stopped_stopwatch
jmarshallnz
2014-08-07
Merge pull request #5063 from ksooo/volume-maximum-cleanup
jmarshallnz
2014-08-06
ADD: [mouse] support long click + full click/double/long support for 5 buttons
Chris "Koying" Browet
2014-08-04
Merge pull request #5077 from topfs2/remove_hal
Tobias Arrskog
2014-08-03
Clean up ambiguous usages of CStopWatch.
Trent Nelson
2014-08-01
[namechange] Add Kodi splash and start log message with "Kodi"
14.0a2-Helix
Martijn Kaijser
2014-07-28
CrystalHD: Rest in peace
fritsch
2014-07-22
Fixed: Initialize CApplication::m_volumeLevel with VOLUME_MAXIMUM, not with
Kai Sommerfeld
2014-07-21
Remove HAL
Tobias Arrskog
2014-07-14
[url] use IsProtocol in place of GetProtocol
Jonathan 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-14
Merge pull request #4944 from ace20022/memleaks
jmarshallnz
2014-07-13
[pvr] rewrite of pvr windows
xhaggi
2014-07-13
[pvr] remove most calls to saving/loading channel settings
Sam Stenvall
2014-07-13
[application] create LoadVideoSettings() method
Sam 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 heap
Sam Stenvall
2014-07-13
[settings] pass the current video settings to SaveFileState job
Sam Stenvall
2014-07-10
[audioencoders] move vorbis, lame, flac and wav audio encoders to add-ons
Arne Morten Kvarving
2014-07-04
[stdstring] get rid of CStdString in CGUIListItem, CFileItem, CFileItemList
Jonathan Marshall
2014-07-02
[info] use static form of CGUIInfoLabel::GetLabel where we have no object
Jonathan Marshall
2014-06-29
[settings] - implement update mechanism for audiooutput setting (needed due t...
Memphiz
2014-06-22
Free 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-11
Merge pull request #4872 from jmarshallnz/filesys_to_curl
jmarshallnz
2014-06-10
[utils] modified GetRecursiveListing and GetRecursiveDirsListing to accept di...
Matthias Kortstiege
2014-06-10
Merge pull request #4287 from jmarshallnz/neverneverland
jmarshallnz
2014-06-10
[cosmetic] rename CFile::Cache to CFile::Copy as that's what it does
Jonathan Marshall
2014-06-10
[smartplaylist] use CURL for reading from files
Jonathan Marshall
2014-06-10
[filesystem] convert IDirectory interface to use CURL
Jonathan Marshall
2014-06-10
[CURL] make the CStdString constructor explicit, to ensure we capture functio...
Jonathan Marshall
2014-06-09
Merge pull request #4169 from koying/fixdvdtouch
jmarshallnz
[next]