QTfrontend/gameuiconfig.cpp
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Oct 2020 12:33:14 +0200
changeset 15742 0b5aea8e5eab
parent 15663 d92eeb468dad
permissions -rw-r--r--
Fix hammer not digging when hitting hog with 0 health
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: 949
diff changeset
     2
 * Hedgewars, a free turn based strategy game
11046
47a8c19ecb60 more copyright fixes
sheepluva
parents: 10108
diff changeset
     3
 * Copyright (c) 2004-2015 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
10108
c68cf030eded update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
sheepluva
parents: 10015
diff changeset
    16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    17
 */
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    18
471
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 321
diff changeset
    19
#include <QCheckBox>
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 321
diff changeset
    20
#include <QLineEdit>
603
d7877468653b - Use current screen color depth in engine
unc0rr
parents: 578
diff changeset
    21
#include <QDesktopWidget>
2334
3cf9290a518e Ask user for a nickname on first run, suggest login name
unc0rr
parents: 2276
diff changeset
    22
#include <QInputDialog>
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
    23
#include <QCryptographicHash>
7541
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
    24
#include <QStandardItemModel>
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
    25
#include <QNetworkProxy>
7702
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
    26
#include <QNetworkProxyFactory>
8354
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
    27
#include <utility>
8920
caa614af152d Store colors in human-readable form
unc0rr
parents: 8799
diff changeset
    28
#include <QVariant>
471
e1eb64ba5e9c Small cleanup, faster compilation as a result
unc0rr
parents: 321
diff changeset
    29
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    30
#include "gameuiconfig.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    31
#include "hwform.h"
5204
e1a5f4d5d86a split pages.h into several header files
koda
parents: 4976
diff changeset
    32
#include "pageoptions.h"
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
    33
#include "pagevideos.h"
5204
e1a5f4d5d86a split pages.h into several header files
koda
parents: 4976
diff changeset
    34
#include "pagenetserver.h"
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    35
#include "hwconsts.h"
297
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
    36
#include "fpsedit.h"
5252
ded882439548 file association for mac!
koda
parents: 5237
diff changeset
    37
#include "HWApplication.h"
7541
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
    38
#include "DataManager.h"
8343
aa4ea3cade3c Added Support for variable windowed resolution.
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    39
#include "SDL.h"
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    40
7703
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    41
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    42
const QNetworkProxy::ProxyType proxyTypesMap[] = {
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    43
    QNetworkProxy::NoProxy
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    44
    , QNetworkProxy::NoProxy // dummy value
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    45
    , QNetworkProxy::Socks5Proxy
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    46
    , QNetworkProxy::HttpProxy};
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    47
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
    48
301
29bf9c1a3ad3 Use QSettings to storing config
unc0rr
parents: 297
diff changeset
    49
GameUIConfig::GameUIConfig(HWForm * FormWidgets, const QString & fileName)
8098
4efee370e2de - Fix saving .ini files
unc0rr
parents: 7794
diff changeset
    50
    : QSettings(fileName, QSettings::IniFormat, FormWidgets)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    51
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
    52
    Form = FormWidgets;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    53
8098
4efee370e2de - Fix saving .ini files
unc0rr
parents: 7794
diff changeset
    54
    setIniCodec("UTF-8");
4efee370e2de - Fix saving .ini files
unc0rr
parents: 7794
diff changeset
    55
8226
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
    56
    connect(Form->ui.pageOptions->CBFrontendMusic, SIGNAL(toggled(bool)), Form, SLOT(Music(bool)));
1235
070629f3902d - Set frontend's music volume level to 50%
unc0rr
parents: 1223
diff changeset
    57
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    58
    for(int i = 0; i < BINDS_NUMBER; i++)
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    59
    {
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    60
        m_binds.append(BindAction());
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    61
        m_binds[i].action = cbinds[i].action;
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    62
        m_binds[i].strbind = cbinds[i].strbind;
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    63
    }
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    64
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
    65
    //Form->resize(value("frontend/width", 640).toUInt(), value("frontend/height", 450).toUInt());
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
    66
    resizeToConfigValues();
674
a15c8e3c69b3 Save and restore window size
unc0rr
parents: 657
diff changeset
    67
6911
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
    68
    reloadValues();
8266
927da572bcdc will fix this http://code.google.com/p/hedgewars/source/detail?r=9f0e79ab51f00f3b1e133ae70cdd63f6963439c0 and will allow hedgewars to build without video recording enabled, for the time being although i want to talk to koda or someone to understand what should be #ifdef'd and if i've done too much or too little.. but at least that will let it build
mk12
parents: 8226
diff changeset
    69
#ifdef VIDEOREC
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
    70
    reloadVideosValues();
8266
927da572bcdc will fix this http://code.google.com/p/hedgewars/source/detail?r=9f0e79ab51f00f3b1e133ae70cdd63f6963439c0 and will allow hedgewars to build without video recording enabled, for the time being although i want to talk to koda or someone to understand what should be #ifdef'd and if i've done too much or too little.. but at least that will let it build
mk12
parents: 8226
diff changeset
    71
#endif
6911
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
    72
}
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
    73
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
    74
