summaryrefslogtreecommitdiff
path: root/src/gui/windows/mailviewwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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-01Fix code style.Andrei Karas1-6/+6
2017-08-28Remove extra includes.Andrei Karas1-8/+0
2017-08-26Show attached item in item container in old mail system.Andrei Karas1-1/+0
2017-08-26In mail view window use own items scroll area xml configuration.Andrei Karas1-1/+1
2017-08-26Add support for getting attached money from mail message.Andrei Karas1-0/+25
2017-08-26Add support for getting attached items from mail message.Andrei Karas1-3/+33
2017-08-26In mail view window show buttons for get attach and money.Andrei Karas1-5/+20
2017-08-26Show/hide get attach button in mail view window based on attached items and m...Andrei Karas1-15/+19
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-1/+1
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-1/+1
2017-08-25Add basic support for view mail message.Andrei Karas1-41/+40
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-10/+10
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-4/+14
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-08-22Use resource manager as global variable.Andrei Karas1-2/+1
2015-08-20Use separate icons palette.Andrei Karas1-1/+1
2015-08-16In all places try get item color from ItemColorManager.Andrei Karas1-0/+1
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+2
2015-06-14Use CREATEWIDGET macro in mailviewwindow.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-21Call postInit after each window creation.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-04Fix code style.Andrei Karas1-4/+0
2015-04-30Fix default sizes for mail windows.Andrei Karas1-1/+1
2015-04-30Add reply button for reply to mail message.Andrei Karas1-1/+17
2015-04-30In mail view window show item amount.Andrei Karas1-1/+9
2015-04-30In mail view window add buttons for open previous and next message.Andrei Karas1-3/+20
2015-04-29Add ability to get attach from mail message.Andrei Karas1-3/+11
2015-04-29Rename mailview into mailviewwindow.Andrei Karas1-0/+146