summaryrefslogtreecommitdiff
path: root/src/gui/itemamount.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-249/+0
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-6/+6
It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-2/+2
Acked-by: Jared Adams
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-4/+4
Acked-by: Jared Adams
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-4/+4
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-2/+2
Reviewed-by: Freeyorp
2010-08-16Move more to the event systemJared Adams1-8/+18
Most of Net::InventoryHandler is now done through events. The ActorSpriteManager was also replaced by events. A few odds and ends were taken care of too. Reviewed-by: Bertram
2010-03-25Remove the type boolean from InventoryWindowJared Adams1-4/+4
This moves inventory/storage type into the Inventory class, having size default to a call to the netcode to get the sive for the given type. Reviewed-by: Chuck Miller
2010-03-25Merge StorageWindow into InventoryWindowJared Adams1-3/+6
Reviewed-by: Chuck Miller
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-2/+2
Also make storage under eAthena more flexible. Reviewed-by: Dennis Friis
2010-02-22Cleanup some popup-related code and make sure BeingPopup is includedJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-11Cleanup GUI classesJared Adams1-3/+3
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
2010-01-10Change code styleAndrei Karas1-1/+1
2009-10-29Small refactoring ItemAmountWindowAndrei Karas1-8/+7
2009-10-29Disable keyboard shortcuts in windows with text input.Andrei Karas1-0/+11
Disable items shortcuts in setup window. Disable all shortcuts in ItemAmount window. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2009-07-26Gettext fixesKess Vargavind1-5/+5
And a Swedish translation of the desktop file.
2009-05-21Fixed a few strings for better translationKess Vargavind1-12/+12
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-3/+5
And make a few others like that, and remove them too.
2009-05-08Adjust potion of the item icon in ItemAmountWindowJared Adams1-1/+1
2009-05-08Item image on item amount windowsBlue1-9/+38
Adds the item's image with the popup on the amount selector window.
2009-05-08Reintroduced the cancel button of ItemAmountWindowBjørn Lindeijer1-8/+12
Removed the close button instead. Also, the "All" button now only puts the slider at the maximum and won't also finish the dialog, since that is quite unexpected. This reverts commit ec4656af8e2d1946ea2b1d036457c885a9e420dd.
2009-05-07Remove the cancel button from ItemAmountWindowJared Adams1-7/+1
It's completely superfluous, due to the close button (which the cancel button was just calling anyways).
2009-05-07Fix updates in the ItemAmmountWindowJared Adams1-0/+6
CHanging the IntTextField will now update the Slider.
2009-05-07Put an input field back into the itemamount window.Freeyorp1-14/+12
2009-05-06Clean up the bypass code for the ItemAmountWindowJared Adams1-29/+41
2009-05-06Remove more inventory handling support #ifdefsJared Adams1-4/+0
This also fixes some minor bugs and centralizes some logic.
2009-05-05Change the item amount window to skip on one itemJared Adams1-2/+9
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-0/+178
We don't use underscores in the filenames generally, and let's be consistent on that matter.