void GameUIConfig::reloadValues(void)
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
    75
{
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
    76
    Form->ui.pageOptions->WeaponTooltip->setChecked(value("misc/weaponTooltips", true).toBool());
2747
7889a3a9724f Server:
smxx
parents: 2631
diff changeset
    77
8358
274afc318dca have the default window size to 5/6, save fullscreen resolution on 'fullscreenResolution' instead of 'resolution', make sure cFullscreenStuff is initialised
koda
parents: 8354
diff changeset
    78
    int t = Form->ui.pageOptions->CBResolution->findText(value("video/fullscreenResolution").toString());
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
    79
    if (t < 0)
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
    80
    {
5237
963d787a25c2 If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo
parents: 5229
diff changeset
    81
        if (Form->ui.pageOptions->CBResolution->count() > 1)
963d787a25c2 If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo
parents: 5229
diff changeset
    82
            Form->ui.pageOptions->CBResolution->setCurrentIndex(1);
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
    83
        else
5237
963d787a25c2 If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo
parents: 5229
diff changeset
    84
            Form->ui.pageOptions->CBResolution->setCurrentIndex(0);
963d787a25c2 If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo
parents: 5229
diff changeset
    85
    }
963d787a25c2 If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo
parents: 5229
diff changeset
    86
    else Form->ui.pageOptions->CBResolution->setCurrentIndex(t);
8434
4821897a0f10 big indentation/whitespaces cleanup
sheepluva
parents: 8387
diff changeset
    87
8358
274afc318dca have the default window size to 5/6, save fullscreen resolution on 'fullscreenResolution' instead of 'resolution', make sure cFullscreenStuff is initialised
koda
parents: 8354
diff changeset
    88
    // Default the windowed resolution to 5/6 of the screen size
9701
7f6786625667 Frontend builds
unc0rr
parents: 9547
diff changeset
    89
    QSize screenSize = SDLInteraction::instance().getCurrentResolution();
7f6786625667 Frontend builds
unc0rr
parents: 9547
diff changeset
    90
    screenSize *= 5.0 / 6;
7f6786625667 Frontend builds
unc0rr
parents: 9547
diff changeset
    91
7f6786625667 Frontend builds
unc0rr
parents: 9547
diff changeset
    92
    QString widthStr = QString::number(screenSize.width());
7f6786625667 Frontend builds
unc0rr
parents: 9547
diff changeset
    93
    QString heightStr = QString::number(screenSize.height());
8343
aa4ea3cade3c Added Support for variable windowed resolution.
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    94
    QString wWidth = value("video/windowedWidth", widthStr).toString();
aa4ea3cade3c Added Support for variable windowed resolution.
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    95
    QString wHeight = value("video/windowedHeight", heightStr).toString();
15299
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
    96
    pIsEngineWindowMaximized = value("video/windowedMaximized", false).toBool();
8343
aa4ea3cade3c Added Support for variable windowed resolution.
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    97
    // If left blank reset the resolution to the default
aa4ea3cade3c Added Support for variable windowed resolution.
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    98
    wWidth = (wWidth == "" ? widthStr : wWidth);
aa4ea3cade3c Added Support for variable windowed resolution.
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    99
    wHeight = (wHeight == "" ? heightStr : wHeight);
8902
a94c074fd483 fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p
sheepluva
parents: 8799
diff changeset
   100
    Form->ui.pageOptions->windowWidthEdit->setValue(wWidth.toInt());
a94c074fd483 fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p
sheepluva
parents: 8799
diff changeset
   101
    Form->ui.pageOptions->windowHeightEdit->setValue(wHeight.toInt());
8434
4821897a0f10 big indentation/whitespaces cleanup
sheepluva
parents: 8387
diff changeset
   102
5237
963d787a25c2 If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo
parents: 5229
diff changeset
   103
    Form->ui.pageOptions->CBResolution->setCurrentIndex((t < 0) ? 1 : t);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   104
    Form->ui.pageOptions->CBFullscreen->setChecked(value("video/fullscreen", false).toBool());
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
   105
    bool ffscr=value("frontend/fullscreen", false).toBool();
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   106
    Form->ui.pageOptions->CBFrontendFullscreen->setChecked(ffscr);
301
29bf9c1a3ad3 Use QSettings to storing config
unc0rr
parents: 297
diff changeset
   107
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   108
    Form->ui.pageOptions->SLQuality->setValue(value("video/quality", 5).toUInt());
14677
93429d8f6b3f Add setting to set default/initial zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14670
diff changeset
   109
    Form->ui.pageOptions->SLZoom->setValue(value("video/zoom", 100).toUInt());
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   110
    Form->ui.pageOptions->CBStereoMode->setCurrentIndex(value("video/stereo", 0).toUInt());
8098
4efee370e2de - Fix saving .ini files
unc0rr
parents: 7794
diff changeset
   111
    Form->ui.pageOptions->CBFrontendEffects->setChecked(value("frontend/effects", true).toBool());
8226
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   112
    Form->ui.pageOptions->CBSound->setChecked(value("audio/sound", true).toBool());
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   113
    Form->ui.pageOptions->CBFrontendSound->setChecked(value("frontend/sound", true).toBool());
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   114
    Form->ui.pageOptions->CBMusic->setChecked(value("audio/music", true).toBool());
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   115
    Form->ui.pageOptions->CBFrontendMusic->setChecked(value("frontend/music", true).toBool());
13628
d5e029b84e16 Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents: 13080
diff changeset
   116
    Form->ui.pageOptions->CBDampenAudio->setChecked(value("audio/dampen", true).toBool());
8387
f9d1191476ce Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents: 8386
diff changeset
   117
    Form->ui.pageOptions->SLVolume->setValue(value("audio/volume", 100).toUInt());
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   118
14740
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   119
    QString netNick = value("net/nick", getRandomNick()).toString();
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   120
    Form->ui.pageOptions->editNetNick->setText(netNick);
6911
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
   121
    bool savePwd = value("net/savepassword",true).toBool();
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
   122
    Form->ui.pageOptions->CBSavePassword->setChecked(savePwd);
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   123
5260
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   124
    Form->ui.pageOptions->editNetPassword->installEventFilter(this);
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   125
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   126
    int passLength = value("net/passwordlength", 0).toInt();
8179
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   127
    if (!savePwd) {
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   128
        Form->ui.pageOptions->editNetPassword->setEnabled(false);
6911
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
   129
        Form->ui.pageOptions->editNetPassword->setText("");
8098
4efee370e2de - Fix saving .ini files
unc0rr
parents: 7794
diff changeset
   130
        setNetPasswordLength(0);
8179
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   131
    } else
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   132
    {
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   133
        setNetPasswordLength(passLength);
6911
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
   134
    }
654
1019b8fa8638 Finish asking host/port dialog implementation
unc0rr
parents: 647
diff changeset
   135
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   136
    delete netHost;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   137
    netHost = new QString(value("net/ip", "").toString());
8609
3f6c08223aa1 use NETGAME_DEFAULT_PORT macro across frontend sources
koda
parents: 8434
diff changeset
   138
    netPort = value("net/port", NETGAME_DEFAULT_PORT).toUInt();
529
812682c1ab62 Option for alternative damage tags
unc0rr
parents: 486
diff changeset
   139
13080
23a498a2b5b8 Capitalize default hog names and server name
Wuzzy <Wuzzy2@mail.ru>
parents: 12237
diff changeset
   140
    Form->ui.pageNetServer->leServerDescr->setText(value("net/servername", "Hedgewars Server").toString());
8609
3f6c08223aa1 use NETGAME_DEFAULT_PORT macro across frontend sources
koda
parents: 8434
diff changeset
   141
    Form->ui.pageNetServer->sbPort->setValue(value("net/serverport", NETGAME_DEFAULT_PORT).toUInt());
657
b34fc518a48a Basic concept for net server options page (subject to change)
unc0rr
parents: 654
diff changeset
   142
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   143
    Form->ui.pageOptions->CBShowFPS->setChecked(value("fps/show", false).toBool());
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
   144
    Form->ui.pageOptions->fpsedit->setValue(value("fps/limit", 27).toUInt());
529
812682c1ab62 Option for alternative damage tags
unc0rr
parents: 486
diff changeset
   145
9249
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   146
    Form->ui.pageOptions->CBAltDamage->setChecked(value("misc/altdamage", true).toBool());
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   147
    Form->ui.pageOptions->CBNameWithDate->setChecked(value("misc/appendTimeToRecords", false).toBool());
2377
f3fab2b09e0c And in frontend
nemo
parents: 2334
diff changeset
   148
9249
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   149
    Form->ui.pageOptions->CBTeamTag->setChecked(value("misc/teamtag", true).toBool());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   150
    Form->ui.pageOptions->CBHogTag->setChecked(value("misc/hogtag", true).toBool());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   151
    Form->ui.pageOptions->CBHealthTag->setChecked(value("misc/healthtag", true).toBool());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   152
    Form->ui.pageOptions->CBTagOpacity->setChecked(value("misc/tagopacity", false).toBool());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   153
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   154
#ifdef SPARKLE_ENABLED
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   155
    Form->ui.pageOptions->CBAutoUpdate->setChecked(value("misc/autoUpdate", true).toBool());
2261
57e99c908e7c a lot of stuff:
koda
parents: 2216
diff changeset
   156
#endif
2377
f3fab2b09e0c And in frontend
nemo
parents: 2334
diff changeset
   157
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   158
    Form->ui.pageOptions->CBLanguage->setCurrentIndex(Form->ui.pageOptions->CBLanguage->findData(value("misc/locale", "").toString()));
2898
c53636f556f8 Frontend:
smxx
parents: 2776
diff changeset
   159
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   160
    Form->ui.pageOptions->cbProxyType->setCurrentIndex(value("proxy/type", 0).toInt());
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   161
    Form->ui.pageOptions->leProxy->setText(value("proxy/host", "").toString());
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   162
    Form->ui.pageOptions->sbProxyPort->setValue(value("proxy/port", "8080").toInt());
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   163
    Form->ui.pageOptions->leProxyLogin->setText(value("proxy/login", "").toString());
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   164
    Form->ui.pageOptions->leProxyPassword->setText(value("proxy/password", "").toString());
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   165
9547
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   166
    applyProxySettings();
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   167
7541
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   168
    { // load colors
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   169
        QStandardItemModel * model = DataManager::instance().colorsModel();
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   170
        for(int i = model->rowCount() - 1; i >= 0; --i)
8920
caa614af152d Store colors in human-readable form
unc0rr
parents: 8799
diff changeset
   171
            model->item(i)->setData(QColor(value(QString("colors/color%1").arg(i), model->item(i)->data()).toString()));
7541
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   172
    }
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   173
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   174
    { // load binds
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   175
        for(int i = 0; i < BINDS_NUMBER; i++)
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   176
        {
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   177
            m_binds[i].strbind = value(QString("Binds/%1").arg(m_binds[i].action), cbinds[i].strbind).toString();
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   178
            if (m_binds[i].strbind.isEmpty() || m_binds[i].strbind == "default") m_binds[i].strbind = cbinds[i].strbind;
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   179
        }
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   180
    }
13389
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   181
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   182
    Form->ui.pageOptions->sbChatSize->setValue(value("chat/size", 100).toInt());
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   183
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   184
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   185
void GameUIConfig::reloadVideosValues(void)
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   186
{
8186
4ff8690df1b0 unify default videorec values loading/reloading, fix setting index/value from previous commit
koda
parents: 8185
diff changeset
   187
    // one pass with default values
8190
92792d48574b Merged changes from upstream.
Mitchell Kember <mk12360@gmail.com>
parents: 8183 8186
diff changeset
   188
    Form->ui.pageOptions->setDefaultOptions();
8185
1c3739ba4352 GCI2012: Check for Non-Standard Recorder Framerate
O. Michael Hartman
parents: 8184
diff changeset
   189
8186
4ff8690df1b0 unify default videorec values loading/reloading, fix setting index/value from previous commit
koda
parents: 8185
diff changeset
   190
    // then load user configuration
12237
76fa467b6833 Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents: 11362
diff changeset
   191
    int framerateBoxIndex = Form->ui.pageOptions->framerateBox->findData(value("videorec/framerate", rec_Framerate()).toUInt());
76fa467b6833 Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents: 11362
diff changeset
   192
    if(framerateBoxIndex != -1)
76fa467b6833 Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents: 11362
diff changeset
   193
        Form->ui.pageOptions->framerateBox->setCurrentIndex(framerateBoxIndex);
8190
92792d48574b Merged changes from upstream.
Mitchell Kember <mk12360@gmail.com>
parents: 8183 8186
diff changeset
   194
    Form->ui.pageOptions->bitrateBox->setValue(value("videorec/bitrate", rec_Bitrate()).toUInt());
92792d48574b Merged changes from upstream.
Mitchell Kember <mk12360@gmail.com>
parents: 8183 8186
diff changeset
   195
    bool useGameRes = value("videorec/usegameres",Form->ui.pageOptions->checkUseGameRes->isChecked()).toBool();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   196
    if (useGameRes)
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   197
    {
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   198
        QRect res = vid_Resolution();
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   199
        Form->ui.pageOptions->widthEdit->setText(QString::number(res.width()));
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   200
        Form->ui.pageOptions->heightEdit->setText(QString::number(res.height()));
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   201
    }
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   202
    else
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   203
    {
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   204
        Form->ui.pageOptions->widthEdit->setText(value("videorec/width","800").toString());
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   205
        Form->ui.pageOptions->heightEdit->setText(value("videorec/height","600").toString());
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   206
    }
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   207
    Form->ui.pageOptions->checkUseGameRes->setChecked(useGameRes);
8190
92792d48574b Merged changes from upstream.
Mitchell Kember <mk12360@gmail.com>
parents: 8183 8186
diff changeset
   208
    Form->ui.pageOptions->checkRecordAudio->setChecked(
92792d48574b Merged changes from upstream.
Mitchell Kember <mk12360@gmail.com>
parents: 8183 8186
diff changeset
   209
            value("videorec/audio",Form->ui.pageOptions->checkRecordAudio->isChecked()).toBool() );
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   210
    if (!Form->ui.pageOptions->tryCodecs(value("videorec/format","no").toString(),
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   211
                                        value("videorec/videocodec","no").toString(),
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   212
                                        value("videorec/audiocodec","no").toString()))
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   213
        Form->ui.pageOptions->setDefaultCodecs();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   214
}
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   215
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   216
QStringList GameUIConfig::GetTeamsList()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   217
{
3333
560e2766c445 Frontend:
smxx
parents: 3236
diff changeset
   218
    QDir teamdir;
560e2766c445 Frontend:
smxx
parents: 3236
diff changeset
   219
    teamdir.cd(cfgdir->absolutePath() + "/Teams");
4817
cd7ef863afca Small tweak to filter
nemo
parents: 4809
diff changeset
   220
    QStringList teamslist = teamdir.entryList(QStringList("*.hwt"),QDir::Files|QDir::Hidden);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   221
    QStringList cleanedList;
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   222
    for (QStringList::Iterator it = teamslist.begin(); it != teamslist.end(); ++it )
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   223
    {
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   224
        QString tmpTeamStr=(*it).replace(QRegExp("^(.*)\\.hwt$"), "\\1");
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   225
        cleanedList.push_back(tmpTeamStr);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   226
    }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   227
    return cleanedList;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   228
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   229
1165
40eeae82e70b correct restoring window size after fullscreen mode
displacer
parents: 1162
diff changeset
   230
void GameUIConfig::resizeToConfigValues()
40eeae82e70b correct restoring window size after fullscreen mode
displacer
parents: 1162
diff changeset
   231
{
8184
e0c8fad98022 resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
koda
parents: 8179
diff changeset
   232
    // fill 2/3 of the screen desktop
8799
44e520374cfc drop QApplication in favor of HWApplication and minor refactor of MessageDialog
koda
parents: 8609
diff changeset
   233
    const QRect deskSize = HWApplication::desktop()->screenGeometry(-1);
8290
3240f4500ac1 Try to be friendlier to small screen sizes. Use 800x600 if width/height of 2/3rds is smaller than 800x600 (things don't look smaller than that size), use desktop size if it is for some reason smaller than 800x600
nemo
parents: 8266
diff changeset
   234
    Form->resize(value("frontend/width", qMin(qMax(deskSize.width()*2/3,800),deskSize.width())).toUInt(),
8292
nemo
parents: 8290
diff changeset
   235
                 value("frontend/height", qMin(qMax(deskSize.height()*2/3,600),deskSize.height())).toUInt());
15298
976b3ed9b1fd Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru>
parents: 14961
diff changeset
   236
    if(value("frontend/maximized", false) == true)
976b3ed9b1fd Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru>
parents: 14961
diff changeset
   237
        Form->setWindowState(Form->windowState() | Qt::WindowMaximized);
976b3ed9b1fd Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru>
parents: 14961
diff changeset
   238
    else
976b3ed9b1fd Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru>
parents: 14961
diff changeset
   239
        Form->setWindowState(Form->windowState() & ~Qt::WindowMaximized);
8184
e0c8fad98022 resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
koda
parents: 8179
diff changeset
   240
e0c8fad98022 resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
koda
parents: 8179
diff changeset
   241
    // move the window to the center of the screen
8799
44e520374cfc drop QApplication in favor of HWApplication and minor refactor of MessageDialog
koda
parents: 8609
diff changeset
   242
    QPoint center = HWApplication::desktop()->availableGeometry(-1).center();
8184
e0c8fad98022 resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
koda
parents: 8179
diff changeset
   243
    center.setX(center.x() - (Form->width()/2));
e0c8fad98022 resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
koda
parents: 8179
diff changeset
   244
    center.setY(center.y() - (Form->height()/2));
e0c8fad98022 resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
koda
parents: 8179
diff changeset
   245
    Form->move(center);
1165
40eeae82e70b correct restoring window size after fullscreen mode
displacer
parents: 1162
diff changeset
   246
}
40eeae82e70b correct restoring window size after fullscreen mode
displacer
parents: 1162
diff changeset
   247
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   248
void GameUIConfig::SaveOptions()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   249
{
8358
274afc318dca have the default window size to 5/6, save fullscreen resolution on 'fullscreenResolution' instead of 'resolution', make sure cFullscreenStuff is initialised
koda
parents: 8354
diff changeset
   250
    setValue("video/fullscreenResolution", Form->ui.pageOptions->CBResolution->currentText());
14063
b8df809c62bf Fix game window width/height setting being broken when using Arabic locale
Wuzzy <Wuzzy2@mail.ru>
parents: 13628
diff changeset
   251
    setValue("video/windowedWidth", Form->ui.pageOptions->windowWidthEdit->value());
b8df809c62bf Fix game window width/height setting being broken when using Arabic locale
Wuzzy <Wuzzy2@mail.ru>
parents: 13628
diff changeset
   252
    setValue("video/windowedHeight", Form->ui.pageOptions->windowHeightEdit->value());
15299
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   253
    setValue("video/windowedMaximized", vid_Maximized());
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   254
    setValue("video/fullscreen", vid_Fullscreen());
1812
3d4692e825e7 'Reduce quality' patch by nemo
unc0rr
parents: 1777
diff changeset
   255
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   256
    setValue("video/quality", Form->ui.pageOptions->SLQuality->value());
14677
93429d8f6b3f Add setting to set default/initial zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14670
diff changeset
   257
    setValue("video/zoom", Form->ui.pageOptions->SLZoom->value());
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   258
    setValue("video/stereo", stereoMode());
1812
3d4692e825e7 'Reduce quality' patch by nemo
unc0rr
parents: 1777
diff changeset
   259
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
   260
    setValue("frontend/effects", isFrontendEffects());
2098
c977d7f2aa09 Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents: 1812
diff changeset
   261
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   262
    setValue("misc/weaponTooltips", Form->ui.pageOptions->WeaponTooltip->isChecked());
2747
7889a3a9724f Server:
smxx
parents: 2631
diff changeset
   263
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   264
    bool ffscr = isFrontendFullscreen();
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
   265
    setValue("frontend/fullscreen", ffscr);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   266
    emit frontendFullscreen(ffscr);
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   267
    if (!ffscr)
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   268
    {
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   269
        setValue("frontend/width", Form->width());
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   270
        setValue("frontend/height", Form->height());
15298
976b3ed9b1fd Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru>
parents: 14961
diff changeset
   271
        setValue("frontend/maximized", (Form->windowState() & Qt::WindowMaximized) != 0);
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   272
    }
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   273
    else
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   274
    {
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   275
        //resizeToConfigValues(); // TODO: why this has been made?
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   276
    }
301
29bf9c1a3ad3 Use QSettings to storing config
unc0rr
parents: 297
diff changeset
   277
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   278
    setValue("audio/sound", isSoundEnabled());
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
   279
    setValue("frontend/sound", isFrontendSoundEnabled());
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   280
    setValue("audio/music", isMusicEnabled());
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
   281
    setValue("frontend/music", isFrontendMusicEnabled());
8387
f9d1191476ce Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents: 8386
diff changeset
   282
    setValue("audio/volume", Form->ui.pageOptions->SLVolume->value());
13628
d5e029b84e16 Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents: 13080
diff changeset
   283
    setValue("audio/dampen", isAudioDampenEnabled());
301
29bf9c1a3ad3 Use QSettings to storing config
unc0rr
parents: 297
diff changeset
   284
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   285
    setValue("net/nick", netNick());
8297
b236e3afed0d Reverted password loading in PAGE_SETUP, changed the value of passwordlength to save, added clearing of hashes after a 'Wrong password' RetryDialog
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8295
diff changeset
   286
    if (netPasswordIsValid() && Form->ui.pageOptions->CBSavePassword->isChecked()) {
8434
4821897a0f10 big indentation/whitespaces cleanup
sheepluva
parents: 8387
diff changeset
   287
        setPasswordHash(netPasswordHash());
8291
e4a0d980d1e2 Patched login dialog bugs, added retry dialogs
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8266
diff changeset
   288
    }
8297
b236e3afed0d Reverted password loading in PAGE_SETUP, changed the value of passwordlength to save, added clearing of hashes after a 'Wrong password' RetryDialog
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8295
diff changeset
   289
    else if(!Form->ui.pageOptions->CBSavePassword->isChecked()) {
b236e3afed0d Reverted password loading in PAGE_SETUP, changed the value of passwordlength to save, added clearing of hashes after a 'Wrong password' RetryDialog
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8295
diff changeset
   290
        clearPasswordHash();
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   291
    }
8291
e4a0d980d1e2 Patched login dialog bugs, added retry dialogs
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8266
diff changeset
   292
6911
1cda333286e0 added savepassword checkbox to options page, which now reloads values at every acces
koda
parents: 6700
diff changeset
   293
    setValue("net/savepassword", Form->ui.pageOptions->CBSavePassword->isChecked());
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   294
    setValue("net/ip", *netHost);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   295
    setValue("net/port", netPort);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   296
    setValue("net/servername", Form->ui.pageNetServer->leServerDescr->text());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   297
    setValue("net/serverport", Form->ui.pageNetServer->sbPort->value());
301
29bf9c1a3ad3 Use QSettings to storing config
unc0rr
parents: 297
diff changeset
   298
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   299
    setValue("fps/show", isShowFPSEnabled());
3019
d6e19f35d98d Frontend:
smxx
parents: 2948
diff changeset
   300
    setValue("fps/limit", Form->ui.pageOptions->fpsedit->value());
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   301
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   302
    setValue("misc/altdamage", isAltDamageEnabled());
9249
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   303
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   304
    setValue("misc/teamtag",   Form->ui.pageOptions->CBTeamTag->isChecked());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   305
    setValue("misc/hogtag",    Form->ui.pageOptions->CBHogTag->isChecked());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   306
    setValue("misc/healthtag", Form->ui.pageOptions->CBHealthTag->isChecked());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   307
    setValue("misc/tagopacity",Form->ui.pageOptions->CBTagOpacity->isChecked());
7b8c82785145 Configuration for tag display default
nemo
parents: 9080
diff changeset
   308
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   309
    setValue("misc/appendTimeToRecords", appendDateTimeToRecordName());
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   310
    setValue("misc/locale", language());
2377
f3fab2b09e0c And in frontend
nemo
parents: 2334
diff changeset
   311
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   312
#ifdef SPARKLE_ENABLED
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   313
    setValue("misc/autoUpdate", isAutoUpdateEnabled());
2377
f3fab2b09e0c And in frontend
nemo
parents: 2334
diff changeset
   314
#endif
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   315
7702
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   316
    { // setup proxy
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   317
        int proxyType = Form->ui.pageOptions->cbProxyType->currentIndex();
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   318
        setValue("proxy/type", proxyType);
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   319
7703
78d2ac987f41 Make sheepluva happy
unc0rr
parents: 7702
diff changeset
   320
        if(proxyType == PageOptions::Socks5Proxy || proxyType == PageOptions::HTTPProxy)
7702
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   321
        {
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   322
            setValue("proxy/host", Form->ui.pageOptions->leProxy->text());
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   323
            setValue("proxy/port", Form->ui.pageOptions->sbProxyPort->value());
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   324
            setValue("proxy/login", Form->ui.pageOptions->leProxyLogin->text());
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   325
            setValue("proxy/password", Form->ui.pageOptions->leProxyPassword->text());
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   326
        }
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   327
9547
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   328
        applyProxySettings();
7702
c8906c3a2aeb Allow using system proxy settings
unc0rr
parents: 7700
diff changeset
   329
    }
7700
fc44e4e33d1c Support for proxies (not tested)
unc0rr
parents: 7672
diff changeset
   330
7541
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   331
    { // save colors
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   332
        QStandardItemModel * model = DataManager::instance().colorsModel();
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   333
        for(int i = model->rowCount() - 1; i >= 0; --i)
8920
caa614af152d Store colors in human-readable form
unc0rr
parents: 8799
diff changeset
   334
            setValue(QString("colors/color%1").arg(i), model->item(i)->data().value<QColor>().name());
7541
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   335
    }
e51b11349637 Allow customization of colors in ui, store custom colors in config
unc0rr
parents: 7313
diff changeset
   336
13389
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   337
    setValue("chat/size", Form->ui.pageOptions->sbChatSize->value());
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   338
8179
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   339
    sync();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   340
}
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   341
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   342
void GameUIConfig::SaveVideosOptions()
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   343
{
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   344
    QRect res = rec_Resolution();
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   345
    setValue("videorec/format", AVFormat());
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   346
    setValue("videorec/videocodec", videoCodec());
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   347
    setValue("videorec/audiocodec", audioCodec());
8186
4ff8690df1b0 unify default videorec values loading/reloading, fix setting index/value from previous commit
koda
parents: 8185
diff changeset
   348
    setValue("videorec/framerate", rec_Framerate());
7633
d4251e519062 Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
nemo
parents: 7565
diff changeset
   349
    setValue("videorec/bitrate", rec_Bitrate());
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   350
    setValue("videorec/width", res.width());
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   351
    setValue("videorec/height", res.height());
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   352
    setValue("videorec/usegameres", Form->ui.pageOptions->checkUseGameRes->isChecked());
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   353
    setValue("videorec/audio", recordAudio());
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   354
8179
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   355
    sync();
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   356
}
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   357
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   358
void GameUIConfig::setValue(const QString &key, const QVariant &value)
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   359
{
8217
e3f47a1d6f2b readd this debug line, commented out, could be useful
koda
parents: 8206
diff changeset
   360
    //qDebug() << "[settings]" << key << value;
8179
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   361
    QSettings::setValue(key, value);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   362
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   363
2898
c53636f556f8 Frontend:
smxx
parents: 2776
diff changeset
   364
QString GameUIConfig::language()
c53636f556f8 Frontend:
smxx
parents: 2776
diff changeset
   365
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   366
    return Form->ui.pageOptions->CBLanguage->itemData(Form->ui.pageOptions->CBLanguage->currentIndex()).toString();
2898
c53636f556f8 Frontend:
smxx
parents: 2776
diff changeset
   367
}
c53636f556f8 Frontend:
smxx
parents: 2776
diff changeset
   368
8354
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   369
std::pair<QRect, QRect> GameUIConfig::vid_ResolutionPair() {
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   370
    // returns a pair of both the fullscreen and the windowed resolution
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   371
    QRect full(0, 0, 640, 480);
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   372
    QRect windowed(0, 0, 640, 480);
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   373
    QStringList wh = Form->ui.pageOptions->CBResolution->currentText().split('x');
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   374
    if (wh.size() == 2)
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   375
    {
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   376
        full.setWidth(wh[0].toInt());
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   377
        full.setHeight(wh[1].toInt());
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   378
    }
14063
b8df809c62bf Fix game window width/height setting being broken when using Arabic locale
Wuzzy <Wuzzy2@mail.ru>
parents: 13628
diff changeset
   379
    windowed.setWidth(Form->ui.pageOptions->windowWidthEdit->value());
b8df809c62bf Fix game window width/height setting being broken when using Arabic locale
Wuzzy <Wuzzy2@mail.ru>
parents: 13628
diff changeset
   380
    windowed.setHeight(Form->ui.pageOptions->windowHeightEdit->value());
8354
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   381
    return std::make_pair(full, windowed);
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   382
}
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   383
555
0376fdcc6322 Get possible screen resolutions from SDL library
unc0rr
parents: 529
diff changeset
   384
QRect GameUIConfig::vid_Resolution()
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   385
{
8354
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   386
    std::pair<QRect, QRect> result = vid_ResolutionPair();
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   387
    if(Form->ui.pageOptions->CBFullscreen->isChecked())
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   388
        return result.first;
8434
4821897a0f10 big indentation/whitespaces cleanup
sheepluva
parents: 8387
diff changeset
   389
    else
8354
c25bee85d6f8 Separated fullscreen and windowed hwengine resolution parameters.
vitiv <nikita.utiu@gmail.com>
parents: 8350
diff changeset
   390
        return result.second;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   391
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   392
15299
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   393
bool GameUIConfig::vid_Maximized()
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   394
{
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   395
    return pIsEngineWindowMaximized;
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   396
}
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   397
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   398
void GameUIConfig::vid_SetMaximized(bool isMaximized)
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   399
{
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   400
    pIsEngineWindowMaximized = isMaximized;
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   401
}
3bf780084c86 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru>
parents: 15298
diff changeset
   402
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   403
bool GameUIConfig::vid_Fullscreen()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   404
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   405
    return Form->ui.pageOptions->CBFullscreen->isChecked();
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   406
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   407
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   408
quint32 GameUIConfig::translateQuality()
1812
3d4692e825e7 'Reduce quality' patch by nemo
unc0rr
parents: 1777
diff changeset
   409
{
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   410
    quint32 rqNone = 0x00000000;  // don't reduce quality
3937
494221b5950e fix issue 24 and issue 81
koda
parents: 3759
diff changeset
   411
    //quint32 rqLowRes = 0x00000001;  // use half land array
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   412
    quint32 rqBlurryLand = 0x00000002;  // downscaled terrain
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   413
    quint32 rqNoBackground = 0x00000004;  // don't draw background
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   414
    quint32 rqSimpleRope = 0x00000008;  // avoid drawing rope
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   415
    quint32 rq2DWater = 0x00000010;  // disabe 3D water effect
4809
9c7d5f802618 rearrange quality flags a little, disable snow rendering on rqLowRes
koda
parents: 3937
diff changeset
   416
    quint32 rqAntiBoom = 0x00000020;  // no fancy explosion effects
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   417
    quint32 rqKillFlakes = 0x00000040;  // no flakes
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   418
    quint32 rqSlowMenu = 0x00000080;  // ammomenu appears with no animation
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   419
    quint32 rqPlainSplash = 0x00000100;  // no droplets
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   420
    quint32 rqClampLess = 0x00000200;  // don't clamp textures
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   421
    quint32 rqTooltipsOff = 0x00000400;  // tooltips are not drawn
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   422
    quint32 rqDesyncVBlank = 0x00000800;  // don't sync on vblank
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   423
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   424
    quint32 result = (Form->ui.pageOptions->WeaponTooltip->isChecked()) ? rqNone : rqTooltipsOff;
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   425
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   426
    switch (Form->ui.pageOptions->SLQuality->value())
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   427
    {
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   428
        case 5:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   429
            break;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   430
        case 4:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   431
            result |= rqBlurryLand;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   432
            break;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   433
        case 3:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   434
            result |= rqBlurryLand | rqKillFlakes | rqPlainSplash;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   435
            break;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   436
        case 2:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   437
            result |= rqBlurryLand | rqKillFlakes | rqPlainSplash | rq2DWater |
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   438
                      rqAntiBoom | rqSlowMenu;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   439
            break;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   440
        case 1:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   441
            result |= rqBlurryLand | rqKillFlakes | rqPlainSplash | rq2DWater |
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   442
                      rqAntiBoom | rqSlowMenu | rqSimpleRope | rqDesyncVBlank;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   443
            break;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   444
        case 0:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   445
            result |= rqBlurryLand | rqKillFlakes | rqPlainSplash | rq2DWater |
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   446
                      rqAntiBoom | rqSlowMenu | rqSimpleRope | rqDesyncVBlank |
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   447
                      rqNoBackground | rqClampLess;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   448
            break;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   449
        default:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   450
            fprintf(stderr,"unset value from slider");
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   451
            break;
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   452
    }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   453
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   454
    return result;
1812
3d4692e825e7 'Reduce quality' patch by nemo
unc0rr
parents: 1777
diff changeset
   455
}
3694
3e9c0634065c new quality slider widget (needs to be customized), removed obsolete arguments
koda
parents: 3690
diff changeset
   456
2098
c977d7f2aa09 Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents: 1812
diff changeset
   457
bool GameUIConfig::isFrontendEffects() const
c977d7f2aa09 Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents: 1812
diff changeset
   458
{
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   459
    return Form->ui.pageOptions->CBFrontendEffects->isChecked();
2098
c977d7f2aa09 Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents: 1812
diff changeset
   460
}
1812
3d4692e825e7 'Reduce quality' patch by nemo
unc0rr
parents: 1777
diff changeset
   461
1162
91bf5e3e558d Frontend Fullscreen mode added
displacer
parents: 1129
diff changeset
   462
bool GameUIConfig::isFrontendFullscreen() const
91bf5e3e558d Frontend Fullscreen mode added
displacer
parents: 1129
diff changeset
   463
{
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   464
    return Form->ui.pageOptions->CBFrontendFullscreen->isChecked();
1162
91bf5e3e558d Frontend Fullscreen mode added
displacer
parents: 1129
diff changeset
   465
}
91bf5e3e558d Frontend Fullscreen mode added
displacer
parents: 1129
diff changeset
   466
14677
93429d8f6b3f Add setting to set default/initial zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14670
diff changeset
   467
quint16 GameUIConfig::zoom()
93429d8f6b3f Add setting to set default/initial zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14670
diff changeset
   468
{
93429d8f6b3f Add setting to set default/initial zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14670
diff changeset
   469
    return Form->ui.pageOptions->SLZoom->value();
93429d8f6b3f Add setting to set default/initial zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14670
diff changeset
   470
}
93429d8f6b3f Add setting to set default/initial zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14670
diff changeset
   471
14670
56831f466d1d Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
Wuzzy <Wuzzy2@mail.ru>
parents: 14063
diff changeset
   472
bool GameUIConfig::isHolidaySillinessEnabled() const
56831f466d1d Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
Wuzzy <Wuzzy2@mail.ru>
parents: 14063
diff changeset
   473
{
56831f466d1d Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
Wuzzy <Wuzzy2@mail.ru>
parents: 14063
diff changeset
   474
    return value("misc/holidaySilliness", true).toBool();
56831f466d1d Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
Wuzzy <Wuzzy2@mail.ru>
parents: 14063
diff changeset
   475
}
56831f466d1d Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
Wuzzy <Wuzzy2@mail.ru>
parents: 14063
diff changeset
   476
14961
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   477
int GameUIConfig::quickGameExperience() const
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   478
{
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   479
    return value("misc/quickGameExperience", 0).toInt();
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   480
}
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   481
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   482
void GameUIConfig::setQuickGameExperience(int exp)
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   483
{
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   484
    setValue("misc/quickGameExperience", exp);
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   485
}
575dbd7b5f43 Quick games: Cap max. difficulty for the first 15 games
Wuzzy <Wuzzy2@mail.ru>
parents: 14740
diff changeset
   486
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   487
bool GameUIConfig::isSoundEnabled()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   488
{
8226
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   489
    return Form->ui.pageOptions->CBSound->isChecked();
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   490
}
2776
9572aae13d49 Only enable chirp for room owner
nemo
parents: 2773
diff changeset
   491
bool GameUIConfig::isFrontendSoundEnabled()
9572aae13d49 Only enable chirp for room owner
nemo
parents: 2773
diff changeset
   492
{
8226
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   493
    return Form->ui.pageOptions->CBFrontendSound->isChecked();
2776
9572aae13d49 Only enable chirp for room owner
nemo
parents: 2773
diff changeset
   494
}
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   495
1129
b74ffca22762 Add a checkbox in frontend to turn music off
unc0rr
parents: 1066
diff changeset
   496
bool GameUIConfig::isMusicEnabled()
b74ffca22762 Add a checkbox in frontend to turn music off
unc0rr
parents: 1066
diff changeset
   497
{
8226
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   498
    return Form->ui.pageOptions->CBMusic->isChecked();
1129
b74ffca22762 Add a checkbox in frontend to turn music off
unc0rr
parents: 1066
diff changeset
   499
}
2776
9572aae13d49 Only enable chirp for room owner
nemo
parents: 2773
diff changeset
   500
bool GameUIConfig::isFrontendMusicEnabled()
9572aae13d49 Only enable chirp for room owner
nemo
parents: 2773
diff changeset
   501
{
8226
67f07ff5b593 Removed redundant "enable"s on checkboxes and variable names.
Mitchell Kember <mk12360@gmail.com>
parents: 8217
diff changeset
   502
    return Form->ui.pageOptions->CBFrontendMusic->isChecked();
2776
9572aae13d49 Only enable chirp for room owner
nemo
parents: 2773
diff changeset
   503
}
13628
d5e029b84e16 Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents: 13080
diff changeset
   504
bool GameUIConfig::isAudioDampenEnabled()
d5e029b84e16 Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents: 13080
diff changeset
   505
{
d5e029b84e16 Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents: 13080
diff changeset
   506
    return Form->ui.pageOptions->CBDampenAudio->isChecked();
d5e029b84e16 Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents: 13080
diff changeset
   507
}
1129
b74ffca22762 Add a checkbox in frontend to turn music off
unc0rr
parents: 1066
diff changeset
   508
297
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
   509
bool GameUIConfig::isShowFPSEnabled()
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
   510
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   511
    return Form->ui.pageOptions->CBShowFPS->isChecked();
297
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
   512
}
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
   513
529
812682c1ab62 Option for alternative damage tags
unc0rr
parents: 486
diff changeset
   514
bool GameUIConfig::isAltDamageEnabled()
812682c1ab62 Option for alternative damage tags
unc0rr
parents: 486
diff changeset
   515
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   516
    return Form->ui.pageOptions->CBAltDamage->isChecked();
1487
b4cc59a6d50a Add an option to name records with current date and time
unc0rr
parents: 1235
diff changeset
   517
}
b4cc59a6d50a Add an option to name records with current date and time
unc0rr
parents: 1235
diff changeset
   518
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   519
quint32 GameUIConfig::stereoMode() const
3691
34fe2149f75d Engine:
smaxx
parents: 3333
diff changeset
   520
{
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   521
    return Form->ui.pageOptions->CBStereoMode->currentIndex();
3691
34fe2149f75d Engine:
smaxx
parents: 3333
diff changeset
   522
}
34fe2149f75d Engine:
smaxx
parents: 3333
diff changeset
   523
1487
b4cc59a6d50a Add an option to name records with current date and time
unc0rr
parents: 1235
diff changeset
   524
bool GameUIConfig::appendDateTimeToRecordName()
b4cc59a6d50a Add an option to name records with current date and time
unc0rr
parents: 1235
diff changeset
   525
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   526
    return Form->ui.pageOptions->CBNameWithDate->isChecked();
529
812682c1ab62 Option for alternative damage tags
unc0rr
parents: 486
diff changeset
   527
}
812682c1ab62 Option for alternative damage tags
unc0rr
parents: 486
diff changeset
   528
2395
d01d3bf3e1de makes the updater optional at compile time
koda
parents: 2392
diff changeset
   529
#ifdef SPARKLE_ENABLED
2261
57e99c908e7c a lot of stuff:
koda
parents: 2216
diff changeset
   530
bool GameUIConfig::isAutoUpdateEnabled()
57e99c908e7c a lot of stuff:
koda
parents: 2216
diff changeset
   531
{
57e99c908e7c a lot of stuff:
koda
parents: 2216
diff changeset
   532
    return Form->ui.pageOptions->CBAutoUpdate->isChecked();
57e99c908e7c a lot of stuff:
koda
parents: 2216
diff changeset
   533
}
57e99c908e7c a lot of stuff:
koda
parents: 2216
diff changeset
   534
#endif
57e99c908e7c a lot of stuff:
koda
parents: 2216
diff changeset
   535
297
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
   536
quint8 GameUIConfig::timerInterval()
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
   537
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   538
    return 35 - Form->ui.pageOptions->fpsedit->value();
297
279e10ec31b4 'Show FPS' and 'FPS limit' options
unc0rr
parents: 184
diff changeset
   539
}
603
d7877468653b - Use current screen color depth in engine
unc0rr
parents: 578
diff changeset
   540
