summaryrefslogtreecommitdiff
path: root/src/gui/quitdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
Add new tab with keys settings in input settings tab.
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
Some other minor changes.
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
Before was only after correct game disconnect.
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
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
Also save extra layers if network error.
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
This fix stuck client in some situations. Also prevent server change if now disconnected.
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
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.