summaryrefslogtreecommitdiff
path: root/src/gui/windows/maileditwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-3/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-2/+2
2017-12-26Remove default parameters from textfield.Andrei Karas1-3/+6
2017-12-26Remove default parameters from inttextfield.Andrei Karas1-1/+1
2017-12-26Remove default parameters from itemcontainer.Andrei Karas1-1/+2
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-13/+13
2017-12-23Remove default parameters from itemamountwindow.Andrei Karas1-1/+4
2017-08-26Fix sending mail from mail edit window for old mail system.Andrei Karas1-1/+2
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-1/+1
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 Karas1-1/+33
2017-08-25Update item container after each change in mail edit window.Andrei Karas1-0/+5
2017-08-25Improve item container size in mail edit window.Andrei Karas1-2/+1
2017-08-24Add sending mail to new mail system.Andrei Karas1-29/+48
2017-08-24Add attach items to new mail.Andrei Karas1-0/+5
2017-08-23Add partial adding items into new mail message.Andrei Karas1-2/+6
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-3/+4
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-1/+1
2015-09-10Dont send empty mail subject.Andrei Karas1-1/+7
2015-09-06Fix closing mail edit window by top right corner.Andrei Karas1-0/+5
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+2
2015-07-21Add missing checks and non null attributes.Andrei Karas1-4/+7
2015-06-25Add missing checks in windows.Andrei Karas1-1/+4
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-04Fix code style.Andrei Karas1-6/+0
2015-04-30Fix default sizes for mail windows.Andrei Karas1-2/+2
2015-04-30Add reply button for reply to mail message.Andrei Karas1-0/+15
2015-04-29Rename mailedit into maileditwindow.Andrei Karas1-0/+181