1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-12 21:39:26 +00:00
OpenMW/apps/openmw/mwgui
Emanuel Guevel 4fcf427e1f InventoryWindow: call InventoryStore::unequipItem() when an equipped item is dragged
The unequipped item is also re-stacked if needed.
2013-11-10 02:45:17 +01:00
..
alchemywindow.cpp
alchemywindow.hpp
birth.cpp
birth.hpp
bookpage.cpp
bookpage.hpp
bookwindow.cpp
bookwindow.hpp
charactercreation.cpp Chargen Review Dialog: Init fix. 2013-11-06 23:19:53 -06:00
charactercreation.hpp Chargen Review Dialog: Init fix. 2013-11-06 23:19:53 -06:00
class.cpp
class.hpp
companionitemmodel.cpp
companionitemmodel.hpp
companionwindow.cpp
companionwindow.hpp
confirmationdialog.cpp
confirmationdialog.hpp
console.cpp
console.hpp
container.cpp Fix an item duplication glitch 2013-08-25 17:40:08 +02:00
container.hpp
containeritemmodel.cpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
containeritemmodel.hpp
controllers.cpp
controllers.hpp
countdialog.cpp
countdialog.hpp
cursor.cpp
cursor.hpp
dialogue.cpp
dialogue.hpp
enchantingdialog.cpp
enchantingdialog.hpp
exposedwindow.cpp
exposedwindow.hpp
fontloader.cpp Fixed polish font 2013-09-10 22:11:57 +02:00
fontloader.hpp
formatting.cpp
formatting.hpp
hud.cpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
hud.hpp Breath meter flashes when drowning 2013-10-27 04:05:01 -04:00
imagebutton.cpp Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. 2013-11-05 22:50:53 +01:00
imagebutton.hpp Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. 2013-11-05 22:50:53 +01:00
inventoryitemmodel.cpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
inventoryitemmodel.hpp
inventorywindow.cpp InventoryWindow: call InventoryStore::unequipItem() when an equipped item is dragged 2013-11-10 02:45:17 +01:00
inventorywindow.hpp InventoryWindow: call InventoryStore::unequipItem() when an equipped item is dragged 2013-11-10 02:45:17 +01:00
itemmodel.cpp
itemmodel.hpp
itemselection.cpp
itemselection.hpp
itemview.cpp Don't assume icons have a period in their filename 2013-08-08 04:40:31 -07:00
itemview.hpp
journalbooks.cpp
journalbooks.hpp
journalviewmodel.cpp
journalviewmodel.hpp
journalwindow.cpp Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. 2013-11-05 22:50:53 +01:00
journalwindow.hpp
keywordsearch.cpp
keywordsearch.hpp
levelupdialog.cpp
levelupdialog.hpp
list.cpp
list.hpp
loadingscreen.cpp No need for this ifdef since there is a default argument. 2013-10-13 18:28:22 +02:00
loadingscreen.hpp Turn off vsync while in the loading screen 2013-10-13 17:52:14 +02:00
mainmenu.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
mainmenu.hpp
mapwindow.cpp Refactored loading screen 2013-08-27 15:48:13 +02:00
mapwindow.hpp Refactored loading screen 2013-08-27 15:48:13 +02:00
merchantrepair.cpp
merchantrepair.hpp
messagebox.cpp Remember pressed message box button longer 2013-10-14 12:55:06 +02:00
messagebox.hpp Remember pressed message box button longer 2013-10-14 12:55:06 +02:00
mode.hpp
pickpocketitemmodel.cpp
pickpocketitemmodel.hpp
quickkeysmenu.cpp Silenced some warnings 2013-08-21 13:53:49 +02:00
quickkeysmenu.hpp
race.cpp
race.hpp
referenceinterface.cpp
referenceinterface.hpp
repair.cpp
repair.hpp
review.cpp
review.hpp
savegamedialog.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
savegamedialog.hpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
scrollwindow.cpp
scrollwindow.hpp
settingswindow.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
settingswindow.hpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
sortfilteritemmodel.cpp
sortfilteritemmodel.hpp
soulgemdialog.cpp
soulgemdialog.hpp
spellbuyingwindow.cpp
spellbuyingwindow.hpp
spellcreationdialog.cpp
spellcreationdialog.hpp
spellicons.cpp Refactor ActiveSpells to track range type. Added basic self range magic. 2013-11-09 07:51:46 +01:00
spellicons.hpp
spellwindow.cpp
spellwindow.hpp
statswindow.cpp Some cleanup since NpcStats is now also CreatureStats 2013-08-09 01:14:08 -07:00
statswindow.hpp
textinput.cpp
textinput.hpp
tooltips.cpp Refactor ActiveSpells to track range type. Added basic self range magic. 2013-11-09 07:51:46 +01:00
tooltips.hpp
tradeitemmodel.cpp Throw an exception when trying to get an empty Ptr's type 2013-08-15 04:52:01 -07:00
tradeitemmodel.hpp
tradewindow.cpp Pass item count to ManualRef constructor 2013-11-10 02:45:16 +01:00
tradewindow.hpp
trainingwindow.cpp
trainingwindow.hpp
travelwindow.cpp Silenced some warnings 2013-08-21 13:53:49 +02:00
travelwindow.hpp
waitdialog.cpp Some cleanup since NpcStats is now also CreatureStats 2013-08-09 01:14:08 -07:00
waitdialog.hpp
widgets.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
widgets.hpp
windowbase.cpp
windowbase.hpp
windowmanagerimp.cpp Chargen Review Dialog: Init fix. 2013-11-06 23:19:53 -06:00
windowmanagerimp.hpp Refactored loading screen 2013-08-27 15:48:13 +02:00
windowpinnablebase.cpp
windowpinnablebase.hpp