summaryrefslogtreecommitdiff
path: root/src/gui/windows/itemamountwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-2/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-8/+8
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+2
2015-07-14Remove default parameters from item popup.Andrei Karas1-1/+1
2015-06-25Add missing checks in windows.Andrei Karas1-2/+6
2015-06-14Use CREATEWIDGET macro in itemamountwindow.Andrei Karas1-1/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+2
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas1-8/+8
2015-05-04Fix compilation with different options.Andrei Karas1-0/+4
2015-04-29Rename mailedit into maileditwindow.Andrei Karas1-1/+1
2015-04-29Allos send items by mail.Andrei Karas1-0/+9
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-02-11Add typed bool type Equipm.Andrei Karas1-1/+2
2015-02-11Add typed bool type Favorite.Andrei Karas1-1/+2
2015-02-10Fix case in new strong typed types.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas1-1/+2
2015-02-10Add typed bool type Identified.Andrei Karas1-1/+3
2015-01-30Fix code style.Andrei Karas1-1/+0
2015-01-24allow store and retreive buttons work with cart.Andrei Karas1-0/+16
2015-01-24Move inventory type into separate file.Andrei Karas1-4/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-1/+1
2014-10-21Add to item field favorite.Andrei Karas1-1/+1
2014-10-21Add to item field damaged.Andrei Karas1-1/+1
2014-10-21Add to item field identified.Andrei Karas1-1/+1
2014-10-20Remove item default parameters.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-3/+3
2014-08-28Removed unused includes.Andrei Karas1-2/+0
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-1/+1
2014-08-17Use public item popup in itemamountwindow.Andrei Karas1-9/+5
2014-05-18fix code style.Andrei Karas1-1/+0
2014-05-18Remove useless includes.Andrei Karas1-1/+0
2014-05-16Fix code style.Andrei Karas1-1/+1
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-09Fix code style.Andrei Karas1-0/+2
2014-05-02Add missing const.Andrei Karas1-2/+4
2014-04-02Set correct step in sliders.Andrei Karas1-2/+2
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-21Rename keyEvent variables into event.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas1-3/+3
2014-03-06improve a bit different code.Andrei Karas1-5/+5
2014-02-28fix code style.Andrei Karas1-1/+0
2014-02-23Move itemsmodel into gui/models directory.Andrei Karas1-49/+1