summaryrefslogtreecommitdiff
path: root/src/gui/windows/itemamountwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-18Remove default constructor from Widget2.Andrei Karas1-2/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move keyevent into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-30fix styled drawing after update.Andrei Karas1-5/+5
2013-10-24add final keyword to windows files.Andrei Karas1-2/+2
2013-10-19move virtual member calls from itempopup constuctor into postInit.Andrei Karas1-0/+2
2013-10-19move virtual member calls from itemamountwindow constuctor into postInit.Andrei Karas1-5/+7
2013-10-08remove unused system headers.Andrei Karas1-2/+0
2013-10-04add pickup and drop sound effects.Andrei Karas1-1/+3