949
866729775535 Use nick from frontend to prepend chat messages
unc0rr
parents: 883
diff changeset
   541
QString GameUIConfig::netNick()
866729775535 Use nick from frontend to prepend chat messages
unc0rr
parents: 883
diff changeset
   542
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2913
diff changeset
   543
    return Form->ui.pageOptions->editNetNick->text();
949
866729775535 Use nick from frontend to prepend chat messages
unc0rr
parents: 883
diff changeset
   544
}
1777
88674c291331 Implement initial sound volume option
unc0rr
parents: 1487
diff changeset
   545
5390
f41e87de8989 (fix issue 126) moved initial nickname popup to the netconnection page
koda
parents: 5262
diff changeset
   546
void GameUIConfig::updNetNick()
f41e87de8989 (fix issue 126) moved initial nickname popup to the netconnection page
koda
parents: 5262
diff changeset
   547
{
f41e87de8989 (fix issue 126) moved initial nickname popup to the netconnection page
koda
parents: 5262
diff changeset
   548
    Form->ui.pageOptions->editNetNick->setText(value("net/nick", "").toString());
f41e87de8989 (fix issue 126) moved initial nickname popup to the netconnection page
koda
parents: 5262
diff changeset
   549
}
f41e87de8989 (fix issue 126) moved initial nickname popup to the netconnection page
koda
parents: 5262
diff changeset
   550
