aboutsummaryrefslogtreecommitdiff
path: root/xbmc/dialogs/GUIDialogBoxBase.cpp
AgeCommit message (Collapse)Author
2023-08-29[video] Improve library refresh progress dialog content a bit.ksooo
2022-05-07[cleanup] remove unnecessary Application.h includesArne Morten Kvarving
2022-02-23CSingleLock: replace with std::unique_lockLukas Rusak
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2019-07-09[format] fix include orderRechi
2018-09-12[modernize][dialogs] range-based loopsRechi
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-01-24A 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 declarationsh.udo
2016-01-28allow skins to override default focusronie
2016-01-19make 'ok', 'yesno' & 'progress' dialogs use the same xml fileronie
2015-08-29[dialogs] use std:: instead of using namespace stdMatthias Kortstiege
2015-07-08Changed 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-08CVariant fixesPä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-16Revert "rename xbmc folder to src"Rainer Hochecker
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647.
2014-12-15rename xbmc folder to srcFneufneu
2014-08-26Use new overload of StringUtils::Split()Karlson2k
2014-07-14[stdstring] get rid of CStdString in dialogs/Arne Morten Kvarving
2014-02-02Add auto-height for textbox controlsBl4ck09
2013-12-30CGUIDialogBoxBase: avoid duplicate codemontellese
2013-11-11[dialogs] store a single string rather than vector of strings for linesJonathan Marshall
2013-11-11[dialogs] no need to set default labels for lines and headingJonathan Marshall
2013-11-11[dialogs] adds SetText() for setting all lines in a dialog at onceJonathan 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 labelsJonathan 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 headersM. Kaijser
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-09-08GUIDialogBoxBase: if no label was defined, use default one on init, not deinitpieh
2012-09-08adjust GUIDialogBoxBase: store heading,lines,choices and set them when ↵pieh
initing window and if dialog is already active
2011-01-24Merged 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