author | Wuzzy <Wuzzy2@mail.ru> |
Thu, 29 Nov 2018 20:37:40 +0100 | |
changeset 14348 | ffebbcc40c9b |
parent 13227 | 26c739440bef |
child 14836 | b9437746bffb |
permissions | -rw-r--r-- |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
1 |
/* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
2 |
* Hedgewars, a free turn based strategy game |
11046 | 3 |
* Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
4 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
5 |
* This program is free software; you can redistribute it and/or modify |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
6 |
* it under the terms of the GNU General Public License as published by |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
7 |
* the Free Software Foundation; version 2 of the License |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
8 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
9 |
* This program is distributed in the hope that it will be useful, |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
12 |
* GNU General Public License for more details. |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
13 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
14 |
* You should have received a copy of the GNU General Public License |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
15 |
* along with this program; if not, write to the Free Software |
10108
c68cf030eded
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
sheepluva
parents:
9998
diff
changeset
|
16 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
17 |
*/ |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
18 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
19 |
#include <QGridLayout> |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
20 |
#include <QHBoxLayout> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
21 |
#include <QPushButton> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
22 |
#include <QComboBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
23 |
#include <QLabel> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
24 |
#include <QLineEdit> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
25 |
#include <QTabWidget> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
26 |
#include <QGroupBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
27 |
#include <QToolBox> |
6024 | 28 |
#include <QMessageBox> |
7260 | 29 |
#include <QStandardItemModel> |
30 |
#include <QDebug> |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
31 |
#include "SquareLabel.h" |
5252 | 32 |
#include "HWApplication.h" |
8346 | 33 |
#include "keybinder.h" |
6196 | 34 |
|
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
35 |
#include "physfs.h" |
6930 | 36 |
#include "DataManager.h" |
8374 | 37 |
#include "hatbutton.h" |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
38 |
|
6196 | 39 |
#include "pageeditteam.h" |
40 |
||
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
41 |
QLayout * PageEditTeam::bodyLayoutDefinition() |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
42 |
{ |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
43 |
QGridLayout * pageLayout = new QGridLayout(); |
8346 | 44 |
tbw = new QTabWidget(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
45 |
QWidget * page1 = new QWidget(this); |
8346 | 46 |
binder = new KeyBinder(this, tr("Select an action to choose a custom key bind for this team"), tr("Use my default"), tr("Reset all binds")); |
47 |
connect(binder, SIGNAL(resetAllBinds()), this, SLOT(resetAllBinds())); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
48 |
tbw->addTab(page1, tr("General")); |
8346 | 49 |
tbw->addTab(binder, tr("Custom Controls")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
50 |
pageLayout->addWidget(tbw, 0, 0, 1, 3); |
6024 | 51 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
52 |
QHBoxLayout * page1Layout = new QHBoxLayout(page1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
53 |
page1Layout->setAlignment(Qt::AlignTop); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
54 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
55 |
// ====== Page 1 ====== |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
56 |
QVBoxLayout * vbox1 = new QVBoxLayout(); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
57 |
QVBoxLayout * vbox2 = new QVBoxLayout(); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
58 |
page1Layout->addLayout(vbox1); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
59 |
page1Layout->addLayout(vbox2); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
60 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
61 |
GBoxHedgehogs = new QGroupBox(this); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
62 |
GBoxHedgehogs->setTitle(QGroupBox::tr("Team Members")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
63 |
GBoxHedgehogs->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
64 |
QGridLayout * GBHLayout = new QGridLayout(GBoxHedgehogs); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
65 |
|
6953
4c2dd25630a7
* make HatModel update automatically (also renamed class and files)
sheepluva
parents:
6952
diff
changeset
|
66 |
|
8374 | 67 |
GBHLayout->addWidget(new QLabel(tr("Hat")), 0, 0); |
68 |
GBHLayout->addWidget(new QLabel(tr("Name")), 0, 1); |
|
69 |
||
6024 | 70 |
for(int i = 0; i < HEDGEHOGS_PER_TEAM; i++) |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
71 |
{ |
8374 | 72 |
HHHats[i] = new HatButton(GBoxHedgehogs); |
73 |
GBHLayout->addWidget(HHHats[i], i + 1, 0); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
74 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
75 |
HHNameEdit[i] = new QLineEdit(GBoxHedgehogs); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
76 |
HHNameEdit[i]->setMaxLength(64); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
77 |
HHNameEdit[i]->setMinimumWidth(120); |
8374 | 78 |
HHNameEdit[i]->setFixedHeight(36); |
79 |
HHNameEdit[i]->setWhatsThis(tr("This hedgehog's name")); |
|
13227
26c739440bef
Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
Wuzzy <Wuzzy2@mail.ru>
parents:
12686
diff
changeset
|
80 |
HHNameEdit[i]->setStyleSheet("QLineEdit { padding: 6px; }"); |
12249
d23695f96290
Move random team button of of team members box
Wuzzy <almikes@aol.com>
parents:
12248
diff
changeset
|
81 |
GBHLayout->addWidget(HHNameEdit[i], i + 1, 1, 1, 2); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
82 |
|
12248
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
83 |
btnRandomHogName[i] = addButton(":/res/dice.png", GBHLayout, i + 1, 5, 1, 1, true); |
8374 | 84 |
btnRandomHogName[i]->setFixedHeight(HHNameEdit[i]->height()); |
85 |
btnRandomHogName[i]->setWhatsThis(tr("Randomize this hedgehog's name")); |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
86 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
87 |
|
12248
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
88 |
btnRandomHats = new QPushButton(); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
89 |
btnRandomHats->setText(tr("Random Hats")); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
90 |
btnRandomHats->setStyleSheet("padding: 6px 10px;"); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
91 |
GBHLayout->addWidget(btnRandomHats, 9, 1, 1, 1, Qt::AlignCenter); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
92 |
btnRandomHats->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
93 |
|
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
94 |
btnRandomNames = new QPushButton(); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
95 |
btnRandomNames->setText(tr("Random Names")); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
96 |
btnRandomNames->setStyleSheet("padding: 6px 10px;"); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
97 |
GBHLayout->addWidget(btnRandomNames, 9, 2, 1, 1, Qt::AlignCenter); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
98 |
btnRandomNames->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
99 |
|
12249
d23695f96290
Move random team button of of team members box
Wuzzy <almikes@aol.com>
parents:
12248
diff
changeset
|
100 |
vbox1->addWidget(GBoxHedgehogs); |
d23695f96290
Move random team button of of team members box
Wuzzy <almikes@aol.com>
parents:
12248
diff
changeset
|
101 |
|
8374 | 102 |
btnRandomTeam = new QPushButton(); |
103 |
btnRandomTeam->setText(tr("Random Team")); |
|
104 |
btnRandomTeam->setStyleSheet("padding: 6px 10px;"); |
|
105 |
btnRandomTeam->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); |
|
12249
d23695f96290
Move random team button of of team members box
Wuzzy <almikes@aol.com>
parents:
12248
diff
changeset
|
106 |
vbox1->addWidget(btnRandomTeam, 0, Qt::AlignCenter); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
107 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
108 |
GBoxTeam = new QGroupBox(this); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
109 |
GBoxTeam->setTitle(QGroupBox::tr("Team Settings")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
110 |
GBoxTeam->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
111 |
QGridLayout * GBTLayout = new QGridLayout(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
112 |
QLabel * tmpLabel = new QLabel(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
113 |
tmpLabel->setText(QLabel::tr("Name")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
114 |
GBTLayout->addWidget(tmpLabel, 0, 0); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
115 |
tmpLabel = new QLabel(GBoxTeam); |
11808
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
116 |
tmpLabel->setText(QLabel::tr("Player")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
117 |
GBTLayout->addWidget(tmpLabel, 1, 0); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
118 |
tmpLabel = new QLabel(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
119 |
tmpLabel->setText(QLabel::tr("Grave")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
120 |
GBTLayout->addWidget(tmpLabel, 2, 0); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
121 |
tmpLabel = new QLabel(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
122 |
tmpLabel->setText(QLabel::tr("Flag")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
123 |
GBTLayout->addWidget(tmpLabel, 3, 0); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
124 |
tmpLabel = new QLabel(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
125 |
tmpLabel->setText(QLabel::tr("Voice")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
126 |
GBTLayout->addWidget(tmpLabel, 4, 0); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
127 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
128 |
TeamNameEdit = new QLineEdit(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
129 |
TeamNameEdit->setMaxLength(64); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
130 |
TeamNameEdit->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
13227
26c739440bef
Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
Wuzzy <Wuzzy2@mail.ru>
parents:
12686
diff
changeset
|
131 |
TeamNameEdit->setStyleSheet("QLineEdit { padding: 6px; }"); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
132 |
GBTLayout->addWidget(TeamNameEdit, 0, 1, 1, 2); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
133 |
vbox2->addWidget(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
134 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
135 |
CBTeamLvl = new QComboBox(GBoxTeam); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
136 |
CBTeamLvl->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
11808
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
137 |
CBTeamLvl->setIconSize(QSize(32, 32)); |
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
138 |
CBTeamLvl->addItem(QIcon(":/res/botlevels/small0.png"), QComboBox::tr("Human")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
139 |
for(int i = 5; i > 0; i--) |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
140 |
CBTeamLvl->addItem( |
11808
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
141 |
QIcon(QString(":/res/botlevels/small%1.png").arg(6 - i)), |
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
142 |
QComboBox::tr("Computer (Level %1)").arg(i) |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
143 |
); |
11808
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
144 |
CBTeamLvl->setFixedHeight(38); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
145 |
GBTLayout->addWidget(CBTeamLvl, 1, 1, 1, 2); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
146 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
147 |
CBGrave = new QComboBox(GBoxTeam); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
148 |
CBGrave->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
149 |
CBGrave->setMaxCount(65535); |
11672
98545abbedb3
Increase size of drop-down lists in team editor
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
150 |
CBGrave->setMaxVisibleItems(20); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
151 |
CBGrave->setIconSize(QSize(32, 32)); |
11808
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
152 |
CBGrave->setFixedHeight(44); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
153 |
GBTLayout->addWidget(CBGrave, 2, 1, 1, 2); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
154 |
|
12250
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
155 |
// Player flags, combobox to select flag |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
156 |
CBFlag = new QComboBox(GBoxTeam); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
157 |
CBFlag->setMaxCount(65535); |
11672
98545abbedb3
Increase size of drop-down lists in team editor
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
158 |
CBFlag->setMaxVisibleItems(50); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
159 |
CBFlag->setIconSize(QSize(22, 15)); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
160 |
CBFlag->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
161 |
GBTLayout->addWidget(CBFlag, 3, 1, 1, 2); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
162 |
|
12250
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
163 |
// CPU level flag. Static image, only displayed when computer player is selected |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
164 |
QImage imgBotlevels = QImage("physfs://Graphics/botlevels.png"); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
165 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
166 |
int botlevelOffsets[5]= { 19, 14, 10, 6, 0 }; |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
167 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
168 |
for(int i=0; i<5; i++) { |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
169 |
QImage imgCPU = QImage("physfs://Graphics/Flags/cpu.png"); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
170 |
QPainter painter(&imgCPU); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
171 |
painter.drawImage(botlevelOffsets[i], 0, imgBotlevels, botlevelOffsets[i]); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
172 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
173 |
pixCPU[i] = QPixmap::fromImage(imgCPU); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
174 |
} |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
175 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
176 |
QHBoxLayout* hboxCPU = new QHBoxLayout(); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
177 |
hboxCPU->setContentsMargins(0, 0, 0, 0); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
178 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
179 |
hboxCPUWidget = new QWidget(); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
180 |
hboxCPUWidget->setLayout(hboxCPU); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
181 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
182 |
CPUFlag = new QLabel(); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
183 |
CPUFlag->setPixmap(pixCPU[0]); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
184 |
CPUFlag->setFixedHeight(38); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
185 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
186 |
hboxCPU->addWidget(CPUFlag); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
187 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
188 |
CPUFlagLabel = new QLabel("CPU"); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
189 |
CPUFlagLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
190 |
hboxCPU->addWidget(CPUFlagLabel); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
191 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
192 |
hboxCPUWidget->setHidden(true); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
193 |
GBTLayout->addWidget(hboxCPUWidget, 3, 1, 1, 1); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
194 |
|
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
195 |
btnRandomTeamName = addButton(":/res/dice.png", GBTLayout, 0, 3, 1, 1, true); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
196 |
btnRandomTeamName->setWhatsThis(tr("Randomize the team name")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
197 |
|
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
198 |
btnRandomGrave = addButton(":/res/dice.png", GBTLayout, 2, 3, 1, 1, true); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
199 |
btnRandomGrave->setWhatsThis(tr("Randomize the grave")); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
200 |
|
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
201 |
btnRandomFlag = addButton(":/res/dice.png", GBTLayout, 3, 3, 1, 1, true); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
202 |
btnRandomFlag->setWhatsThis(tr("Randomize the flag")); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
203 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
204 |
CBVoicepack = new QComboBox(GBoxTeam); |
11672
98545abbedb3
Increase size of drop-down lists in team editor
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
205 |
CBVoicepack->setMaxVisibleItems(50); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
206 |
CBVoicepack->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
207 |
|
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
208 |
GBTLayout->addWidget(CBVoicepack, 4, 1, 1, 1); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
209 |
|
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
210 |
btnTestSound = addSoundlessButton(":/res/PlaySound.png", GBTLayout, 4, 2, 1, 1, true); |
12123
4027903ff3e7
updates to polish translation by alzen, also add two unlocalised string he found in the gui
nemo
parents:
11809
diff
changeset
|
211 |
btnTestSound->setWhatsThis(tr("Play a random example of this voice")); |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
212 |
|
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
213 |
btnRandomVoice = addButton(":/res/dice.png", GBTLayout, 4, 3, 1, 1, true); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
214 |
btnRandomVoice->setWhatsThis(tr("Randomize the voice")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
215 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
216 |
GBoxFort = new QGroupBox(this); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
217 |
GBoxFort->setTitle(QGroupBox::tr("Fort")); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
218 |
QGridLayout * GBFLayout = new QGridLayout(GBoxFort); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
219 |
CBFort = new QComboBox(GBoxFort); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
220 |
CBFort->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
11808
ffe6e1344ebd
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents:
11672
diff
changeset
|
221 |
CBFort->setMaxVisibleItems(25); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
222 |
CBFort->setMaxCount(65535); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
223 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
224 |
GBFLayout->addWidget(CBFort, 0, 0); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
225 |
|
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
226 |
btnRandomFort = addButton(":/res/dice.png", GBFLayout, 0, 2, 1, 1, true); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
227 |
btnRandomFort->setWhatsThis(tr("Randomize the fort")); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
228 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
229 |
FortPreview = new SquareLabel(GBoxFort); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
230 |
FortPreview->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
231 |
FortPreview->setMinimumSize(128, 128); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
232 |
FortPreview->setPixmap(QPixmap()); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
233 |
// perhaps due to handling its own paintevents, SquareLabel doesn't play nice with the stars |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
234 |
//FortPreview->setAttribute(Qt::WA_PaintOnScreen, true); |
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
235 |
GBFLayout->addWidget(FortPreview, 1, 0, 1, 2); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
236 |
vbox2->addWidget(GBoxFort); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
237 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
238 |
vbox1->addStretch(); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
239 |
vbox2->addStretch(); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
240 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
241 |
return pageLayout; |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
242 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
243 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
244 |
QLayout * PageEditTeam::footerLayoutDefinition() |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
245 |
{ |
6525
6c97379c584b
[GCI] backz task: unify the back button functionality, avoid using the save button
m4tx
parents:
6212
diff
changeset
|
246 |
return NULL; |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
247 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
248 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
249 |
void PageEditTeam::connectSignals() |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
250 |
{ |
8384 | 251 |
connect(this, SIGNAL(pageLeave()), this, SLOT(saveTeam())); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
252 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
253 |
signalMapper1 = new QSignalMapper(this); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
254 |
signalMapper2 = new QSignalMapper(this); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
255 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
256 |
connect(signalMapper1, SIGNAL(mapped(int)), this, SLOT(fixHHname(int))); |
12244 | 257 |
connect(signalMapper2, SIGNAL(mapped(int)), this, SLOT(setRandomHogName(int))); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
258 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
259 |
for(int i = 0; i < HEDGEHOGS_PER_TEAM; i++) |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
260 |
{ |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
261 |
connect(HHNameEdit[i], SIGNAL(editingFinished()), signalMapper1, SLOT(map())); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
262 |
signalMapper1->setMapping(HHNameEdit[i], i); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
263 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
264 |
connect(btnRandomHogName[i], SIGNAL(clicked()), signalMapper2, SLOT(map())); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
265 |
signalMapper2->setMapping(btnRandomHogName[i], i); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
266 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
267 |
|
12244 | 268 |
connect(btnRandomTeam, SIGNAL(clicked()), this, SLOT(setRandomTeam())); |
12248
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
269 |
connect(btnRandomNames, SIGNAL(clicked()), this, SLOT(setRandomHogNames())); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
270 |
connect(btnRandomHats, SIGNAL(clicked()), this, SLOT(setRandomHats())); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
271 |
|
12250
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
272 |
connect(CBTeamLvl, SIGNAL(currentIndexChanged(const int)), this, SLOT(CBTeamLvl_activated(const int))); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
273 |
|
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
274 |
connect(btnRandomTeamName, SIGNAL(clicked()), this, SLOT(setRandomTeamName())); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
275 |
connect(btnRandomGrave, SIGNAL(clicked()), this, SLOT(setRandomGrave())); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
276 |
connect(btnRandomFlag, SIGNAL(clicked()), this, SLOT(setRandomFlag())); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
277 |
connect(btnRandomVoice, SIGNAL(clicked()), this, SLOT(setRandomVoice())); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
278 |
connect(btnRandomFort, SIGNAL(clicked()), this, SLOT(setRandomFort())); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
279 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
280 |
connect(btnTestSound, SIGNAL(clicked()), this, SLOT(testSound())); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
281 |
|
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
282 |
connect(CBFort, SIGNAL(currentIndexChanged(const int)), this, SLOT(CBFort_activated(const int))); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
283 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
284 |
|
6165
6fe3e922246e
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva
parents:
6060
diff
changeset
|
285 |
PageEditTeam::PageEditTeam(QWidget* parent) : |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
286 |
AbstractPage(parent) |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
287 |
{ |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
288 |
initPage(); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
289 |
|
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
290 |
m_playerHash = "0000000000000000000000000000000000000000"; |
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
291 |
m_loaded = false; |
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
292 |
} |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
293 |
|
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
294 |
void PageEditTeam::lazyLoad() |
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
295 |
{ |
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
296 |
if(m_loaded) return; |
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
297 |
m_loaded = true; |
9738 | 298 |
qDebug("[LAZINESS] PageEditTeam::lazyLoad()"); |
299 |
||
300 |
HatModel * hatsModel = DataManager::instance().hatModel(); |
|
301 |
for(int i = 0; i < HEDGEHOGS_PER_TEAM; i++) |
|
302 |
HHHats[i]->setModel(hatsModel); |
|
303 |
||
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
304 |
|
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
305 |
QRegExp pngSuffix("\\.png$"); |
6930 | 306 |
DataManager & dataMgr = DataManager::instance(); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
307 |
QStringList list; |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
308 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
309 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
310 |
// voicepacks |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
311 |
list = dataMgr.entryList("Sounds/voices", |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
312 |
QDir::AllDirs | QDir::NoDotAndDotDot); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
313 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
314 |
CBVoicepack->addItems(list); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
315 |
|
12685
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
316 |
QIcon dlcIcon; |
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
317 |
dlcIcon.addFile(":/res/dlcMarker.png", QSize(), QIcon::Normal, QIcon::On); |
12686 | 318 |
dlcIcon.addFile(":/res/dlcMarkerSelected.png", QSize(), QIcon::Selected, QIcon::On); |
12685
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
319 |
QPixmap emptySpace = QPixmap(7, 15); |
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
320 |
emptySpace.fill(QColor(0, 0, 0, 0)); |
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
321 |
QIcon notDlcIcon = QIcon(emptySpace); |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
322 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
323 |
// forts |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
324 |
list = dataMgr.entryList("Forts", QDir::Files, QStringList("*L.png")); |
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
325 |
foreach (QString file, list) |
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
326 |
{ |
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
327 |
QString fortPath = PHYSFS_getRealDir(QString("Forts/%1").arg(file).toLocal8Bit().data()); |
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
328 |
|
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
329 |
QString fort = file.replace(QRegExp("L\\.png$"), ""); |
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
330 |
|
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
331 |
bool isDLC = !fortPath.startsWith(datadir->absolutePath()); |
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
332 |
if (isDLC) |
12685
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
333 |
{ |
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
334 |
CBFort->addItem(dlcIcon, fort, fort); |
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
335 |
} |
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
336 |
else |
12685
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
337 |
{ |
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
338 |
CBFort->addItem(notDlcIcon, fort, fort); |
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
339 |
} |
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
340 |
|
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
341 |
} |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
342 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
343 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
344 |
// graves |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
345 |
list = |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
346 |
dataMgr.entryList("Graphics/Graves", QDir::Files, QStringList("*.png")); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
347 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
348 |
foreach (QString file, list) |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
349 |
{ |
8049 | 350 |
QPixmap pix("physfs://Graphics/Graves/" + file); |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
351 |
if ((pix.height() > 32) || pix.width() > 32) |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
352 |
pix = pix.copy(0, 0, 32, 32); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
353 |
QIcon icon(pix); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
354 |
|
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
355 |
QString grave = file.remove(pngSuffix); |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
356 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
357 |
CBGrave->addItem(icon, grave); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
358 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
359 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
360 |
// flags |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
361 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
362 |
list = |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
363 |
dataMgr.entryList("Graphics/Flags", QDir::Files, QStringList("*.png")); |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
364 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
365 |
// skip cpu and hedgewars flags |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
366 |
int idx = list.indexOf("cpu.png"); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
367 |
if (idx >= 0) |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
368 |
list.removeAt(idx); |
7495 | 369 |
idx = list.indexOf("cpu_plain.png"); |
370 |
if (idx >= 0) |
|
371 |
list.removeAt(idx); |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
372 |
idx = list.indexOf("hedgewars.png"); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
373 |
if (idx >= 0) |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
374 |
list.removeAt(idx); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
375 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
376 |
// add the default flag |
8049 | 377 |
QPixmap hwFlag("physfs://Graphics/Flags/hedgewars.png"); |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
378 |
CBFlag->addItem(QIcon(hwFlag.copy(0, 0, 22, 15)), "Hedgewars", "hedgewars"); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
379 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
380 |
// add seperator after |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
381 |
CBFlag->insertSeparator(1); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
382 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
383 |
int insertAt = 2; // insert country flags after Hedgewars flag and seperator |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
384 |
|
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
385 |
// add all country flags |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
386 |
foreach (const QString & file, list) |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
387 |
{ |
8049 | 388 |
QIcon icon(QPixmap("physfs://Graphics/Flags/" + file)); |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
389 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
390 |
QString flag = QString(file).remove(pngSuffix); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
391 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
392 |
bool isCountryFlag = !file.startsWith("cm_"); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
393 |
|
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
394 |
if (isCountryFlag) |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
395 |
{ |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
396 |
CBFlag->insertItem(insertAt, icon, flag.replace("_", " "), flag); |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
397 |
insertAt++; |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
398 |
} |
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
399 |
else // append community flags at end |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
400 |
CBFlag->addItem(icon, flag.replace("cm_", QComboBox::tr("Community") + ": "), flag); |
5238
46ddaf14509d
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo
parents:
5204
diff
changeset
|
401 |
} |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
402 |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
403 |
// add separator between country flags and community flags |
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
404 |
CBFlag->insertSeparator(insertAt); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
405 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
406 |
|
5907
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
407 |
void PageEditTeam::fixHHname(int idx) |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
408 |
{ |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
409 |
HHNameEdit[idx]->setText(HHNameEdit[idx]->text().trimmed()); |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
410 |
|
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
411 |
if (HHNameEdit[idx]->text().isEmpty()) |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
412 |
HHNameEdit[idx]->setText(QLineEdit::tr("hedgehog %1").arg(idx+1)); |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
413 |
} |
64ccc6be0ec5
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva
parents:
5886
diff
changeset
|
414 |
|
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
415 |
void PageEditTeam::CBFort_activated(const int index) |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
416 |
{ |
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
417 |
QString fortName = CBFort->itemData(index).toString(); |
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
418 |
QPixmap pix("physfs://Forts/" + fortName + "L.png"); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
419 |
FortPreview->setPixmap(pix); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
420 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
421 |
|
12250
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
422 |
void PageEditTeam::CBTeamLvl_activated(const int index) |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
423 |
{ |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
424 |
CBFlag->setHidden(index != 0); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
425 |
btnRandomFlag->setHidden(index != 0); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
426 |
|
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
427 |
if(index > 0) |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
428 |
{ |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
429 |
int cpuLevel = 6 - index; |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
430 |
CPUFlag->setPixmap(pixCPU[cpuLevel - 1]); |
12474
42da9d8d82ab
Provide translator context for a few less obvious engine strings
Wuzzy <almikes@aol.com>
parents:
12296
diff
changeset
|
431 |
//: Name of a flag for computer-controlled enemies. %1 is replaced with the computer level |
12250
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
432 |
CPUFlagLabel->setText(tr("CPU %1").arg(cpuLevel)); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
433 |
} |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
434 |
hboxCPUWidget->setHidden(index == 0); |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
435 |
} |
05f1935175da
Team editor: Disable flag widget when selecting CPU team
Wuzzy <almikes@aol.com>
parents:
12249
diff
changeset
|
436 |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
437 |
void PageEditTeam::testSound() |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
438 |
{ |
6930 | 439 |
DataManager & dataMgr = DataManager::instance(); |
6196 | 440 |
|
6165
6fe3e922246e
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva
parents:
6060
diff
changeset
|
441 |
QString voiceDir = QString("Sounds/voices/") + CBVoicepack->currentText(); |
6fe3e922246e
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva
parents:
6060
diff
changeset
|
442 |
|
6196 | 443 |
QStringList list = dataMgr.entryList( |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
444 |
voiceDir, |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
445 |
QDir::Files, |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
446 |
QStringList() << |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
447 |
"Illgetyou.ogg" << |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
448 |
"Incoming.ogg" << |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
449 |
"Stupid.ogg" << |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
450 |
"Coward.ogg" << |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
451 |
"Firstblood.ogg" |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6525
diff
changeset
|
452 |
); |
6165
6fe3e922246e
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva
parents:
6060
diff
changeset
|
453 |
|
6167 | 454 |
if (!list.isEmpty()) |
8913 | 455 |
SDLInteraction::instance().playSoundFile("/" + voiceDir + "/" + |
8049 | 456 |
list[rand() % list.size()]); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
457 |
} |
6024 | 458 |
|
459 |
void PageEditTeam::createTeam(const QString & name, const QString & playerHash) |
|
460 |
{ |
|
461 |
m_playerHash = playerHash; |
|
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
462 |
lazyLoad(); |
12669
bc34fc75670e
Fix old team name not being removed after renaming team in frontend
Wuzzy <almikes@aol.com>
parents:
12505
diff
changeset
|
463 |
OldTeamName = name; |
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
464 |
|
12242
09010333c947
Randomize forts and graves in new teams
Wuzzy <almikes@aol.com>
parents:
12123
diff
changeset
|
465 |
// Mostly create a default team, with 2 important exceptions: |
6024 | 466 |
HWTeam newTeam(name); |
12242
09010333c947
Randomize forts and graves in new teams
Wuzzy <almikes@aol.com>
parents:
12123
diff
changeset
|
467 |
// Randomize grave to make it less likely that default teams have equal graves (important for resurrector) |
12296
62975c0a89c6
Only select from default graves and forts for new themes
Wuzzy <almikes@aol.com>
parents:
12250
diff
changeset
|
468 |
HWNamegen::teamRandomGrave(newTeam, false); |
12242
09010333c947
Randomize forts and graves in new teams
Wuzzy <almikes@aol.com>
parents:
12123
diff
changeset
|
469 |
// Randomize fort for greater variety in fort mode with default teams |
12296
62975c0a89c6
Only select from default graves and forts for new themes
Wuzzy <almikes@aol.com>
parents:
12250
diff
changeset
|
470 |
HWNamegen::teamRandomFort(newTeam, false); |
62975c0a89c6
Only select from default graves and forts for new themes
Wuzzy <almikes@aol.com>
parents:
12250
diff
changeset
|
471 |
// DLC forts and graves intentionally filtered out to prevent desyncs and missing grave error |
62975c0a89c6
Only select from default graves and forts for new themes
Wuzzy <almikes@aol.com>
parents:
12250
diff
changeset
|
472 |
// TODO: Remove DLC filter as soon it is not needed anymore |
6024 | 473 |
loadTeam(newTeam); |
474 |
} |
|
475 |
||
476 |
void PageEditTeam::editTeam(const QString & name, const QString & playerHash) |
|
477 |
{ |
|
478 |
m_playerHash = playerHash; |
|
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
479 |
lazyLoad(); |
12669
bc34fc75670e
Fix old team name not being removed after renaming team in frontend
Wuzzy <almikes@aol.com>
parents:
12505
diff
changeset
|
480 |
OldTeamName = name; |
9511
1be565d7b4b7
Fill PageEditTeam containers only when it is actually required:
unc0rr
parents:
9080
diff
changeset
|
481 |
|
6024 | 482 |
HWTeam team(name); |
483 |
team.loadFromFile(); |
|
484 |
loadTeam(team); |
|
485 |
} |
|
486 |
||
487 |
void PageEditTeam::deleteTeam(const QString & name) |
|
488 |
{ |
|
7794
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7781
diff
changeset
|
489 |
QMessageBox reallyDeleteMsg(this); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7781
diff
changeset
|
490 |
reallyDeleteMsg.setIcon(QMessageBox::Question); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7781
diff
changeset
|
491 |
reallyDeleteMsg.setWindowTitle(QMessageBox::tr("Teams - Are you sure?")); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7781
diff
changeset
|
492 |
reallyDeleteMsg.setText(QMessageBox::tr("Do you really want to delete the team '%1'?").arg(name)); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7781
diff
changeset
|
493 |
reallyDeleteMsg.setWindowModality(Qt::WindowModal); |
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7781
diff
changeset
|
494 |
reallyDeleteMsg.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); |
6024 | 495 |
|
7794
ab7b94c03bc9
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
koda
parents:
7781
diff
changeset
|
496 |
if (reallyDeleteMsg.exec() == QMessageBox::Ok) |
6024 | 497 |
HWTeam(name).deleteFile(); |
498 |
} |
|
499 |
||
12244 | 500 |
void PageEditTeam::setRandomTeam() |
6024 | 501 |
{ |
502 |
HWTeam team = data(); |
|
12505
82c75a317d48
Randomized teams now can have any random hats (not just from types.ini)
Wuzzy <almikes@aol.com>
parents:
12502
diff
changeset
|
503 |
HWNamegen::teamRandomEverything(team); |
12248
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
504 |
loadTeam(team); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
505 |
} |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
506 |
|
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
507 |
void PageEditTeam::setRandomHogNames() |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
508 |
{ |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
509 |
HWTeam team = data(); |
12505
82c75a317d48
Randomized teams now can have any random hats (not just from types.ini)
Wuzzy <almikes@aol.com>
parents:
12502
diff
changeset
|
510 |
HWNamegen::teamRandomHogNames(team); |
12248
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
511 |
loadTeam(team); |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
512 |
} |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
513 |
|
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
514 |
void PageEditTeam::setRandomHats() |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
515 |
{ |
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
516 |
HWTeam team = data(); |
12502
f4b0e164a0d5
Chance that clicking the random hats button produces a set of equal hats
Wuzzy <almikes@aol.com>
parents:
12474
diff
changeset
|
517 |
HWNamegen::teamRandomHats(team); |
6024 | 518 |
loadTeam(team); |
519 |
} |
|
520 |
||
12244 | 521 |
void PageEditTeam::setRandomHogName(int hh_index) |
6024 | 522 |
{ |
523 |
HWTeam team = data(); |
|
12244 | 524 |
HWNamegen::teamRandomHogName(team,hh_index); |
6024 | 525 |
loadTeam(team); |
526 |
} |
|
527 |
||
12245
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
528 |
void PageEditTeam::setRandomTeamName() |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
529 |
{ |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
530 |
HWTeam team = data(); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
531 |
HWNamegen::teamRandomTeamName(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
532 |
loadTeam(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
533 |
} |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
534 |
|
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
535 |
void PageEditTeam::setRandomGrave() |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
536 |
{ |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
537 |
HWTeam team = data(); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
538 |
HWNamegen::teamRandomGrave(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
539 |
loadTeam(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
540 |
} |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
541 |
|
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
542 |
void PageEditTeam::setRandomFlag() |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
543 |
{ |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
544 |
HWTeam team = data(); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
545 |
HWNamegen::teamRandomFlag(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
546 |
loadTeam(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
547 |
} |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
548 |
|
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
549 |
void PageEditTeam::setRandomVoice() |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
550 |
{ |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
551 |
HWTeam team = data(); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
552 |
HWNamegen::teamRandomVoice(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
553 |
loadTeam(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
554 |
} |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
555 |
|
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
556 |
void PageEditTeam::setRandomFort() |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
557 |
{ |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
558 |
HWTeam team = data(); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
559 |
HWNamegen::teamRandomFort(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
560 |
loadTeam(team); |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
561 |
} |
5206f9a803d1
Allow to randomize team name, flag, grave, voice and fort seperately
Wuzzy <almikes@aol.com>
parents:
12244
diff
changeset
|
562 |
|
6024 | 563 |
void PageEditTeam::loadTeam(const HWTeam & team) |
564 |
{ |
|
8346 | 565 |
tbw->setCurrentIndex(0); |
566 |
binder->resetInterface(); |
|
8434 | 567 |
|
6024 | 568 |
TeamNameEdit->setText(team.name()); |
569 |
CBTeamLvl->setCurrentIndex(team.difficulty()); |
|
570 |
||
571 |
for(int i = 0; i < HEDGEHOGS_PER_TEAM; i++) |
|
572 |
{ |
|
573 |
HWHog hh = team.hedgehog(i); |
|
574 |
||
575 |
HHNameEdit[i]->setText(hh.Name); |
|
576 |
||
577 |
if (hh.Hat.startsWith("Reserved")) |
|
6195
6c9ada03602d
* fixing my hat preview bug nemo pointed out (thanks!)
sheepluva
parents:
6167
diff
changeset
|
578 |
hh.Hat = "Reserved "+hh.Hat.remove(0,40); |
6024 | 579 |
|
8374 | 580 |
HHHats[i]->setCurrentHat(hh.Hat); |
6024 | 581 |
} |
582 |
||
583 |
CBGrave->setCurrentIndex(CBGrave->findText(team.grave())); |
|
584 |
CBFlag->setCurrentIndex(CBFlag->findData(team.flag())); |
|
585 |
||
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
586 |
CBFort->setCurrentIndex(CBFort->findData(team.fort())); |
6024 | 587 |
CBVoicepack->setCurrentIndex(CBVoicepack->findText(team.voicepack())); |
588 |
||
7260 | 589 |
QStandardItemModel * binds = DataManager::instance().bindsModel(); |
6024 | 590 |
for(int i = 0; i < BINDS_NUMBER; i++) |
591 |
{ |
|
8346 | 592 |
if (team.keyBind(i).isEmpty()) continue; |
8434 | 593 |
|
7260 | 594 |
QModelIndexList mdl = binds->match(binds->index(0, 0), Qt::UserRole + 1, team.keyBind(i), 1, Qt::MatchExactly); |
595 |
||
596 |
if(mdl.size() == 1) |
|
8346 | 597 |
binder->setBindIndex(i, mdl[0].row()); |
7260 | 598 |
else |
599 |
qDebug() << "Binds: cannot find" << team.keyBind(i); |
|
6024 | 600 |
} |
601 |
} |
|
602 |
||
603 |
HWTeam PageEditTeam::data() |
|
604 |
{ |
|
12669
bc34fc75670e
Fix old team name not being removed after renaming team in frontend
Wuzzy <almikes@aol.com>
parents:
12505
diff
changeset
|
605 |
HWTeam team(OldTeamName); |
bc34fc75670e
Fix old team name not being removed after renaming team in frontend
Wuzzy <almikes@aol.com>
parents:
12505
diff
changeset
|
606 |
team.setName(TeamNameEdit->text()); |
6024 | 607 |
team.setDifficulty(CBTeamLvl->currentIndex()); |
608 |
||
609 |
for(int i = 0; i < HEDGEHOGS_PER_TEAM; i++) |
|
610 |
{ |
|
611 |
HWHog hh; |
|
612 |
hh.Name = HHNameEdit[i]->text(); |
|
8374 | 613 |
hh.Hat = HHHats[i]->currentHat(); |
6024 | 614 |
|
615 |
if (hh.Hat.startsWith("Reserved")) |
|
616 |
hh.Hat = "Reserved"+m_playerHash+hh.Hat.remove(0,9); |
|
617 |
||
618 |
team.setHedgehog(i,hh); |
|
619 |
} |
|
620 |
||
621 |
team.setGrave(CBGrave->currentText()); |
|
12684
5f68b259305c
Mark custom forts with asterisk in team editor
Wuzzy <almikes@aol.com>
parents:
12670
diff
changeset
|
622 |
team.setFort(CBFort->itemData(CBFort->currentIndex()).toString()); |
6024 | 623 |
team.setVoicepack(CBVoicepack->currentText()); |
624 |
team.setFlag(CBFlag->itemData(CBFlag->currentIndex()).toString()); |
|
625 |
||
7260 | 626 |
QStandardItemModel * binds = DataManager::instance().bindsModel(); |
6024 | 627 |
for(int i = 0; i < BINDS_NUMBER; i++) |
628 |
{ |
|
8346 | 629 |
team.bindKey(i, binds->index(binder->bindIndex(i), 0).data(Qt::UserRole + 1).toString()); |
6024 | 630 |
} |
631 |
||
632 |
return team; |
|
633 |
} |
|
634 |
||
635 |
void PageEditTeam::saveTeam() |
|
636 |
{ |
|
12670
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
637 |
HWTeam team = data(); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
638 |
if(!team.wouldOverwriteOtherFile()) |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
639 |
{ |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
640 |
team.saveToFile(); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
641 |
} |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
642 |
else |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
643 |
{ |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
644 |
// Name already used -> look for an appropriate name: |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
645 |
int i=2; |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
646 |
QString origName = team.name(); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
647 |
QString newName; |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
648 |
while(team.wouldOverwriteOtherFile()) |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
649 |
{ |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
650 |
newName = tr("%1 (%2)").arg(origName).arg(i++); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
651 |
team.setName(newName); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
652 |
if(i > 1000) |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
653 |
break; |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
654 |
} |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
655 |
|
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
656 |
QMessageBox teamNameFixedMsg(this); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
657 |
teamNameFixedMsg.setIcon(QMessageBox::Warning); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
658 |
teamNameFixedMsg.setWindowTitle(QMessageBox::tr("Teams - Name already taken")); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
659 |
teamNameFixedMsg.setText(QMessageBox::tr("The team name '%1' is already taken, so your team has been renamed to '%2'.").arg(origName).arg(team.name())); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
660 |
teamNameFixedMsg.setWindowModality(Qt::WindowModal); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
661 |
teamNameFixedMsg.setStandardButtons(QMessageBox::Ok); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
662 |
teamNameFixedMsg.exec(); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
663 |
|
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
664 |
team.saveToFile(); |
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
665 |
} |
6024 | 666 |
} |
8346 | 667 |
|
668 |
// When the "Use default for all binds" is pressed... |
|
669 |
void PageEditTeam::resetAllBinds() |
|
670 |
{ |
|
671 |
for (int i = 0; i < BINDS_NUMBER; i++) |
|
672 |
binder->setBindIndex(i, 0); |
|
673 |
} |