summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-03-11Typofix {add,remove}InventoyListener -> {add,remove}InventoryListenerFedja Beader1-3/+3
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2021-12-18added check for equiped items, and protected items. ignored by store all ↵jak11-0/+3
fixes #26
2021-03-12added 'store all' button shown: when in storage windowjak11-1/+30
2020-02-23Fix some code style issuesAndrei Karas1-3/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-4/+4
2018-10-29Fix code style.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-25/+71
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Remove extra includes.Andrei Karas1-0/+2
2017-12-27Remove default parameters from window.Andrei Karas1-11/+11
2017-12-26Remove default parameters from dropdown.Andrei Karas1-1/+1
2017-12-26Remove default parameters from itemcontainer.Andrei Karas1-1/+2
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-19/+19
2017-12-24Remove default parameters from widget2.Andrei Karas1-6/+6
2017-12-23Remove default parameters from tabstrip.Andrei Karas1-1/+1
2017-12-23Remove default parameters from itemamountwindow.Andrei Karas1-14/+50
2017-12-22Remove default parameters from confirmdialog.hAndrei Karas1-1/+2
2017-09-27Change attributes value type to int64.Andrei Karas1-2/+2
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+4
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-4/+4
2017-08-22Remove some parentheses.Andrei Karas1-1/+1
2017-08-21Remove useless variables.Andrei Karas1-2/+1
2017-08-09Add different use actions for items.Andrei Karas1-3/+3
Can be used from chat or from custom item menu from items.xml
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-59/+64
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-01-31Move units into db directory.Andrei Karas1-4/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Fix style issues.Andrei Karas1-5/+5
2016-10-04Move npcinputstate into enums directory.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-21Set parts of most windows unselectable.Andrei Karas1-0/+1
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas1-1/+2
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-38/+0
Now eathena like support enabled always.
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-15/+22
Also convert it to strong typed enum.
2016-03-24Add enum for item types.Andrei Karas1-2/+1
2016-03-24Change ItemType into strong typed enum.Andrei Karas1-1/+2
2016-02-12Fix code style.Andrei Karas1-1/+6
2016-02-08Add some missing checks and remove useless checks.Andrei Karas1-15/+19
2016-02-08Add some missing const.Andrei Karas1-1/+1
2016-01-27Add quick shortcuts for add selected item to each craft inventory slot.Andrei Karas1-0/+32
Add craft tab with shortcuts in input tab.
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ↵Andrei Karas1-0/+4
inventory.
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-2/+2
2015-12-29Move item into item directory.Andrei Karas1-1/+2