QTfrontend/pages.cpp
author koda
Wed, 02 Mar 2011 00:27:20 +0100
changeset 4976 088d40d8aba2
parent 4897 11598e7aa7e6
child 5016 9347d82a26cc
permissions -rw-r--r--
Happy 2011 :)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     1
/*
1066
1f1b3686a2b0 Update copyright headers a bit
unc0rr
parents: 923
diff changeset
     2
 * Hedgewars, a free turn based strategy game
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4897
diff changeset
     3
 * Copyright (c) 2006-2011 Andrey Korotaev <unC0Rr@gmail.com>
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     4
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     8
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    12
 * GNU General Public License for more details.
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    13
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    14
 * You should have received a copy of the GNU General Public License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    15
 * along with this program; if not, write to the Free Software
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    17
 */
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    18
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    19
#include <QGridLayout>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    20
#include <QPushButton>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    21
#include <QGroupBox>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    22
#include <QComboBox>
311
b8905423f19f - Limit list of teams in game with 200 px
unc0rr
parents: 310
diff changeset
    23
#include <QCheckBox>
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    24
#include <QLabel>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    25
#include <QToolBox>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    26
#include <QLineEdit>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    27
#include <QListWidget>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    28
#include <QApplication>
231
c77b16e48273 bots power icons added
displacer
parents: 187
diff changeset
    29
#include <QSpinBox>
452
45fbb9df0c99 problems with widget sizes for net chat
displacer
parents: 451
diff changeset
    30
#include <QTextEdit>
636
dc93ac775bb9 - Switch between local and internet game
unc0rr
parents: 632
diff changeset
    31
#include <QRadioButton>
665
5c7bfc8bac6a Start move from custom widgets to custom models
unc0rr
parents: 659
diff changeset
    32
#include <QTableView>
671
a8970859f50e Actually pass host and port values to NetConnect method
unc0rr
parents: 668
diff changeset
    33
#include <QMessageBox>
673
bd82104a28af - Save after save now works
unc0rr
parents: 672
diff changeset
    34
#include <QHeaderView>
1252
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
    35
#include <QTabWidget>
1377
a9e768739345 - Customize QTextBrowser look
unc0rr
parents: 1334
diff changeset
    36
#include <QTextBrowser>
1399
ada2411c1d60 Show additional info in rooms list
unc0rr
parents: 1395
diff changeset
    37
#include <QTableWidget>
1409
d1cbe4a57ebf Add button for controlling room options (no usefull yet)
unc0rr
parents: 1404
diff changeset
    38
#include <QAction>
d1cbe4a57ebf Add button for controlling room options (no usefull yet)
unc0rr
parents: 1404
diff changeset
    39
#include <QMenu>
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
    40
#include <QDataWidgetMapper>
3421
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
    41
#include <QTime>
3708
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
    42
#include <QSlider>
4586
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
    43
#include <QFileDialog>
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    44
3172
ae5c7f97df44 Engine:
smxx
parents: 3159
diff changeset
    45
#include "ammoSchemeModel.h"
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    46
#include "pages.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    47
#include "sdlkeys.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    48
#include "hwconsts.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    49
#include "gamecfgwidget.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    50
#include "teamselect.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    51
#include "gamecfgwidget.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    52
#include "SquareLabel.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    53
#include "mapContainer.h"
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
    54
#include "about.h"
297
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 290
diff changeset
    55
#include "fpsedit.h"
632
5e09ae25729f Half implement possibility for different backends of servers list
unc0rr
parents: 617
diff changeset
    56
#include "netserverslist.h"
412
2ddcc3e3e644 udp server detecting experimental version
displacer
parents: 373
diff changeset
    57
#include "netudpwidget.h"
461
105af110b0e6 chatWidget with layout
displacer
parents: 453
diff changeset
    58
#include "chatwidget.h"
579
94db15de0392 - Some changes to make build process clear
unc0rr
parents: 555
diff changeset
    59
#include "playrecordpage.h"
612
333d095319de abstract class for items container (hedgehogs num, bullets, etc.)
displacer
parents: 603
diff changeset
    60
#include "selectWeapon.h"
1192
63b7961f68de Add iconed groupbox class
unc0rr
parents: 1168
diff changeset
    61
#include "igbox.h"
1238
914bd2a9a249 Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents: 1236
diff changeset
    62
#include "hats.h"
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
    63
#include "misc.h"
1932
f586d75c8b6a New schemes page look by TheXception
unc0rr
parents: 1924
diff changeset
    64
#include "togglebutton.h"
2098
c977d7f2aa09 Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents: 2093
diff changeset
    65
#include "hwform.h"
2191
20c62f787a4d koda's OpenAL conversion:
unc0rr
parents: 2155
diff changeset
    66
#include "SDLs.h"
4520
e7882bd1a894 Allow to draw maps in frontend and play them (only locally, some bugs to fix)
unc0rr
parents: 4500
diff changeset
    67
#include "drawmapwidget.h"
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    68
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
    69
