summaryrefslogtreecommitdiff
path: root/src/gui/windows/setupwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas1-1/+1
2016-02-21Add missing checks.Andrei Karas1-1/+2
2016-02-20Add some more missing consts.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move touchmanager into touch directory.Andrei Karas1-1/+2
2015-06-14Use CREATEWIDGET macro in setupwindow.Andrei Karas1-2/+3
2015-05-28Add strong typed bool type Visible.Andrei Karas1-6/+6
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-10Improve setup window resize speed.Andrei Karas1-7/+7
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-8/+19
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-11In hide all windows action not hide locked windows.Andrei Karas1-1/+1
2014-08-03add missing consts.Andrei Karas1-1/+1
2014-07-26Fix crash on exist introduced after changes in reset windows list.Andrei Karas1-0/+1
2014-07-24Fix compilation with some options.Andrei Karas1-1/+1
2014-07-24Fix hide windows action (default key H)Andrei Karas1-0/+11
2014-07-24Fix possible crash in "reset windows".Andrei Karas1-0/+12
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-13improve variables order in windows.Andrei Karas1-1/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-3/+3
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-16move event into events directory.Andrei Karas1-2/+2
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-14fix code style.Andrei Karas1-0/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-0/+287