14740
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   551
QString GameUIConfig::getRandomNick()
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   552
{
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   553
    // Generate random nick name or pick old one if one was already generated.
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   554
    QString nick;
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   555
    if (cachedRandomNick.isNull())
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   556
        // "Guest" + number between 1 and 99999
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   557
        cachedRandomNick = tr("Guest") + QString("%1").arg(rand() % 99999 + 1);
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   558
    return cachedRandomNick;
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   559
}
7b2bd37d7503 Fix inconsistencies in guest nick name generation
Wuzzy <Wuzzy2@mail.ru>
parents: 14677
diff changeset
   560
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   561
QByteArray GameUIConfig::netPasswordHash()
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   562
{
7313
162bc562335b Use toUtf8 instead TODO - find out 'sactly what the website is using for hashes.
nemo
parents: 7153
diff changeset
   563
    return QCryptographicHash::hash(Form->ui.pageOptions->editNetPassword->text().toUtf8(), QCryptographicHash::Md5).toHex();
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   564
}
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   565
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   566
int GameUIConfig::netPasswordLength()
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   567
{
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   568
    return Form->ui.pageOptions->editNetPassword->text().size();
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   569
}
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   570
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   571
bool GameUIConfig::netPasswordIsValid()
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   572
{
8179
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   573
    return (netPasswordLength() == 0 || Form->ui.pageOptions->editNetPassword->text() != QString(netPasswordLength(), '*'));
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   574
}
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   575
8434
4821897a0f10 big indentation/whitespaces cleanup
sheepluva
parents: 8387
diff changeset
   576
