aboutsummaryrefslogtreecommitdiff
path: root/xbmc/dialogs/GUIDialogBoxBase.cpp
AgeCommit message (Expand)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
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
2015-07-08CVariant fixesPär Björklund
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
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 th...Jonathan Marshall
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 me...Jonathan Marshall
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 initin...pieh
2011-01-24Merged cptspiff's code-reshuffle branch.theuni