summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Fix stuck some buttons in hightligted state after pressing.Andrei Karas1-1/+1
2017-09-05Fix color for skill popup header.Andrei Karas1-0/+2
2017-09-05Fix crash if enter simple text into chat window before connecting to server.Andrei Karas1-2/+5
2017-09-05Fix drawing emotes button in chat input field.Andrei Karas1-5/+12
2017-09-05Add comment about calling virtual member in destructor in widget.cppAndrei Karas1-0/+1
2017-09-03Fixed all "buttom" into "bottom".Alige3-4/+4
2017-09-03Improve a bit scrollarea.Andrei Karas1-4/+4
2017-09-03Fix scrolling in scroll areas.Andrei Karas1-5/+6
2017-09-03Add sorting in theme and fonts and sounds lists.Andrei Karas1-0/+3
2017-09-02Add missing translators comment into mailviewwindow.cppAndrei Karas1-1/+1
2017-09-02Remove unused define.Andrei Karas1-2/+0
2017-09-02Fix compilation with old compilers again.Andrei Karas1-11/+3
2017-09-02Fix compilation for old compilers.Andrei Karas1-0/+6
2017-09-01Add missing include for some compilers.Andrei Karas1-0/+4
2017-09-01Add some checks after automatic check code by tools.Andrei Karas2-2/+2
2017-09-01Fix code style.Andrei Karas4-19/+15
2017-08-31Add missing reload server config parameter for manamerket legacy server bot.Andrei Karas1-0/+1
2017-08-31Add default values for per server settings in setup tabs.Andrei Karas2-0/+3
2017-08-30Add missing check.Andrei Karas1-0/+2
2017-08-30Move some variables to better scope.Andrei Karas7-21/+22
2017-08-28Remove extra includes.Andrei Karas1-8/+0
2017-08-27Add missing translators comment.Andrei Karas1-1/+1
2017-08-26Remove unused fields from MailMessage struct.Andrei Karas1-18/+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 dragging items from mail edit window into other item containers.Andrei Karas1-0/+2
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 Karas5-6/+20
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas4-9/+9
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 Karas3-10/+10
2017-08-25Show message information in mail list.Andrei Karas3-4/+17
2017-08-25Add support for show mail list for new mail system.Andrei Karas3-11/+43
2017-08-25Fix selection elements in extendedlistbox is padding > 0.Andrei Karas1-2/+2
2017-08-25Update item container after each change in mail edit window.Andrei Karas2-0/+7
2017-08-25Hide item container slots if item present with amount 0.Andrei Karas1-1/+2
2017-08-25Improve item container size in mail edit window.Andrei Karas1-2/+1
2017-08-24Add support for removing item from mail.Andrei Karas1-4/+20
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