void GameUIConfig::clearPasswordHash()
8294
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   577
{
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   578
    setValue("net/passwordhash", QString());
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   579
    setValue("net/passwordlength", 0);
8301
8bf36d368291 Documented an unclear method call
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8300
diff changeset
   580
    setValue("net/savepassword", false); //changes the savepassword value to false in order to not let the user save an empty password in PAGE_SETUP
9054
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   581
    Form->ui.pageOptions->editNetPassword->setEnabled(false);
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   582
    Form->ui.pageOptions->editNetPassword->setText("");
8294
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   583
}
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   584
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   585
void GameUIConfig::setPasswordHash(const QString & passwordhash)
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   586
{
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   587
    setValue("net/passwordhash", passwordhash);
9054
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   588
    if (passwordhash!=NULL && passwordhash.size() > 0)
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   589
    {
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   590
    // WTF - the whole point of "password length" was to have the dots match what they typed.  This is totally pointless, and all hashes are the same length for a given hash so might as well hardcode it.
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   591
    // setValue("net/passwordlength", passwordhash.size()/4);
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   592
        setValue("net/passwordlength", 8);
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   593
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   594
    // More WTF
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   595
    //setNetPasswordLength(passwordhash.size()/4);  //the hash.size() is divided by 4 let PAGE_SETUP use a reasonable number of stars to display the PW
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   596
        setNetPasswordLength(8);
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   597
    }
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   598
    else
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   599
    {
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   600
        setValue("net/passwordlength", 0);
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   601
        setNetPasswordLength(0);
707e40076be6 Fix config save problems, bug #510
nemo
parents: 8924
diff changeset
   602
    }
8294
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   603
}
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   604
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   605
QString GameUIConfig::passwordHash()
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   606
{
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   607
    return value("net/passwordhash").toString();
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   608
}
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   609
8434
4821897a0f10 big indentation/whitespaces cleanup
sheepluva
parents: 8387
diff changeset
   610
