summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Fix compilation error with some flags in beingslistmodel.hAndrei Karas1-0/+2
2016-04-23Fix compilation with some flags.Andrei Karas1-0/+2
2016-04-23Fix code style.Andrei Karas6-7/+5
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas5-9/+9
2016-04-21Move chattabtype into enums directory.Andrei Karas3-46/+2
2016-04-21Fix compilation warning.Andrei Karas1-1/+1
2016-04-21Add option for enable/disable remote commands.Andrei Karas2-0/+24
2016-04-21Add option for disable OpenGL version check and rollback to other renderer.Andrei Karas1-0/+5
2016-04-21Remove extra spaces at line ends.Andrei Karas14-55/+55
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas182-735/+735
2016-04-17Fix code style.Andrei Karas3-4/+6
2016-04-17Remove override keyword, if it present with final.Andrei Karas182-735/+735
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas7-80/+81
2016-04-16Move downloadstatus enum into separate file.Andrei Karas2-49/+38
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas2-22/+13
2016-04-14Fix crash in login dialog if close it with opened drop down list.Andrei Karas1-0/+5
2016-04-14Fix tests compilation again.Andrei Karas1-1/+2
2016-04-14Fix tests compilation.Andrei Karas1-2/+1
2016-04-14Remove unused method.Andrei Karas1-7/+0
2016-04-14Fix compilation with different flags.Andrei Karas1-1/+1
2016-04-14Add name for default server updates group.Andrei Karas2-33/+43
2016-04-14Remove update host label from login dialog.Andrei Karas2-11/+4
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas4-18/+104
2016-04-11Remove extra coma in tmwa only builds.Andrei Karas1-1/+3
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas3-6/+6
2016-04-10Fix clang warning.Andrei Karas1-1/+1
2016-04-09Show player login in window title.Andrei Karas1-1/+5
2016-04-09Show server host name in window title.Andrei Karas2-0/+22
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas3-5/+5
2016-04-07For commands in links in chat ask before executing command.Andrei Karas4-8/+35
2016-04-05Remove quotes from pragmas.Andrei Karas14-48/+48
2016-04-05Add into paths.xml option for set string for commands in links.Andrei Karas2-6/+13
2016-03-28Rename static widgets collections in Widget.Andrei Karas2-12/+13
2016-03-26Fix code style.Andrei Karas7-12/+5
2016-03-24Add enum for item types.Andrei Karas11-25/+60
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas4-26/+27
2016-03-24Change ItemType into strong typed enum.Andrei Karas5-8/+9
2016-03-24Move ItemType enum into enums directory.Andrei Karas1-2/+2
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-2/+5
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas3-6/+25
2016-03-22Show in skill unit menu also skill unit id.Andrei Karas1-1/+2
2016-03-21Show effect names in debug window in target tab.Andrei Karas3-16/+13
2016-03-21Remove some getters from StatusEffect.Andrei Karas1-1/+1
2016-03-21Split StatusEffect into StatusEffect and StatusEffectDB.Andrei Karas1-1/+3
2016-03-21Fix possible crash in skill cooldowns.Andrei Karas1-1/+3
2016-03-20Not allow close warp dialog until select warp target.Andrei Karas2-7/+23
2016-03-20Add adopt child into players context menu.Andrei Karas2-0/+16
2016-03-18Fix typos.Andrei Karas1-1/+1
2016-03-17Remove false positive errors with nonnull attributes.Andrei Karas1-2/+2
2016-03-17Add some missing nonnull attributes.Andrei Karas2-3/+3