PageMain::PageMain(QWidget* parent) :
684
257444d8429f some copy/paste code removed
displacer
parents: 683
diff changeset
    70
  AbstractPage(parent)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    71
{
2098
c977d7f2aa09 Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents: 2093
diff changeset
    72
    if(frontendEffects) setAttribute(Qt::WA_NoSystemBackground, true);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    73
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    74
    //pageLayout->setColumnStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    75
    //pageLayout->setColumnStretch(1, 2);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    76
    //pageLayout->setColumnStretch(2, 1);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    77
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    78
    //QPushButton* btnLogo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    79
    //pageLayout->setAlignment(btnLogo, Qt::AlignHCenter);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    80
    pageLayout->setRowStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    81
    pageLayout->setRowStretch(1, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    82
    pageLayout->setRowStretch(2, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    83
    pageLayout->setRowStretch(3, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    84
    pageLayout->setRowStretch(4, 1);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    85
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    86
    BtnSinglePlayer = addButton(":/res/LocalPlay.png", pageLayout, 2, 0, 1, 2, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    87
    BtnSinglePlayer->setToolTip(tr("Local Game (Play a game on a single computer)"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    88
    pageLayout->setAlignment(BtnSinglePlayer, Qt::AlignHCenter);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    89
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    90
    BtnNet = addButton(":/res/NetworkPlay.png", pageLayout, 2, 2, 1, 2, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    91
    BtnNet->setToolTip(tr("Network Game (Play a game across a network)"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
    92
    pageLayout->setAlignment(BtnNet, Qt::AlignHCenter);
579
94db15de0392 - Some changes to make build process clear
unc0rr
parents: 555
diff changeset
    93
3421
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
    94
    mainNote = new QLabel(this);
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
    95
    mainNote->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
    96
    mainNote->setWordWrap(true);
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
    97
    mainNote->setOpenExternalLinks(true);
3421
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
    98
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
    99
    if(!isDevBuild)
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   100
    {
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   101
        QStringList Tips;
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   102
        Tips << tr("Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they'll win or lose together.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   103
        Tips << tr("Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   104
        Tips << tr("If you're unsure what to do and don't want to waste ammo, skip one round. But don't let too much time pass as there will be Sudden Death!", "Tips");
4179
3e582f6b7b41 Fix a typo
unc0rr
parents: 4166
diff changeset
   105
        Tips << tr("Want to save ropes? Release the rope in mid air and then shoot again. As long as you don't touch the ground you'll reuse your rope without wasting ammo!", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   106
        Tips << tr("If you'd like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   107
        Tips << tr("You're bored of default gameplay? Try one of the missions - they'll offer different gameplay depending on the one you picked.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   108
        Tips << tr("By default the game will always record the last game played as a demo. Select 'Local Game' and pick the 'Demos' button on the lower right corner to play or manage them.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   109
        Tips << tr("Hedgewars is Open Source and Freeware we create in our spare time. If you've got problems, ask on our forums but please don't expect 24/7 support!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   110
        Tips << tr("Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   111
        Tips << tr("Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   112
        Tips << tr("Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   113
        Tips << tr("From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   114
        Tips << tr("Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   115
        Tips << tr("Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   116
        Tips << tr("Always remember you're able to set up your own games in local and network/online play. You're not restricted to the 'Simple Game' option.", "Tips");
3868
aaac0e8641c6 Frontend:
smaxx
parents: 3867
diff changeset
   117
        Tips << tr("Connect one or more gamepads before starting the game to be able to assign their controls to your teams.", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   118
        Tips << tr("Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.", "Tips").arg("<a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a>");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   119
        Tips << tr("While playing you should give yourself a short break at least once an hour.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   120
        Tips << tr("If your graphics card isn't able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.", "Tips");
3868
aaac0e8641c6 Frontend:
smaxx
parents: 3867
diff changeset
   121
        Tips << tr("If your graphics card isn't able to provide hardware accelerated OpenGL, try to update the associated drivers.", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   122
        Tips << tr("We're open to suggestions and constructive feedback. If you don't like something or got a great idea, let us know!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   123
        Tips << tr("Especially while playing online be polite and always remember there might be some minors playing with or against you as well!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   124
        Tips << tr("Special game modes such as 'Vampirism' or 'Karma' allow you to develop completely new tactics. Try them in a custom game!", "Tips");
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4844
diff changeset
   125
        Tips << tr("The Windows version of Hedgewars supports Xfire. Make sure to add Hedgewars to its game list so your friends can see you playing.", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   126
        Tips << tr("You should never install Hedgewars on computers you don't own (school, university, work, etc.). Please ask the responsible person instead!", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   127
        Tips << tr("Hedgewars can be perfect for short games during breaks. Just ensure you don't add too many hedgehogs or use an huge map. Reducing time and health might help as well.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   128
        Tips << tr("No hedgehogs were harmed in making this game.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   129
        Tips << tr("There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   130
        Tips << tr("Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   131
        Tips << tr("Some weapons require special strategies or just lots of training, so don't give up on a particular tool if you miss an enemy once.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   132
        Tips << tr("Most weapons won't work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   133
        Tips << tr("The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   134
        Tips << tr("The Piano Strike is the most damaging air strike. You'll lose the hedgehog performing it, so there's a huge downside as well.", "Tips");
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4844
diff changeset
   135
        Tips << tr("The Homing Bee can be tricky to use. Its turn radius depends on it's velocity, so try to not use full power.", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   136
        Tips << tr("Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   137
        Tips << tr("The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   138
        Tips << tr("If you're stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   139
        Tips << tr("The Cake's maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.", "Tips");
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   140
        Tips << tr("The Flame Thrower is a weapon but it can be used for tunnel digging as well.", "Tips");
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4844
diff changeset
   141
        Tips << tr("Use the Molotov or Flame Thrower to temporary keep hedgehogs from passing terrain such as tunnels or platforms.", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   142
        Tips << tr("Want to know who's behind the game? Click on the Hedgewars logo in the main menu to see the credits.", "Tips");
4031
cff30accecdd remove the steam community group from one of the tips/hints/whatever
sheepluva (and totally not Smaxx)
parents: 4003
diff changeset
   143
        Tips << tr("Like Hedgewars? Become a fan on %1 or follow us on %2!", "Tips").arg("<a href=\"http://www.facebook.com/Hedgewars\">Facebook</a>").arg("<a href=\"http://twitter.com/hedgewars\">Twitter</a>");
3868
aaac0e8641c6 Frontend:
smaxx
parents: 3867
diff changeset
   144
        Tips << tr("Feel free to draw your own graves, hats, flags or even maps and themes! But note that you'll have to share them somewhere to use them online.", "Tips");
aaac0e8641c6 Frontend:
smaxx
parents: 3867
diff changeset
   145
        Tips << tr("Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!", "Tips");
aaac0e8641c6 Frontend:
smaxx
parents: 3867
diff changeset
   146
        // The following tip will require links to app store entries first.
aaac0e8641c6 Frontend:
smaxx
parents: 3867
diff changeset
   147
        //Tips << tr("Want to play Hedgewars any time? Grab the Mobile version for %1 and %2.", "Tips").arg("").arg("");
aaac0e8641c6 Frontend:
smaxx
parents: 3867
diff changeset
   148
        Tips << tr("Keep your video card drivers up to date to avoid issues playing the game.", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   149
        //Tips << tr("", "Tips");
4255
e59a026758af bugfix. correct crossplatform tips
nemo
parents: 4232
diff changeset
   150
#ifndef __APPLE__
e59a026758af bugfix. correct crossplatform tips
nemo
parents: 4232
diff changeset
   151
        Tips << tr("You're able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.", "Tips");
e59a026758af bugfix. correct crossplatform tips
nemo
parents: 4232
diff changeset
   152
#endif
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   153
#ifdef _WIN32
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   154
        Tips << tr("You can find your Hedgewars configuration files under \"My Documents\\Hedgewars\". Create backups or take the files with you, but don't edit them by hand.", "Tips");
4255
e59a026758af bugfix. correct crossplatform tips
nemo
parents: 4232
diff changeset
   155
#elif defined __APPLE__                                                                                                                     
e59a026758af bugfix. correct crossplatform tips
nemo
parents: 4232
diff changeset
   156
        Tips << tr("You can find your Hedgewars configuration files under \"Library/Application Support/Hedgewars\" in your home directory. Create backups or take the files with you, but don't edit them by hand.", "Tips");
e59a026758af bugfix. correct crossplatform tips
nemo
parents: 4232
diff changeset
   157
#else  
e59a026758af bugfix. correct crossplatform tips
nemo
parents: 4232
diff changeset
   158
        Tips << tr("You can find your Hedgewars configuration files under \".hedgewars\" in your home directory. Create backups or take the files with you, but don't edit them by hand.", "Tips");
3833
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   159
#endif
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   160
        mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);
58afaa38781b Frontend:
smaxx
parents: 3786
diff changeset
   161
    }
3421
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
   162
    else
3834
b7ecf8db4dba Frontend:
smaxx
parents: 3833
diff changeset
   163
        mainNote->setText(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!"));
3421
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
   164
7c72f4d556d1 Frontend:
smxx
parents: 3324
diff changeset
   165
    pageLayout->addWidget(mainNote, 4, 1, 1, 2);
3074
271cfcb2bcda Frontend:
smxx
parents: 3061
diff changeset
   166
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   167
    BtnSetup = addButton(":/res/Settings.png", pageLayout, 4, 3, true);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   168
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   169
    //BtnInfo = addButton(":/res/About.png", pageLayout, 3, 1, 1, 2, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   170
    BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   171
    BtnInfo->setStyleSheet("border: transparent;background: transparent;");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   172
    pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   173
    //pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   174
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   175
    BtnExit = addButton(":/res/Exit.png", pageLayout, 4, 0, 1, 1, true);
3279
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
   176
    BtnExit->setFixedHeight(BtnSetup->height());
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
   177
    BtnExit->setStyleSheet("QPushButton{margin-top: 2px;}");
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   178
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   179
2516
effafd586a4e pass in sdli
nemo
parents: 2515
diff changeset
   180
PageEditTeam::PageEditTeam(QWidget* parent, SDLInteraction * sdli) :
692
07787e748831 code size reduse
displacer
parents: 686
diff changeset
   181
  AbstractPage(parent)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   182
{
2516
effafd586a4e pass in sdli
nemo
parents: 2515
diff changeset
   183
    mySdli = sdli;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   184
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   185
    QTabWidget * tbw = new QTabWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   186
    QWidget * page1 = new QWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   187
    QWidget * page2 = new QWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   188
    tbw->addTab(page1, tr("General"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   189
    tbw->addTab(page2, tr("Advanced"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   190
    pageLayout->addWidget(tbw, 0, 0, 1, 3);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   191
    BtnTeamDiscard = addButton(":/res/Exit.png", pageLayout, 1, 0, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   192
    BtnTeamSave = addButton(":/res/Save.png", pageLayout, 1, 2, true);;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   193
    BtnTeamSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}");
3279
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
   194
    BtnTeamDiscard->setFixedHeight(BtnTeamSave->height());
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
   195
    BtnTeamDiscard->setStyleSheet("QPushButton{margin-top: 31px;}");
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   196
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   197
    QHBoxLayout * page1Layout = new QHBoxLayout(page1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   198
    page1Layout->setAlignment(Qt::AlignTop);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   199
    QGridLayout * page2Layout = new QGridLayout(page2);
1252
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   200
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   201
// ====== Page 1 ======
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   202
    QVBoxLayout * vbox1 = new QVBoxLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   203
    QVBoxLayout * vbox2 = new QVBoxLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   204
    page1Layout->addLayout(vbox1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   205
    page1Layout->addLayout(vbox2);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   206
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   207
    GBoxHedgehogs = new QGroupBox(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   208
    GBoxHedgehogs->setTitle(QGroupBox::tr("Team Members"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   209
    GBoxHedgehogs->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   210
    QGridLayout * GBHLayout = new QGridLayout(GBoxHedgehogs);
1840
4747f0232b88 ttsmj2's random teams patch
unc0rr
parents: 1812
diff changeset
   211
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   212
    signalMapper = new QSignalMapper(this);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   213
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   214
    HatsModel * hatsModel = new HatsModel(GBoxHedgehogs);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   215
    for(int i = 0; i < 8; i++)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   216
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   217
        HHHats[i] = new QComboBox(GBoxHedgehogs);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   218
        HHHats[i]->setModel(hatsModel);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   219
        HHHats[i]->setIconSize(QSize(32, 37));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   220
        //HHHats[i]->setSizeAdjustPolicy(QComboBox::AdjustToContents);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   221
        //HHHats[i]->setModelColumn(1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   222
        //HHHats[i]->setMinimumWidth(132);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   223
        GBHLayout->addWidget(HHHats[i], i, 0);
1840
4747f0232b88 ttsmj2's random teams patch
unc0rr
parents: 1812
diff changeset
   224
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   225
        HHNameEdit[i] = new QLineEdit(GBoxHedgehogs);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   226
        HHNameEdit[i]->setMaxLength(64);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   227
        HHNameEdit[i]->setMinimumWidth(120);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   228
        GBHLayout->addWidget(HHNameEdit[i], i, 1);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   229
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   230
        randButton[i] = addButton(":/res/dice.png", GBHLayout, i, 3, true);
1840
4747f0232b88 ttsmj2's random teams patch
unc0rr
parents: 1812
diff changeset
   231
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   232
        connect(randButton[i], SIGNAL(clicked()), signalMapper, SLOT(map()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   233
            signalMapper->setMapping(randButton[i], i);
1840
4747f0232b88 ttsmj2's random teams patch
unc0rr
parents: 1812
diff changeset
   234
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   235
    }
1840
4747f0232b88 ttsmj2's random teams patch
unc0rr
parents: 1812
diff changeset
   236
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   237
    randTeamButton = addButton(QPushButton::tr("Random Team"), GBHLayout, 9, false);
1840
4747f0232b88 ttsmj2's random teams patch
unc0rr
parents: 1812
diff changeset
   238
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   239
    vbox1->addWidget(GBoxHedgehogs);
1252
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   240
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   241
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   242
    GBoxTeam = new QGroupBox(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   243
    GBoxTeam->setTitle(QGroupBox::tr("Team Settings"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   244
    GBoxTeam->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   245
    QGridLayout * GBTLayout = new QGridLayout(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   246
    QLabel * tmpLabel = new QLabel(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   247
    tmpLabel->setText(QLabel::tr("Name"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   248
    GBTLayout->addWidget(tmpLabel, 0, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   249
    tmpLabel = new QLabel(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   250
    tmpLabel->setText(QLabel::tr("Type"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   251
    GBTLayout->addWidget(tmpLabel, 1, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   252
    tmpLabel = new QLabel(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   253
    tmpLabel->setText(QLabel::tr("Grave"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   254
    GBTLayout->addWidget(tmpLabel, 2, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   255
    tmpLabel = new QLabel(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   256
    tmpLabel->setText(QLabel::tr("Flag"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   257
    GBTLayout->addWidget(tmpLabel, 3, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   258
    tmpLabel = new QLabel(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   259
    tmpLabel->setText(QLabel::tr("Voice"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   260
    GBTLayout->addWidget(tmpLabel, 4, 0);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   261
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   262
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   263
    TeamNameEdit = new QLineEdit(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   264
    TeamNameEdit->setMaxLength(64);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   265
    GBTLayout->addWidget(TeamNameEdit, 0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   266
    vbox2->addWidget(GBoxTeam);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   267
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   268
    CBTeamLvl = new QComboBox(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   269
    CBTeamLvl->setIconSize(QSize(48, 48));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   270
    CBTeamLvl->addItem(QIcon(":/res/botlevels/0.png"), QComboBox::tr("Human"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   271
    for(int i = 5; i > 0; i--)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   272
        CBTeamLvl->addItem(
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   273
                QIcon(QString(":/res/botlevels/%1.png").arg(6 - i)),
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   274
                QString("%1 %2").arg(QComboBox::tr("Level")).arg(i)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   275
                );
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   276
    GBTLayout->addWidget(CBTeamLvl, 1, 1);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   277
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   278
    CBGrave = new QComboBox(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   279
    CBGrave->setMaxCount(65535);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   280
    CBGrave->setIconSize(QSize(32, 32));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   281
    GBTLayout->addWidget(CBGrave, 2, 1);
1684
b3f4ec08f0a4 A button for checking voicepack (doesn't work yet)
unc0rr
parents: 1677
diff changeset
   282
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   283
    CBFlag = new QComboBox(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   284
    CBFlag->setMaxCount(65535);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   285
    CBFlag->setIconSize(QSize(22, 15));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   286
    GBTLayout->addWidget(CBFlag, 3, 1);
2747
7889a3a9724f Server:
smxx
parents: 2733
diff changeset
   287
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   288
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   289
        QHBoxLayout * hbox = new QHBoxLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   290
        CBVoicepack = new QComboBox(GBoxTeam);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   291
        {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   292
            QDir tmpdir;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   293
            tmpdir.cd(datadir->absolutePath());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   294
            tmpdir.cd("Sounds/voices");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   295
            QStringList list = tmpdir.entryList(QDir::AllDirs | QDir::NoDotAndDotDot, QDir::Name);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   296
            CBVoicepack->addItems(list);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   297
        }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   298
        hbox->addWidget(CBVoicepack, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   299
        BtnTestSound = addButton(":/res/PlaySound.png", hbox, 1, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   300
        hbox->setStretchFactor(BtnTestSound, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   301
        connect(BtnTestSound, SIGNAL(clicked()), this, SLOT(testSound()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   302
        GBTLayout->addLayout(hbox, 4, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   303
    }
1659
fd593a5e71fb Team class now supports voicepacks
unc0rr
parents: 1649
diff changeset
   304
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   305
    GBoxFort = new QGroupBox(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   306
    GBoxFort->setTitle(QGroupBox::tr("Fort"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   307
    QGridLayout * GBFLayout = new QGridLayout(GBoxFort);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   308
    CBFort = new QComboBox(GBoxFort);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   309
    CBFort->setMaxCount(65535);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   310
    GBFLayout->addWidget(CBFort, 0, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   311
    FortPreview = new SquareLabel(GBoxFort);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   312
    FortPreview->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   313
    FortPreview->setMinimumSize(128, 128);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   314
    FortPreview->setPixmap(QPixmap());
2072
6e0fcbcc3f60 Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
nemo
parents: 2071
diff changeset
   315
    // perhaps due to handling its own paintevents, SquareLabel doesn't play nice with the stars
6e0fcbcc3f60 Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
nemo
parents: 2071
diff changeset
   316
    //FortPreview->setAttribute(Qt::WA_PaintOnScreen, true);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   317
    GBFLayout->addWidget(FortPreview, 1, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   318
    vbox2->addWidget(GBoxFort);
1252
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   319
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   320
    QDir tmpdir;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   321
    tmpdir.cd(datadir->absolutePath());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   322
    tmpdir.cd("Forts");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   323
    tmpdir.setFilter(QDir::Files);
1252
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   324
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   325
    connect(CBFort, SIGNAL(currentIndexChanged(const QString &)), this, SLOT(CBFort_activated(const QString &)));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   326
    CBFort->addItems(tmpdir.entryList(QStringList("*L.png")).replaceInStrings(QRegExp("^(.*)L\\.png"), "\\1"));
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   327
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   328
    tmpdir.cd("../Graphics/Graves");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   329
    QStringList list = tmpdir.entryList(QStringList("*.png"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   330
    for (QStringList::Iterator it = list.begin(); it != list.end(); ++it )
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   331
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   332
        QPixmap pix(datadir->absolutePath() + "/Graphics/Graves/" + *it);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   333
        QIcon icon(pix.copy(0, 0, 32, 32));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   334
        CBGrave->addItem(icon, (*it).replace(QRegExp("^(.*)\\.png"), "\\1"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   335
    }
1252
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   336
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   337
    tmpdir.cd(datadir->absolutePath());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   338
    tmpdir.cd("Graphics/Flags");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   339
    list = tmpdir.entryList(QStringList("*.png"));
3767
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   340
    
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   341
    // add the default flag
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   342
    CBFlag->addItem(QIcon(QPixmap(datadir->absolutePath() + "/Graphics/Flags/hedgewars.png").copy(0, 0, 22, 15)), "Hedgewars", "hedgewars");
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   343
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   344
    CBFlag->insertSeparator(CBFlag->count());
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   345
    // add all country flags
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   346
    for (QStringList::Iterator it = list.begin(); it != list.end(); ++it )
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   347
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   348
        QPixmap pix(datadir->absolutePath() + "/Graphics/Flags/" + *it);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   349
        QIcon icon(pix.copy(0, 0, 22, 15));
3767
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   350
        if(it->compare("cpu.png") && it->compare("hedgewars.png") && (it->indexOf("cm_") == -1)) // skip cpu and hedgewars flags as well as all community flags
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   351
        {
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   352
            QString flag = (*it).replace(QRegExp("^(.*)\\.png"), "\\1");
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   353
            CBFlag->addItem(icon, QString(flag).replace("_", " "), flag);
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   354
        }
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   355
    }
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   356
    CBFlag->insertSeparator(CBFlag->count());
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   357
    // add all community flags
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   358
    for (QStringList::Iterator it = list.begin(); it != list.end(); ++it )
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   359
    {
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   360
        QPixmap pix(datadir->absolutePath() + "/Graphics/Flags/" + *it);
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   361
        QIcon icon(pix.copy(0, 0, 22, 15));
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   362
        if(it->indexOf("cm_") > -1) // skip non community flags this time
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   363
        {
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   364
            QString flag = (*it).replace(QRegExp("^(.*)\\.png"), "\\1");
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   365
            CBFlag->addItem(icon, QString(flag).replace("cm_", QComboBox::tr("Community") + ": "), flag);
2416a3f51c77 Frontend:
smaxx
parents: 3760
diff changeset
   366
        }
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   367
    }
2747
7889a3a9724f Server:
smxx
parents: 2733
diff changeset
   368
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   369
    vbox1->addStretch();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   370
    vbox2->addStretch();
1252
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   371
2e2719c0a397 - Reorganize headers according to Qt's style guide
unc0rr
parents: 1249
diff changeset
   372
// ====== Page 2 ======
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   373
    GBoxBinds = new QGroupBox(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   374
    GBoxBinds->setTitle(QGroupBox::tr("Key binds"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   375
    QGridLayout * GBBLayout = new QGridLayout(GBoxBinds);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   376
    BindsBox = new QToolBox(GBoxBinds);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   377
    BindsBox->setLineWidth(0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   378
    GBBLayout->addWidget(BindsBox);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   379
    page2Layout->addWidget(GBoxBinds, 0, 0);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   380
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   381
    quint16 i = 0;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   382
    quint16 num = 0;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   383
    QWidget * curW = NULL;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   384
    QGridLayout * pagelayout = NULL;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   385
    QLabel* l = NULL;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   386
    while (i < BINDS_NUMBER) {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   387
        if(cbinds[i].category != NULL)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   388
        {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   389
            if(curW != NULL)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   390
            {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   391
                l = new QLabel(curW);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   392
                l->setText("");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   393
                pagelayout->addWidget(l, num++, 0, 1, 2);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   394
            }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   395
            curW = new QWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   396
            BindsBox->addItem(curW, QApplication::translate("binds (categories)", cbinds[i].category));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   397
            pagelayout = new QGridLayout(curW);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   398
            num = 0;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   399
        }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   400
        if(cbinds[i].description != NULL)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   401
        {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   402
            l = new QLabel(curW);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   403
            l->setText((num > 0 ? QString("\n") : QString("")) + QApplication::translate("binds (descriptions)", cbinds[i].description));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   404
            pagelayout->addWidget(l, num++, 0, 1, 2);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   405
        }
2428
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   406
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   407
        l = new QLabel(curW);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   408
        l->setText(QApplication::translate("binds", cbinds[i].name));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   409
        l->setAlignment(Qt::AlignRight);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   410
        pagelayout->addWidget(l, num, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   411
        CBBind[i] = new QComboBox(curW);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   412
        for(int j = 0; sdlkeys[j][1][0] != '\0'; j++)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   413
            CBBind[i]->addItem(QApplication::translate("binds (keys)", sdlkeys[j][1]).contains(": ") ? QApplication::translate("binds (keys)", sdlkeys[j][1]) : QApplication::translate("binds (keys)", "Keyboard") + QString(": ") + QApplication::translate("binds (keys)", sdlkeys[j][1]), sdlkeys[j][0]);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   414
        pagelayout->addWidget(CBBind[i++], num++, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   415
    }
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   416
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   417
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   418
void PageEditTeam::CBFort_activated(const QString & fortname)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   419
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   420
    QPixmap pix(datadir->absolutePath() + "/Forts/" + fortname + "L.png");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   421
    FortPreview->setPixmap(pix);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   422
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   423
2516
effafd586a4e pass in sdli
nemo
parents: 2515
diff changeset
   424
void PageEditTeam::testSound()
1684
b3f4ec08f0a4 A button for checking voicepack (doesn't work yet)
unc0rr
parents: 1677
diff changeset
   425
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   426
    Mix_Chunk *sound;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   427
    QDir tmpdir;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   428
    mySdli->SDLMusicInit();
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
   429
    
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   430
    tmpdir.cd(datadir->absolutePath());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   431
    tmpdir.cd("Sounds/voices");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   432
    tmpdir.cd(CBVoicepack->currentText());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   433
    QStringList list = tmpdir.entryList(QStringList() << "Illgetyou.ogg" << "Incoming.ogg" << "Stupid.ogg" << "Coward.ogg" << "Firstblood.ogg", QDir::Files);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   434
    if (list.size()) {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   435
        sound = Mix_LoadWAV(QString(tmpdir.absolutePath() + "/" + list[rand() % list.size()]).toLocal8Bit().constData());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   436
        Mix_PlayChannel(-1, sound, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   437
    }
1684
b3f4ec08f0a4 A button for checking voicepack (doesn't work yet)
unc0rr
parents: 1677
diff changeset
   438
}
b3f4ec08f0a4 A button for checking voicepack (doesn't work yet)
unc0rr
parents: 1677
diff changeset
   439
1287
4a0cbcbe3521 Move preview icons into comboboxes
unc0rr
parents: 1282
diff changeset
   440
PageMultiplayer::PageMultiplayer(QWidget* parent) :
692
07787e748831 code size reduse
displacer
parents: 686
diff changeset
   441
  AbstractPage(parent)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   442
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   443
    QGridLayout * pageLayout = new QGridLayout(this);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   444
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   445
    BtnBack = addButton(":/res/Exit.png", pageLayout, 3, 0, true);
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
   446
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   447
    gameCFG = new GameCFGWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   448
    pageLayout->addWidget(gameCFG, 0, 0, 1, 2);
696
d6f32ed6edc8 working multiplayer weapons combo
displacer
parents: 693
diff changeset
   449
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   450
    QPushButton * btnSetup = new QPushButton(this);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   451
    btnSetup->setText(QPushButton::tr("Setup"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   452
    connect(btnSetup, SIGNAL(clicked()), this, SIGNAL(SetupClicked()));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   453
    pageLayout->addWidget(btnSetup, 1, 0, 1, 2);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   454
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   455
    pageLayout->setRowStretch(2, 1);
1218
ada50f82ea53 Save some pixels for chat widget
unc0rr
parents: 1216
diff changeset
   456
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   457
    teamsSelect = new TeamSelWidget(this);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   458
    pageLayout->addWidget(teamsSelect, 0, 2, 3, 2);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   459
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   460
    BtnStartMPGame = addButton(tr("Start"), pageLayout, 3, 3);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   461
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   462
1249
b6670a6ea2d0 Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr
parents: 1240
diff changeset
   463
PageOptions::PageOptions(QWidget* parent) :
692
07787e748831 code size reduse
displacer
parents: 686
diff changeset
   464
  AbstractPage(parent)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   465
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   466
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   467
    pageLayout->setColumnStretch(0, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   468
    pageLayout->setColumnStretch(1, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   469
    pageLayout->setColumnStretch(2, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   470
    pageLayout->setRowStretch(0, 0);
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   471
    //pageLayout->setRowStretch(1, 100);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   472
    pageLayout->setRowStretch(2, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   473
    pageLayout->setContentsMargins(7, 7, 7, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   474
    pageLayout->setSpacing(0);
427
b505012a3f15 New widgets layout on PageOptions
unc0rr
parents: 421
diff changeset
   475
1198
b600b0d9408c Reorganize widgets on options page
unc0rr
parents: 1194
diff changeset
   476
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   477
    QGroupBox * gbTwoBoxes = new QGroupBox(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   478
    pageLayout->addWidget(gbTwoBoxes, 0, 0, 1, 3);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   479
    QGridLayout * gbTBLayout = new QGridLayout(gbTwoBoxes);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   480
    gbTBLayout->setMargin(0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   481
    gbTBLayout->setSpacing(0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   482
    gbTBLayout->setAlignment(Qt::AlignTop | Qt::AlignLeft);
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   483
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   484
    QPixmap pmNew(":/res/new.png");
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   485
    QPixmap pmEdit(":/res/edit.png");
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   486
    QPixmap pmDelete(":/res/delete.png");
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   487
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   488
        {
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   489
            teamsBox = new IconedGroupBox(this);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   490
            //teamsBox->setContentTopPadding(0);
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   491
            //teamsBox->setAttribute(Qt::WA_PaintOnScreen, true);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   492
            teamsBox->setIcon(QIcon(":/res/teamicon.png"));
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   493
            teamsBox->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   494
            teamsBox->setTitle(QGroupBox::tr("Teams"));
1198
b600b0d9408c Reorganize widgets on options page
unc0rr
parents: 1194
diff changeset
   495
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   496
            QGridLayout * GBTlayout = new QGridLayout(teamsBox);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   497
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   498
            CBTeamName = new QComboBox(teamsBox);
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   499
            GBTlayout->addWidget(CBTeamName, 0, 0);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   500
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   501
            BtnNewTeam = new QPushButton(teamsBox);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   502
            BtnNewTeam->setToolTip(tr("New team"));
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   503
            BtnNewTeam->setIconSize(pmNew.size());
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   504
            BtnNewTeam->setIcon(pmNew);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   505
            BtnNewTeam->setMaximumWidth(pmNew.width() + 6);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   506
            GBTlayout->addWidget(BtnNewTeam, 0, 1);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   507
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   508
            BtnEditTeam = new QPushButton(teamsBox);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   509
            BtnEditTeam->setToolTip(tr("Edit team"));
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   510
            BtnEditTeam->setIconSize(pmEdit.size());
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   511
            BtnEditTeam->setIcon(pmEdit);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   512
            BtnEditTeam->setMaximumWidth(pmEdit.width() + 6);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   513
            GBTlayout->addWidget(BtnEditTeam, 0, 2);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   514
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   515
            BtnDeleteTeam = new QPushButton(teamsBox);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   516
            BtnDeleteTeam->setToolTip(tr("Delete team"));
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   517
            BtnDeleteTeam->setIconSize(pmDelete.size());
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   518
            BtnDeleteTeam->setIcon(pmDelete);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   519
            BtnDeleteTeam->setMaximumWidth(pmDelete.width() + 6);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   520
            GBTlayout->addWidget(BtnDeleteTeam, 0, 3);
1199
543d1268847b More work on options page
unc0rr
parents: 1198
diff changeset
   521
3324
339b271d6641 Frontend:
smxx
parents: 3287
diff changeset
   522
            LblNoEditTeam = new QLabel(teamsBox);
339b271d6641 Frontend:
smxx
parents: 3287
diff changeset
   523
            LblNoEditTeam->setText(tr("You can't edit teams from team selection. Go back to main menu to add, edit or delete teams."));
339b271d6641 Frontend:
smxx
parents: 3287
diff changeset
   524
            LblNoEditTeam->setWordWrap(true);
339b271d6641 Frontend:
smxx
parents: 3287
diff changeset
   525
            LblNoEditTeam->setVisible(false);
339b271d6641 Frontend:
smxx
parents: 3287
diff changeset
   526
            GBTlayout->addWidget(LblNoEditTeam, 0, 0);
339b271d6641 Frontend:
smxx
parents: 3287
diff changeset
   527
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   528
            gbTBLayout->addWidget(teamsBox, 0, 0);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   529
        }
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   530
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   531
        {
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   532
            IconedGroupBox* groupWeapons = new IconedGroupBox(this);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   533
            
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   534
            //groupWeapons->setContentTopPadding(0);
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   535
            //groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   536
            groupWeapons->setIcon(QIcon(":/res/weaponsicon.png"));
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   537
            groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   538
            groupWeapons->setTitle(QGroupBox::tr("Schemes and Weapons"));
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   539
            QGridLayout * WeaponsLayout = new QGridLayout(groupWeapons);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   540
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   541
            QLabel* SchemeLabel = new QLabel(groupWeapons);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   542
            SchemeLabel->setText(QLabel::tr("Game scheme"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   543
            WeaponsLayout->addWidget(SchemeLabel, 1, 0);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   544
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   545
            SchemesName = new QComboBox(groupWeapons);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   546
            WeaponsLayout->addWidget(SchemesName, 1, 1);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   547
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   548
            SchemeNew = new QPushButton(groupWeapons);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   549
            SchemeNew->setToolTip(tr("New scheme"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   550
            SchemeNew->setIconSize(pmNew.size());
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   551
            SchemeNew->setIcon(pmNew);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   552
            SchemeNew->setMaximumWidth(pmNew.width() + 6);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   553
            WeaponsLayout->addWidget(SchemeNew, 1, 2);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   554
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   555
            SchemeEdit = new QPushButton(groupWeapons);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   556
            SchemeEdit->setToolTip(tr("Edit scheme"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   557
            SchemeEdit->setIconSize(pmEdit.size());
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   558
            SchemeEdit->setIcon(pmEdit);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   559
            SchemeEdit->setMaximumWidth(pmEdit.width() + 6);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   560
            WeaponsLayout->addWidget(SchemeEdit, 1, 3);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   561
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   562
            SchemeDelete = new QPushButton(groupWeapons);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   563
            SchemeDelete->setToolTip(tr("Delete scheme"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   564
            SchemeDelete->setIconSize(pmDelete.size());
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   565
            SchemeDelete->setIcon(pmDelete);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   566
            SchemeDelete->setMaximumWidth(pmDelete.width() + 6);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   567
            WeaponsLayout->addWidget(SchemeDelete, 1, 4);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   568
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   569
            QLabel* WeaponLabel = new QLabel(groupWeapons);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   570
            WeaponLabel->setText(QLabel::tr("Weapons"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   571
            WeaponsLayout->addWidget(WeaponLabel, 2, 0);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   572
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   573
            WeaponsName = new QComboBox(groupWeapons);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   574
            WeaponsLayout->addWidget(WeaponsName, 2, 1);
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   575
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   576
            WeaponNew = new QPushButton(groupWeapons);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   577
            WeaponNew->setToolTip(tr("New weapon set"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   578
            WeaponNew->setIconSize(pmNew.size());
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   579
            WeaponNew->setIcon(pmNew);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   580
            WeaponNew->setMaximumWidth(pmNew.width() + 6);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   581
            WeaponsLayout->addWidget(WeaponNew, 2, 2);
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   582
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   583
            WeaponEdit = new QPushButton(groupWeapons);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   584
            WeaponEdit->setToolTip(tr("Edit weapon set"));
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   585
            WeaponEdit->setIconSize(pmEdit.size());
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   586
            WeaponEdit->setIcon(pmEdit);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   587
            WeaponEdit->setMaximumWidth(pmEdit.width() + 6);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   588
            WeaponsLayout->addWidget(WeaponEdit, 2, 3);
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   589
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   590
            WeaponDelete = new QPushButton(groupWeapons);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   591
            WeaponDelete->setToolTip(tr("Delete weapon set"));
3044
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   592
            WeaponDelete->setIconSize(pmDelete.size());
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   593
            WeaponDelete->setIcon(pmDelete);
8466bd29280f Engine:
smxx
parents: 3011
diff changeset
   594
            WeaponDelete->setMaximumWidth(pmDelete.width() + 6);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   595
            WeaponsLayout->addWidget(WeaponDelete, 2, 4);
2747
7889a3a9724f Server:
smxx
parents: 2733
diff changeset
   596
7889a3a9724f Server:
smxx
parents: 2733
diff changeset
   597
            WeaponTooltip = new QCheckBox(this);
7889a3a9724f Server:
smxx
parents: 2733
diff changeset
   598
            WeaponTooltip->setText(QCheckBox::tr("Show ammo menu tooltips"));
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   599
            WeaponsLayout->addWidget(WeaponTooltip, 3, 0, 1, 4);
2747
7889a3a9724f Server:
smxx
parents: 2733
diff changeset
   600
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   601
            gbTBLayout->addWidget(groupWeapons, 1, 0);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   602
        }
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   603
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   604
        {
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   605
            IconedGroupBox* groupMisc = new IconedGroupBox(this);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   606
            //groupMisc->setContentTopPadding(0);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   607
            groupMisc->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   608
            groupMisc->setIcon(QIcon(":/res/miscicon.png"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   609
            //groupMisc->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   610
            groupMisc->setTitle(QGroupBox::tr("Misc"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   611
            QGridLayout * MiscLayout = new QGridLayout(groupMisc);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   612
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   613
            labelNN = new QLabel(groupMisc);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   614
            labelNN->setText(QLabel::tr("Net nick"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   615
            MiscLayout->addWidget(labelNN, 0, 0);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   616
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   617
            editNetNick = new QLineEdit(groupMisc);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   618
            editNetNick->setMaxLength(20);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   619
            editNetNick->setText(QLineEdit::tr("unnamed"));
4870
c02406028e02 trim net nick in frontend
sheepluva
parents: 4864
diff changeset
   620
            connect(editNetNick, SIGNAL(editingFinished()), this, SLOT(trimNetNick()));
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   621
            MiscLayout->addWidget(editNetNick, 0, 1);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   622
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   623
            QLabel *labelLanguage = new QLabel(groupMisc);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   624
            labelLanguage->setText(QLabel::tr("Locale") + " *");
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   625
            MiscLayout->addWidget(labelLanguage, 1, 0);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   626
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   627
            CBLanguage = new QComboBox(groupMisc);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   628
            QDir tmpdir;
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   629
            tmpdir.cd(datadir->absolutePath());
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   630
            tmpdir.cd("Locale");
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   631
            tmpdir.setFilter(QDir::Files);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   632
            QStringList locs = tmpdir.entryList(QStringList("hedgewars_*.qm"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   633
            CBLanguage->addItem(QComboBox::tr("(System default)"), QString(""));
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   634
            for(int i = 0; i < locs.count(); i++)
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   635
            {
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   636
                QLocale loc(locs[i].replace(QRegExp("hedgewars_(.*)\\.qm"), "\\1"));
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   637
                CBLanguage->addItem(QLocale::languageToString(loc.language()) + " (" + QLocale::countryToString(loc.country()) + ")", loc.name());
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   638
            }
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   639
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   640
            MiscLayout->addWidget(CBLanguage, 1, 1);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   641
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   642
            CBAltDamage = new QCheckBox(groupMisc);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   643
            CBAltDamage->setText(QCheckBox::tr("Alternative damage show"));
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   644
            MiscLayout->addWidget(CBAltDamage, 2, 0, 1, 2);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   645
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   646
            CBNameWithDate = new QCheckBox(groupMisc);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   647
            CBNameWithDate->setText(QCheckBox::tr("Append date and time to record file name"));
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   648
            MiscLayout->addWidget(CBNameWithDate, 3, 0, 1, 2);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   649
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   650
#ifdef SPARKLE_ENABLED
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   651
            CBAutoUpdate = new QCheckBox(groupMisc);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   652
            CBAutoUpdate->setText(QCheckBox::tr("Check for updates at startup"));
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   653
            MiscLayout->addWidget(CBAutoUpdate, 4, 0, 1, 2);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   654
#endif
4090
4b165832d232 disable file association on mac for now
koda
parents: 4084
diff changeset
   655
#ifndef __APPLE__
3932
2fc211f60015 Engine:
smaxx
parents: 3890
diff changeset
   656
            BtnAssociateFiles = new QPushButton(groupMisc);
2fc211f60015 Engine:
smaxx
parents: 3890
diff changeset
   657
            BtnAssociateFiles->setText(QPushButton::tr("Associate file extensions"));
2fc211f60015 Engine:
smaxx
parents: 3890
diff changeset
   658
            BtnAssociateFiles->setEnabled(!custom_data && !custom_config);
2fc211f60015 Engine:
smaxx
parents: 3890
diff changeset
   659
            MiscLayout->addWidget(BtnAssociateFiles, 4, 0, 1, 2);
4090
4b165832d232 disable file association on mac for now
koda
parents: 4084
diff changeset
   660
#endif
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   661
            gbTBLayout->addWidget(groupMisc, 2, 0);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   662
        }
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   663
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   664
        {
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   665
            AGGroupBox = new IconedGroupBox(this);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   666
            //AGGroupBox->setContentTopPadding(0);
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   667
            AGGroupBox->setIcon(QIcon(":/res/graphicsicon.png"));
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   668
            //AGGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   669
            AGGroupBox->setTitle(QGroupBox::tr("Audio/Graphic options"));
427
b505012a3f15 New widgets layout on PageOptions
unc0rr
parents: 421
diff changeset
   670
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   671
            QVBoxLayout * GBAlayout = new QVBoxLayout(AGGroupBox);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   672
            QHBoxLayout * GBAreslayout = new QHBoxLayout(0);
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   673
            QHBoxLayout * GBAstereolayout = new QHBoxLayout(0);
3708
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   674
            QHBoxLayout * GBAqualayout = new QHBoxLayout(0);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   675
2428
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   676
            CBFrontendFullscreen = new QCheckBox(AGGroupBox);
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   677
            CBFrontendFullscreen->setText(QCheckBox::tr("Frontend fullscreen"));
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   678
            GBAlayout->addWidget(CBFrontendFullscreen);
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   679
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   680
            CBFrontendEffects = new QCheckBox(AGGroupBox);
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   681
            CBFrontendEffects->setText(QCheckBox::tr("Frontend effects") + " *");
2428
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   682
            GBAlayout->addWidget(CBFrontendEffects);
6800f8aa0184 Huge Smaxx patch with some fixes by me:
unc0rr
parents: 2414
diff changeset
   683
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   684
            CBEnableFrontendSound = new QCheckBox(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   685
            CBEnableFrontendSound->setText(QCheckBox::tr("Enable frontend sounds"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   686
            GBAlayout->addWidget(CBEnableFrontendSound);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   687
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   688
            CBEnableFrontendMusic = new QCheckBox(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   689
            CBEnableFrontendMusic->setText(QCheckBox::tr("Enable frontend music"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   690
            GBAlayout->addWidget(CBEnableFrontendMusic);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   691
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   692
            QFrame * hr = new QFrame(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   693
            hr->setFrameStyle(QFrame::HLine);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   694
            hr->setLineWidth(3);
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   695
            hr->setFixedHeight(10);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   696
            GBAlayout->addWidget(hr);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   697
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   698
            QLabel * resolution = new QLabel(AGGroupBox);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   699
            resolution->setText(QLabel::tr("Resolution"));
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   700
            GBAreslayout->addWidget(resolution);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   701
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   702
            CBResolution = new QComboBox(AGGroupBox);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   703
            GBAreslayout->addWidget(CBResolution);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   704
            GBAlayout->addLayout(GBAreslayout);
1812
3d4692e825e7 'Reduce quality' patch by nemo
unc0rr
parents: 1810
diff changeset
   705
2437
10e4b5fc0d93 fix sound by smaxx and other stuff by me
koda
parents: 2428
diff changeset
   706
            CBFullscreen = new QCheckBox(AGGroupBox);
10e4b5fc0d93 fix sound by smaxx and other stuff by me
koda
parents: 2428
diff changeset
   707
            CBFullscreen->setText(QCheckBox::tr("Fullscreen"));
10e4b5fc0d93 fix sound by smaxx and other stuff by me
koda
parents: 2428
diff changeset
   708
            GBAlayout->addWidget(CBFullscreen);
3698
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   709
            connect(CBFullscreen, SIGNAL(stateChanged(int)), this, SLOT(setFullscreen(void)));
2437
10e4b5fc0d93 fix sound by smaxx and other stuff by me
koda
parents: 2428
diff changeset
   710
3708
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   711
            QLabel * quality = new QLabel(AGGroupBox);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   712
            quality->setText(QLabel::tr("Quality"));
3714
c407f00d2851 Engine:
smaxx
parents: 3708
diff changeset
   713
            quality->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
3708
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   714
            GBAqualayout->addWidget(quality);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   715
            
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   716
            SLQuality = new QSlider(Qt::Horizontal, AGGroupBox);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   717
            SLQuality->setTickPosition(QSlider::TicksBelow);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   718
            SLQuality->setMaximum(5);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   719
            SLQuality->setMinimum(0);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   720
            SLQuality->setFixedWidth(150);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   721
            GBAqualayout->addWidget(SLQuality);
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3697
diff changeset
   722
            GBAlayout->addLayout(GBAqualayout);
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   723
            QLabel * stereo = new QLabel(AGGroupBox);
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   724
            stereo->setText(QLabel::tr("Stereo rendering"));
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   725
            GBAstereolayout->addWidget(stereo);
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   726
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   727
            CBStereoMode = new QComboBox(AGGroupBox);
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   728
            CBStereoMode->addItem(QComboBox::tr("Disabled"));
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   729
            CBStereoMode->addItem(QComboBox::tr("Red/Cyan"));
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   730
            CBStereoMode->addItem(QComboBox::tr("Cyan/Red"));
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   731
            CBStereoMode->addItem(QComboBox::tr("Red/Blue"));
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   732
            CBStereoMode->addItem(QComboBox::tr("Blue/Red"));
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   733
            CBStereoMode->addItem(QComboBox::tr("Red/Green"));
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   734
            CBStereoMode->addItem(QComboBox::tr("Green/Red"));
3698
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   735
            CBStereoMode->addItem(QComboBox::tr("Side-by-side"));
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   736
            CBStereoMode->addItem(QComboBox::tr("Top-Bottom"));
4818
202eef454354 rename "frame alternate" to "wiggle" as it's more appropriate
koda
parents: 4812
diff changeset
   737
            CBStereoMode->addItem(QComboBox::tr("Wiggle"));
3698
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   738
            connect(CBStereoMode, SIGNAL(currentIndexChanged(int)), this, SLOT(forceFullscreen(int)));
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   739
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   740
            GBAstereolayout->addWidget(CBStereoMode);
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   741
            GBAlayout->addLayout(GBAstereolayout);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   742
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   743
            hr = new QFrame(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   744
            hr->setFrameStyle(QFrame::HLine);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   745
            hr->setLineWidth(3);
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   746
            hr->setFixedHeight(10);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   747
            GBAlayout->addWidget(hr);
2776
9572aae13d49 Only enable chirp for room owner
nemo
parents: 2775
diff changeset
   748
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   749
            QHBoxLayout * GBAvollayout = new QHBoxLayout(0);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   750
            QLabel * vol = new QLabel(AGGroupBox);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   751
            vol->setText(QLabel::tr("Initial sound volume"));
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   752
            GBAvollayout->addWidget(vol);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   753
            GBAlayout->addLayout(GBAvollayout);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   754
            volumeBox = new QSpinBox(AGGroupBox);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   755
            volumeBox->setRange(0, 100);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   756
            volumeBox->setSingleStep(5);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   757
            GBAvollayout->addWidget(volumeBox);
1777
88674c291331 Implement initial sound volume option
unc0rr
parents: 1718
diff changeset
   758
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   759
            CBEnableSound = new QCheckBox(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   760
            CBEnableSound->setText(QCheckBox::tr("Enable sound"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   761
            GBAlayout->addWidget(CBEnableSound);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   762
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   763
            CBEnableMusic = new QCheckBox(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   764
            CBEnableMusic->setText(QCheckBox::tr("Enable music"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   765
            GBAlayout->addWidget(CBEnableMusic);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   766
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   767
            hr = new QFrame(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   768
            hr->setFrameStyle(QFrame::HLine);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   769
            hr->setLineWidth(3);
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   770
            hr->setFixedHeight(10);
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   771
            GBAlayout->addWidget(hr);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   772
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   773
            QHBoxLayout * GBAfpslayout = new QHBoxLayout(0);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   774
            QLabel * maxfps = new QLabel(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   775
            maxfps->setText(QLabel::tr("FPS limit"));
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   776
            GBAfpslayout->addWidget(maxfps);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   777
            GBAlayout->addLayout(GBAfpslayout);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   778
            fpsedit = new FPSEdit(AGGroupBox);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   779
            GBAfpslayout->addWidget(fpsedit);
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   780
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   781
            CBShowFPS = new QCheckBox(AGGroupBox);
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   782
            CBShowFPS->setText(QCheckBox::tr("Show FPS"));
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   783
            GBAlayout->addWidget(CBShowFPS);
297
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 290
diff changeset
   784
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   785
            hr = new QFrame(AGGroupBox);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   786
            hr->setFrameStyle(QFrame::HLine);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   787
            hr->setLineWidth(3);
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   788
            hr->setFixedHeight(10);
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   789
            GBAlayout->addWidget(hr);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   790
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   791
            QLabel *restartNote = new QLabel(this);
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   792
            restartNote->setText(QString("* ") + QLabel::tr("Restart game to apply"));
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3283
diff changeset
   793
            restartNote->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
2898
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   794
            GBAlayout->addWidget(restartNote);
c53636f556f8 Frontend:
smxx
parents: 2897
diff changeset
   795
2897
5eda7b3cc24f Frontend:
smxx
parents: 2894
diff changeset
   796
            gbTBLayout->addWidget(AGGroupBox, 0, 1, 3, 1);
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   797
        }
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   798
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   799
    BtnSaveOptions = addButton(":/res/Save.png", pageLayout, 2, 2, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   800
    BtnSaveOptions->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}");
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   801
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   802
    BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true);
3279
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
   803
    BtnBack->setFixedHeight(BtnSaveOptions->height());
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
   804
    BtnBack->setFixedWidth(BtnBack->width()+2);
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
   805
    BtnBack->setStyleSheet("QPushButton{margin: 22px 0 9px 2px;}");
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   806
}
3932
2fc211f60015 Engine:
smaxx
parents: 3890
diff changeset
   807
3698
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   808
void PageOptions::forceFullscreen(int index)
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   809
{
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   810
    if (index != 0) {
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   811
        previousFullscreenValue = this->CBFullscreen->isChecked();
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   812
        this->CBFullscreen->setChecked(true);
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   813
        this->CBFullscreen->setEnabled(false);
4345
2c93d6a10869 use a gentler positive parallax for background effect
koda
parents: 4343
diff changeset
   814
        previousQuality = this->SLQuality->value();
2c93d6a10869 use a gentler positive parallax for background effect
koda
parents: 4343
diff changeset
   815
        this->SLQuality->setValue(this->SLQuality->maximum());
2c93d6a10869 use a gentler positive parallax for background effect
koda
parents: 4343
diff changeset
   816
        this->SLQuality->setEnabled(false);
3698
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   817
    } else {
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   818
        this->CBFullscreen->setChecked(previousFullscreenValue);
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   819
        this->CBFullscreen->setEnabled(true);
4345
2c93d6a10869 use a gentler positive parallax for background effect
koda
parents: 4343
diff changeset
   820
        this->SLQuality->setValue(previousQuality);
2c93d6a10869 use a gentler positive parallax for background effect
koda
parents: 4343
diff changeset
   821
        this->SLQuality->setEnabled(true);
3698
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   822
    }
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   823
}
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   824
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   825
void PageOptions::setFullscreen(void)
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   826
{
4006
45b63c2a694f one more interface trick, force max resolution possible when in fullscreen
koda
parents: 4004
diff changeset
   827
    int tmp = this->CBResolution->currentIndex();
45b63c2a694f one more interface trick, force max resolution possible when in fullscreen
koda
parents: 4004
diff changeset
   828
    if (this->CBFullscreen->isChecked())
45b63c2a694f one more interface trick, force max resolution possible when in fullscreen
koda
parents: 4004
diff changeset
   829
        this->CBResolution->setCurrentIndex(0);
45b63c2a694f one more interface trick, force max resolution possible when in fullscreen
koda
parents: 4004
diff changeset
   830
    else
45b63c2a694f one more interface trick, force max resolution possible when in fullscreen
koda
parents: 4004
diff changeset
   831
        this->CBResolution->setCurrentIndex(previousResolutionIndex);
45b63c2a694f one more interface trick, force max resolution possible when in fullscreen
koda
parents: 4004
diff changeset
   832
    previousResolutionIndex = tmp;
3698
793386610068 rename two rendering methods and performe some interface tricks about fullscreen
koda
parents: 3696
diff changeset
   833
    this->CBResolution->setEnabled(!this->CBFullscreen->isChecked());
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   834
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   835
4870
c02406028e02 trim net nick in frontend
sheepluva
parents: 4864
diff changeset
   836
void PageOptions::trimNetNick()
c02406028e02 trim net nick in frontend
sheepluva
parents: 4864
diff changeset
   837
{
c02406028e02 trim net nick in frontend
sheepluva
parents: 4864
diff changeset
   838
    editNetNick->setText(editNetNick->text().trimmed());
c02406028e02 trim net nick in frontend
sheepluva
parents: 4864
diff changeset
   839
}
c02406028e02 trim net nick in frontend
sheepluva
parents: 4864
diff changeset
   840
1153
825931b81ad4 Iconed "Back" button everywhere
unc0rr
parents: 1152
diff changeset
   841
PageNet::PageNet(QWidget* parent) : AbstractPage(parent)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   842
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   843
    QFont * font14 = new QFont("MS Shell Dlg", 14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   844
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   845
    pageLayout->setColumnStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   846
    pageLayout->setColumnStretch(1, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   847
    pageLayout->setColumnStretch(2, 1);
421
ebd79d171804 - Remake net game page
unc0rr
parents: 416
diff changeset
   848
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   849
    BtnNetSvrStart = new QPushButton(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   850
    BtnNetSvrStart->setFont(*font14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   851
    BtnNetSvrStart->setText(QPushButton::tr("Start server"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   852
    BtnNetSvrStart->setVisible(haveServer);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   853
    pageLayout->addWidget(BtnNetSvrStart, 4, 2);
1395
46fd70de89e2 Add "Join official server" button
unc0rr
parents: 1389
diff changeset
   854
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   855
    BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
   856
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   857
    ConnGroupBox = new QGroupBox(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   858
    ConnGroupBox->setTitle(QGroupBox::tr("Net game"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   859
    pageLayout->addWidget(ConnGroupBox, 2, 0, 1, 3);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   860
    GBClayout = new QGridLayout(ConnGroupBox);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   861
    GBClayout->setColumnStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   862
    GBClayout->setColumnStretch(1, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   863
    GBClayout->setColumnStretch(2, 1);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   864
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   865
    BtnNetConnect = new QPushButton(ConnGroupBox);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   866
    BtnNetConnect->setFont(*font14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   867
    BtnNetConnect->setText(QPushButton::tr("Connect"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   868
    GBClayout->addWidget(BtnNetConnect, 2, 2);
416
595d8663254d update button for udp servers list
displacer
parents: 412
diff changeset
   869
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   870
    tvServersList = new QTableView(ConnGroupBox);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   871
    tvServersList->setSelectionBehavior(QAbstractItemView::SelectRows);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   872
    GBClayout->addWidget(tvServersList, 1, 0, 1, 3);
421
ebd79d171804 - Remake net game page
unc0rr
parents: 416
diff changeset
   873
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   874
    BtnUpdateSList = new QPushButton(ConnGroupBox);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   875
    BtnUpdateSList->setFont(*font14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   876
    BtnUpdateSList->setText(QPushButton::tr("Update"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   877
    GBClayout->addWidget(BtnUpdateSList, 2, 0);
314
83773ccf4f09 client/server net pre-alpha
displacer
parents: 311
diff changeset
   878
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   879
    BtnSpecifyServer = new QPushButton(ConnGroupBox);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   880
    BtnSpecifyServer->setFont(*font14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   881
    BtnSpecifyServer->setText(QPushButton::tr("Specify"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   882
    GBClayout->addWidget(BtnSpecifyServer, 2, 1);
653
4f44fc06ca45 Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents: 647
diff changeset
   883
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   884
    connect(BtnNetConnect, SIGNAL(clicked()), this, SLOT(slotConnect()));
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   885
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   886
646
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   887
void PageNet::updateServersList()
632
5e09ae25729f Half implement possibility for different backends of servers list
unc0rr
parents: 617
diff changeset
   888
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   889
    tvServersList->setModel(new HWNetUdpModel(tvServersList));
659
5eafb20566f1 - Fix some stupid object casts
unc0rr
parents: 657
diff changeset
   890
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   891
    tvServersList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch);
673
bd82104a28af - Save after save now works
unc0rr
parents: 672
diff changeset
   892
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   893
    static_cast<HWNetServersModel *>(tvServersList->model())->updateList();
632
5e09ae25729f Half implement possibility for different backends of servers list
unc0rr
parents: 617
diff changeset
   894
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   895
    connect(BtnUpdateSList, SIGNAL(clicked()), static_cast<HWNetServersModel *>(tvServersList->model()), SLOT(updateList()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   896
    connect(tvServersList, SIGNAL(doubleClicked(const QModelIndex &)), this, SLOT(slotConnect()));
646
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   897
}
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   898
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   899
void PageNet::slotConnect()
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   900
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   901
    HWNetServersModel * model = static_cast<HWNetServersModel *>(tvServersList->model());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   902
    QModelIndex mi = tvServersList->currentIndex();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   903
    if(!mi.isValid())
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   904
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   905
        QMessageBox::information(this, tr("Error"), tr("Please select server from the list above"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   906
        return;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   907
    }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   908
    QString host = model->index(mi.row(), 1).data().toString();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   909
    quint16 port = model->index(mi.row(), 2).data().toUInt();
672
08ed55ea1e2a - Fix a bug when server fails to start, and then connecting to another server on the same host (strange, the fix won't work on my machine)
unc0rr
parents: 671
diff changeset
   910
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   911
    emit connectClicked(host, port);
646
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   912
}
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   913
1153
825931b81ad4 Iconed "Back" button everywhere
unc0rr
parents: 1152
diff changeset
   914
PageNetServer::PageNetServer(QWidget* parent) : AbstractPage(parent)
646
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   915
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   916
    QFont * font14 = new QFont("MS Shell Dlg", 14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   917
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   918
    pageLayout->setColumnStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   919
    pageLayout->setColumnStretch(1, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   920
    pageLayout->setColumnStretch(2, 1);
646
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   921
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   922
    pageLayout->setRowStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   923
    pageLayout->setRowStretch(1, 0);
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   924
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   925
    BtnBack =addButton(":/res/Exit.png", pageLayout, 1, 0, true);
646
ed610c2cd0a4 Some work on network widgets
unc0rr
parents: 638
diff changeset
   926
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   927
    BtnStart = new QPushButton(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   928
    BtnStart->setFont(*font14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   929
    BtnStart->setText(QPushButton::tr("Start"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   930
    pageLayout->addWidget(BtnStart, 1, 2);
675
28e294a496cb Remake widgets layout on PageNetServer
unc0rr
parents: 673
diff changeset
   931
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   932
    QWidget * wg = new QWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   933
    pageLayout->addWidget(wg, 0, 0, 1, 3);
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   934
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   935
    QGridLayout * wgLayout = new QGridLayout(wg);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   936
    wgLayout->setColumnStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   937
    wgLayout->setColumnStretch(1, 3);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   938
    wgLayout->setColumnStretch(2, 1);
675
28e294a496cb Remake widgets layout on PageNetServer
unc0rr
parents: 673
diff changeset
   939
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   940
    wgLayout->setRowStretch(0, 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   941
    wgLayout->setRowStretch(1, 1);
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   942
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   943
    QGroupBox * gb = new QGroupBox(wg);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   944
    wgLayout->addWidget(gb, 0, 1);
675
28e294a496cb Remake widgets layout on PageNetServer
unc0rr
parents: 673
diff changeset
   945
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   946
    QGridLayout * gbLayout = new QGridLayout(gb);
675
28e294a496cb Remake widgets layout on PageNetServer
unc0rr
parents: 673
diff changeset
   947
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   948
    labelSD = new QLabel(gb);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   949
    labelSD->setText(QLabel::tr("Server name:"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   950
    gbLayout->addWidget(labelSD, 0, 0);
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   951
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   952
    leServerDescr = new QLineEdit(gb);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   953
    gbLayout->addWidget(leServerDescr, 0, 1);
675
28e294a496cb Remake widgets layout on PageNetServer
unc0rr
parents: 673
diff changeset
   954
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   955
    labelPort = new QLabel(gb);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   956
    labelPort->setText(QLabel::tr("Server port:"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   957
    gbLayout->addWidget(labelPort, 1, 0);
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   958
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   959
    sbPort = new QSpinBox(gb);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   960
    sbPort->setMinimum(0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   961
    sbPort->setMaximum(65535);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   962
    gbLayout->addWidget(sbPort, 1, 1);
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   963
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   964
    BtnDefault = new QPushButton(gb);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   965
    BtnDefault->setText(QPushButton::tr("default"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   966
    gbLayout->addWidget(BtnDefault, 1, 2);
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   967
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   968
    connect(BtnDefault, SIGNAL(clicked()), this, SLOT(setDefaultPort()));
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   969
}
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   970
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   971
void PageNetServer::setDefaultPort()
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 653
diff changeset
   972
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   973
    sbPort->setValue(46631);
632
5e09ae25729f Half implement possibility for different backends of servers list
unc0rr
parents: 617
diff changeset
   974
}
5e09ae25729f Half implement possibility for different backends of servers list
unc0rr
parents: 617
diff changeset
   975
2773
e94f240a8a41 Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents: 2762
diff changeset
   976
PageNetGame::PageNetGame(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli) : AbstractPage(parent)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   977
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   978
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   979
    pageLayout->setSizeConstraint(QLayout::SetMinimumSize);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   980
    //pageLayout->setSpacing(1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   981
    pageLayout->setColumnStretch(0, 50);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   982
    pageLayout->setColumnStretch(1, 50);
322
e7175ae57945 first new widgets added to net game
displacer
parents: 314
diff changeset
   983
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   984
    // chatwidget
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   985
    pChatWidget = new HWChatWidget(this, gameSettings, sdli, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   986
    pChatWidget->setShowReady(true); // show status bulbs by default
4892
b0610081ee95 nicklist actions:
sheepluva
parents: 4870
diff changeset
   987
    pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   988
    pageLayout->addWidget(pChatWidget, 2, 0, 1, 2);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   989
    pageLayout->setRowStretch(1, 100);
453
4b1236759402 simple net cha added
displacer
parents: 452
diff changeset
   990
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   991
    pGameCFG = new GameCFGWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   992
    pageLayout->addWidget(pGameCFG, 0, 0);
329
4c3aad46baa5 Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents: 323
diff changeset
   993
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   994
    QPushButton * btnSetup = new QPushButton(this);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   995
    btnSetup->setText(QPushButton::tr("Setup"));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   996
    connect(btnSetup, SIGNAL(clicked()), this, SIGNAL(SetupClicked()));
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   997
    pageLayout->addWidget(btnSetup, 1, 0);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
   998
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
   999
    pNetTeamsWidget = new TeamSelWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1000
    pNetTeamsWidget->setAcceptOuter(true);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1001
    pageLayout->addWidget(pNetTeamsWidget, 0, 1, 2, 1);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
  1002
1649
938a0fda0206 Some button reorganization on net game page
unc0rr
parents: 1648
diff changeset
  1003
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1004
    QHBoxLayout * bottomLayout = new QHBoxLayout;
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1005
    pageLayout->addLayout(bottomLayout, 4, 0, 1, 2);
1649
938a0fda0206 Some button reorganization on net game page
unc0rr
parents: 1648
diff changeset
  1006
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1007
    BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1008
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1009
    BtnGo = new QPushButton(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1010
    BtnGo->setToolTip(QPushButton::tr("Ready"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1011
    BtnGo->setIcon(QIcon(":/res/lightbulb_off.png"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1012
    BtnGo->setIconSize(QSize(25, 34));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1013
    BtnGo->setMinimumWidth(50);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1014
    BtnGo->setMinimumHeight(50);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1015
    bottomLayout->addWidget(BtnGo, 4);
1409
d1cbe4a57ebf Add button for controlling room options (no usefull yet)
unc0rr
parents: 1404
diff changeset
  1016
d1cbe4a57ebf Add button for controlling room options (no usefull yet)
unc0rr
parents: 1404
diff changeset
  1017
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1018
    BtnMaster = addButton(tr("Control"), bottomLayout, 2);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1019
    QMenu * menu = new QMenu(BtnMaster);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1020
    restrictJoins = new QAction(QAction::tr("Restrict Joins"), menu);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1021
    restrictJoins->setCheckable(true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1022
    restrictTeamAdds = new QAction(QAction::tr("Restrict Team Additions"), menu);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1023
    restrictTeamAdds->setCheckable(true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1024
    //menu->addAction(startGame);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1025
    menu->addAction(restrictJoins);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1026
    menu->addAction(restrictTeamAdds);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1027
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1028
    BtnMaster->setMenu(menu);
1649
938a0fda0206 Some button reorganization on net game page
unc0rr
parents: 1648
diff changeset
  1029
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1030
    BtnStart = addButton(QAction::tr("Start"), bottomLayout, 3);
1951
47f38d84ac72 Move game starting action outside menu
unc0rr
parents: 1950
diff changeset
  1031
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1032
    bottomLayout->insertStretch(1, 100);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
  1033
}
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
  1034
1648
32d99a3c7998 Draw ready status icon on ready button
unc0rr
parents: 1647
diff changeset
  1035
void PageNetGame::setReadyStatus(bool isReady)
32d99a3c7998 Draw ready status icon on ready button
unc0rr
parents: 1647
diff changeset
  1036
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1037
    if(isReady)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1038
        BtnGo->setIcon(QIcon(":/res/lightbulb_on.png"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1039
    else
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1040
        BtnGo->setIcon(QIcon(":/res/lightbulb_off.png"));
1648
32d99a3c7998 Draw ready status icon on ready button
unc0rr
parents: 1647
diff changeset
  1041
}
32d99a3c7998 Draw ready status icon on ready button
unc0rr
parents: 1647
diff changeset
  1042
1649
938a0fda0206 Some button reorganization on net game page
unc0rr
parents: 1648
diff changeset
  1043
void PageNetGame::setMasterMode(bool isMaster)
938a0fda0206 Some button reorganization on net game page
unc0rr
parents: 1648
diff changeset
  1044
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1045
    BtnMaster->setVisible(isMaster);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1046
    BtnStart->setVisible(isMaster);
1649
938a0fda0206 Some button reorganization on net game page
unc0rr
parents: 1648
diff changeset
  1047
}
938a0fda0206 Some button reorganization on net game page
unc0rr
parents: 1648
diff changeset
  1048
1153
825931b81ad4 Iconed "Back" button everywhere
unc0rr
parents: 1152
diff changeset
  1049
PageInfo::PageInfo(QWidget* parent) : AbstractPage(parent)
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
  1050
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1051
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1052
    pageLayout->setColumnStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1053
    pageLayout->setColumnStretch(1, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1054
    pageLayout->setColumnStretch(2, 1);
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
  1055
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1056
    BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true);
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
  1057
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1058
    about = new About(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1059
    pageLayout->addWidget(about, 0, 0, 1, 3);
187
96c3154efee5 "About" page, not yet filled with content
unc0rr
parents: 184
diff changeset
  1060
}
306
7b61834edcf6 - Better blowtorch
unc0rr
parents: 297
diff changeset
  1061
1150
ae86e36dad2e - Make look better
unc0rr
parents: 1149
diff changeset
  1062
PageSinglePlayer::PageSinglePlayer(QWidget* parent) : AbstractPage(parent)
586
ecb6347dfeca Prepare to new page 'Training'
unc0rr
parents: 585
diff changeset
  1063
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1064
    QVBoxLayout * vLayout = new QVBoxLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1065
    QHBoxLayout * topLine = new QHBoxLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1066
    QHBoxLayout * middleLine = new QHBoxLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1067
    QHBoxLayout * bottomLine = new QHBoxLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1068
    vLayout->addStretch();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1069
    vLayout->addLayout(topLine);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1070
    vLayout->addSpacing(30);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1071
    vLayout->addLayout(middleLine);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1072
    vLayout->addStretch();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1073
    vLayout->addLayout(bottomLine);
586
ecb6347dfeca Prepare to new page 'Training'
unc0rr
parents: 585
diff changeset
  1074
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1075
    topLine->addStretch();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1076
    BtnSimpleGamePage = addButton(":/res/SimpleGame.png", topLine, 0, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1077
    BtnSimpleGamePage->setToolTip(tr("Simple Game (a quick game against the computer, settings are chosen for you)"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1078
    topLine->addSpacing(60);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1079
    BtnMultiplayer = addButton(":/res/Multiplayer.png", topLine, 1, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1080
    BtnMultiplayer->setToolTip(tr("Multiplayer (play a hotseat game against your friends, or AI teams)"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1081
    topLine->addStretch();
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1082
1457
44cc464de8f3 Add lightbulbs, some more changes to look
unc0rr
parents: 1450
diff changeset
  1083
4123
7d0f0720f50b New title and campaign mode images
nemo
parents: 4113
diff changeset
  1084
    BtnCampaignPage = addButton(":/res/Campaign.png", middleLine, 0, true);
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1085
    BtnCampaignPage->setToolTip(tr("Campaign Mode (...). IN DEVELOPMENT"));
4412
c9a78ba03679 added disabling option to itemNum and grey images for that. also made default weapon sets uneditable and not deleteable.
Henek
parents: 4410
diff changeset
  1086
    //BtnCampaignPage->setVisible(false);
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1087
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1088
    BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 1, true);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1089
    BtnTrainPage->setToolTip(tr("Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT"));
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1090
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1091
    BtnBack = addButton(":/res/Exit.png", bottomLine, 0, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1092
    bottomLine->addStretch();
1444
06f6ae457a2f Finish reorganizing local game page
unc0rr
parents: 1443
diff changeset
  1093
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1094
    BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1095
    BtnDemos->setToolTip(tr("Demos (Watch recorded demos)"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1096
    BtnLoad = addButton(":/res/Save.png", bottomLine, 2, true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1097
    BtnLoad->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1098
    BtnLoad->setToolTip(tr("Load (Load a previously saved game)"));
3279
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1099
    BtnBack->setFixedHeight(BtnLoad->height());
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1100
    BtnBack->setStyleSheet("QPushButton{margin-top: 31px;}");
586
ecb6347dfeca Prepare to new page 'Training'
unc0rr
parents: 585
diff changeset
  1101
}
ecb6347dfeca Prepare to new page 'Training'
unc0rr
parents: 585
diff changeset
  1102
1153
825931b81ad4 Iconed "Back" button everywhere
unc0rr
parents: 1152
diff changeset
  1103
PageTraining::PageTraining(QWidget* parent) : AbstractPage(parent)
587
74db4115064a More work on Training mode
unc0rr
parents: 586
diff changeset
  1104
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1105
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1106
    pageLayout->setColumnStretch(0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1107
    pageLayout->setColumnStretch(1, 2);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1108
    pageLayout->setColumnStretch(2, 1);
3279
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1109
    pageLayout->setRowStretch(0, 1);
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1110
    pageLayout->setRowStretch(2, 1);
587
74db4115064a More work on Training mode
unc0rr
parents: 586
diff changeset
  1111
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1112
    CBSelect = new QComboBox(this);
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2447
diff changeset
  1113
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1114
    QDir tmpdir;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1115
    tmpdir.cd(datadir->absolutePath());
3011
73c8f618fd8b General:
smxx
parents: 2948
diff changeset
  1116
    tmpdir.cd("Missions/Training");
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1117
    tmpdir.setFilter(QDir::Files);
3011
73c8f618fd8b General:
smxx
parents: 2948
diff changeset
  1118
    CBSelect->addItems(tmpdir.entryList(QStringList("*.lua")).replaceInStrings(QRegExp("^(.*)\\.lua"), "\\1"));
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1119
    for(int i = 0; i < CBSelect->count(); i++)
4594
5645462cc78f removing all " " in filenames under share and replacing "_" with " " in missions
Henek
parents: 4586
diff changeset
  1120
    {
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1121
        CBSelect->setItemData(i, CBSelect->itemText(i));
4594
5645462cc78f removing all " " in filenames under share and replacing "_" with " " in missions
Henek
parents: 4586
diff changeset
  1122
        CBSelect->setItemText(i, CBSelect->itemText(i).replace("_", " "));
5645462cc78f removing all " " in filenames under share and replacing "_" with " " in missions
Henek
parents: 4586
diff changeset
  1123
    }
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2447
diff changeset
  1124
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1125
    pageLayout->addWidget(CBSelect, 1, 1);
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1126
    
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1127
    BtnStartTrain = new QPushButton(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1128
    BtnStartTrain->setFont(*font14);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1129
    BtnStartTrain->setText(QPushButton::tr("Go!"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1130
    pageLayout->addWidget(BtnStartTrain, 1, 2);
587
74db4115064a More work on Training mode
unc0rr
parents: 586
diff changeset
  1131
3279
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1132
    BtnBack = addButton(":/res/Exit.png", pageLayout, 3, 0, true);
587
74db4115064a More work on Training mode
unc0rr
parents: 586
diff changeset
  1133
}
74db4115064a More work on Training mode
unc0rr
parents: 586
diff changeset
  1134
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1135
PageCampaign::PageCampaign(QWidget* parent) : AbstractPage(parent)
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1136
{
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1137
    QGridLayout * pageLayout = new QGridLayout(this);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1138
    pageLayout->setColumnStretch(0, 1);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1139
    pageLayout->setColumnStretch(1, 2);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1140
    pageLayout->setColumnStretch(2, 1);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1141
    pageLayout->setRowStretch(0, 1);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1142
    pageLayout->setRowStretch(3, 1);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1143
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1144
    CBSelect = new QComboBox(this);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1145
    CBTeam = new QComboBox(this);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1146
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1147
    pageLayout->addWidget(CBTeam, 1, 1);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1148
    pageLayout->addWidget(CBSelect, 2, 1);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1149
    
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1150
    BtnStartCampaign = new QPushButton(this);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1151
    BtnStartCampaign->setFont(*font14);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1152
    BtnStartCampaign->setText(QPushButton::tr("Go!"));
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1153
    pageLayout->addWidget(BtnStartCampaign, 2, 2);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1154
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1155
    BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true);
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1156
}
d30f1ba768d7 Frontend:
smaxx
parents: 3743
diff changeset
  1157
923
b3d097097b54 Use default ammostore string size for weapons number instead of predefined const
unc0rr
parents: 788
diff changeset
  1158
PageSelectWeapon::PageSelectWeapon(QWidget* parent) :
684
257444d8429f some copy/paste code removed
displacer
parents: 683
diff changeset
  1159
  AbstractPage(parent)
600
f6e5f4e122db Select weapon scheme page
unc0rr
parents: 597
diff changeset
  1160
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1161
    QGridLayout * pageLayout = new QGridLayout(this);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1162
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1163
    pWeapons = new SelWeaponWidget(cAmmoNumber, this);
4598
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1164
    pageLayout->addWidget(pWeapons, 0, 0, 1, 5);
600
f6e5f4e122db Select weapon scheme page
unc0rr
parents: 597
diff changeset
  1165
4598
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1166
    BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, 2, 1, true);
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1167
    BtnDefault = addButton(tr("Default"), pageLayout, 1, 3);
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1168
    BtnNew = addButton(tr("New"), pageLayout, 1, 2);
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1169
    BtnCopy = addButton(tr("Copy"), pageLayout, 2, 2);
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1170
    BtnDelete = addButton(tr("Delete"), pageLayout, 2, 3);
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1171
    BtnSave = addButton(":/res/Save.png", pageLayout, 1, 4, 2, 1, true);
3279
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1172
    BtnSave->setStyleSheet("QPushButton{margin: 24px 0px 0px 0px;}");
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1173
    BtnBack->setFixedHeight(BtnSave->height());
88139bfa63c8 frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
sheepluva
parents: 3236
diff changeset
  1174
    BtnBack->setStyleSheet("QPushButton{margin-top: 31px;}");
2368
e0750b23c9e6 Move connect call to more appropriate place
unc0rr
parents: 2294
diff changeset
  1175
4416
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1176
    selectWeaponSet = new QComboBox(this);
4598
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1177
    pageLayout->addWidget(selectWeaponSet, 1, 1, 2, 1);
4416
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1178
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1179
    connect(BtnDefault, SIGNAL(clicked()), pWeapons, SLOT(setDefault()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1180
    connect(BtnSave, SIGNAL(clicked()), pWeapons, SLOT(save()));
4416
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1181
    connect(BtnNew, SIGNAL(clicked()), pWeapons, SLOT(newWeaponsName()));
4598
7cb8c9db6e8d added copying of weapon sets
Henek
parents: 4594
diff changeset
  1182
    connect(BtnCopy, SIGNAL(clicked()), pWeapons, SLOT(copy()));
4416
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1183
    connect(selectWeaponSet, SIGNAL(currentIndexChanged(const QString&)), pWeapons, SLOT(setWeaponsName(const QString&)));
600
f6e5f4e122db Select weapon scheme page
unc0rr
parents: 597
diff changeset
  1184
}
f6e5f4e122db Select weapon scheme page
unc0rr
parents: 597
diff changeset
  1185
1249
b6670a6ea2d0 Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr
parents: 1240
diff changeset
  1186
PageInGame::PageInGame(QWidget* parent) :
686
494b5880989a - Header cleanup in game.cpp
unc0rr
parents: 684
diff changeset
  1187
  AbstractPage(parent)
494b5880989a - Header cleanup in game.cpp
unc0rr
parents: 684
diff changeset
  1188
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1189
    QLabel * label = new QLabel(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1190
    label->setText("In game...");
686
494b5880989a - Header cleanup in game.cpp
unc0rr
parents: 684
diff changeset
  1191
}
1311
49beb1221c0b - Add stub page for rooms list
unc0rr
parents: 1310
diff changeset
  1192
2773
e94f240a8a41 Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents: 2762
diff changeset
  1193
PageRoomsList::PageRoomsList(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli) :
1311
49beb1221c0b - Add stub page for rooms list
unc0rr
parents: 1310
diff changeset
  1194
  AbstractPage(parent)
49beb1221c0b - Add stub page for rooms list
unc0rr
parents: 1310
diff changeset
  1195
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1196
    QGridLayout * pageLayout = new QGridLayout(this);
1314
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1197
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1198
    QHBoxLayout * newRoomLayout = new QHBoxLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1199
    QLabel * roomNameLabel = new QLabel(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1200
    roomNameLabel->setText(tr("Room Name:"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1201
    roomName = new QLineEdit(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1202
    roomName->setMaxLength(60);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1203
    newRoomLayout->addWidget(roomNameLabel);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1204
    newRoomLayout->addWidget(roomName);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1205
    pageLayout->addLayout(newRoomLayout, 0, 0);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1206
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1207
    roomsList = new QTableWidget(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1208
    roomsList->setSelectionBehavior(QAbstractItemView::SelectRows);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1209
    roomsList->verticalHeader()->setVisible(false);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1210
    roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1211
    roomsList->setAlternatingRowColors(true);
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1212
    roomsList->setShowGrid(false);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1213
    roomsList->setSelectionMode(QAbstractItemView::SingleSelection);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1214
    pageLayout->addWidget(roomsList, 1, 0, 3, 1);
3866
561275a3f33b Revert accidental commit of inu's stretching of this column
nemo
parents: 3864
diff changeset
  1215
    pageLayout->setRowStretch(2, 100);
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1216
    
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1217
    QHBoxLayout * filterLayout = new QHBoxLayout();
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1218
    
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1219
    QLabel * stateLabel = new QLabel(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1220
    stateLabel->setText(tr("State:"));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1221
    CBState = new QComboBox(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1222
    CBState->addItem(QComboBox::tr("Any"));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1223
    CBState->addItem(QComboBox::tr("In lobby"));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1224
    CBState->addItem(QComboBox::tr("In progress"));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1225
    filterLayout->addWidget(stateLabel);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1226
    filterLayout->addWidget(CBState);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1227
    filterLayout->addSpacing(30);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1228
    
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1229
    QLabel * ruleLabel = new QLabel(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1230
    ruleLabel->setText(tr("Rules:"));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1231
    CBRules = new QComboBox(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1232
    CBRules->addItem(QComboBox::tr("Any"));
4232
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1233
    // not the most elegant solution but it works
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1234
    ammoSchemeModel = new AmmoSchemeModel(this, NULL);
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1235
    for (int i = 0; i < ammoSchemeModel->predefSchemesNames.count(); i++)
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1236
        CBRules->addItem(ammoSchemeModel->predefSchemesNames.at(i).toAscii().constData());
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1237
    filterLayout->addWidget(ruleLabel);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1238
    filterLayout->addWidget(CBRules);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1239
    filterLayout->addSpacing(30);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1240
    
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1241
    QLabel * weaponLabel = new QLabel(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1242
    weaponLabel->setText(tr("Weapons:"));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1243
    CBWeapons = new QComboBox(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1244
    CBWeapons->addItem(QComboBox::tr("Any"));
4232
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1245
    for (int i = 0; i < cDefaultAmmos.count(); i++) {
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1246
        QPair<QString,QString> ammo = cDefaultAmmos.at(i);
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1247
        CBWeapons->addItem(ammo.first.toAscii().constData());
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1248
    }
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1249
    filterLayout->addWidget(weaponLabel);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1250
    filterLayout->addWidget(CBWeapons);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1251
    filterLayout->addSpacing(30);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1252
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1253
    QLabel * searchLabel = new QLabel(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1254
    searchLabel->setText(tr("Search:"));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1255
    searchText = new QLineEdit(this);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1256
    searchText->setMaxLength(60);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1257
    filterLayout->addWidget(searchLabel);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1258
    filterLayout->addWidget(searchText);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1259
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1260
    pageLayout->addLayout(filterLayout, 4, 0);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1261
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1262
    chatWidget = new HWChatWidget(this, gameSettings, sdli, false);
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1263
    pageLayout->addWidget(chatWidget, 5, 0, 1, 2);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1264
    pageLayout->setRowStretch(5, 350);
1522
6794cf8f1e6f Add chat widget to lobby page (not usable yet)
unc0rr
parents: 1487
diff changeset
  1265
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1266
    BtnCreate = addButton(tr("Create"), pageLayout, 0, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1267
    BtnJoin = addButton(tr("Join"), pageLayout, 1, 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1268
    BtnRefresh = addButton(tr("Refresh"), pageLayout, 3, 1);
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1269
    BtnClear = addButton(tr("Clear"), pageLayout, 4, 1);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1270
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1271
    BtnBack = addButton(":/res/Exit.png", pageLayout, 6, 0, true);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1272
    BtnAdmin = addButton(tr("Admin features"), pageLayout, 6, 1);
1314
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1273
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1274
    connect(BtnCreate, SIGNAL(clicked()), this, SLOT(onCreateClick()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1275
    connect(BtnJoin, SIGNAL(clicked()), this, SLOT(onJoinClick()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1276
    connect(BtnRefresh, SIGNAL(clicked()), this, SLOT(onRefreshClick()));
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1277
    connect(BtnClear, SIGNAL(clicked()), this, SLOT(onClearClick()));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1278
    connect(roomsList, SIGNAL(doubleClicked (const QModelIndex &)), this, SLOT(onJoinClick()));
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1279
    connect(CBState, SIGNAL(currentIndexChanged (int)), this, SLOT(onRefreshClick()));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1280
    connect(CBRules, SIGNAL(currentIndexChanged (int)), this, SLOT(onRefreshClick()));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1281
    connect(CBWeapons, SIGNAL(currentIndexChanged (int)), this, SLOT(onRefreshClick()));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1282
    connect(searchText, SIGNAL(textChanged (const QString &)), this, SLOT(onRefreshClick()));
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1283
    connect(this, SIGNAL(askJoinConfirmation (const QString &)), this, SLOT(onJoinConfirmation(const QString &)), Qt::QueuedConnection);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1284
    
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1285
    gameInLobby = false;
1311
49beb1221c0b - Add stub page for rooms list
unc0rr
parents: 1310
diff changeset
  1286
}
1313
f4c54e9e1b8c - Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents: 1312
diff changeset
  1287
1856
e71dbf958c87 Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents: 1840
diff changeset
  1288
void PageRoomsList::setAdmin(bool flag)
e71dbf958c87 Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents: 1840
diff changeset
  1289
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1290
    BtnAdmin->setVisible(flag);
1856
e71dbf958c87 Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents: 1840
diff changeset
  1291
}
1377
a9e768739345 - Customize QTextBrowser look
unc0rr
parents: 1334
diff changeset
  1292
1313
f4c54e9e1b8c - Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents: 1312
diff changeset
  1293
void PageRoomsList::setRoomsList(const QStringList & list)
f4c54e9e1b8c - Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents: 1312
diff changeset
  1294
{
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1295
    QBrush red(QColor(255, 0, 0));
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1296
    QBrush orange(QColor(127, 127, 0));
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1297
    QBrush yellow(QColor(255, 255, 0));
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1298
    QBrush green(QColor(0, 255, 0));
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1299
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1300
    listFromServer = list;
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1301
    
3864
cbd37f91d9a2 Frontend:
smaxx
parents: 3861
diff changeset
  1302
    QString selection = "";
cbd37f91d9a2 Frontend:
smaxx
parents: 3861
diff changeset
  1303
    
cbd37f91d9a2 Frontend:
smaxx
parents: 3861
diff changeset
  1304
    if(QTableWidgetItem *item = roomsList->item(roomsList->currentRow(), 0))
cbd37f91d9a2 Frontend:
smaxx
parents: 3861
diff changeset
  1305
        selection = item->text();
cbd37f91d9a2 Frontend:
smaxx
parents: 3861
diff changeset
  1306
    
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1307
    roomsList->clear();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1308
    roomsList->setColumnCount(7);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1309
    roomsList->setHorizontalHeaderLabels(
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1310
            QStringList() <<
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1311
            QTableWidget::tr("Room Name") <<
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1312
            QTableWidget::tr("C") <<
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1313
            QTableWidget::tr("T") <<
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1314
            QTableWidget::tr("Owner") <<
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1315
            QTableWidget::tr("Map") <<
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1316
            QTableWidget::tr("Rules") <<
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1317
            QTableWidget::tr("Weapons")
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1318
            );
1893
85c61bc5e160 Style fixes by nemo
unc0rr
parents: 1891
diff changeset
  1319
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1320
    // set minimum sizes
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1321
//  roomsList->horizontalHeader()->resizeSection(0, 200);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1322
//  roomsList->horizontalHeader()->resizeSection(1, 50);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1323
//  roomsList->horizontalHeader()->resizeSection(2, 50);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1324
//  roomsList->horizontalHeader()->resizeSection(3, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1325
//  roomsList->horizontalHeader()->resizeSection(4, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1326
//  roomsList->horizontalHeader()->resizeSection(5, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1327
//  roomsList->horizontalHeader()->resizeSection(6, 100);
2649
afec403dce10 Restore old column layout.
nemo
parents: 2631
diff changeset
  1328
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1329
    // set resize modes
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1330
//  roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
1893
85c61bc5e160 Style fixes by nemo
unc0rr
parents: 1891
diff changeset
  1331
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1332
    bool gameCanBeJoined = true;
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1333
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1334
    if (list.size() % 8)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1335
        return;
1399
ada2411c1d60 Show additional info in rooms list
unc0rr
parents: 1395
diff changeset
  1336
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1337
    roomsList->setRowCount(list.size() / 8);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1338
    for(int i = 0, r = 0; i < list.size(); i += 8, r++)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1339
    {
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1340
        // if we are joining a game
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1341
        // TODO: Should NOT be done here
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1342
        if (gameInLobby) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1343
            if (gameInLobbyName == list[i + 1]) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1344
                gameCanBeJoined = list[i].compare("True");
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1345
            }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1346
        }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1347
        
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1348
        // check filter settings
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1349
        #define NO_FILTER_MATCH roomsList->setRowCount(roomsList->rowCount() - 1); --r; continue
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1350
        
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1351
        if (list[i].compare("True") && CBState->currentIndex() == 2) { NO_FILTER_MATCH; }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1352
        if (list[i].compare("False") && CBState->currentIndex() == 1) { NO_FILTER_MATCH; }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1353
        if (CBRules->currentIndex() != 0 && list[i + 6].compare(CBRules->currentText())) { NO_FILTER_MATCH; }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1354
        if (CBWeapons->currentIndex() != 0 && list[i + 7].compare(CBWeapons->currentText())) { NO_FILTER_MATCH; }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1355
        bool found = list[i + 1].contains(searchText->text(), Qt::CaseInsensitive);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1356
        if (!found) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1357
            for (int a = 4; a <= 7; ++a) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1358
                QString compString = list[i + a];
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1359
                if (a == 5 && compString == "+rnd+") {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1360
                    compString = "Random Map";
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1361
                } else if (a == 5 && compString == "+maze+") {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1362
                    compString = "Random Maze";
4822
2873b89358b8 Don't highlight drawn maps in rooms list
unc0rr
parents: 4600
diff changeset
  1363
                } else if (a == 5 && compString == "+drawn+") {
2873b89358b8 Don't highlight drawn maps in rooms list
unc0rr
parents: 4600
diff changeset
  1364
                    compString = "Drawn Map";
2873b89358b8 Don't highlight drawn maps in rooms list
unc0rr
parents: 4600
diff changeset
  1365
                }
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1366
                if (compString.contains(searchText->text(), Qt::CaseInsensitive)) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1367
                    found = true;
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1368
                    break;
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1369
                }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1370
            }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1371
        }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1372
        if (!searchText->text().isEmpty() && !found) { NO_FILTER_MATCH; }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1373
        
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1374
        QTableWidgetItem * item;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1375
        item = new QTableWidgetItem(list[i + 1]); // room name
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1376
        item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1377
        
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1378
        // pick appropriate room icon and tooltip (game in progress yes/no; later maybe locked rooms etc.)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1379
        if(list[i].compare("True"))
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1380
        {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1381
            item->setIcon(QIcon(":/res/iconTime.png"));// game is in lobby
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1382
            item->setToolTip(tr("This game is in lobby.\nYou may join and start playing once the game starts."));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1383
        }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1384
        else
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1385
        {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1386
            item->setIcon(QIcon(":/res/iconDamage.png"));// game has started
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1387
            item->setToolTip(tr("This game is in progress.\nYou may join and spectate now but you'll have to wait for the game to end to start playing."));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1388
        }
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1389
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1390
        roomsList->setItem(r, 0, item);
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1391
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1392
        item = new QTableWidgetItem(list[i + 2]); // number of clients
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1393
        item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1394
        item->setTextAlignment(Qt::AlignCenter);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1395
        item->setToolTip(tr("There are %1 clients connected to this room.", "", list[i + 2].toInt()).arg(list[i + 2]));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1396
        roomsList->setItem(r, 1, item);
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1397
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1398
        item = new QTableWidgetItem(list[i + 3]); // number of teams
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1399
        item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1400
        item->setTextAlignment(Qt::AlignCenter);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1401
        item->setToolTip(tr("There are %1 teams participating in this room.", "", list[i + 3].toInt()).arg(list[i + 3]));
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1402
        //Should we highlight "full" games? Might get misinterpreted
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1403
        //if(list[i + 3].toInt() >= cMaxTeams)
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1404
        //    item->setForeground(red);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1405
        roomsList->setItem(r, 2, item);
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1406
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1407
        item = new QTableWidgetItem(list[i + 4].left(15)); // name of host
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1408
        item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1409
        item->setToolTip(tr("%1 is the host. He may adjust settings and start the game.").arg(list[i + 4]));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1410
        roomsList->setItem(r, 3, item);
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1411
3141
70d65353bd60 prg adds option to toggle girders in maze, adjusts some frontend strings
nemo
parents: 3074
diff changeset
  1412
        if(list[i + 5] == "+rnd+")
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1413
        {
3141
70d65353bd60 prg adds option to toggle girders in maze, adjusts some frontend strings
nemo
parents: 3074
diff changeset
  1414
            item = new QTableWidgetItem(tr("Random Map")); // selected map (is randomized)
4147
5efa80494e31 Forgot to disable these in 4116:877ecc9d9d82
nemo
parents: 4143
diff changeset
  1415
// FIXME - need real icons. Disabling until then
5efa80494e31 Forgot to disable these in 4116:877ecc9d9d82
nemo
parents: 4143
diff changeset
  1416
//            item->setIcon(QIcon(":/res/mapRandom.png"));
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1417
        }
3141
70d65353bd60 prg adds option to toggle girders in maze, adjusts some frontend strings
nemo
parents: 3074
diff changeset
  1418
        else if (list[i+5] == "+maze+")
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1419
        {
3141
70d65353bd60 prg adds option to toggle girders in maze, adjusts some frontend strings
nemo
parents: 3074
diff changeset
  1420
            item = new QTableWidgetItem(tr("Random Maze"));
4147
5efa80494e31 Forgot to disable these in 4116:877ecc9d9d82
nemo
parents: 4143
diff changeset
  1421
// FIXME - need real icons. Disabling until then
5efa80494e31 Forgot to disable these in 4116:877ecc9d9d82
nemo
parents: 4143
diff changeset
  1422
//            item->setIcon(QIcon(":/res/mapMaze.png"));
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1423
        }
3141
70d65353bd60 prg adds option to toggle girders in maze, adjusts some frontend strings
nemo
parents: 3074
diff changeset
  1424
        else
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1425
        {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1426
            item = new QTableWidgetItem(list[i + 5]); // selected map
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1427
            
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1428
            // check to see if we've got this map
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1429
            // not perfect but a start
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1430
            if(!mapList->contains(list[i + 5]))
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1431
            {
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1432
                item->setForeground(red);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1433
                item->setIcon(QIcon(":/res/mapMissing.png"));
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1434
            }
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1435
            else
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1436
            {
4147
5efa80494e31 Forgot to disable these in 4116:877ecc9d9d82
nemo
parents: 4143
diff changeset
  1437
               // todo: mission icon?
5efa80494e31 Forgot to disable these in 4116:877ecc9d9d82
nemo
parents: 4143
diff changeset
  1438
// FIXME - need real icons. Disabling until then
5efa80494e31 Forgot to disable these in 4116:877ecc9d9d82
nemo
parents: 4143
diff changeset
  1439
//               item->setIcon(QIcon(":/res/mapCustom.png"));
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1440
            }
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1441
        }
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1442
        
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1443
        item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1444
        item->setToolTip(tr("Games may be played on precreated or randomized maps."));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1445
        roomsList->setItem(r, 4, item);
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1446
4232
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1447
        item = new QTableWidgetItem(list[i + 6].left(24)); // selected game scheme
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1448
        item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1449
        item->setToolTip(tr("The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism."));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1450
        roomsList->setItem(r, 5, item);
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1451
4232
3a7862405c36 tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda
parents: 4215
diff changeset
  1452
        item = new QTableWidgetItem(list[i + 7].left(24)); // selected weapon scheme
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1453
        item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1454
        item->setToolTip(tr("The Weapon Scheme defines available weapons and their ammunition count."));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1455
        roomsList->setItem(r, 6, item);
2414
fd9ca82077d8 Smaxx: new rooms list
unc0rr
parents: 2402
diff changeset
  1456
3864
cbd37f91d9a2 Frontend:
smaxx
parents: 3861
diff changeset
  1457
        if(!list[i + 1].compare(selection) && !selection.isEmpty())
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1458
            roomsList->selectionModel()->setCurrentIndex(roomsList->model()->index(r, 0), QItemSelectionModel::SelectCurrent | QItemSelectionModel::Rows);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1459
    }
2651
9977d8bd95a3 Reorder
nemo
parents: 2650
diff changeset
  1460
3865
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1461
    roomsList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1462
    roomsList->horizontalHeader()->setResizeMode(1, QHeaderView::ResizeToContents);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1463
    roomsList->horizontalHeader()->setResizeMode(2, QHeaderView::ResizeToContents);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1464
    roomsList->horizontalHeader()->setResizeMode(3, QHeaderView::ResizeToContents);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1465
    roomsList->horizontalHeader()->setResizeMode(4, QHeaderView::ResizeToContents);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1466
    roomsList->horizontalHeader()->setResizeMode(5, QHeaderView::ResizeToContents);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1467
    roomsList->horizontalHeader()->setResizeMode(6, QHeaderView::ResizeToContents);
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1468
0b1c426b035f Frontend:
smaxx
parents: 3864
diff changeset
  1469
    // TODO: Should NOT be done here
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1470
    if (gameInLobby) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1471
        gameInLobby = false;
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1472
        if (gameCanBeJoined) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1473
            emit askForJoinRoom(gameInLobbyName);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1474
        } else {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1475
            emit askJoinConfirmation(gameInLobbyName);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1476
        }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1477
    }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1478
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1479
//  roomsList->resizeColumnsToContents();
1313
f4c54e9e1b8c - Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents: 1312
diff changeset
  1480
}
1314
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1481
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1482
void PageRoomsList::onCreateClick()
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1483
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1484
    if (roomName->text().size())
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1485
        emit askForCreateRoom(roomName->text());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1486
    else
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1487
        QMessageBox::critical(this,
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1488
                tr("Error"),
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1489
                tr("Please enter room name"),
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1490
                tr("OK"));
1314
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1491
}
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1492
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1493
void PageRoomsList::onJoinClick()
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1494
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1495
    QTableWidgetItem * curritem = roomsList->item(roomsList->currentRow(), 0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1496
    if (!curritem)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1497
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1498
        QMessageBox::critical(this,
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1499
                tr("Error"),
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1500
                tr("Please select room from the list"),
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1501
                tr("OK"));
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1502
        return;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1503
    }
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1504
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1505
    for (int i = 0; i < listFromServer.size(); i += 8) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1506
        if (listFromServer[i + 1] == curritem->data(Qt::DisplayRole).toString()) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1507
            gameInLobby = listFromServer[i].compare("True");
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1508
            break;
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1509
        }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1510
    }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1511
    
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1512
    if (gameInLobby) {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1513
        gameInLobbyName = curritem->data(Qt::DisplayRole).toString();
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1514
        emit askForRoomList();
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1515
    } else {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1516
        emit askForJoinRoom(curritem->data(Qt::DisplayRole).toString());
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1517
    }
1314
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1518
}
e56b178d6d62 Implement room create and join
unc0rr
parents: 1313
diff changeset
  1519
1315
c2f09811bb8c Implement rooms list refresh
unc0rr
parents: 1314
diff changeset
  1520
void PageRoomsList::onRefreshClick()
c2f09811bb8c Implement rooms list refresh
unc0rr
parents: 1314
diff changeset
  1521
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1522
    emit askForRoomList();
1315
c2f09811bb8c Implement rooms list refresh
unc0rr
parents: 1314
diff changeset
  1523
}
c2f09811bb8c Implement rooms list refresh
unc0rr
parents: 1314
diff changeset
  1524
3786
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1525
void PageRoomsList::onClearClick()
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1526
{
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1527
    CBState->setCurrentIndex(0);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1528
    CBRules->setCurrentIndex(0);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1529
    CBWeapons->setCurrentIndex(0);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1530
    searchText->clear();
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1531
}
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1532
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1533
void PageRoomsList::onJoinConfirmation(const QString & room)
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1534
{
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1535
    if (QMessageBox::warning(this,
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1536
        tr("Warning"),
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1537
        tr("The game you are trying to join has started.\nDo you still want to join the room?"),
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1538
        QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes)
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1539
    {
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1540
        emit askForJoinRoom(room);
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1541
    }
0907b0fd5714 Improves room list with filter for state/rules/weapons and general search
legutus
parents: 3767
diff changeset
  1542
}
1800
f1df2eb32a16 "connecting" page
unc0rr
parents: 1777
diff changeset
  1543
f1df2eb32a16 "connecting" page
unc0rr
parents: 1777
diff changeset
  1544
PageConnecting::PageConnecting(QWidget* parent) :
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1545
    AbstractPage(parent)
1800
f1df2eb32a16 "connecting" page
unc0rr
parents: 1777
diff changeset
  1546
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1547
    QGridLayout * pageLayout = new QGridLayout(this);
1904
20348675b015 - Fix warnings in frontend
unc0rr
parents: 1902
diff changeset
  1548
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1549
    QLabel * lblConnecting = new QLabel(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1550
    lblConnecting->setText(tr("Connecting..."));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1551
    pageLayout->addWidget(lblConnecting);
1800
f1df2eb32a16 "connecting" page
unc0rr
parents: 1777
diff changeset
  1552
}
1884
40e59e9f82ce Continue work on new schemes implementation
unc0rr
parents: 1856
diff changeset
  1553
40e59e9f82ce Continue work on new schemes implementation
unc0rr
parents: 1856
diff changeset
  1554
PageScheme::PageScheme(QWidget* parent) :
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1555
    AbstractPage(parent)
1884
40e59e9f82ce Continue work on new schemes implementation
unc0rr
parents: 1856
diff changeset
  1556
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1557
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1558
    QGroupBox * gb = new QGroupBox(this);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1559
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1560
    QGridLayout * gl = new QGridLayout();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1561
    gb->setLayout(gl);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1562
    QSizePolicy sp;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1563
    sp.setVerticalPolicy(QSizePolicy::MinimumExpanding);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1564
    sp.setHorizontalPolicy(QSizePolicy::Expanding);
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
  1565
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1566
    pageLayout->addWidget(gb, 1,0,13,5);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1567
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1568
    gbGameModes = new QGroupBox(QGroupBox::tr("Game Modifiers"), gb);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1569
    gbBasicSettings = new QGroupBox(QGroupBox::tr("Basic Settings"), gb);
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1570
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1571
    gbGameModes->setStyleSheet(".QGroupBox {"
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1572
            "background-color: #130f2c; background-image:url();"
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1573
            "}");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1574
    gbBasicSettings->setStyleSheet(".QGroupBox {"
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1575
            "background-color: #130f2c; background-image:url();"
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1576
            "}");
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1577
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1578
    gbGameModes->setSizePolicy(sp);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1579
    gbBasicSettings->setSizePolicy(sp);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1580
    gl->addWidget(gbGameModes,0,0,1,3,Qt::AlignTop);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1581
    gl->addWidget(gbBasicSettings,0,3,1,3,Qt::AlignTop);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1582
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1583
    QGridLayout * glGMLayout = new QGridLayout(gbGameModes);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1584
    QGridLayout * glBSLayout = new QGridLayout(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1585
    gbGameModes->setLayout(glGMLayout);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1586
    gbBasicSettings->setLayout(glBSLayout);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1587
    // Left
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1588
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1589
    TBW_mode_Forts = new ToggleButtonWidget(gbGameModes, ":/res/btnForts.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1590
    TBW_mode_Forts->setToolTip("<b>" + ToggleButtonWidget::tr("Fort Mode") + "</b>:<br />" + tr("Defend your fort and destroy the opponents, two team colours max!"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1591
    glGMLayout->addWidget(TBW_mode_Forts,0,0,1,1);
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
  1592
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1593
    TBW_teamsDivide = new ToggleButtonWidget(gbGameModes, ":/res/btnTeamsDivide.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1594
    TBW_teamsDivide->setToolTip("<b>" + ToggleButtonWidget::tr("Divide Teams") + "</b>:<br />" + tr("Teams will start on opposite sides of the terrain, two team colours max!"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1595
    glGMLayout->addWidget(TBW_teamsDivide,0,1,1,1);
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
  1596
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1597
    TBW_solid = new ToggleButtonWidget(gbGameModes, ":/res/btnSolid.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1598
    TBW_solid->setToolTip("<b>" + ToggleButtonWidget::tr("Solid Land") + "</b>:<br />" + tr("Land can not be destroyed!"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1599
    glGMLayout->addWidget(TBW_solid,0,2,1,1);
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
  1600
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1601
    TBW_border = new ToggleButtonWidget(gbGameModes, ":/res/btnBorder.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1602
    TBW_border->setToolTip("<b>" + ToggleButtonWidget::tr("Add Border") + "</b>:<br />" + tr("Add an indestructable border around the terrain"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1603
    glGMLayout->addWidget(TBW_border,0,3,1,1);
1895
7ba647a88b2f More game options by nemo
unc0rr
parents: 1894
diff changeset
  1604
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1605
    TBW_lowGravity = new ToggleButtonWidget(gbGameModes, ":/res/btnLowGravity.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1606
    TBW_lowGravity->setToolTip("<b>" + ToggleButtonWidget::tr("Low Gravity") + "</b>:<br />" + tr("Lower gravity"));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1607
    glGMLayout->addWidget(TBW_lowGravity,0,4,1,1);
1932
f586d75c8b6a New schemes page look by TheXception
unc0rr
parents: 1924
diff changeset
  1608
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1609
    TBW_laserSight = new ToggleButtonWidget(gbGameModes, ":/res/btnLaserSight.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1610
    TBW_laserSight->setToolTip("<b>" + ToggleButtonWidget::tr("Laser Sight") + "</b>:<br />" + tr("Assisted aiming with laser sight"));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1611
    glGMLayout->addWidget(TBW_laserSight,1,0,1,1);
1895
7ba647a88b2f More game options by nemo
unc0rr
parents: 1894
diff changeset
  1612
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1613
    TBW_invulnerable = new ToggleButtonWidget(gbGameModes, ":/res/btnInvulnerable.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1614
    TBW_invulnerable->setToolTip("<b>" + ToggleButtonWidget::tr("Invulnerable") + "</b>:<br />" + tr("All hogs have a personal forcefield"));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1615
    glGMLayout->addWidget(TBW_invulnerable,1,1,1,1);
1932
f586d75c8b6a New schemes page look by TheXception
unc0rr
parents: 1924
diff changeset
  1616
4099
af612377fcba health reset mode ftw (replaces gfmines)
koda
parents: 4090
diff changeset
  1617
    TBW_resethealth = new ToggleButtonWidget(gbGameModes, ":/res/btnResetHealth.png");
4113
edb30dabf71a it locale for opendesktop
koda
parents: 4107
diff changeset
  1618
    TBW_resethealth->setToolTip("<b>" + ToggleButtonWidget::tr("Reset Health") + "</b>:<br />" + tr("All (living) hedgehogs are fully restored at the end of turn"));
4099
af612377fcba health reset mode ftw (replaces gfmines)
koda
parents: 4090
diff changeset
  1619
    glGMLayout->addWidget(TBW_resethealth,1,2,1,1);
1895
7ba647a88b2f More game options by nemo
unc0rr
parents: 1894
diff changeset
  1620
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1621
    TBW_vampiric = new ToggleButtonWidget(gbGameModes, ":/res/btnVampiric.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1622
    TBW_vampiric->setToolTip("<b>" + ToggleButtonWidget::tr("Vampirism") + "</b>:<br />" + tr("Gain 80% of the damage you do back in health"));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1623
    glGMLayout->addWidget(TBW_vampiric,1,3,1,1);
2017
7845c77c8d31 nemo's great patch:
unc0rr
parents: 1984
diff changeset
  1624
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1625
    TBW_karma = new ToggleButtonWidget(gbGameModes, ":/res/btnKarma.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1626
    TBW_karma->setToolTip("<b>" + ToggleButtonWidget::tr("Karma") + "</b>:<br />" + tr("Share your opponents pain, share their damage"));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1627
    glGMLayout->addWidget(TBW_karma,1,4,1,1);
2017
7845c77c8d31 nemo's great patch:
unc0rr
parents: 1984
diff changeset
  1628
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1629
    TBW_artillery = new ToggleButtonWidget(gbGameModes, ":/res/btnArtillery.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1630
    TBW_artillery->setToolTip("<b>" + ToggleButtonWidget::tr("Artillery") + "</b>:<br />" + tr("Your hogs are unable to move, put your artillery skills to the test"));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1631
    glGMLayout->addWidget(TBW_artillery,2,0,1,1);
2023
41d3afaa20c7 Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents: 2017
diff changeset
  1632
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1633
    TBW_randomorder = new ToggleButtonWidget(gbGameModes, ":/res/btnRandomOrder.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1634
    TBW_randomorder->setToolTip("<b>" + ToggleButtonWidget::tr("Random Order") + "</b>:<br />" + tr("Order of play is random instead of in room order."));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1635
    glGMLayout->addWidget(TBW_randomorder,2,1,1,1);
2703
fbde0d971ba6 Randomise order of play.
nemo
parents: 2654
diff changeset
  1636
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1637
    TBW_king = new ToggleButtonWidget(gbGameModes, ":/res/btnKing.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1638
    TBW_king->setToolTip("<b>" + ToggleButtonWidget::tr("King") + "</b>:<br />" + tr("Play with a King. If he dies, your side dies."));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1639
    glGMLayout->addWidget(TBW_king,2,2,1,1);
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2703
diff changeset
  1640
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1641
    TBW_placehog = new ToggleButtonWidget(gbGameModes, ":/res/btnPlaceHog.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1642
    TBW_placehog->setToolTip("<b>" + ToggleButtonWidget::tr("Place Hedgehogs") + "</b>:<br />" + tr("Take turns placing your hedgehogs before the start of play."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1643
    glGMLayout->addWidget(TBW_placehog,2,3,1,1);
2762
2fbc8d35eb52 Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents: 2752
diff changeset
  1644
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1645
    TBW_sharedammo = new ToggleButtonWidget(gbGameModes, ":/res/btnSharedAmmo.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1646
    TBW_sharedammo->setToolTip("<b>" + ToggleButtonWidget::tr("Clan Shares Ammo") + "</b>:<br />" + tr("Ammo is shared between all teams that share a colour."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1647
    glGMLayout->addWidget(TBW_sharedammo,2,4,1,1);
2881
70d7976fa829 Flag the sharing of ammo between clan teams.
nemo
parents: 2845
diff changeset
  1648
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1649
    TBW_disablegirders = new ToggleButtonWidget(gbGameModes, ":/res/btnDisableGirders.png");
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1650
    TBW_disablegirders->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Girders") + "</b>:<br />" + tr("Disable girders when generating random maps."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1651
    glGMLayout->addWidget(TBW_disablegirders,3,0,1,1);
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3284
diff changeset
  1652
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3284
diff changeset
  1653
    TBW_disablelandobjects = new ToggleButtonWidget(gbGameModes, ":/res/btnDisableLandObjects.png");
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3284
diff changeset
  1654
    TBW_disablelandobjects->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Land Objects") + "</b>:<br />" + tr("Disable land objects when generating random maps."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1655
    glGMLayout->addWidget(TBW_disablelandobjects,3,1,1,1);
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3284
diff changeset
  1656
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1657
    TBW_aisurvival = new ToggleButtonWidget(gbGameModes, ":/res/btnAISurvival.png");
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1658
    TBW_aisurvival->setToolTip("<b>" + ToggleButtonWidget::tr("AI Survival Mode") + "</b>:<br />" + tr("AI respawns on death."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1659
    glGMLayout->addWidget(TBW_aisurvival,3,2,1,1);
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1660
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1661
    TBW_infattack = new ToggleButtonWidget(gbGameModes, ":/res/btnInfAttack.png");
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1662
    TBW_infattack->setToolTip("<b>" + ToggleButtonWidget::tr("Unlimited Attacks") + "</b>:<br />" + tr("Attacking does not end your turn."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1663
    glGMLayout->addWidget(TBW_infattack,3,3,1,1);
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1664
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1665
    TBW_resetweps = new ToggleButtonWidget(gbGameModes, ":/res/btnResetWeps.png");
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1666
    TBW_resetweps->setToolTip("<b>" + ToggleButtonWidget::tr("Reset Weapons") + "</b>:<br />" + tr("Weapons are reset to starting values each turn."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1667
    glGMLayout->addWidget(TBW_resetweps,3,4,1,1);
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1668
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1669
    TBW_perhogammo = new ToggleButtonWidget(gbGameModes, ":/res/btnPerHogAmmo.png");
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3932
diff changeset
  1670
    TBW_perhogammo->setToolTip("<b>" + ToggleButtonWidget::tr("Per Hedgehog Ammo") + "</b>:<br />" + tr("Each hedgehog has its own ammo. It does not share with the team."));
3999
411e71912f4c restore king mode
koda
parents: 3944
diff changeset
  1671
    glGMLayout->addWidget(TBW_perhogammo,4,0,1,1);
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1672
4250
d83b53997e0b exposing Henek's no wind flag
koda
parents: 4232
diff changeset
  1673
    TBW_nowind = new ToggleButtonWidget(gbGameModes, ":/res/btnNoWind.png");
4305
a020540e0ab8 better description of disable wind
Henek
parents: 4303
diff changeset
  1674
    TBW_nowind->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Wind") + "</b>:<br />" + tr("You will not have to worry about wind anymore."));
4250
d83b53997e0b exposing Henek's no wind flag
koda
parents: 4232
diff changeset
  1675
    glGMLayout->addWidget(TBW_nowind,4,1,1,1);
d83b53997e0b exposing Henek's no wind flag
koda
parents: 4232
diff changeset
  1676
4303
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1677
    TBW_morewind = new ToggleButtonWidget(gbGameModes, ":/res/btnMoreWind.png");
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1678
    TBW_morewind->setToolTip("<b>" + ToggleButtonWidget::tr("More Wind") + "</b>:<br />" + tr("Wind will affect almost everything."));
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1679
    glGMLayout->addWidget(TBW_morewind,4,2,1,1);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1680
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1681
    // Right
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1682
    QLabel * l;
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1683
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1684
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1685
    l->setText(QLabel::tr("Damage Modifier"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1686
    l->setWordWrap(true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1687
    glBSLayout->addWidget(l,0,0,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1688
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1689
    l->setFixedSize(32,32);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1690
    l->setPixmap(QPixmap(":/res/iconDamage.png"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1691
    glBSLayout->addWidget(l,0,1,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1692
    SB_DamageModifier = new QSpinBox(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1693
    SB_DamageModifier->setRange(10, 300);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1694
    SB_DamageModifier->setValue(100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1695
    SB_DamageModifier->setSingleStep(25);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1696
    glBSLayout->addWidget(SB_DamageModifier,0,2,1,1);
1932
f586d75c8b6a New schemes page look by TheXception
unc0rr
parents: 1924
diff changeset
  1697
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1698
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1699
    l->setText(QLabel::tr("Turn Time"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1700
    l->setWordWrap(true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1701
    glBSLayout->addWidget(l,1,0,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1702
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1703
    l->setFixedSize(32,32);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1704
    l->setPixmap(QPixmap(":/res/iconTime.png"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1705
    glBSLayout->addWidget(l,1,1,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1706
    SB_TurnTime = new QSpinBox(gbBasicSettings);
3890
e4b7b30232fd Extend time limit to 9999, remove ready timer if time is over 999 and stop drawing time if it is over 999 (draws wrong over 999 anyway) - this has the effect of allowing an "unlimited" time appearance if turns are over a quarter hour or so. This can be used to add an unlimited time scheme or button to ipad
nemo
parents: 3868
diff changeset
  1707
    SB_TurnTime->setRange(1, 9999);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1708
    SB_TurnTime->setValue(45);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1709
    SB_TurnTime->setSingleStep(15);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1710
    glBSLayout->addWidget(SB_TurnTime,1,2,1,1);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1711
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1712
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1713
    l->setText(QLabel::tr("Initial Health"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1714
    l->setWordWrap(true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1715
    glBSLayout->addWidget(l,2,0,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1716
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1717
    l->setFixedSize(32,32);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1718
    l->setPixmap(QPixmap(":/res/iconHealth.png"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1719
    glBSLayout->addWidget(l,2,1,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1720
    SB_InitHealth = new QSpinBox(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1721
    SB_InitHealth->setRange(50, 200);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1722
    SB_InitHealth->setValue(100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1723
    SB_InitHealth->setSingleStep(25);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1724
    glBSLayout->addWidget(SB_InitHealth,2,2,1,1);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1725
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1726
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1727
    l->setText(QLabel::tr("Sudden Death Timeout"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1728
    l->setWordWrap(true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1729
    glBSLayout->addWidget(l,3,0,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1730
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1731
    l->setFixedSize(32,32);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1732
    l->setPixmap(QPixmap(":/res/iconSuddenDeath.png"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1733
    glBSLayout->addWidget(l,3,1,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1734
    SB_SuddenDeath = new QSpinBox(gbBasicSettings);
4215
36632d5b8492 inactivate sudden death if both health decrease and water rise is 0 and lower sudden death turns to 50 again
Henek
parents: 4179
diff changeset
  1735
    SB_SuddenDeath->setRange(0, 50);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1736
    SB_SuddenDeath->setValue(15);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1737
    SB_SuddenDeath->setSingleStep(3);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1738
    glBSLayout->addWidget(SB_SuddenDeath,3,2,1,1);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1739
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1740
    l = new QLabel(gbBasicSettings);
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1741
    l->setText(QLabel::tr("Sudden Death Water Rise"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1742
    l->setWordWrap(true);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1743
    glBSLayout->addWidget(l,4,0,1,1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1744
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1745
    l->setFixedSize(32,32);
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1746
    l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); // TODO: icon
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1747
    glBSLayout->addWidget(l,4,1,1,1);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1748
    SB_WaterRise = new QSpinBox(gbBasicSettings);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1749
    SB_WaterRise->setRange(0, 100);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1750
    SB_WaterRise->setValue(47);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1751
    SB_WaterRise->setSingleStep(5);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1752
    glBSLayout->addWidget(SB_WaterRise,4,2,1,1);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1753
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1754
    l = new QLabel(gbBasicSettings);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1755
    l->setText(QLabel::tr("Sudden Death Health Decrease"));
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1756
    l->setWordWrap(true);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1757
    glBSLayout->addWidget(l,5,0,1,1);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1758
    l = new QLabel(gbBasicSettings);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1759
    l->setFixedSize(32,32);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1760
    l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); // TODO: icon
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1761
    glBSLayout->addWidget(l,5,1,1,1);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1762
    SB_HealthDecrease = new QSpinBox(gbBasicSettings);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1763
    SB_HealthDecrease->setRange(0, 100);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1764
    SB_HealthDecrease->setValue(5);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1765
    SB_HealthDecrease->setSingleStep(1);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1766
    glBSLayout->addWidget(SB_HealthDecrease,5,2,1,1);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1767
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1768
    l = new QLabel(gbBasicSettings);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1769
    l->setText(QLabel::tr("% Rope Length"));
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1770
    l->setWordWrap(true);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1771
    glBSLayout->addWidget(l,6,0,1,1);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1772
    l = new QLabel(gbBasicSettings);
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1773
    l->setFixedSize(32,32);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1774
    l->setPixmap(QPixmap(":/res/iconRope.png"));
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1775
    glBSLayout->addWidget(l,6,1,1,1);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1776
    SB_RopeModifier = new QSpinBox(gbBasicSettings);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1777
    SB_RopeModifier->setRange(25, 999);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1778
    SB_RopeModifier->setValue(100);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1779
    SB_RopeModifier->setSingleStep(25);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1780
    glBSLayout->addWidget(SB_RopeModifier,6,2,1,1);
1932
f586d75c8b6a New schemes page look by TheXception
unc0rr
parents: 1924
diff changeset
  1781
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1782
    l = new QLabel(gbBasicSettings);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1783
    l->setText(QLabel::tr("Crate Drops"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1784
    l->setWordWrap(true);
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1785
    glBSLayout->addWidget(l,7,0,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1786
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1787
    l->setFixedSize(32,32);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1788
    l->setPixmap(QPixmap(":/res/iconBox.png"));
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1789
    glBSLayout->addWidget(l,7,1,1,1);
4410
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1790
    SB_CaseProb = new FreqSpinBox(gbBasicSettings);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1791
    SB_CaseProb->setRange(0, 9);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1792
    SB_CaseProb->setValue(5);
f9e38ce1e813 a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
Henek
parents: 4396
diff changeset
  1793
    glBSLayout->addWidget(SB_CaseProb,7,2,1,1);
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1794
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1795
    l = new QLabel(gbBasicSettings);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1796
    l->setText(QLabel::tr("% Health Crates"));
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1797
    l->setWordWrap(true);
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1798
    glBSLayout->addWidget(l,8,0,1,1);
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1799
    l = new QLabel(gbBasicSettings);
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1800
    l->setFixedSize(32,32);
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1801
    l->setPixmap(QPixmap(":/res/iconHealth.png")); // TODO: icon
4153
6bd94e4c5d65 2 more variables to control water rise and health loss during sudden death.
henek
parents: 4147
diff changeset
  1802
    glBSLayout->addWidget(l,8,1,1,1);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1803
    SB_HealthCrates = new QSpinBox(gbBasicSettings);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1804
    SB_HealthCrates->setRange(0, 100);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1805
    SB_HealthCrates->setValue(35);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1806
    SB_HealthCrates->setSingleStep(5);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1807
    glBSLayout->addWidget(SB_HealthCrates,8,2,1,1);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1808
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1809
    l = new QLabel(gbBasicSettings);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1810
    l->setText(QLabel::tr("Health in Crates"));
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1811
    l->setWordWrap(true);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1812
    glBSLayout->addWidget(l,9,0,1,1);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1813
    l = new QLabel(gbBasicSettings);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1814
    l->setFixedSize(32,32);
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1815
    l->setPixmap(QPixmap(":/res/iconHealth.png")); // TODO: icon
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1816
    glBSLayout->addWidget(l,9,1,1,1);
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1817
    SB_CrateHealth = new QSpinBox(gbBasicSettings);
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1818
    SB_CrateHealth->setRange(0, 200);
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1819
    SB_CrateHealth->setValue(25);
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1820
    SB_CrateHealth->setSingleStep(5);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1821
    glBSLayout->addWidget(SB_CrateHealth,9,2,1,1);
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1822
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1823
    l = new QLabel(gbBasicSettings);
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1824
    l->setText(QLabel::tr("Mines Time"));
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1825
    l->setWordWrap(true);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1826
    glBSLayout->addWidget(l,10,0,1,1);
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1827
    l = new QLabel(gbBasicSettings);
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4141
diff changeset
  1828
    l->setFixedSize(32,32);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1829
    l->setPixmap(QPixmap(":/res/iconTime.png")); // TODO: icon
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1830
    glBSLayout->addWidget(l,10,1,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1831
    SB_MinesTime = new QSpinBox(gbBasicSettings);
4003
ca0600ab38bf disable gfMines and update variable names (landadds -> minesnum, cLandAdditions -> cLandMines)
koda
parents: 3999
diff changeset
  1832
    SB_MinesTime->setRange(-1, 5);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1833
    SB_MinesTime->setValue(3);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1834
    SB_MinesTime->setSingleStep(1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1835
    SB_MinesTime->setSpecialValueText(tr("Random"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1836
    SB_MinesTime->setSuffix(" "+ tr("Seconds"));
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1837
    glBSLayout->addWidget(SB_MinesTime,10,2,1,1);
2031
b6f3e56fb100 david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents: 2026
diff changeset
  1838
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1839
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1840
    l->setText(QLabel::tr("Mines"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1841
    l->setWordWrap(true);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1842
    glBSLayout->addWidget(l,11,0,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1843
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1844
    l->setFixedSize(32,32);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1845
    l->setPixmap(QPixmap(":/res/iconMine.png")); // TODO: icon
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1846
    glBSLayout->addWidget(l,11,1,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1847
    SB_Mines = new QSpinBox(gbBasicSettings);
4107
81a205f9d0ff adjust the range for mines to allow disabling with 0 now that the toggle button is gone.
henek
parents: 4099
diff changeset
  1848
    SB_Mines->setRange(0, 80);
81a205f9d0ff adjust the range for mines to allow disabling with 0 now that the toggle button is gone.
henek
parents: 4099
diff changeset
  1849
    SB_Mines->setValue(0);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1850
    SB_Mines->setSingleStep(5);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1851
    glBSLayout->addWidget(SB_Mines,11,2,1,1);
1932
f586d75c8b6a New schemes page look by TheXception
unc0rr
parents: 1924
diff changeset
  1852
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1853
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1854
    l->setText(QLabel::tr("% Dud Mines"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1855
    l->setWordWrap(true);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1856
    glBSLayout->addWidget(l,12,0,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1857
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1858
    l->setFixedSize(32,32);
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1859
    l->setPixmap(QPixmap(":/res/iconDud.png"));
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1860
    glBSLayout->addWidget(l,12,1,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1861
    SB_MineDuds = new QSpinBox(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1862
    SB_MineDuds->setRange(0, 100);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1863
    SB_MineDuds->setValue(0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1864
    SB_MineDuds->setSingleStep(5);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1865
    glBSLayout->addWidget(SB_MineDuds,12,2,1,1);
2882
b9aceb3fe3d6 Dude mine probability spinner
nemo
parents: 2881
diff changeset
  1866
2915
a02f276035e8 Add spinner for explosives, add dust on crate impact, crank up explosives a bit
nemo
parents: 2913
diff changeset
  1867
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1868
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1869
    l->setText(QLabel::tr("Explosives"));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1870
    l->setWordWrap(true);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1871
    glBSLayout->addWidget(l,13,0,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1872
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1873
    l->setFixedSize(32,32);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1874
    l->setPixmap(QPixmap(":/res/iconDamage.png"));
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1875
    glBSLayout->addWidget(l,13,1,1,1);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1876
    SB_Explosives = new QSpinBox(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1877
    SB_Explosives->setRange(0, 40);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1878
    SB_Explosives->setValue(0);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1879
    SB_Explosives->setSingleStep(1);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1880
    glBSLayout->addWidget(SB_Explosives,13,2,1,1);
2915
a02f276035e8 Add spinner for explosives, add dust on crate impact, crank up explosives a bit
nemo
parents: 2913
diff changeset
  1881
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1882
    l = new QLabel(gbBasicSettings);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1883
    l->setText(QLabel::tr("Scheme Name:"));
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
  1884
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1885
    LE_name = new QLineEdit(this);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1886
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1887
    gl->addWidget(LE_name,14,1,1,5);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1888
    gl->addWidget(l,14,0,1,1);
1885
75489216b5b0 Continue work on new schemes
unc0rr
parents: 1884
diff changeset
  1889
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1890
    mapper = new QDataWidgetMapper(this);
1887
d68939b3f7f0 - Share model between test table and widgets
unc0rr
parents: 1885
diff changeset
  1891
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1892
    BtnBack = addButton(":/res/Exit.png", pageLayout, 15, 0, true);
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1893
    BtnCopy = addButton(tr("Copy"), pageLayout, 15, 2);
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1894
    BtnNew = addButton(tr("New"), pageLayout, 15, 3);
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1895
    BtnDelete = addButton(tr("Delete"), pageLayout, 15, 4);
1887
d68939b3f7f0 - Share model between test table and widgets
unc0rr
parents: 1885
diff changeset
  1896
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1897
    selectScheme = new QComboBox(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1898
    pageLayout->addWidget(selectScheme, 15, 1);
1902
aeadb10c2d77 Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents: 1895
diff changeset
  1899
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1900
    connect(BtnCopy, SIGNAL(clicked()), this, SLOT(copyRow()));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1901
    connect(BtnNew, SIGNAL(clicked()), this, SLOT(newRow()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1902
    connect(BtnDelete, SIGNAL(clicked()), this, SLOT(deleteRow()));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1903
    connect(selectScheme, SIGNAL(currentIndexChanged(int)), mapper, SLOT(setCurrentIndex(int)));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1904
    connect(selectScheme, SIGNAL(currentIndexChanged(int)), this, SLOT(schemeSelected(int)));
1887
d68939b3f7f0 - Share model between test table and widgets
unc0rr
parents: 1885
diff changeset
  1905
}
d68939b3f7f0 - Share model between test table and widgets
unc0rr
parents: 1885
diff changeset
  1906
d68939b3f7f0 - Share model between test table and widgets
unc0rr
parents: 1885
diff changeset
  1907
void PageScheme::setModel(QAbstractItemModel * model)
d68939b3f7f0 - Share model between test table and widgets
unc0rr
parents: 1885
diff changeset
  1908
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1909
    mapper->setModel(model);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1910
    selectScheme->setModel(model);
2377
f3fab2b09e0c And in frontend
nemo
parents: 2369
diff changeset
  1911
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1912
    mapper->addMapping(LE_name, 0);
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1913
    mapper->addMapping(TBW_mode_Forts, 1);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1914
    mapper->addMapping(TBW_teamsDivide, 2);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1915
    mapper->addMapping(TBW_solid, 3);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1916
    mapper->addMapping(TBW_border, 4);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1917
    mapper->addMapping(TBW_lowGravity, 5);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1918
    mapper->addMapping(TBW_laserSight, 6);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1919
    mapper->addMapping(TBW_invulnerable, 7);
4099
af612377fcba health reset mode ftw (replaces gfmines)
koda
parents: 4090
diff changeset
  1920
    mapper->addMapping(TBW_resethealth, 8);
3061
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1921
    mapper->addMapping(TBW_vampiric, 9);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1922
    mapper->addMapping(TBW_karma, 10);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1923
    mapper->addMapping(TBW_artillery, 11);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1924
    mapper->addMapping(TBW_randomorder, 12);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1925
    mapper->addMapping(TBW_king, 13);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1926
    mapper->addMapping(TBW_placehog, 14);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1927
    mapper->addMapping(TBW_sharedammo, 15);
e129e4c3f30e Frontend:
smxx
parents: 3044
diff changeset
  1928
    mapper->addMapping(TBW_disablegirders, 16);
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3284
diff changeset
  1929
    mapper->addMapping(TBW_disablelandobjects, 17);
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1930
    mapper->addMapping(TBW_aisurvival, 18);
3944
7ec1ef6a5ee6 forgot the mapping
nemo
parents: 3943
diff changeset
  1931
    mapper->addMapping(TBW_infattack, 19);
7ec1ef6a5ee6 forgot the mapping
nemo
parents: 3943
diff changeset
  1932
    mapper->addMapping(TBW_resetweps, 20);
7ec1ef6a5ee6 forgot the mapping
nemo
parents: 3943
diff changeset
  1933
    mapper->addMapping(TBW_perhogammo, 21);
4269
945f2d104268 fixed breakage of game schemes
Henek
parents: 4250
diff changeset
  1934
    mapper->addMapping(TBW_nowind, 22);
4303
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1935
    mapper->addMapping(TBW_morewind, 23);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1936
    mapper->addMapping(SB_DamageModifier, 24);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1937
    mapper->addMapping(SB_TurnTime, 25);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1938
    mapper->addMapping(SB_InitHealth, 26);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1939
    mapper->addMapping(SB_SuddenDeath, 27);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1940
    mapper->addMapping(SB_CaseProb, 28);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1941
    mapper->addMapping(SB_MinesTime, 29);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1942
    mapper->addMapping(SB_Mines, 30);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1943
    mapper->addMapping(SB_MineDuds, 31);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1944
    mapper->addMapping(SB_Explosives, 32);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1945
    mapper->addMapping(SB_HealthCrates, 33);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1946
    mapper->addMapping(SB_CrateHealth, 34);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1947
    mapper->addMapping(SB_WaterRise, 35);
9057d4d85830 check in frontend flag for more wind mode
nemo
parents: 4295
diff changeset
  1948
    mapper->addMapping(SB_HealthDecrease, 36);
4396
3cfd2e15464a After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
nemo
parents: 4305
diff changeset
  1949
    mapper->addMapping(SB_RopeModifier, 37);
1887
d68939b3f7f0 - Share model between test table and widgets
unc0rr
parents: 1885
diff changeset
  1950
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1951
    mapper->toFirst();
1884
40e59e9f82ce Continue work on new schemes implementation
unc0rr
parents: 1856
diff changeset
  1952
}
1889
b8590b604fdd Editing schemes, creating new one works now
unc0rr
parents: 1887
diff changeset
  1953
b8590b604fdd Editing schemes, creating new one works now
unc0rr
parents: 1887
diff changeset
  1954
void PageScheme::newRow()
b8590b604fdd Editing schemes, creating new one works now
unc0rr
parents: 1887
diff changeset
  1955
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1956
    QAbstractItemModel * model = mapper->model();
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1957
    model->insertRow(-1);
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1958
    selectScheme->setCurrentIndex(model->rowCount() - 1);
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1959
}
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1960
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1961
void PageScheme::copyRow()
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1962
{
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1963
    QAbstractItemModel * model = mapper->model();
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4598
diff changeset
  1964
    model->insertRow(selectScheme->currentIndex());
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1965
    selectScheme->setCurrentIndex(model->rowCount() - 1);
1889
b8590b604fdd Editing schemes, creating new one works now
unc0rr
parents: 1887
diff changeset
  1966
}
1902
aeadb10c2d77 Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents: 1895
diff changeset
  1967
aeadb10c2d77 Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents: 1895
diff changeset
  1968
void PageScheme::deleteRow()
aeadb10c2d77 Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents: 1895
diff changeset
  1969
{
4416
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1970
    QMessageBox reallyDelete(QMessageBox::Question, QMessageBox::tr("Schemes"), QMessageBox::tr("Really delete this game scheme?"), QMessageBox::Ok | QMessageBox::Cancel);
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1971
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1972
    if (reallyDelete.exec() == QMessageBox::Ok) {
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1973
        QAbstractItemModel * model = mapper->model();
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1974
        model->removeRow(selectScheme->currentIndex());
29d2d1548387 adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
Henek
parents: 4412
diff changeset
  1975
    }
1902
aeadb10c2d77 Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents: 1895
diff changeset
  1976
}
1905
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1904
diff changeset
  1977
1984
955b049eb099 Disable feel of editing for built-in schemes
unc0rr
parents: 1977
diff changeset
  1978
void PageScheme::schemeSelected(int n)
955b049eb099 Disable feel of editing for built-in schemes
unc0rr
parents: 1977
diff changeset
  1979
{
3172
ae5c7f97df44 Engine:
smxx
parents: 3159
diff changeset
  1980
    int c = ((AmmoSchemeModel*)mapper->model())->numberOfDefaultSchemes;
ae5c7f97df44 Engine:
smxx
parents: 3159
diff changeset
  1981
    gbGameModes->setEnabled(n >= c);
ae5c7f97df44 Engine:
smxx
parents: 3159
diff changeset
  1982
    gbBasicSettings->setEnabled(n >= c);
ae5c7f97df44 Engine:
smxx
parents: 3159
diff changeset
  1983
    LE_name->setEnabled(n >= c);
1984
955b049eb099 Disable feel of editing for built-in schemes
unc0rr
parents: 1977
diff changeset
  1984
}
955b049eb099 Disable feel of editing for built-in schemes
unc0rr
parents: 1977
diff changeset
  1985
1905
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1904
diff changeset
  1986
/////////////////////////////////////////////////
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1904
diff changeset
  1987
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1904
diff changeset
  1988
PageAdmin::PageAdmin(QWidget* parent) :
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1989
    AbstractPage(parent)
1905
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1904
diff changeset
  1990
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  1991
    QGridLayout * pageLayout = new QGridLayout(this);
1905
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1904
diff changeset
  1992
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  1993
    // 0
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  1994
    pbAsk = addButton(tr("Fetch data"), pageLayout, 0, 0, 1, 3);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  1995
    connect(pbAsk, SIGNAL(clicked()), this, SIGNAL(askServerVars()));
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  1996
    
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  1997
    // 1
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  1998
    QLabel * lblSMN = new QLabel(this);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  1999
    lblSMN->setText(tr("Server message for latest version:"));
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2000
    pageLayout->addWidget(lblSMN, 1, 0);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2001
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2002
    leServerMessageNew = new QLineEdit(this);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2003
    pageLayout->addWidget(leServerMessageNew, 1, 1);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2004
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2005
    // 2
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2006
    QLabel * lblSMO = new QLabel(this);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2007
    lblSMO->setText(tr("Server message for previous versions:"));
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2008
    pageLayout->addWidget(lblSMO, 2, 0);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2009
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2010
    leServerMessageOld = new QLineEdit(this);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2011
    pageLayout->addWidget(leServerMessageOld, 2, 1);
1924
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2012
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2013
    // 3
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2014
    QLabel * lblP = new QLabel(this);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2015
    lblP->setText(tr("Latest version protocol number:"));
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2016
    pageLayout->addWidget(lblP, 3, 0);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2017
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2018
    sbProtocol = new QSpinBox(this);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2019
    pageLayout->addWidget(sbProtocol, 3, 1);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2020
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2021
    // 4
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2022
    QLabel * lblPreview = new QLabel(this);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2023
    lblPreview->setText(tr("MOTD preview:"));
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2024
    pageLayout->addWidget(lblPreview, 4, 0);
1924
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2025
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2026
    tb = new QTextBrowser(this);
4896
972d418057a7 open links in server message preview externally
sheepluva
parents: 4892
diff changeset
  2027
    tb->setOpenExternalLinks(true);
4897
11598e7aa7e6 make names in chats clickable. still color adjustments needed; and testing
sheepluva
parents: 4896
diff changeset
  2028
    tb->document()->setDefaultStyleSheet(HWChatWidget::STYLE);
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2029
    pageLayout->addWidget(tb, 4, 1, 1, 2);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2030
    connect(leServerMessageNew, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2031
    connect(leServerMessageOld, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  2032
    
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2033
    // 5
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2034
    pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 5, 0);
3743
234ce4da76d4 Flag for AI survival mode
nemo
parents: 3714
diff changeset
  2035
    
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2036
    // 6
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2037
    pbSetSM = addButton(tr("Set data"), pageLayout, 6, 0, 1, 3);
2155
d897222d3339 Implement ability for server admin to clear accounts cache
unc0rr
parents: 2098
diff changeset
  2038
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2039
    // 7
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2040
    BtnBack = addButton(":/res/Exit.png", pageLayout, 7, 0, true);
1924
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2041
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2042
    connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged()));
1905
b1ec8db513f2 - Use QCryptographicHash for md5
unc0rr
parents: 1904
diff changeset
  2043
}
1924
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2044
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2045
void PageAdmin::smChanged()
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2046
{
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2047
    emit setServerMessageNew(leServerMessageNew->text());
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2048
    emit setServerMessageOld(leServerMessageOld->text());
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2049
    emit setProtocol(sbProtocol->value());
1924
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2050
}
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2051
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2052
void PageAdmin::serverMessageNew(const QString & str)
1924
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2053
{
3283
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2054
    leServerMessageNew->setText(str);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2055
}
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2056
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2057
void PageAdmin::serverMessageOld(const QString & str)
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2058
{
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2059
    leServerMessageOld->setText(str);
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2060
}
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2061
void PageAdmin::protocol(int proto)
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2062
{
18ee933a5864 Some stuff for game server administration task
unc0rr
parents: 3279
diff changeset
  2063
    sbProtocol->setValue(proto);
1924
8f8fe856ce9d Prepare to add ability for admin to set MOTD
unc0rr
parents: 1905
diff changeset
  2064
}
1950
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2065
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2066
/////////////////////////////////////////////////
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2067
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2068
PageNetType::PageNetType(QWidget* parent) : AbstractPage(parent)
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2069
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2070
    QGridLayout * pageLayout = new QGridLayout(this);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2071
    pageLayout->setRowStretch(0, 10);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2072
    pageLayout->setRowStretch(3, 10);
1977
2284d7fefe4f Some polishing
unc0rr
parents: 1951
diff changeset
  2073
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2074
    pageLayout->setColumnStretch(1, 10);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2075
    pageLayout->setColumnStretch(2, 20);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2076
    pageLayout->setColumnStretch(3, 10);
1950
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2077
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2078
    BtnLAN = addButton(tr("LAN game"), pageLayout, 1, 2);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2079
    BtnOfficialServer = addButton(tr("Official server"), pageLayout, 2, 2);
1950
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2080
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2081
    // hack: temporary deactivated - requires server modifications that aren't backward compatible (yet)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2082
    //BtnOfficialServer->setEnabled(false);
2747
7889a3a9724f Server:
smxx
parents: 2733
diff changeset
  2083
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2915
diff changeset
  2084
    BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true);
1950
09ad18a1be11 Implement two buttons
unc0rr
parents: 1943
diff changeset
  2085
}
4500
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2086
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2087
/////////////////////////////////////////////////
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2088
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2089
PageDrawMap::PageDrawMap(QWidget* parent) : AbstractPage(parent)
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2090
{
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2091
    QGridLayout * pageLayout = new QGridLayout(this);
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2092
4586
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2093
    QPushButton * pbUndo = addButton(tr("Undo"), pageLayout, 0, 0);
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2094
    QPushButton * pbClear = addButton(tr("Clear"), pageLayout, 1, 0);
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2095
    QPushButton * pbLoad = addButton(tr("Load"), pageLayout, 2, 0);
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2096
    QPushButton * pbSave = addButton(tr("Save"), pageLayout, 3, 0);
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2097
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2098
    BtnBack = addButton(":/res/Exit.png", pageLayout, 5, 0, true);
4520
e7882bd1a894 Allow to draw maps in frontend and play them (only locally, some bugs to fix)
unc0rr
parents: 4500
diff changeset
  2099
e7882bd1a894 Allow to draw maps in frontend and play them (only locally, some bugs to fix)
unc0rr
parents: 4500
diff changeset
  2100
    drawMapWidget = new DrawMapWidget(this);
4586
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2101
    pageLayout->addWidget(drawMapWidget, 0, 1, 5, 1);
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2102
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2103
    connect(pbUndo, SIGNAL(clicked()), drawMapWidget, SLOT(undo()));
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2104
    connect(pbClear, SIGNAL(clicked()), drawMapWidget, SLOT(clear()));
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2105
    connect(pbLoad, SIGNAL(clicked()), this, SLOT(load()));
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2106
    connect(pbSave, SIGNAL(clicked()), this, SLOT(save()));
4500
22d06b4be225 Add a stub for draw map page
unc0rr
parents: 4416
diff changeset
  2107
}
4586
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2108
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2109
void PageDrawMap::load()
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2110
{
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2111
    QString fileName = QFileDialog::getOpenFileName(this, tr("Load drawn map"), ".", tr("Drawn Maps (*.hwmap);;All files (*.*)"));
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2112
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2113
    if(!fileName.isEmpty())
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2114
        drawMapWidget->load(fileName);
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2115
}
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2116
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2117
void PageDrawMap::save()
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2118
{
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2119
    QString fileName = QFileDialog::getSaveFileName(this, tr("Save drawn map"), ".", tr("Drawn Maps (*.hwmap);;All files (*.*)"));
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2120
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2121
    if(!fileName.isEmpty())
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2122
        drawMapWidget->save(fileName);
4ba4f021070f - Allow user to use undo, to clear, save and load drawn maps
unc0rr
parents: 4576
diff changeset
  2123
}