void GameUIConfig::clearTempHash()
8294
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   611
{
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   612
    setTempHash(QString());
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   613
}
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   614
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   615
void GameUIConfig::setTempHash(const QString & temphash)
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   616
{
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   617
    this->temphash = temphash;
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   618
}
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   619
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   620
QString GameUIConfig::tempHash() {
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   621
    return this->temphash;
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   622
}
0e5782b0dd54 Removed whitespaces, refactored hash setting getting and clearing
Ondrej Skopek <skopekondrej@gmail.com>
parents: 8291
diff changeset
   623
5260
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   624
// When hedgewars launches, the password field is set with null characters. If the user tries to edit the field and there are such characters, then clear the field
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   625
bool GameUIConfig::eventFilter(QObject *object, QEvent *event)
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   626
{
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   627
    if (event->type() == QEvent::FocusIn)
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   628
    {
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   629
        if ((QLineEdit *)object == Form->ui.pageOptions->editNetPassword)
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   630
        {
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   631
            if (!netPasswordIsValid())
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   632
            {
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   633
                Form->ui.pageOptions->editNetPassword->clear();
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   634
            }
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   635
        }
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   636
    }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6583
diff changeset
   637
5260
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   638
    // Don't filter anything
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   639
    return false;
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   640
}
f50f620771ee When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com>
parents: 5252
diff changeset
   641
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   642
void GameUIConfig::setNetPasswordLength(int passwordLength)
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   643
{
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   644
    if (passwordLength > 0)
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   645
    {
8179
a1ffcb559f99 Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
unc0rr
parents: 8098
diff changeset
   646
        Form->ui.pageOptions->editNetPassword->setText(QString(passwordLength, '*'));
5229
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   647
    }
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   648
    else
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   649
    {
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   650
        Form->ui.pageOptions->editNetPassword->setText("");
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   651
    }
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   652
}
148d581b17ab Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com>
parents: 5204
diff changeset
   653
