Age | Commit message (Collapse) | Author |
|
names)
|
|
CServiceBroker::GetSettingsComponent()->GetProfilesManager() instead.
|
|
CServiceBroker::GetSettingsComponent()->GetSettings() instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I used the command
grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @
to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ApplicationMessenger had become a place to stick all kinds of convenience
methods and depending on just about everything. This PR cleans this up
and returns it back to a messaging class.
Removed the bool parameters and used naming from Win32 API with
SendMsg for blocking and PostMsg for non-blocking messaging.
|
|
Added Move constructors for a few types for CVariant and added
move versions to push_back and append.
Added plenty of include directives as they were missing.
Made many conversions to CVariant explicit to make it clear what happens and that the include is needed.
|
|
|
|
|
|
always use the DialogOK with the textbox input instead of separate lines
|
|
|
|
|
|
|
|
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647.
|
|
|
|
|
|
Closes #14070
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|