diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-04 23:26:22 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-04 23:41:45 +0200 |
commit | 6cacaa3d7f55d91d8b7ca178f8595cc6c6b4383d (patch) | |
tree | a4ae355fe26eda518a5fd82c15347b6cfcf6b7f6 /tmw.cbp | |
parent | 1b06ec9f12e3fbfe6fbf6579fb64bb895464badb (diff) | |
download | mana-6cacaa3d7f55d91d8b7ca178f8595cc6c6b4383d.tar.gz mana-6cacaa3d7f55d91d8b7ca178f8595cc6c6b4383d.tar.bz2 mana-6cacaa3d7f55d91d8b7ca178f8595cc6c6b4383d.tar.xz mana-6cacaa3d7f55d91d8b7ca178f8595cc6c6b4383d.zip |
Replaced emote window with a new emote popup
The popup is meant to be temporary, showing the emote instantly when you
click on it. It adapts nicely to show any number of emotes.
I still need to add a better way of assigning emote shortcuts, since
currently you can only change which emote is assigned to which shortcut
by actually using it.
Diffstat (limited to 'tmw.cbp')
-rw-r--r-- | tmw.cbp | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -232,10 +232,10 @@ <Unit filename="src/gui/debugwindow.h" /> <Unit filename="src/gui/emotecontainer.cpp" /> <Unit filename="src/gui/emotecontainer.h" /> + <Unit filename="src/gui/emotepopup.cpp" /> + <Unit filename="src/gui/emotepopup.h" /> <Unit filename="src/gui/emoteshortcutcontainer.cpp" /> <Unit filename="src/gui/emoteshortcutcontainer.h" /> - <Unit filename="src/gui/emotewindow.cpp" /> - <Unit filename="src/gui/emotewindow.h" /> <Unit filename="src/gui/equipmentwindow.cpp" /> <Unit filename="src/gui/equipmentwindow.h" /> <Unit filename="src/gui/focushandler.cpp" /> @@ -283,8 +283,6 @@ <Option target="TMWServ" /> <Option target="Unix TMWSERV" /> </Unit> - <Unit filename="src/gui/menuwindow.cpp" /> - <Unit filename="src/gui/menuwindow.h" /> <Unit filename="src/gui/minimap.cpp" /> <Unit filename="src/gui/minimap.h" /> <Unit filename="src/gui/ministatus.cpp" /> @@ -486,6 +484,8 @@ <Unit filename="src/gui/widgets/window.h" /> <Unit filename="src/gui/widgets/windowcontainer.cpp" /> <Unit filename="src/gui/widgets/windowcontainer.h" /> + <Unit filename="src/gui/windowmenu.cpp" /> + <Unit filename="src/gui/windowmenu.h" /> <Unit filename="src/guichanfwd.h" /> <Unit filename="src/guild.cpp"> <Option target="TMWServ" /> |