13389
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   654
int GameUIConfig::chatSize()
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   655
{
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   656
    return Form->ui.pageOptions->sbChatSize->value();
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   657
}
24b531dcebe7 add chat size to misc settings. persist in settings.ini
sheepluva
parents: 13080
diff changeset
   658
1777
88674c291331 Implement initial sound volume option
unc0rr
parents: 1487
diff changeset
   659
quint8 GameUIConfig::volume()
88674c291331 Implement initial sound volume option
unc0rr
parents: 1487
diff changeset
   660
{
8387
f9d1191476ce Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents: 8386
diff changeset
   661
    return Form->ui.pageOptions->SLVolume->value() * 128 / 100;
1777
88674c291331 Implement initial sound volume option
unc0rr
parents: 1487
diff changeset
   662
}
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   663
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   664
QString GameUIConfig::AVFormat()
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   665
{
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   666
    return Form->ui.pageOptions->format();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   667
}
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   668
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   669
QString GameUIConfig::videoCodec()
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   670
{
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   671
    return Form->ui.pageOptions->videoCodec();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   672
}
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   673
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   674
QString GameUIConfig::audioCodec()
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   675
{
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   676
    return Form->ui.pageOptions->audioCodec();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   677
}
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   678
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   679
QRect GameUIConfig::rec_Resolution()
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   680
{
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   681
    if (Form->ui.pageOptions->checkUseGameRes->isChecked())
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   682
        return vid_Resolution();
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   683
    QRect res(0,0,0,0);
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   684
    res.setWidth(Form->ui.pageOptions->widthEdit->text().toUInt());
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   685
    res.setHeight(Form->ui.pageOptions->heightEdit->text().toUInt());
7238
313b2ecc4441 fix very stupid bug :)
Stepan777 <stepik-777@mail.ru>
parents: 7235
diff changeset
   686
    return res;
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   687
}
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   688
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   689
int GameUIConfig::rec_Framerate()
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   690
{
12237
76fa467b6833 Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents: 11362
diff changeset
   691
    return Form->ui.pageOptions->framerateBox->itemData(Form->ui.pageOptions->framerateBox->currentIndex()).toInt();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   692
}
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   693
7633
d4251e519062 Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
nemo
parents: 7565
diff changeset
   694
