Ignore Window in Console / Fixes

Ignore List:
- Ignore Private Messages
- Ignore Yelling
- Ignore added Players fully

Fixes:
- Fixed cutoff text in spelllist module
- You cannot open a private chat channel with yourself now
This commit is contained in:
Samuel
2013-01-09 23:03:04 +01:00
parent cce2976156
commit 1784bd9f26
6 changed files with 249 additions and 15 deletions

View File

@@ -118,12 +118,22 @@ Panel
id: channelsButton
!tooltip: tr('Open new channel') .. ' (Ctrl+O)'
icon: icons/channels.png
anchors.right: parent.right
anchors.right: next.left
anchors.top: parent.top
margin-right: 5
margin-top: 6
@onClick: g_game.requestChannels()
TabButton
id: ignoreButton
!tooltip: tr('Ignore players')
icon: icons/ignore.png
anchors.right: parent.right
anchors.top: parent.top
margin-right: 5
margin-top: 6
@onClick: onClickIgnoreButton()
Panel
id: consoleContentPanel
anchors.top: prev.bottom