summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-08-28Remove extra includes.Andrei Karas1-8/+0
2017-08-27Add missing translators comment.Andrei Karas1-1/+1
2017-08-26Show attached item in item container in old mail system.Andrei Karas1-1/+0
2017-08-26Fix sending mail from mail edit window for old mail system.Andrei Karas1-1/+2
2017-08-26In mail view window use own items scroll area xml configuration.Andrei Karas1-1/+1
2017-08-26Fix moving to previous/next mail message in mail view window.Andrei Karas1-4/+12
2017-08-26Add support for getting attached money from mail message.Andrei Karas2-0/+27
2017-08-26Add support for getting attached items from mail message.Andrei Karas4-5/+50
2017-08-26In mail view window show buttons for get attach and money.Andrei Karas2-5/+21
2017-08-26Show/hide get attach button in mail view window based on attached items and m...Andrei Karas2-15/+21
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas3-2/+6
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas2-5/+5
2017-08-26Allow request to load old mail messages by pages.Andrei Karas2-7/+32
2017-08-26Add support for mail deletion.Andrei Karas1-1/+4
2017-08-26Close mail edit window on success send.Andrei Karas1-0/+1
2017-08-26Cancel mail writing on server if mail edit window was closed.Andrei Karas1-1/+3
2017-08-25Validate destination name after it entered in mail edit window.Andrei Karas2-2/+40
2017-08-25Add basic support for view mail message.Andrei Karas4-48/+76
2017-08-25Use int64 for mail messages ids.Andrei Karas2-9/+9
2017-08-25Show message information in mail list.Andrei Karas2-2/+13
2017-08-25Add support for show mail list for new mail system.Andrei Karas2-9/+37
2017-08-25Update item container after each change in mail edit window.Andrei Karas2-0/+7
2017-08-25Improve item container size in mail edit window.Andrei Karas1-2/+1
2017-08-24Refresh mail list from new mail system.Andrei Karas2-3/+18
2017-08-24Fix duplicating assert message created after connected to server for some sec...Andrei Karas2-0/+8
2017-08-24Add sending mail to new mail system.Andrei Karas2-29/+50
2017-08-24Add attach items to new mail.Andrei Karas2-0/+7
2017-08-23Add partial adding items into new mail message.Andrei Karas3-3/+17
2017-08-22Remove default parameters from SocialTab::buildCounter.Andrei Karas1-1/+1
2017-08-22Remove some parentheses.Andrei Karas2-2/+2
2017-08-21Remove useless variables.Andrei Karas1-2/+1
2017-08-21Remove useless else.Andrei Karas5-25/+10
2017-08-20Add function for read float and double number from xml.Andrei Karas1-12/+12
2017-08-14Fix type in previous commit.Andrei Karas1-1/+1
2017-08-14Fix some pointer to bool conversions.Andrei Karas2-2/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
2017-08-09Add different use actions for items.Andrei Karas1-3/+3
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-4/+2
2017-08-07Remove useless casts from missile-particle attributes.Andrei Karas1-4/+4
2017-08-07Adjust default missile particle lifetime.Andrei Karas1-2/+2
2017-08-07Add additional attributes to missile particles in skills.Andrei Karas1-2/+23
2017-08-07Rename skill attributes related to missile particles.Andrei Karas1-4/+4
2017-08-07Fix style issues.Andrei Karas1-1/+1
2017-08-07Allow open debug window before connecting to game.Andrei Karas2-3/+3
2017-08-03Add option into paths.xml for allow/deny add unknown skills into auto tab.Andrei Karas1-0/+1
2017-08-03Add skill option for allow/prevent adding skill to auto skills shortcuts tab.Andrei Karas1-1/+4
2017-08-03Dont draw name in skill shortcuts if icon already present.Andrei Karas1-3/+17
2017-08-02Add item shortcuts tab with automatically filled with skills.Andrei Karas1-1/+28
2017-08-01Add default icons for unknown skills by types.Andrei Karas2-2/+42
2017-07-27Fix crash in help window links.Andrei Karas1-1/+2