summaryrefslogtreecommitdiff
path: root/src/gui/windows/didyouknowwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-4/+8
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-1/+1
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-4/+4
2017-12-24Remove default parameter from staticbrowserbox.Andrei Karas1-1/+1
2017-12-23Remove default parameter from dudyouknowwindow.Andrei Karas1-1/+1
2017-06-19Use staticbrowserbox in didyouknowwindow.Andrei Karas1-2/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-04-03Replace string::append with pathJoin.Andrei Karas1-1/+1
2017-01-27Move browserboxmode into separate file.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-27Remove extra includes.Andrei Karas1-1/+0
2016-09-26Add support for links "news" and "copyright".Andrei Karas1-8/+9
2016-09-17Add strong typed bool Opaque.Andrei Karas1-3/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+3
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-18Rename browserbox method setProcessVersion into setProcessVars.Andrei Karas1-1/+1
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-02-20improve includes.Andrei Karas1-2/+3
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+1
2014-02-16combine font classes in one.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-1/+1
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19move virtual member calls from didyouknowwindow constuctor into postInit.Andrei Karas1-0/+4
2013-10-09allow set different skin for browserboxes.Andrei Karas1-1/+2
2013-10-09Use all parameters in browserbox constructors.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas1-1/+0
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+177