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

@@ -215,7 +215,7 @@ MainWindow
margin-top: 3
margin-left: 3
text: Any
width: 50
width: 75
CheckBox
id: vocationBoxSorcerer
@@ -223,7 +223,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Sorcerer
width: 50
width: 75
CheckBox
id: vocationBoxDruid
@@ -231,7 +231,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Druid
width: 50
width: 75
CheckBox
id: vocationBoxPaladin
@@ -239,7 +239,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Paladin
width: 50
width: 75
CheckBox
id: vocationBoxKnight
@@ -247,7 +247,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Knight
width: 50
width: 75
Label
id: labelGroupFilter
@@ -266,7 +266,7 @@ MainWindow
margin-top: 3
margin-left: 3
text: Any
width: 50
width: 75
CheckBox
id: groupBoxAttack
@@ -274,7 +274,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Attack
width: 50
width: 75
CheckBox
id: groupBoxHealing
@@ -282,7 +282,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Healing
width: 50
width: 75
CheckBox
id: groupBoxSupport
@@ -290,7 +290,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Support
width: 50
width: 75
Label
id: labelPremiumFilter
@@ -309,7 +309,7 @@ MainWindow
margin-top: 3
margin-left: 3
text: Any
width: 50
width: 75
CheckBox
id: premiumBoxNo
@@ -317,7 +317,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: No
width: 50
width: 75
CheckBox
id: premiumBoxYes
@@ -325,4 +325,4 @@ MainWindow
anchors.top: prev.bottom
margin-top: 3
text: Yes
width: 50
width: 75