summaryrefslogtreecommitdiff
path: root/src/gui/quitdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-256/+0
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-5/+0
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-24improve getState/setState in Client.Andrei Karas1-7/+7
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-05-18improve quitdialog class.Andrei Karas1-5/+2
2013-05-03add comments for translatorsAndrei Karas1-0/+7
2013-04-20fix style in gui directory.Andrei Karas1-1/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-2/+2
2013-03-27improve charserverhandler class.Andrei Karas1-2/+2
2013-03-16temorary disable rate button.v1.3.3.17Andrei Karas1-2/+4
2013-03-12Fix code style.Andrei Karas1-2/+2
2013-03-06Add radio button in quit dialog for rate application in google play (only for...Andrei Karas1-13/+38
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas1-4/+6
2012-10-20Add palette inheritance to button class.Andrei Karas1-2/+2
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-17Extend radio button theming.Andrei Karas1-3/+3
2012-10-04Fix sounds in npc and quit dialogs.Andrei Karas1-1/+4
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+4
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+2
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-4/+5
2012-08-23Remove useless includes.Andrei Karas1-0/+1
2012-06-06Fix some issues after auto checking.Andrei Karas1-7/+6
2012-04-25Improve iterators part 1.Andrei Karas1-1/+4
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-6/+9
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-0/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-09Fix code style.Andrei Karas1-1/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-8/+8
2011-10-30Hide death message dialog in reconnect.Andrei Karas1-3/+3
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+2
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-10/+10
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-09-01Eliminate asserts from most files.Andrei Karas1-10/+5
2011-08-11Save whisper tabs state to configuration after each change.Andrei Karas1-6/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas1-0/+5
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-1/+1
2011-01-21Show network error dialog as not modal.Andrei Karas1-1/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+204