int GameUIConfig::rec_Bitrate()
d4251e519062 Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
nemo
parents: 7565
diff changeset
   695
{
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   696
    return Form->ui.pageOptions->bitrateBox->value();
7633
d4251e519062 Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
nemo
parents: 7565
diff changeset
   697
}
d4251e519062 Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
nemo
parents: 7565
diff changeset
   698
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   699
bool GameUIConfig::recordAudio()
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   700
{
8151
25b95d6224fc Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents: 8098
diff changeset
   701
    return Form->ui.pageOptions->checkRecordAudio->isChecked();
7235
baa69bd025d9 1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents: 7153
diff changeset
   702
}
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   703
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   704
// Gets a bind for a bindID
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   705
QString GameUIConfig::bind(int bindID)
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   706
{
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   707
    return m_binds[bindID].strbind;
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   708
}
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   709
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   710
// Sets a bind for a bindID and saves it
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   711
void GameUIConfig::setBind(int bindID, QString & strbind)
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   712
{
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   713
    m_binds[bindID].strbind = strbind;
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   714
    setValue(QString("Binds/%1").arg(m_binds[bindID].action), strbind);
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   715
}
9547
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   716
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   717
void GameUIConfig::applyProxySettings()
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   718
{
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   719
    QNetworkProxy proxy;
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   720
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   721
    int proxyType = Form->ui.pageOptions->cbProxyType->currentIndex();
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   722
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   723
    if(proxyType == PageOptions::SystemProxy)
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   724
    {
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   725
        // use system proxy settings
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   726
        proxy = QNetworkProxyFactory::systemProxyForQuery().at(0);
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   727
    } else
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   728
    {
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   729
        proxy.setType(proxyTypesMap[proxyType]);
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   730
        proxy.setHostName(Form->ui.pageOptions->leProxy->text());
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   731
        proxy.setPort(Form->ui.pageOptions->sbProxyPort->value());
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   732
        proxy.setUser(Form->ui.pageOptions->leProxyLogin->text());
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   733
        proxy.setPassword(Form->ui.pageOptions->leProxyPassword->text());
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   734
    }
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   735
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   736
    QNetworkProxy::setApplicationProxy(proxy);
f9e82f34c904 Fix issue 662
unc0rr
parents: 9249
diff changeset
   737
}