Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-29 | [video] Improve library refresh progress dialog content a bit. | ksooo | |
2022-05-07 | [cleanup] remove unnecessary Application.h includes | Arne Morten Kvarving | |
2022-02-23 | CSingleLock: replace with std::unique_lock | Lukas Rusak | |
2020-10-30 | [clang-tidy] performance-unnecessary-value-param | Rechi | |
2019-07-09 | [format] fix include order | Rechi | |
2018-09-12 | [modernize][dialogs] range-based loops | Rechi | |
2018-07-27 | [xbmc] Update copyright year span | h.udo | |
2018-07-27 | [xbmc] Team XBMC -> Team Kodi | h.udo | |
2018-07-27 | [xbmc] GPL-2.0-or-later SPDX license identifier | h.udo | |
2018-01-24 | A mass change from xbmc.org to kodi.tv. | Stig-Ørjan Smelror | |
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 | |||
2017-07-07 | [modernize][dialogs] Prefer 'default' for declarations | h.udo | |
2016-01-28 | allow skins to override default focus | ronie | |
2016-01-19 | make 'ok', 'yesno' & 'progress' dialogs use the same xml file | ronie | |
2015-08-29 | [dialogs] use std:: instead of using namespace std | Matthias Kortstiege | |
2015-07-08 | Changed method signatures to use CVariant instead of const CVariant& | Pär Björklund | |
As almost every call to these methods are using a temporary CVariant it makes little sense to have them as const ref. It should be more performant this way as the temporary variable can just be move constructed. | |||
2015-07-08 | CVariant fixes | Pär Björklund | |
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. | |||
2014-12-16 | Revert "rename xbmc folder to src" | Rainer Hochecker | |
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647. | |||
2014-12-15 | rename xbmc folder to src | Fneufneu | |
2014-08-26 | Use new overload of StringUtils::Split() | Karlson2k | |
2014-07-14 | [stdstring] get rid of CStdString in dialogs/ | Arne Morten Kvarving | |
2014-02-02 | Add auto-height for textbox controls | Bl4ck09 | |
2013-12-30 | CGUIDialogBoxBase: avoid duplicate code | montellese | |
2013-11-11 | [dialogs] store a single string rather than vector of strings for lines | Jonathan Marshall | |
2013-11-11 | [dialogs] no need to set default labels for lines and heading | Jonathan Marshall | |
2013-11-11 | [dialogs] adds SetText() for setting all lines in a dialog at once | Jonathan Marshall | |
2013-11-11 | [dialogs] use vector<string> for lines rather than a constrained value now ↵ | Jonathan Marshall | |
that we can take a textbox | |||
2013-11-11 | [dialogs] support use of textbox (id 9) for lines instead of 3 labels | Jonathan Marshall | |
2013-11-11 | [dialogs] update dialog lines/headings in Process() rather than by sending ↵ | Jonathan Marshall | |
messages around | |||
2013-07-25 | [cosmetics] update copyright headers | M. Kaijser | |
2013-02-09 | [cosmetics] update date in GPL header | Martijn Kaijser | |
2012-09-09 | update date in GPL header | montellese | |
2012-09-09 | fix address line in GPL headers | montellese | |
2012-09-08 | GUIDialogBoxBase: if no label was defined, use default one on init, not deinit | pieh | |
2012-09-08 | adjust GUIDialogBoxBase: store heading,lines,choices and set them when ↵ | pieh | |
initing window and if dialog is already active | |||
2011-01-24 | Merged cptspiff's code-reshuffle branch. | theuni | |
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp |