aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2017-06-17[addons/settings] CGUIDialogAddonSettings: re-add "Addon.ID" window propertymontellese
2017-06-17[addons] make binary addon management independentAlwin Esch
2017-06-17[addons} add option to ignore extension parse on managerAlwin Esch
2017-06-17[addons] update on CAddonInfo setters to set valuesAlwin Esch
2017-06-13[pvr] remove the use of memset from CPVRClientAlwin Esch
2017-06-13[pvr] remove the no longer needed HAS_PVRCLIENTSAlwin Esch
2017-06-13[pvr] remove the use of ADDON::CAddonDll::FromExtensionAlwin Esch
2017-06-12[addons/settings] CAddonSettings: fix "file" settings not opening the file se...montellese
2017-06-12[addons] change way to get settingsAlwin Esch
2017-06-12[addons] change visualization to new wayAlwin Esch
2017-06-10Merge pull request #12276 from Montellese/addon_settings_fallout_2Sascha Montellese
2017-06-10[addons/settings] CAddonSettings: avoid accessing the m_addon weak_ptrmontellese
2017-06-09[addons/settings] CAddonSettings: fix calculation of step size for rangeofnum...montellese
2017-06-09Merge pull request #12271 from garbear/games-namespaceGarrett Brown
2017-06-09[addons/settings] CAddonSettings: support closing the settings dialog when ac...montellese
2017-06-09[addons/settings] CAddonSettings: fix old action settings without identifier ...montellese
2017-06-09[addons/settings] CAddonSettings: treat settings without identifier as read-o...montellese
2017-06-09[addons/settings] CAddonSettings: fix parsing of category/setting labels defi...montellese
2017-06-09[settings/dialogs] use GetSettingsLabel to get the label of a category/groupmontellese
2017-06-08Merge pull request #12238 from garbear/override-warningsGarrett Brown
2017-06-08fixed: add appropriate using statements where virtual methods and overloading...notspiff
2017-06-08[addons/settings] CAddonSettings: fix info bool expression evaluationmontellese
2017-06-08[addons/settings] CAddonSettings: fix compiler warning about signed / unsigne...montellese
2017-06-08[addons/settings] CAddonSettings: remove misleading log warning about invalid...montellese
2017-06-08[addons/settings] CAddonSettings: initialize conditionsmontellese
2017-06-08Move games code to KODI namespaceGarrett Brown
2017-06-08Merge pull request #12258 from ace20022/isolangcodesAndreas Zelend
2017-06-08Merge pull request #12260 from AlwinEsch/add-addon-infoAlwin Esch
2017-06-08Merge pull request #12259 from AlwinEsch/add-callbacks-7Alwin Esch
2017-06-08[addons] add gui control classes to new addon interfaceAlwin Esch
2017-06-08[addons] add next step on CAddonInfo to become independentAlwin Esch
2017-06-07[lang] Rename all occurrences of ISO6392T to ISO6392B.ace20022
2017-06-07Merge pull request #12251 from Montellese/settings_cpp11Sascha Montellese
2017-06-07Merge pull request #12204 from AlwinEsch/add_functionAlwin Esch
2017-06-07[addons] move AddonProps to new CAddonInfo classAlwin Esch
2017-06-06Merge pull request #12244 from tamland/addons_arttamland
2017-06-06[settings] adjust code using settings library to C++11montellese
2017-06-06Merge pull request #12240 from AlwinEsch/add-callbacks-7Alwin Esch
2017-06-05Merge pull request #12228 from Montellese/addon_settings_new_python_methodsMartijn Kaijser
2017-06-05[addons/settings] CAddonSettings: handle the fact that setting conditions use...montellese
2017-06-05[add-ons/settings] add python setting getters/setters for bool/int/number/stringmontellese
2017-06-05[addons/settings] CAddonSettings: reduce verbosity about loading old setting ...montellese
2017-06-05[addons] add banner and clearlogo supportThomas Amland
2017-06-05[addons] refactor model to use ArtMap similar to other mediaThomas Amland
2017-06-05[cmake] fix CMakeLists.txt include pathsAlwin Esch
2017-06-05[addons] fix CID 170221: Null pointer dereferencesAlwin Esch
2017-06-05[addons] rename addon dialogs to use namespace kodi::gui::dialogs::..Alwin Esch
2017-06-05[addons] add first gui control addon class for buttonsAlwin Esch
2017-06-05Merge pull request #12230 from AlwinEsch/add-addon-infoAlwin Esch
2017-06-04Merge pull request #12232 from AlwinEsch/add-callbacks-7Martijn Kaijser