summaryrefslogtreecommitdiff
path: root/src/gui/models
AgeCommit message (Expand)AuthorFilesLines
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas28-63/+63
2016-04-17Fix code style.Andrei Karas1-1/+3
2016-04-17Remove override keyword, if it present with final.Andrei Karas28-63/+63
2016-04-14Remove unused method.Andrei Karas1-7/+0
2016-04-14Fix compilation with different flags.Andrei Karas1-1/+1
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas1-9/+28
2016-03-24Add enum for item types.Andrei Karas2-6/+8
2016-03-15Replace server type name eAthena to Hercules.Andrei Karas1-2/+2
2016-03-15Remove old evol server type.Andrei Karas1-5/+3
2016-02-20Add missing const in gui directory.Andrei Karas6-8/+10
2016-02-11Add item shortcut keys into allowed action for onscreen buttons.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas16-32/+32
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas4-6/+6
2016-01-02Update copyrights year.Andrei Karas44-44/+44
2015-12-29Move shopitem into item directory.Andrei Karas1-1/+1
2015-12-23Add const attribute to gui classes.Andrei Karas1-3/+3
2015-12-14Move constant touchActionDataSize into touchactionmodel.cppAndrei Karas1-0/+2
2015-09-15Fix Ukrainian language name.Andrei Karas1-1/+1
2015-08-28Add to language selection list language Chinese (Hong Kong).Andrei Karas1-1/+3
2015-08-25Add Ukrainian language to language selection list.Andrei Karas1-2/+4
2015-08-25Add Catalan language to language selection list.Andrei Karas1-4/+6
2015-08-22Use resource manager as global variable.Andrei Karas1-2/+1
2015-08-16Add strong typed int for item color.Andrei Karas2-8/+11
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas2-2/+2
2015-07-20Add some missing checks.Andrei Karas1-4/+0
2015-07-11Add missing checks into gui.Andrei Karas3-5/+8
2015-06-30Fix code style.Andrei Karas4-3/+3
2015-06-25Add missing checks into models.Andrei Karas3-1/+6
2015-06-15Fix code style.Andrei Karas2-0/+3
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas2-8/+10
2015-05-30Move relation enum into separate file.Andrei Karas1-1/+1
2015-05-30Move theme colors enum into separate file.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-17Fix code style.Andrei Karas1-1/+1
2015-05-10Fix crash on closing sell dialog in some cases.Andrei Karas2-0/+22
2015-05-07Remove bot checker window.Andrei Karas1-258/+0
2015-05-03Add filter into buy dialogs.Andrei Karas2-1/+24
2015-04-26Add incomplete mail window.Andrei Karas1-0/+3
2015-04-02Remove useless virtual keywords.Andrei Karas3-7/+7
2015-03-17Remove useless includes from .h files.Andrei Karas10-21/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-02-18Add missing override keywords.Andrei Karas4-10/+11
2015-02-09Fix code style.Andrei Karas1-4/+4
2015-02-02Set correct vending status to local player.Andrei Karas2-36/+43
2015-01-01Update copyrights year.Andrei Karas45-45/+45
2014-12-23Add item type to item object.Andrei Karas2-16/+34
2014-11-06Add server type Evol2.Andrei Karas1-2/+6
2014-09-26Fix code style.Andrei Karas1-1/+2
2014-09-22Show duplicates in egg selection dialog.Andrei Karas1-0/+3
2014-09-14Add configure and cmake option to enable/disable compilation for tmwa/evol.Andrei Karas1-2/+11