author | Wuzzy <Wuzzy2@mail.ru> |
Thu, 29 Nov 2018 20:37:40 +0100 | |
changeset 14348 | ffebbcc40c9b |
parent 14279 | 20b08e59730d |
child 14551 | 1c623169a44d |
permissions | -rw-r--r-- |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
1 |
/* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
2 |
* Hedgewars, a free turn based strategy game |
11046 | 3 |
* Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
4 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
5 |
* This program is free software; you can redistribute it and/or modify |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
6 |
* it under the terms of the GNU General Public License as published by |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
7 |
* the Free Software Foundation; version 2 of the License |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
8 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
9 |
* This program is distributed in the hope that it will be useful, |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
12 |
* GNU General Public License for more details. |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
13 |
* |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
14 |
* You should have received a copy of the GNU General Public License |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
15 |
* along with this program; if not, write to the Free Software |
10108
c68cf030eded
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
sheepluva
parents:
10017
diff
changeset
|
16 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
17 |
*/ |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
18 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
19 |
#include <QGridLayout> |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
20 |
#include <QHBoxLayout> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
21 |
#include <QPushButton> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
22 |
#include <QGroupBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
23 |
#include <QComboBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
24 |
#include <QCheckBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
25 |
#include <QLabel> |
8346 | 26 |
#include <QTableWidget> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
27 |
#include <QLineEdit> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
28 |
#include <QSpinBox> |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
29 |
#include <QTextBrowser> |
8346 | 30 |
#include <QScrollArea> |
31 |
#include <QHeaderView> |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
32 |
#include <QSlider> |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
33 |
#include <QSignalMapper> |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
34 |
#include <QColorDialog> |
12241
0b5aa545e058
Add 4 teams on first start of Hedgewars
Wuzzy <almikes@aol.com>
parents:
12240
diff
changeset
|
35 |
#include <QMessageBox> |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
36 |
#include <QStandardItemModel> |
8346 | 37 |
#include <QDebug> |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
38 |
|
5204 | 39 |
#include "pageoptions.h" |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
40 |
#include "gameuiconfig.h" |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
41 |
#include "hwconsts.h" |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
42 |
#include "fpsedit.h" |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
43 |
#include "DataManager.h" |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
44 |
#include "LibavInteraction.h" |
8284 | 45 |
#include "AutoUpdater.h" |
8346 | 46 |
#include "HWApplication.h" |
47 |
#include "keybinder.h" |
|
8284 | 48 |
|
49 |
#ifdef __APPLE__ |
|
50 |
#ifdef SPARKLE_ENABLED |
|
51 |
#include "SparkleAutoUpdater.h" |
|
52 |
#endif |
|
53 |
#endif |
|
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
54 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
55 |
const int OPTION_BOX_SPACING = 10; |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
56 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
57 |
OptionGroupBox::OptionGroupBox(const QString & iconName, |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
58 |
const QString & title, |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
59 |
QWidget * parent) : IconedGroupBox(parent) |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
60 |
{ |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
61 |
setIcon(QIcon(iconName)); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
62 |
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
63 |
setTitle(title); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
64 |
setMinimumWidth(300); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
65 |
m_layout = new QGridLayout(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
66 |
m_layout->setColumnStretch(0, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
67 |
m_layout->setColumnStretch(1, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
68 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
69 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
70 |
QGridLayout * OptionGroupBox::layout() |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
71 |
{ |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
72 |
return m_layout; |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
73 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
74 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
75 |
void OptionGroupBox::addDivider() |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
76 |
{ |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
77 |
QFrame * hr = new QFrame(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
78 |
hr->setFrameStyle(QFrame::HLine); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
79 |
hr->setLineWidth(3); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
80 |
hr->setFixedHeight(10); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
81 |
m_layout->addWidget(hr, m_layout->rowCount(), 0, 1, m_layout->columnCount()); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
82 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
83 |
|
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
84 |
// TODO cleanup |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
85 |
QLayout * PageOptions::bodyLayoutDefinition() |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
86 |
{ |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
87 |
QVBoxLayout * pageLayout = new QVBoxLayout(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
88 |
|
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
89 |
QTabWidget * tabs = new QTabWidget(this); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
90 |
pageLayout->addWidget(tabs); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
91 |
|
8346 | 92 |
binder = new KeyBinder(this, tr("Select an action to change what key controls it"), tr("Reset to default"), tr("Reset all binds")); |
93 |
connect(binder, SIGNAL(bindUpdate(int)), this, SLOT(bindUpdated(int))); |
|
94 |
connect(binder, SIGNAL(resetAllBinds()), this, SLOT(resetAllBinds())); |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
95 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
96 |
QWidget * pageGame = new QWidget(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
97 |
tabs->addTab(pageGame, tr("Game")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
98 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
99 |
QWidget * pageGraphics = new QWidget(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
100 |
tabs->addTab(pageGraphics, tr("Graphics")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
101 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
102 |
QWidget * pageAudio = new QWidget(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
103 |
tabs->addTab(pageAudio, tr("Audio")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
104 |
|
8346 | 105 |
binderTab = tabs->addTab(binder, tr("Controls")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
106 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
107 |
#ifdef VIDEOREC |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
108 |
QWidget * pageVideoRec = new QWidget(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
109 |
tabs->addTab(pageVideoRec, tr("Video Recording")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
110 |
#endif |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
111 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
112 |
QWidget * pageNetwork = new QWidget(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
113 |
tabs->addTab(pageNetwork, tr("Network")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
114 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
115 |
QWidget * pageAdvanced = new QWidget(this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
116 |
tabs->addTab(pageAdvanced, tr("Advanced")); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
117 |
|
8346 | 118 |
connect(tabs, SIGNAL(currentChanged(int)), this, SLOT(tabIndexChanged(int))); |
119 |
||
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
120 |
QPixmap pmNew(":/res/new.png"); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
121 |
QPixmap pmEdit(":/res/edit.png"); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
122 |
QPixmap pmDelete(":/res/delete.png"); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
123 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
124 |
{ // game page |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
125 |
QVBoxLayout * leftColumn, * rightColumn; |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
126 |
setupTabPage(pageGame, &leftColumn, &rightColumn); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
127 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
128 |
{ // group: Teams |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
129 |
OptionGroupBox * groupTeams = new OptionGroupBox(":/res/teamicon.png", tr("Teams"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
130 |
groupTeams->setMinimumWidth(400); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
131 |
rightColumn->addWidget(groupTeams); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
132 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
133 |
groupTeams->layout()->setColumnStretch(0, 1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
134 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
135 |
CBTeamName = new QComboBox(groupTeams); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
136 |
CBTeamName->setMaxVisibleItems(50); |
13227
26c739440bef
Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
Wuzzy <Wuzzy2@mail.ru>
parents:
13202
diff
changeset
|
137 |
CBTeamName->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
138 |
groupTeams->layout()->addWidget(CBTeamName, 0, 0); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
139 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
140 |
BtnNewTeam = new QPushButton(groupTeams); |
8382 | 141 |
BtnNewTeam->setWhatsThis(tr("New team")); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
142 |
BtnNewTeam->setIconSize(pmNew.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
143 |
BtnNewTeam->setIcon(pmNew); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
144 |
BtnNewTeam->setMaximumWidth(pmNew.width() + 6); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
145 |
connect(BtnNewTeam, SIGNAL(clicked()), this, SIGNAL(newTeamRequested())); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
146 |
groupTeams->layout()->addWidget(BtnNewTeam, 0, 1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
147 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
148 |
BtnEditTeam = new QPushButton(groupTeams); |
8382 | 149 |
BtnEditTeam->setWhatsThis(tr("Edit team")); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
150 |
BtnEditTeam->setIconSize(pmEdit.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
151 |
BtnEditTeam->setIcon(pmEdit); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
152 |
BtnEditTeam->setMaximumWidth(pmEdit.width() + 6); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
153 |
connect(BtnEditTeam, SIGNAL(clicked()), this, SLOT(requestEditSelectedTeam())); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
154 |
groupTeams->layout()->addWidget(BtnEditTeam, 0, 2); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
155 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
156 |
BtnDeleteTeam = new QPushButton(groupTeams); |
8382 | 157 |
BtnDeleteTeam->setWhatsThis(tr("Delete team")); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
158 |
BtnDeleteTeam->setIconSize(pmDelete.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
159 |
BtnDeleteTeam->setIcon(pmDelete); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
160 |
BtnDeleteTeam->setMaximumWidth(pmDelete.width() + 6); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
161 |
connect(BtnDeleteTeam, SIGNAL(clicked()), this, SLOT(requestDeleteSelectedTeam())); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
162 |
groupTeams->layout()->addWidget(BtnDeleteTeam, 0, 3); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
163 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
164 |
LblNoEditTeam = new QLabel(groupTeams); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
165 |
LblNoEditTeam->setText(tr("You can't edit teams from team selection. Go back to main menu to add, edit or delete teams.")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
166 |
LblNoEditTeam->setWordWrap(true); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
167 |
LblNoEditTeam->setVisible(false); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
168 |
groupTeams->layout()->addWidget(LblNoEditTeam, 1, 0, 1, 4); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
169 |
} |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
170 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
171 |
{ // group: schemes |
12481
37bcd4ef9242
Change game scheme icon in options menu
Wuzzy <almikes@aol.com>
parents:
12480
diff
changeset
|
172 |
OptionGroupBox * groupSchemes = new OptionGroupBox(":/res/schemeicon.png", tr("Schemes"), this); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
173 |
leftColumn->addWidget(groupSchemes); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
174 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
175 |
groupSchemes->layout()->setColumnStretch(0, 1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
176 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
177 |
SchemesName = new QComboBox(groupSchemes); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
178 |
SchemesName->setMaxVisibleItems(50); |
13227
26c739440bef
Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
Wuzzy <Wuzzy2@mail.ru>
parents:
13202
diff
changeset
|
179 |
SchemesName->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
180 |
groupSchemes->layout()->addWidget(SchemesName, 0, 0); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
181 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
182 |
SchemeNew = new QPushButton(groupSchemes); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
183 |
SchemeNew->setWhatsThis(tr("New scheme")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
184 |
SchemeNew->setIconSize(pmNew.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
185 |
SchemeNew->setIcon(pmNew); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
186 |
SchemeNew->setMaximumWidth(pmNew.width() + 6); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
187 |
groupSchemes->layout()->addWidget(SchemeNew, 0, 1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
188 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
189 |
SchemeEdit = new QPushButton(groupSchemes); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
190 |
SchemeEdit->setWhatsThis(tr("Edit scheme")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
191 |
SchemeEdit->setIconSize(pmEdit.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
192 |
SchemeEdit->setIcon(pmEdit); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
193 |
SchemeEdit->setMaximumWidth(pmEdit.width() + 6); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
194 |
groupSchemes->layout()->addWidget(SchemeEdit, 0, 2); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
195 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
196 |
SchemeDelete = new QPushButton(groupSchemes); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
197 |
SchemeDelete->setWhatsThis(tr("Delete scheme")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
198 |
SchemeDelete->setIconSize(pmDelete.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
199 |
SchemeDelete->setIcon(pmDelete); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
200 |
SchemeDelete->setMaximumWidth(pmDelete.width() + 6); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
201 |
groupSchemes->layout()->addWidget(SchemeDelete, 0, 3); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
202 |
} |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
203 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
204 |
{ // group: weapons |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
205 |
OptionGroupBox * groupWeapons = new OptionGroupBox(":/res/weaponsicon.png", tr("Weapons"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
206 |
leftColumn->addWidget(groupWeapons); |
8434 | 207 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
208 |
groupWeapons->layout()->setColumnStretch(0, 1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
209 |
|
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
210 |
WeaponsName = new QComboBox(groupWeapons); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
211 |
WeaponsName->setMaxVisibleItems(50); |
13227
26c739440bef
Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
Wuzzy <Wuzzy2@mail.ru>
parents:
13202
diff
changeset
|
212 |
WeaponsName->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
213 |
groupWeapons->layout()->addWidget(WeaponsName, 0, 0); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
214 |
|
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
215 |
WeaponNew = new QPushButton(groupWeapons); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
216 |
WeaponNew->setWhatsThis(tr("New weapon set")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
217 |
WeaponNew->setIconSize(pmNew.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
218 |
WeaponNew->setIcon(pmNew); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
219 |
WeaponNew->setMaximumWidth(pmNew.width() + 6); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
220 |
groupWeapons->layout()->addWidget(WeaponNew, 0, 1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
221 |
|
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
222 |
WeaponEdit = new QPushButton(groupWeapons); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
223 |
WeaponEdit->setWhatsThis(tr("Edit weapon set")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
224 |
WeaponEdit->setIconSize(pmEdit.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
225 |
WeaponEdit->setIcon(pmEdit); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
226 |
WeaponEdit->setMaximumWidth(pmEdit.width() + 6); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
227 |
groupWeapons->layout()->addWidget(WeaponEdit, 0, 2); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
228 |
|
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
229 |
WeaponDelete = new QPushButton(groupWeapons); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
230 |
WeaponDelete->setWhatsThis(tr("Delete weapon set")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
231 |
WeaponDelete->setIconSize(pmDelete.size()); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
232 |
WeaponDelete->setIcon(pmDelete); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
233 |
WeaponDelete->setMaximumWidth(pmDelete.width() + 6); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
234 |
groupWeapons->layout()->addWidget(WeaponDelete, 0, 3); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
235 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
236 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
237 |
leftColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
238 |
rightColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
239 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
240 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
241 |
{ // graphics page |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
242 |
QVBoxLayout * leftColumn, * rightColumn; |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
243 |
setupTabPage(pageGraphics, &leftColumn, &rightColumn); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
244 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
245 |
{ // group: game |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
246 |
OptionGroupBox * groupGame = new OptionGroupBox(":/res/graphicsicon.png", tr("Game"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
247 |
leftColumn->addWidget(groupGame); |
6911
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
248 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
249 |
groupGame->layout()->setColumnStretch(0, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
250 |
groupGame->layout()->setColumnStretch(1, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
251 |
groupGame->layout()->setColumnStretch(2, 1); |
8229
251f38da9935
Cleaned up frontend options a bit and added a couple WhatsThis messages.
Mitchell Kember <mk12360@gmail.com>
parents:
8226
diff
changeset
|
252 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
253 |
// Fullscreen |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
254 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
255 |
CBFullscreen = new QCheckBox(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
256 |
groupGame->layout()->addWidget(CBFullscreen, 0, 0, 1, 2); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
257 |
CBFullscreen->setText(QLabel::tr("Fullscreen")); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
258 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
259 |
// Fullscreen resolution |
8434 | 260 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
261 |
lblFullScreenRes = new QLabel(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
262 |
lblFullScreenRes->setText(QLabel::tr("Fullscreen Resolution")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
263 |
groupGame->layout()->addWidget(lblFullScreenRes, 1, 0); |
6911
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
264 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
265 |
CBResolution = new QComboBox(groupGame); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
266 |
CBResolution->setMaxVisibleItems(50); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
267 |
CBResolution->setFixedWidth(200); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
268 |
groupGame->layout()->addWidget(CBResolution, 1, 1, Qt::AlignLeft); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
269 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
270 |
// Windowed resolution |
8434 | 271 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
272 |
lblWinScreenRes = new QLabel(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
273 |
lblWinScreenRes->setText(QLabel::tr("Windowed Resolution")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
274 |
groupGame->layout()->addWidget(lblWinScreenRes, 2, 0); |
8434 | 275 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
276 |
winResContainer = new QWidget(); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
277 |
QHBoxLayout * winResLayout = new QHBoxLayout(winResContainer); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
278 |
winResLayout->setSpacing(0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
279 |
groupGame->layout()->addWidget(winResContainer, 2, 1); |
8434 | 280 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
281 |
QLabel *winLabelX = new QLabel(groupGame); |
12632
888032b2fda4
Make multipy sign in QTfrondend translatable and update hedgewars_en.ts
Wuzzy <almikes@aol.com>
parents:
12481
diff
changeset
|
282 |
//: Multiplication sign, to be used between two numbers. Note the “x” is only a dummy character, we recommend to use “×” if your language permits it |
888032b2fda4
Make multipy sign in QTfrondend translatable and update hedgewars_en.ts
Wuzzy <almikes@aol.com>
parents:
12481
diff
changeset
|
283 |
winLabelX->setText(tr("x")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
284 |
winLabelX->setFixedWidth(40); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
285 |
winLabelX->setAlignment(Qt::AlignCenter); |
8434 | 286 |
|
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:
8434
diff
changeset
|
287 |
// TODO: less random max. also: |
a94c074fd483
fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p
sheepluva
parents:
8434
diff
changeset
|
288 |
// make some min/max-consts, shared with engine? |
a94c074fd483
fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p
sheepluva
parents:
8434
diff
changeset
|
289 |
windowWidthEdit = new QSpinBox(groupGame); |
a94c074fd483
fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p
sheepluva
parents:
8434
diff
changeset
|
290 |
windowWidthEdit->setRange(640, 102400); |
9249 | 291 |
windowWidthEdit->setFixedSize(60, CBResolution->height()); |
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:
8434
diff
changeset
|
292 |
windowHeightEdit = new QSpinBox(groupGame); |
a94c074fd483
fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p
sheepluva
parents:
8434
diff
changeset
|
293 |
windowHeightEdit->setRange(480, 102400); |
9249 | 294 |
windowHeightEdit->setFixedSize(60, CBResolution->height()); |
8434 | 295 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
296 |
winResLayout->addWidget(windowWidthEdit, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
297 |
winResLayout->addWidget(winLabelX, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
298 |
winResLayout->addWidget(windowHeightEdit, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
299 |
winResLayout->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
300 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
301 |
// Quality |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
302 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
303 |
QLabel * lblQuality = new QLabel(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
304 |
lblQuality->setText(QLabel::tr("Quality")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
305 |
lblQuality->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
306 |
groupGame->layout()->addWidget(lblQuality, 3, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
307 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
308 |
SLQuality = new QSlider(Qt::Horizontal, groupGame); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
309 |
SLQuality->setTickPosition(QSlider::TicksBelow); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
310 |
SLQuality->setMaximum(5); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
311 |
SLQuality->setMinimum(0); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
312 |
SLQuality->setFixedWidth(150); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
313 |
groupGame->layout()->addWidget(SLQuality, 3, 1, Qt::AlignLeft); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
314 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
315 |
// Stereo spacing |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
316 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
317 |
QLabel * lblStereo = new QLabel(groupGame); |
12240
88b31fdc760b
Add a few WhatsThis texts in frontend, rename “Stereo rendering” to “Stereoscopy”
Wuzzy <almikes@aol.com>
parents:
12239
diff
changeset
|
318 |
lblStereo->setText(QLabel::tr("Stereoscopy")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
319 |
groupGame->layout()->addWidget(lblStereo, 4, 0); |
6911
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
320 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
321 |
CBStereoMode = new QComboBox(groupGame); |
12240
88b31fdc760b
Add a few WhatsThis texts in frontend, rename “Stereo rendering” to “Stereoscopy”
Wuzzy <almikes@aol.com>
parents:
12239
diff
changeset
|
322 |
CBStereoMode->setWhatsThis(QComboBox::tr("Stereoscopy creates an illusion of depth when you wear 3D glasses.")); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
323 |
CBStereoMode->setMaxVisibleItems(50); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
324 |
CBStereoMode->addItem(QComboBox::tr("Disabled")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
325 |
CBStereoMode->addItem(QComboBox::tr("Red/Cyan")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
326 |
CBStereoMode->addItem(QComboBox::tr("Cyan/Red")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
327 |
CBStereoMode->addItem(QComboBox::tr("Red/Blue")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
328 |
CBStereoMode->addItem(QComboBox::tr("Blue/Red")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
329 |
CBStereoMode->addItem(QComboBox::tr("Red/Green")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
330 |
CBStereoMode->addItem(QComboBox::tr("Green/Red")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
331 |
CBStereoMode->addItem(QComboBox::tr("Red/Cyan grayscale")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
332 |
CBStereoMode->addItem(QComboBox::tr("Cyan/Red grayscale")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
333 |
CBStereoMode->addItem(QComboBox::tr("Red/Blue grayscale")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
334 |
CBStereoMode->addItem(QComboBox::tr("Blue/Red grayscale")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
335 |
CBStereoMode->addItem(QComboBox::tr("Red/Green grayscale")); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
336 |
CBStereoMode->addItem(QComboBox::tr("Green/Red grayscale")); |
8359
9a7024b2a4d3
Removed wiggle 3D mode, reorder the list of 3D modes.
martin_bede
parents:
8356
diff
changeset
|
337 |
CBStereoMode->addItem(QComboBox::tr("Side-by-side")); |
9a7024b2a4d3
Removed wiggle 3D mode, reorder the list of 3D modes.
martin_bede
parents:
8356
diff
changeset
|
338 |
CBStereoMode->addItem(QComboBox::tr("Top-Bottom")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
339 |
CBStereoMode->setFixedWidth(CBResolution->width()); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
340 |
groupGame->layout()->addWidget(CBStereoMode, 4, 1); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
341 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
342 |
// Divider |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
343 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
344 |
groupGame->addDivider(); // row 5 |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
345 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
346 |
// FPS limit |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
347 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
348 |
QHBoxLayout * fpsLayout = new QHBoxLayout(); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
349 |
groupGame->layout()->addLayout(fpsLayout, 6, 0, 1, 2); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
350 |
QLabel * maxfps = new QLabel(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
351 |
maxfps->setText(QLabel::tr("FPS limit")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
352 |
fpsLayout->addWidget(maxfps); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
353 |
fpsLayout->addSpacing(30); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
354 |
fpsedit = new FPSEdit(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
355 |
fpsLayout->addWidget(fpsedit); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
356 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
357 |
// Show FPS |
5252 | 358 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
359 |
CBShowFPS = new QCheckBox(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
360 |
CBShowFPS->setText(QCheckBox::tr("Show FPS")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
361 |
fpsLayout->addWidget(CBShowFPS); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
362 |
fpsLayout->addStretch(1); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
363 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
364 |
// Divider |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
365 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
366 |
groupGame->addDivider(); // row 7 |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
367 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
368 |
// Alternative damage show |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
369 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
370 |
CBAltDamage = new QCheckBox(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
371 |
CBAltDamage->setText(QCheckBox::tr("Alternative damage show")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
372 |
groupGame->layout()->addWidget(CBAltDamage, 8, 0, 1, 2); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
373 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
374 |
// Show ammo menu tooltips |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
375 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
376 |
WeaponTooltip = new QCheckBox(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
377 |
WeaponTooltip->setText(QCheckBox::tr("Show ammo menu tooltips")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
378 |
groupGame->layout()->addWidget(WeaponTooltip, 9, 0, 1, 2); |
9249 | 379 |
|
380 |
groupGame->addDivider(); |
|
381 |
||
382 |
lblTags = new QLabel(groupGame); |
|
383 |
lblTags->setText(QLabel::tr("Displayed tags above hogs and translucent tags")); |
|
384 |
groupGame->layout()->addWidget(lblTags, 11, 0, 1, 2); |
|
385 |
||
386 |
tagsContainer = new QWidget(); |
|
387 |
QHBoxLayout * tagsLayout = new QHBoxLayout(tagsContainer); |
|
388 |
tagsLayout->setSpacing(0); |
|
389 |
groupGame->layout()->addWidget(tagsContainer, 12, 0, 1, 2); |
|
390 |
||
391 |
CBTeamTag = new QCheckBox(groupGame); |
|
392 |
CBTeamTag->setText(QCheckBox::tr("Team")); |
|
393 |
CBTeamTag->setWhatsThis(QCheckBox::tr("Enable team tags by default")); |
|
394 |
||
395 |
CBHogTag = new QCheckBox(groupGame); |
|
396 |
CBHogTag->setText(QCheckBox::tr("Hog")); |
|
397 |
CBHogTag->setWhatsThis(QCheckBox::tr("Enable hedgehog tags by default")); |
|
398 |
||
399 |
CBHealthTag = new QCheckBox(groupGame); |
|
400 |
CBHealthTag->setText(QCheckBox::tr("Health")); |
|
401 |
CBHealthTag->setWhatsThis(QCheckBox::tr("Enable health tags by default")); |
|
402 |
||
403 |
CBTagOpacity = new QCheckBox(groupGame); |
|
404 |
CBTagOpacity->setText(QCheckBox::tr("Translucent")); |
|
405 |
CBTagOpacity->setWhatsThis(QCheckBox::tr("Enable translucent tags by default")); |
|
406 |
||
407 |
tagsLayout->addWidget(CBTeamTag, 0); |
|
408 |
tagsLayout->addWidget(CBHogTag, 0); |
|
409 |
tagsLayout->addWidget(CBHealthTag, 0); |
|
410 |
tagsLayout->addWidget(CBTagOpacity, 0); |
|
10017 | 411 |
tagsLayout->addStretch(1); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
412 |
} |
7678 | 413 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
414 |
{ // group: frontend |
12478
3ed556dad4ec
Change icon for frontend group box in options menu
Wuzzy <almikes@aol.com>
parents:
12259
diff
changeset
|
415 |
OptionGroupBox * groupFrontend = new OptionGroupBox(":/res/frontendicon.png", tr("Frontend"), this); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
416 |
rightColumn->addWidget(groupFrontend); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
417 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
418 |
// Fullscreen |
7678 | 419 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
420 |
CBFrontendFullscreen = new QCheckBox(groupFrontend); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
421 |
CBFrontendFullscreen->setText(QCheckBox::tr("Fullscreen")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
422 |
groupFrontend->layout()->addWidget(CBFrontendFullscreen, 0, 0); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
423 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
424 |
// Visual effects |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
425 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
426 |
CBFrontendEffects = new QCheckBox(groupFrontend); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
427 |
CBFrontendEffects->setText(QCheckBox::tr("Visual effects")); |
12240
88b31fdc760b
Add a few WhatsThis texts in frontend, rename “Stereo rendering” to “Stereoscopy”
Wuzzy <almikes@aol.com>
parents:
12239
diff
changeset
|
428 |
CBFrontendEffects->setWhatsThis(QCheckBox::tr("Enable visual effects such as animated menu transitions and falling stars")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
429 |
groupFrontend->layout()->addWidget(CBFrontendEffects, 1, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
430 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
431 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
432 |
{ // group: colors |
12251
caff1a3a7456
Use palette icon for user color settings group box
Wuzzy <almikes@aol.com>
parents:
12241
diff
changeset
|
433 |
OptionGroupBox * groupColors = new OptionGroupBox(":/res/Palette.png", tr("Custom colors"), this); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
434 |
rightColumn->addWidget(groupColors); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
435 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
436 |
groupColors->layout()->setColumnStretch(0, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
437 |
groupColors->layout()->setColumnStretch(1, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
438 |
groupColors->layout()->setColumnStretch(2, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
439 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
440 |
// Color buttons |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
441 |
|
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
442 |
QSignalMapper * mapper = new QSignalMapper(this); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
443 |
QStandardItemModel * model = DataManager::instance().colorsModel(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
444 |
|
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
445 |
connect(model, SIGNAL(dataChanged(QModelIndex,QModelIndex)), this, SLOT(onColorModelDataChanged(QModelIndex,QModelIndex))); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
446 |
for(int i = 0; i < model->rowCount(); ++i) |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
447 |
{ |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
448 |
QPushButton * btn = new QPushButton(this); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
449 |
btn->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
450 |
groupColors->layout()->addWidget(btn, i / 3, i % 3); |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
451 |
btn->setStyleSheet(QString("background: %1").arg(model->item(i)->data().value<QColor>().name())); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
452 |
m_colorButtons.append(btn); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
453 |
connect(btn, SIGNAL(clicked()), mapper, SLOT(map())); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
454 |
mapper->setMapping(btn, i); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
455 |
} |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
456 |
|
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
457 |
connect(mapper, SIGNAL(mapped(int)), this, SLOT(colorButtonClicked(int))); |
7680 | 458 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
459 |
// Reset default colors |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
460 |
|
7680 | 461 |
QPushButton * btn = new QPushButton(this); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
462 |
groupColors->layout()->addWidget(btn, (model->rowCount() - 1) / 3 + 1, 0, 1, 3); |
7680 | 463 |
btn->setText(tr("Reset to default colors")); |
7681 | 464 |
connect(btn, SIGNAL(clicked()), &DataManager::instance(), SLOT(resetColors())); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
465 |
} |
7153
f0d055645ab2
minor tweaks for options page; should improve readability at small window size... a bit...
sheepluva
parents:
6952
diff
changeset
|
466 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
467 |
leftColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
468 |
rightColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
469 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
470 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
471 |
{ // audio page |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
472 |
QVBoxLayout * leftColumn, * rightColumn; |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
473 |
setupTabPage(pageAudio, &leftColumn, &rightColumn); |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
474 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
475 |
{ // group: game |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
476 |
OptionGroupBox * groupGame = new OptionGroupBox(":/res/audio.png", tr("Game audio"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
477 |
leftColumn->addWidget(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
478 |
groupGame->layout()->setColumnStretch(1, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
479 |
groupGame->layout()->setColumnStretch(2, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
480 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
481 |
// Initial sound volume |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
482 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
483 |
QLabel * vol = new QLabel(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
484 |
vol->setText(QLabel::tr("Initial sound volume")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
485 |
groupGame->layout()->addWidget(vol, 0, 0); |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
486 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
487 |
SLVolume = new QSlider(Qt::Horizontal, groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
488 |
SLVolume->setTickPosition(QSlider::TicksBelow); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
489 |
SLVolume->setMaximum(100); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
490 |
SLVolume->setMinimum(0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
491 |
SLVolume->setFixedWidth(150); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
492 |
groupGame->layout()->addWidget(SLVolume, 0, 1, 1, 2); |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
493 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
494 |
lblVolumeLevel = new QLabel(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
495 |
lblVolumeLevel->setFixedWidth(40); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
496 |
groupGame->layout()->addWidget(lblVolumeLevel, 0, 3); |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
497 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
498 |
// Sound |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
499 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
500 |
CBSound = new QCheckBox(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
501 |
CBSound->setText(QCheckBox::tr("Sound")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
502 |
CBSound->setWhatsThis(QCheckBox::tr("In-game sound effects")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
503 |
groupGame->layout()->addWidget(CBSound, 1, 1); |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
504 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
505 |
// Music |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
506 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
507 |
CBMusic = new QCheckBox(groupGame); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
508 |
CBMusic->setText(QCheckBox::tr("Music")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
509 |
CBMusic->setWhatsThis(QCheckBox::tr("In-game music")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
510 |
groupGame->layout()->addWidget(CBMusic, 1, 2, 1, 2, Qt::AlignLeft); |
13628
d5e029b84e16
Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents:
13227
diff
changeset
|
511 |
|
d5e029b84e16
Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents:
13227
diff
changeset
|
512 |
// Dampen |
d5e029b84e16
Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents:
13227
diff
changeset
|
513 |
|
d5e029b84e16
Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents:
13227
diff
changeset
|
514 |
CBDampenAudio = new QCheckBox(groupGame); |
13676
05fde8e30041
Add a few translator comments for frontend strings
Wuzzy <Wuzzy2@mail.ru>
parents:
13628
diff
changeset
|
515 |
//: Checkbox text. If checked, the in-game audio volume is reduced (=dampened) when the game window loses its focus |
13628
d5e029b84e16
Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents:
13227
diff
changeset
|
516 |
CBDampenAudio->setText(QCheckBox::tr("Dampen when losing focus")); |
d5e029b84e16
Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents:
13227
diff
changeset
|
517 |
CBDampenAudio->setWhatsThis(QCheckBox::tr("Reduce the game audio volume if the game window has lost its focus")); |
d5e029b84e16
Add setting to disable audio dampening if losing window focus
Wuzzy <Wuzzy2@mail.ru>
parents:
13227
diff
changeset
|
518 |
groupGame->layout()->addWidget(CBDampenAudio, 2, 1, 1, 3, Qt::AlignLeft); |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
519 |
} |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
520 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
521 |
{ // group: frontend |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
522 |
OptionGroupBox * groupFrontend = new OptionGroupBox(":/res/audio.png", tr("Frontend audio"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
523 |
rightColumn->addWidget(groupFrontend); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
524 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
525 |
CBFrontendSound = new QCheckBox(groupFrontend); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
526 |
CBFrontendSound->setText(QCheckBox::tr("Sound")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
527 |
CBFrontendSound->setWhatsThis(QCheckBox::tr("Frontend sound effects")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
528 |
groupFrontend->layout()->addWidget(CBFrontendSound, 0, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
529 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
530 |
CBFrontendMusic = new QCheckBox(groupFrontend); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
531 |
CBFrontendMusic->setText(QCheckBox::tr("Music")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
532 |
CBFrontendMusic->setWhatsThis(QCheckBox::tr("Frontend music")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
533 |
groupFrontend->layout()->addWidget(CBFrontendMusic, 0, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
534 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
535 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
536 |
leftColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
537 |
rightColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
538 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
539 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
540 |
{ // network page |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
541 |
QVBoxLayout * leftColumn, * rightColumn; |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
542 |
setupTabPage(pageNetwork, &leftColumn, &rightColumn); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
543 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
544 |
{ // group: account |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
545 |
OptionGroupBox * groupAccount = new OptionGroupBox(":/res/teamicon.png", tr("Account"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
546 |
leftColumn->addWidget(groupAccount); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
547 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
548 |
// Label and field for net nick |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
549 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
550 |
labelNN = new QLabel(groupAccount); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
551 |
labelNN->setText(QLabel::tr("Nickname")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
552 |
groupAccount->layout()->addWidget(labelNN, 0, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
553 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
554 |
editNetNick = new QLineEdit(groupAccount); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
555 |
editNetNick->setMaxLength(20); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
556 |
editNetNick->setText(QLineEdit::tr("anonymous")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
557 |
groupAccount->layout()->addWidget(editNetNick, 0, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
558 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
559 |
// Checkbox and field for password |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
560 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
561 |
CBSavePassword = new QCheckBox(groupAccount); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
562 |
CBSavePassword->setText(QCheckBox::tr("Save password")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
563 |
groupAccount->layout()->addWidget(CBSavePassword, 1, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
564 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
565 |
editNetPassword = new QLineEdit(groupAccount); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
566 |
editNetPassword->setEchoMode(QLineEdit::Password); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
567 |
groupAccount->layout()->addWidget(editNetPassword, 1, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
568 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
569 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
570 |
{ // group: proxy |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
571 |
OptionGroupBox * groupProxy = new OptionGroupBox(":/res/net.png", tr("Proxy settings"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
572 |
rightColumn->addWidget(groupProxy); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
573 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
574 |
// Labels |
7700 | 575 |
|
576 |
QStringList sl; |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
577 |
sl << tr("Proxy host") |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
578 |
<< tr("Proxy port") |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
579 |
<< tr("Proxy login") |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
580 |
<< tr("Proxy password"); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
581 |
|
7700 | 582 |
for(int i = 0; i < sl.size(); ++i) |
583 |
{ |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
584 |
QLabel * l = new QLabel(groupProxy); |
7700 | 585 |
l->setText(sl[i]); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
586 |
groupProxy->layout()->addWidget(l, i + 1, 0); |
7700 | 587 |
} |
588 |
||
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
589 |
// Proxy type |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
590 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
591 |
cbProxyType = new QComboBox(groupProxy); |
7700 | 592 |
cbProxyType->addItems(QStringList() |
593 |
<< tr("No proxy") |
|
7702 | 594 |
<< tr("System proxy settings") |
7700 | 595 |
<< tr("Socks5 proxy") |
596 |
<< tr("HTTP proxy")); |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
597 |
groupProxy->layout()->addWidget(cbProxyType, 0, 0, 1, 2); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
598 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
599 |
// Proxy |
7700 | 600 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
601 |
leProxy = new QLineEdit(groupProxy); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
602 |
groupProxy->layout()->addWidget(leProxy, 1, 1); |
7700 | 603 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
604 |
// Proxy |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
605 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
606 |
sbProxyPort = new QSpinBox(groupProxy); |
7700 | 607 |
sbProxyPort->setMaximum(65535); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
608 |
groupProxy->layout()->addWidget(sbProxyPort, 2, 1); |
7700 | 609 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
610 |
leProxyLogin = new QLineEdit(groupProxy); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
611 |
groupProxy->layout()->addWidget(leProxyLogin, 3, 1); |
7700 | 612 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
613 |
leProxyPassword = new QLineEdit(groupProxy); |
7700 | 614 |
leProxyPassword->setEchoMode(QLineEdit::Password); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
615 |
groupProxy->layout()->addWidget(leProxyPassword, 4, 1); |
7700 | 616 |
|
617 |
||
618 |
connect(cbProxyType, SIGNAL(currentIndexChanged(int)), this, SLOT(onProxyTypeChanged())); |
|
7701 | 619 |
onProxyTypeChanged(); |
7700 | 620 |
} |
621 |
||
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
622 |
leftColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
623 |
rightColumn->addStretch(1); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
624 |
} |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
625 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
626 |
{ // advanced page |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
627 |
QVBoxLayout * leftColumn, * rightColumn; |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
628 |
setupTabPage(pageAdvanced, &leftColumn, &rightColumn); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
629 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
630 |
{ // group: miscellaneous |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
631 |
OptionGroupBox * groupMisc = new OptionGroupBox(":/res/Settings.png", tr("Miscellaneous"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
632 |
leftColumn->addWidget(groupMisc); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
633 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
634 |
// Language |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
635 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
636 |
QLabel *labelLanguage = new QLabel(groupMisc); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
637 |
labelLanguage->setText(QLabel::tr("Locale")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
638 |
groupMisc->layout()->addWidget(labelLanguage, 0, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
639 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
640 |
CBLanguage = new QComboBox(groupMisc); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
641 |
CBLanguage->setMaxVisibleItems(50); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
642 |
groupMisc->layout()->addWidget(CBLanguage, 0, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
643 |
QStringList locs = DataManager::instance().entryList("Locale", QDir::Files, QStringList("hedgewars_*.qm")); |
12160
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
644 |
QStringList langnames; |
9048 | 645 |
CBLanguage->addItem(QComboBox::tr("(System default)"), QString()); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
646 |
for(int i = 0; i < locs.count(); i++) |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
647 |
{ |
9048 | 648 |
QString lname = locs[i].replace(QRegExp("hedgewars_(.*)\\.qm"), "\\1"); |
12160
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
649 |
QLocale loc = QLocale(lname); |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
650 |
QString entryName; |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
651 |
// If local identifier has underscore, it means the country has been specified |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
652 |
if(lname.contains("_")) |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
653 |
{ |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
654 |
// Append country name for disambiguation |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
655 |
// FIXME: These brackets are hardcoded and can't be translated. Luckily, these are rarely used and work with most languages anyway |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
656 |
entryName = loc.nativeLanguageName() + " (" + loc.nativeCountryName() + ")"; |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
657 |
} |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
658 |
else |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
659 |
{ |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
660 |
// Usually, we just print the language name |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
661 |
entryName = loc.nativeLanguageName(); |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
662 |
} |
12180
7df59356471e
Fix name Scottish Gaelic being incorrectly displayed in language dropdown
Wuzzy <almikes@aol.com>
parents:
12160
diff
changeset
|
663 |
// Fallback code, if language name is empty for some reason. This should normally not happen |
12160
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
664 |
if(entryName.isEmpty()) |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
665 |
{ |
13194
290815bbd4e1
Remove old Qt4 workaround for missing language name of Scottish Gaelic
Wuzzy <Wuzzy2@mail.ru>
parents:
13193
diff
changeset
|
666 |
// Show error and the locale identifier |
14279
20b08e59730d
Add a few translator comments to some not-so-obvious strings
Wuzzy <Wuzzy2@mail.ru>
parents:
13676
diff
changeset
|
667 |
//: In the case of an error, this is shown in the language selection for a language with unknown name. %1 = language code |
13194
290815bbd4e1
Remove old Qt4 workaround for missing language name of Scottish Gaelic
Wuzzy <Wuzzy2@mail.ru>
parents:
13193
diff
changeset
|
668 |
entryName = tr("MISSING LANGUAGE NAME [%1]").arg(lname); |
12160
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
669 |
} |
1c3670021559
Display native language names in language combo box instead of always English
Wuzzy <almikes@aol.com>
parents:
11674
diff
changeset
|
670 |
CBLanguage->addItem(entryName, lname); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
671 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
672 |
|
8880
71ed64b18540
reintroduce the notice for restarting frontend after changing language
koda
parents:
8434
diff
changeset
|
673 |
QLabel *restartNoticeLabel = new QLabel(groupMisc); |
71ed64b18540
reintroduce the notice for restarting frontend after changing language
koda
parents:
8434
diff
changeset
|
674 |
restartNoticeLabel->setText(QLabel::tr("This setting will be effective at next restart.")); |
71ed64b18540
reintroduce the notice for restarting frontend after changing language
koda
parents:
8434
diff
changeset
|
675 |
groupMisc->layout()->addWidget(restartNoticeLabel, 1, 1); |
71ed64b18540
reintroduce the notice for restarting frontend after changing language
koda
parents:
8434
diff
changeset
|
676 |
|
71ed64b18540
reintroduce the notice for restarting frontend after changing language
koda
parents:
8434
diff
changeset
|
677 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
678 |
// Divider |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
679 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
680 |
groupMisc->addDivider(); // row 1 |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
681 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
682 |
// Append date and time to record file name |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
683 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
684 |
CBNameWithDate = new QCheckBox(groupMisc); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
685 |
CBNameWithDate->setText(QCheckBox::tr("Append date and time to record file name")); |
12259
be68823c2852
Fix broken "whats this" help in misc options tab
Wuzzy <almikes@aol.com>
parents:
12251
diff
changeset
|
686 |
CBNameWithDate->setWhatsThis(QCheckBox::tr("If enabled, Hedgewars adds the date and time in the form \"YYYY-MM-DD_hh-mm\" for automatically created demos.")); |
8880
71ed64b18540
reintroduce the notice for restarting frontend after changing language
koda
parents:
8434
diff
changeset
|
687 |
groupMisc->layout()->addWidget(CBNameWithDate, 3, 0, 1, 2); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
688 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
689 |
// Associate file extensions |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
690 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
691 |
BtnAssociateFiles = new QPushButton(groupMisc); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
692 |
BtnAssociateFiles->setText(QPushButton::tr("Associate file extensions")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
693 |
BtnAssociateFiles->setVisible(!custom_data && !custom_config); |
8880
71ed64b18540
reintroduce the notice for restarting frontend after changing language
koda
parents:
8434
diff
changeset
|
694 |
groupMisc->layout()->addWidget(BtnAssociateFiles, 4, 0, 1, 2); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
695 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
696 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
697 |
#ifdef __APPLE__ |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
698 |
#ifdef SPARKLE_ENABLED |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
699 |
{ // group: updates |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
700 |
OptionGroupBox * groupUpdates = new OptionGroupBox(":/res/net.png", tr("Updates"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
701 |
rightColumn->addWidget(groupUpdates); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
702 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
703 |
// Check for updates at startup |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
704 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
705 |
CBAutoUpdate = new QCheckBox(groupUpdates); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
706 |
CBAutoUpdate->setText(QCheckBox::tr("Check for updates at startup")); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
707 |
groupUpdates->layout()->addWidget(CBAutoUpdate, 0, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
708 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
709 |
// Check for updates now |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
710 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
711 |
btnUpdateNow = new QPushButton(groupUpdates); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
712 |
connect(btnUpdateNow, SIGNAL(clicked()), this, SLOT(checkForUpdates())); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
713 |
btnUpdateNow->setWhatsThis(tr("Check for updates")); |
12480
f29a1c645cf1
Make string “Check now” in Apple build translatable
Wuzzy <almikes@aol.com>
parents:
12478
diff
changeset
|
714 |
btnUpdateNow->setText(tr("Check now")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
715 |
btnUpdateNow->setFixedSize(130, 30); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
716 |
groupUpdates->layout()->addWidget(btnUpdateNow, 0, 1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
717 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
718 |
#endif |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
719 |
#endif |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
720 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
721 |
leftColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
722 |
rightColumn->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
723 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
724 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
725 |
#ifdef VIDEOREC |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
726 |
{ // video recording page |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
727 |
OptionGroupBox * groupVideoRec = new OptionGroupBox(":/res/camera.png", tr("Video recording options"), this); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
728 |
groupVideoRec->setMinimumWidth(500); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
729 |
groupVideoRec->setMaximumWidth(650); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
730 |
QHBoxLayout * layoutVideoRec = new QHBoxLayout(pageVideoRec); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
731 |
layoutVideoRec->addWidget(groupVideoRec, 1, Qt::AlignTop | Qt::AlignHCenter); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
732 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
733 |
// label for format |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
734 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
735 |
QLabel *labelFormat = new QLabel(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
736 |
labelFormat->setText(QLabel::tr("Format")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
737 |
groupVideoRec->layout()->addWidget(labelFormat, 0, 0); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
738 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
739 |
// list of supported formats |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
740 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
741 |
comboAVFormats = new QComboBox(groupVideoRec); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
742 |
comboAVFormats->setMaxVisibleItems(50); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
743 |
groupVideoRec->layout()->addWidget(comboAVFormats, 0, 1, 1, 4); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
744 |
LibavInteraction::instance().fillFormats(comboAVFormats); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
745 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
746 |
// separator |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
747 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
748 |
QFrame * hr = new QFrame(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
749 |
hr->setFrameStyle(QFrame::HLine); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
750 |
hr->setLineWidth(3); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
751 |
hr->setFixedHeight(10); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
752 |
groupVideoRec->layout()->addWidget(hr, 1, 0, 1, 5); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
753 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
754 |
// label for audio codec |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
755 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
756 |
QLabel *labelACodec = new QLabel(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
757 |
labelACodec->setText(QLabel::tr("Audio codec")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
758 |
groupVideoRec->layout()->addWidget(labelACodec, 2, 0); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
759 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
760 |
// list of supported audio codecs |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
761 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
762 |
comboAudioCodecs = new QComboBox(groupVideoRec); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
763 |
comboAudioCodecs->setMaxVisibleItems(50); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
764 |
groupVideoRec->layout()->addWidget(comboAudioCodecs, 2, 1, 1, 3); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
765 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
766 |
// checkbox 'record audio' |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
767 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
768 |
checkRecordAudio = new QCheckBox(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
769 |
checkRecordAudio->setText(QCheckBox::tr("Record audio")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
770 |
groupVideoRec->layout()->addWidget(checkRecordAudio, 2, 4); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
771 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
772 |
// separator |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
773 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
774 |
hr = new QFrame(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
775 |
hr->setFrameStyle(QFrame::HLine); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
776 |
hr->setLineWidth(3); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
777 |
hr->setFixedHeight(10); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
778 |
groupVideoRec->layout()->addWidget(hr, 3, 0, 1, 5); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
779 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
780 |
// label for video codec |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
781 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
782 |
QLabel *labelVCodec = new QLabel(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
783 |
labelVCodec->setText(QLabel::tr("Video codec")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
784 |
groupVideoRec->layout()->addWidget(labelVCodec, 4, 0); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
785 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
786 |
// list of supported video codecs |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
787 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
788 |
comboVideoCodecs = new QComboBox(groupVideoRec); |
11674
d59b6f289e30
Increase size of many drop-down lists
Wuzzy <almikes@aol.com>
parents:
11046
diff
changeset
|
789 |
comboVideoCodecs->setMaxVisibleItems(50); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
790 |
groupVideoRec->layout()->addWidget(comboVideoCodecs, 4, 1, 1, 4); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
791 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
792 |
// label for resolution |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
793 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
794 |
QLabel *labelRes = new QLabel(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
795 |
labelRes->setText(QLabel::tr("Resolution")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
796 |
groupVideoRec->layout()->addWidget(labelRes, 5, 0); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
797 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
798 |
// width |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
799 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
800 |
widthEdit = new QLineEdit(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
801 |
widthEdit->setValidator(new QIntValidator(this)); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
802 |
groupVideoRec->layout()->addWidget(widthEdit, 5, 1); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
803 |
|
12632
888032b2fda4
Make multipy sign in QTfrondend translatable and update hedgewars_en.ts
Wuzzy <almikes@aol.com>
parents:
12481
diff
changeset
|
804 |
// multiplication sign |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
805 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
806 |
QLabel *labelX = new QLabel(groupVideoRec); |
12632
888032b2fda4
Make multipy sign in QTfrondend translatable and update hedgewars_en.ts
Wuzzy <almikes@aol.com>
parents:
12481
diff
changeset
|
807 |
labelX->setText(tr("x")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
808 |
groupVideoRec->layout()->addWidget(labelX, 5, 2); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
809 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
810 |
// height |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
811 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
812 |
heightEdit = new QLineEdit(groupVideoRec); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
813 |
heightEdit->setValidator(new QIntValidator(groupVideoRec)); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
814 |
groupVideoRec->layout()->addWidget(heightEdit, 5, 3); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
815 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
816 |
// checkbox 'use game resolution' |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
817 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
818 |
checkUseGameRes = new QCheckBox(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
819 |
checkUseGameRes->setText(QCheckBox::tr("Use game resolution")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
820 |
groupVideoRec->layout()->addWidget(checkUseGameRes, 5, 4); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
821 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
822 |
// label for framerate |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
823 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
824 |
QLabel *labelFramerate = new QLabel(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
825 |
labelFramerate->setText(QLabel::tr("Framerate")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
826 |
groupVideoRec->layout()->addWidget(labelFramerate, 6, 0); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
827 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
828 |
framerateBox = new QComboBox(groupVideoRec); |
12237
76fa467b6833
Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents:
12180
diff
changeset
|
829 |
framerateBox->addItem(QComboBox::tr("24 FPS"), 24); |
76fa467b6833
Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents:
12180
diff
changeset
|
830 |
framerateBox->addItem(QComboBox::tr("25 FPS"), 25); |
76fa467b6833
Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents:
12180
diff
changeset
|
831 |
framerateBox->addItem(QComboBox::tr("30 FPS"), 30); |
76fa467b6833
Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents:
12180
diff
changeset
|
832 |
framerateBox->addItem(QComboBox::tr("50 FPS"), 50); |
76fa467b6833
Make framerate drop-down list translatable
Wuzzy <almikes@aol.com>
parents:
12180
diff
changeset
|
833 |
framerateBox->addItem(QComboBox::tr("60 FPS"), 60); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
834 |
groupVideoRec->layout()->addWidget(framerateBox, 6, 1); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
835 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
836 |
// label for Bitrate |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
837 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
838 |
QLabel *labelBitrate = new QLabel(groupVideoRec); |
12239
8db93a3a29dc
Use standard units and abbreviations in frontend
Wuzzy <almikes@aol.com>
parents:
12237
diff
changeset
|
839 |
//: “Kibit/s” is the symbol for 1024 bits per second |
8db93a3a29dc
Use standard units and abbreviations in frontend
Wuzzy <almikes@aol.com>
parents:
12237
diff
changeset
|
840 |
labelBitrate->setText(QLabel::tr("Bitrate (Kibit/s)")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
841 |
groupVideoRec->layout()->addWidget(labelBitrate, 6, 2); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
842 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
843 |
// bitrate |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
844 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
845 |
bitrateBox = new QSpinBox(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
846 |
bitrateBox->setRange(100, 5000); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
847 |
bitrateBox->setSingleStep(100); |
12239
8db93a3a29dc
Use standard units and abbreviations in frontend
Wuzzy <almikes@aol.com>
parents:
12237
diff
changeset
|
848 |
bitrateBox->setWhatsThis(QSpinBox::tr("Specify the bitrate of recorded videos as a multiple of 1024 bits per second")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
849 |
groupVideoRec->layout()->addWidget(bitrateBox, 6, 3); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
850 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
851 |
// button 'set default options' |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
852 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
853 |
btnDefaults = new QPushButton(groupVideoRec); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
854 |
btnDefaults->setText(QPushButton::tr("Set default options")); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
855 |
btnDefaults->setWhatsThis(QPushButton::tr("Restore default coding parameters")); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
856 |
groupVideoRec->layout()->addWidget(btnDefaults, 7, 0, 1, 5); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
857 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
858 |
#endif |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
859 |
|
5878 | 860 |
previousQuality = this->SLQuality->value(); |
861 |
previousResolutionIndex = this->CBResolution->currentIndex(); |
|
862 |
previousFullscreenValue = this->CBFullscreen->isChecked(); |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
863 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
864 |
setFullscreen(CBFullscreen->isChecked()); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
865 |
setVolume(SLVolume->value()); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
866 |
|
8343
aa4ea3cade3c
Added Support for variable windowed resolution.
vitiv <nikita.utiu@gmail.com>
parents:
8284
diff
changeset
|
867 |
// mutually exclude window and fullscreen resolution |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
868 |
return pageLayout; |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
869 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
870 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
871 |
QLayout * PageOptions::footerLayoutDefinition() |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
872 |
{ |
6525
6c97379c584b
[GCI] backz task: unify the back button functionality, avoid using the save button
m4tx
parents:
6218
diff
changeset
|
873 |
return NULL; |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
874 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
875 |
|
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
876 |
void PageOptions::connectSignals() |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
877 |
{ |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
878 |
#ifdef VIDEOREC |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
879 |
connect(checkUseGameRes, SIGNAL(stateChanged(int)), this, SLOT(changeUseGameRes(int))); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
880 |
connect(checkRecordAudio, SIGNAL(stateChanged(int)), this, SLOT(changeRecordAudio(int))); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
881 |
connect(comboAVFormats, SIGNAL(currentIndexChanged(int)), this, SLOT(changeAVFormat(int))); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
882 |
connect(btnDefaults, SIGNAL(clicked()), this, SLOT(setDefaultOptions())); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
883 |
#endif |
8386 | 884 |
//connect(this, SIGNAL(pageEnter()), this, SLOT(setTeamOptionsEnabled())); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
885 |
connect(SLVolume, SIGNAL(valueChanged(int)), this, SLOT(setVolume(int))); |
6911
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
886 |
connect(SLQuality, SIGNAL(valueChanged(int)), this, SLOT(setQuality(int))); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
887 |
connect(CBResolution, SIGNAL(currentIndexChanged(int)), this, SLOT(setResolution(int))); |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
888 |
connect(CBFullscreen, SIGNAL(stateChanged(int)), this, SLOT(setFullscreen(int))); |
6911
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
889 |
connect(CBStereoMode, SIGNAL(currentIndexChanged(int)), this, SLOT(forceFullscreen(int))); |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
890 |
connect(editNetNick, SIGNAL(editingFinished()), this, SLOT(trimNetNick())); |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
891 |
connect(CBSavePassword, SIGNAL(stateChanged(int)), this, SLOT(savePwdChanged(int))); |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
892 |
} |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
893 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
894 |
void PageOptions::setVolume(int volume) |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
895 |
{ |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
896 |
lblVolumeLevel->setText(QString("%1\%").arg(volume)); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
897 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
898 |
|
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
899 |
void PageOptions::setupTabPage(QWidget * tabpage, QVBoxLayout ** leftColumn, QVBoxLayout ** rightColumn) |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
900 |
{ |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
901 |
QHBoxLayout * twoColumns = new QHBoxLayout(tabpage); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
902 |
twoColumns->setSpacing(0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
903 |
*leftColumn = new QVBoxLayout(); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
904 |
*rightColumn = new QVBoxLayout(); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
905 |
(*leftColumn)->setSpacing(OPTION_BOX_SPACING); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
906 |
(*rightColumn)->setSpacing(OPTION_BOX_SPACING); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
907 |
twoColumns->addStretch(4); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
908 |
twoColumns->addLayout(*leftColumn, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
909 |
twoColumns->addStretch(1); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
910 |
twoColumns->addLayout(*rightColumn, 0); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
911 |
twoColumns->addStretch(4); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
912 |
} |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
913 |
|
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
914 |
PageOptions::PageOptions(QWidget* parent) : AbstractPage(parent), config(0) |
6042
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
915 |
{ |
8b5345758f62
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents:
6024
diff
changeset
|
916 |
initPage(); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
917 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
918 |
|
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
919 |
void PageOptions::forceFullscreen(int index) |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
920 |
{ |
5878 | 921 |
bool forced = (index == 7 || index == 8 || index == 9); |
8434 | 922 |
|
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
923 |
if (index != 0) |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
924 |
{ |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
925 |
this->SLQuality->setValue(this->SLQuality->maximum()); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
926 |
this->SLQuality->setEnabled(false); |
5878 | 927 |
this->CBFullscreen->setChecked(forced ? true : previousFullscreenValue); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
928 |
setFullscreen(forced ? true : previousFullscreenValue); |
5878 | 929 |
this->CBResolution->setCurrentIndex(forced ? 0 : previousResolutionIndex); |
6616
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
930 |
} |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
931 |
else |
f77bb02b669f
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents:
6575
diff
changeset
|
932 |
{ |
5878 | 933 |
this->SLQuality->setEnabled(true); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
934 |
this->SLQuality->setValue(previousQuality); |
5878 | 935 |
this->CBFullscreen->setChecked(previousFullscreenValue); |
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
936 |
setFullscreen(previousFullscreenValue); |
5877
514b639c40da
remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)
koda
parents:
5745
diff
changeset
|
937 |
this->CBResolution->setCurrentIndex(previousResolutionIndex); |
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
938 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
939 |
} |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
940 |
|
5878 | 941 |
void PageOptions::setQuality(int value) |
942 |
{ |
|
6218
999215ca87d7
actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
sheepluva
parents:
6217
diff
changeset
|
943 |
Q_UNUSED(value); |
6217 | 944 |
|
5878 | 945 |
int index = this->CBStereoMode->currentIndex(); |
946 |
if (index == 0) |
|
947 |
previousQuality = this->SLQuality->value(); |
|
948 |
} |
|
949 |
||
950 |
void PageOptions::setFullscreen(int state) |
|
951 |
{ |
|
6218
999215ca87d7
actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
sheepluva
parents:
6217
diff
changeset
|
952 |
Q_UNUSED(state); |
8352
ab7f22530ae0
Changed resolution labels on options page.
vitiv <nikita.utiu@gmail.com>
parents:
8350
diff
changeset
|
953 |
|
8387
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
954 |
lblFullScreenRes->setVisible(state); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
955 |
CBResolution->setVisible(state); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
956 |
lblWinScreenRes->setVisible(!state); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
957 |
winResContainer->setVisible(!state); |
f9d1191476ce
Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents:
8386
diff
changeset
|
958 |
|
5878 | 959 |
int index = this->CBStereoMode->currentIndex(); |
960 |
if (index != 7 && index != 8 && index != 9) |
|
961 |
previousFullscreenValue = this->CBFullscreen->isChecked(); |
|
962 |
} |
|
963 |
||
964 |
void PageOptions::setResolution(int state) |
|
965 |
{ |
|
6218
999215ca87d7
actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
sheepluva
parents:
6217
diff
changeset
|
966 |
Q_UNUSED(state); |
6217 | 967 |
|
5878 | 968 |
int index = this->CBStereoMode->currentIndex(); |
969 |
if (index != 7 && index != 8 && index != 9) |
|
970 |
previousResolutionIndex = this->CBResolution->currentIndex(); |
|
971 |
} |
|
972 |
||
5078
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
973 |
void PageOptions::trimNetNick() |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
974 |
{ |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
975 |
editNetNick->setText(editNetNick->text().trimmed()); |
3527f0e7bb21
Removing pages.cpp and splitting it up into various files.
Zorg <zorgiepoo@gmail.com>
parents:
diff
changeset
|
976 |
} |
6024 | 977 |
|
6911
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
978 |
void PageOptions::savePwdChanged(int state) { |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
979 |
if (state == 0) { |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
980 |
editNetPassword->setEnabled(false); |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
981 |
editNetPassword->setText(""); |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
982 |
} else |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
983 |
editNetPassword->setEnabled(true); |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
984 |
} |
1cda333286e0
added savepassword checkbox to options page, which now reloads values at every acces
koda
parents:
6700
diff
changeset
|
985 |
|
6024 | 986 |
void PageOptions::requestEditSelectedTeam() |
987 |
{ |
|
988 |
emit editTeamRequested(CBTeamName->currentText()); |
|
989 |
} |
|
990 |
||
991 |
void PageOptions::requestDeleteSelectedTeam() |
|
992 |
{ |
|
12241
0b5aa545e058
Add 4 teams on first start of Hedgewars
Wuzzy <almikes@aol.com>
parents:
12240
diff
changeset
|
993 |
if(CBTeamName->count() > 1) |
0b5aa545e058
Add 4 teams on first start of Hedgewars
Wuzzy <almikes@aol.com>
parents:
12240
diff
changeset
|
994 |
emit deleteTeamRequested(CBTeamName->currentText()); |
0b5aa545e058
Add 4 teams on first start of Hedgewars
Wuzzy <almikes@aol.com>
parents:
12240
diff
changeset
|
995 |
else |
0b5aa545e058
Add 4 teams on first start of Hedgewars
Wuzzy <almikes@aol.com>
parents:
12240
diff
changeset
|
996 |
QMessageBox::warning(this, tr("Can't delete last team"), tr("You can't delete the last team!")); |
6024 | 997 |
} |
998 |
||
999 |
void PageOptions::setTeamOptionsEnabled(bool enabled) |
|
1000 |
{ |
|
1001 |
BtnNewTeam->setVisible(enabled); |
|
1002 |
BtnEditTeam->setVisible(enabled); |
|
1003 |
BtnDeleteTeam->setVisible(enabled); |
|
1004 |
CBTeamName->setVisible(enabled); |
|
1005 |
LblNoEditTeam->setVisible(!enabled); |
|
1006 |
} |
|
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1007 |
|
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1008 |
void PageOptions::colorButtonClicked(int i) |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1009 |
{ |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1010 |
if(i < 0 || i >= m_colorButtons.size()) |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1011 |
return; |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1012 |
|
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1013 |
QPalette p = m_colorButtons[i]->palette(); |
13202
2fe85d497e0f
Backed out changeset 3a110dcb6e87 (Qt color chooser)
Wuzzy <Wuzzy2@mail.ru>
parents:
13194
diff
changeset
|
1014 |
QColor c = QColorDialog::getColor(p.color(QPalette::Button)); |
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1015 |
|
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1016 |
if(c.isValid()) |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1017 |
{ |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1018 |
DataManager::instance().colorsModel()->item(i)->setData(c); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1019 |
m_colorButtons[i]->setStyleSheet(QString("background: %1").arg(c.name())); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1020 |
} |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1021 |
} |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1022 |
|
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1023 |
void PageOptions::onColorModelDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight) |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1024 |
{ |
7630
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
1025 |
Q_UNUSED(bottomRight); |
13fa53bb3134
Move some options to the second page so first page doesn't look ugly on low resolution
unc0rr
parents:
7541
diff
changeset
|
1026 |
|
7541
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1027 |
QStandardItemModel * model = DataManager::instance().colorsModel(); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1028 |
|
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1029 |
m_colorButtons[topLeft.row()]->setStyleSheet(QString("background: %1").arg(model->item(topLeft.row())->data().value<QColor>().name())); |
e51b11349637
Allow customization of colors in ui, store custom colors in config
unc0rr
parents:
7153
diff
changeset
|
1030 |
} |
7700 | 1031 |
|
1032 |
void PageOptions::onProxyTypeChanged() |
|
1033 |
{ |
|
7703 | 1034 |
bool b = cbProxyType->currentIndex() != NoProxy && cbProxyType->currentIndex() != SystemProxy ; |
7700 | 1035 |
|
1036 |
sbProxyPort->setEnabled(b); |
|
1037 |
leProxy->setEnabled(b); |
|
1038 |
leProxyLogin->setEnabled(b); |
|
1039 |
leProxyPassword->setEnabled(b); |
|
1040 |
} |
|
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1041 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1042 |
// Video Recording |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1043 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1044 |
void PageOptions::setConfig(GameUIConfig * config) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1045 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1046 |
this->config = config; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1047 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1048 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1049 |
// user changed file format, we need to update list of codecs |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1050 |
void PageOptions::changeAVFormat(int index) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1051 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1052 |
// remember selected codecs |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1053 |
QString prevVCodec = videoCodec(); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1054 |
QString prevACodec = audioCodec(); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1055 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1056 |
// clear lists of codecs |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1057 |
comboVideoCodecs->clear(); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1058 |
comboAudioCodecs->clear(); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1059 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1060 |
// get list of codecs for specified format |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1061 |
LibavInteraction::instance().fillCodecs(comboAVFormats->itemData(index).toString(), comboVideoCodecs, comboAudioCodecs); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1062 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1063 |
// disable audio if there is no audio codec |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1064 |
if (comboAudioCodecs->count() == 0) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1065 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1066 |
checkRecordAudio->setChecked(false); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1067 |
checkRecordAudio->setEnabled(false); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1068 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1069 |
else |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1070 |
checkRecordAudio->setEnabled(true); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1071 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1072 |
// restore selected codecs if possible |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1073 |
int iVCodec = comboVideoCodecs->findData(prevVCodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1074 |
if (iVCodec != -1) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1075 |
comboVideoCodecs->setCurrentIndex(iVCodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1076 |
int iACodec = comboAudioCodecs->findData(prevACodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1077 |
if (iACodec != -1) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1078 |
comboAudioCodecs->setCurrentIndex(iACodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1079 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1080 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1081 |
// user switched checkbox 'use game resolution' |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1082 |
void PageOptions::changeUseGameRes(int state) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1083 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1084 |
if (state && config) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1085 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1086 |
// set resolution to game resolution |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1087 |
QRect resolution = config->vid_Resolution(); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1088 |
widthEdit->setText(QString::number(resolution.width())); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1089 |
heightEdit->setText(QString::number(resolution.height())); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1090 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1091 |
widthEdit->setEnabled(!state); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1092 |
heightEdit->setEnabled(!state); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1093 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1094 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1095 |
// user switched checkbox 'record audio' |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1096 |
void PageOptions::changeRecordAudio(int state) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1097 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1098 |
comboAudioCodecs->setEnabled(!!state); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1099 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1100 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1101 |
void PageOptions::setDefaultCodecs() |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1102 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1103 |
// VLC should be able to handle any of these configurations |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1104 |
// Quicktime X only opens the first one |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1105 |
// Windows Media Player TODO |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1106 |
if (tryCodecs("mp4", "libx264", "aac")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1107 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1108 |
if (tryCodecs("mp4", "libx264", "libfaac")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1109 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1110 |
if (tryCodecs("mp4", "libx264", "libmp3lame")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1111 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1112 |
if (tryCodecs("mp4", "libx264", "mp2")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1113 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1114 |
if (tryCodecs("avi", "libxvid", "libmp3lame")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1115 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1116 |
if (tryCodecs("avi", "libxvid", "ac3_fixed")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1117 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1118 |
if (tryCodecs("avi", "libxvid", "mp2")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1119 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1120 |
if (tryCodecs("avi", "mpeg4", "libmp3lame")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1121 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1122 |
if (tryCodecs("avi", "mpeg4", "ac3_fixed")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1123 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1124 |
if (tryCodecs("avi", "mpeg4", "mp2")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1125 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1126 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1127 |
// this shouldn't happen, just in case |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1128 |
if (tryCodecs("ogg", "libtheora", "libvorbis")) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1129 |
return; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1130 |
tryCodecs("ogg", "libtheora", "flac"); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1131 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1132 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1133 |
void PageOptions::setDefaultOptions() |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1134 |
{ |
8192
81da6576b0c3
Make video recording options have fixed size and merge with spinbox->combobox change.
Mitchell Kember <mk12360@gmail.com>
parents:
8151
diff
changeset
|
1135 |
framerateBox->setCurrentIndex(2); |
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1136 |
bitrateBox->setValue(1000); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1137 |
checkRecordAudio->setChecked(true); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1138 |
checkUseGameRes->setChecked(true); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1139 |
setDefaultCodecs(); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1140 |
} |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1141 |
|
8284 | 1142 |
void PageOptions::checkForUpdates() |
1143 |
{ |
|
1144 |
AutoUpdater *updater = NULL; |
|
1145 |
||
1146 |
#ifdef __APPLE__ |
|
1147 |
#ifdef SPARKLE_ENABLED |
|
1148 |
updater = new SparkleAutoUpdater(); |
|
1149 |
#endif |
|
1150 |
#endif |
|
1151 |
||
1152 |
if (updater) |
|
1153 |
{ |
|
1154 |
updater->checkForUpdatesNow(); |
|
1155 |
delete updater; |
|
1156 |
} |
|
1157 |
} |
|
1158 |
||
8151
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1159 |
bool PageOptions::tryCodecs(const QString & format, const QString & vcodec, const QString & acodec) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1160 |
{ |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1161 |
// first we should change format |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1162 |
int iFormat = comboAVFormats->findData(format); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1163 |
if (iFormat == -1) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1164 |
return false; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1165 |
comboAVFormats->setCurrentIndex(iFormat); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1166 |
// format was changed, so lists of codecs were automatically updated to codecs supported by this format |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1167 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1168 |
// try to find video codec |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1169 |
int iVCodec = comboVideoCodecs->findData(vcodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1170 |
if (iVCodec == -1) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1171 |
return false; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1172 |
comboVideoCodecs->setCurrentIndex(iVCodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1173 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1174 |
// try to find audio codec |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1175 |
int iACodec = comboAudioCodecs->findData(acodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1176 |
if (iACodec == -1 && checkRecordAudio->isChecked()) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1177 |
return false; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1178 |
if (iACodec != -1) |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1179 |
comboAudioCodecs->setCurrentIndex(iACodec); |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1180 |
|
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1181 |
return true; |
25b95d6224fc
Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com>
parents:
8098
diff
changeset
|
1182 |
} |
8346 | 1183 |
|
1184 |
// When the current tab is switched |
|
1185 |
void PageOptions::tabIndexChanged(int index) |
|
1186 |
{ |
|
1187 |
if (index == binderTab) // Switched to bind tab |
|
1188 |
{ |
|
1189 |
binder->resetInterface(); |
|
1190 |
||
1191 |
if (!config) return; |
|
1192 |
||
1193 |
QStandardItemModel * binds = DataManager::instance().bindsModel(); |
|
1194 |
for(int i = 0; i < BINDS_NUMBER; i++) |
|
1195 |
{ |
|
1196 |
QString value = config->bind(i); |
|
1197 |
QModelIndexList mdl = binds->match(binds->index(0, 0), Qt::UserRole + 1, value, 1, Qt::MatchExactly); |
|
1198 |
if(mdl.size() == 1) binder->setBindIndex(i, mdl[0].row()); |
|
1199 |
} |
|
1200 |
} |
|
1201 |
||
1202 |
currentTab = index; |
|
1203 |
} |
|
1204 |
||
1205 |
// When a key bind combobox is changed |
|
1206 |
void PageOptions::bindUpdated(int bindID) |
|
1207 |
{ |
|
1208 |
int bindIndex = binder->bindIndex(bindID); |
|
8434 | 1209 |
|
8346 | 1210 |
if (bindIndex == 0) bindIndex = resetBindToDefault(bindID); |
1211 |
||
1212 |
// Save bind |
|
1213 |
QStandardItemModel * binds = DataManager::instance().bindsModel(); |
|
1214 |
QString strbind = binds->index(binder->bindIndex(bindID), 0).data(Qt::UserRole + 1).toString(); |
|
1215 |
config->setBind(bindID, strbind); |
|
1216 |
} |
|
1217 |
||
1218 |
// Changes a key bind (bindID) to its default value. This updates the bind's combo-box in the UI. |
|
1219 |
// Returns: The bind model index of the default. |
|
1220 |
int PageOptions::resetBindToDefault(int bindID) |
|
1221 |
{ |
|
1222 |
QStandardItemModel * binds = DataManager::instance().bindsModel(); |
|
1223 |
QModelIndexList mdl = binds->match(binds->index(0, 0), Qt::UserRole + 1, cbinds[bindID].strbind, 1, Qt::MatchExactly); |
|
1224 |
if(mdl.size() == 1) binder->setBindIndex(bindID, mdl[0].row()); |
|
1225 |
return mdl[0].row(); |
|
1226 |
} |
|
1227 |
||
1228 |
// Called when "reset all binds" button is pressed |
|
1229 |
void PageOptions::resetAllBinds() |
|
1230 |
{ |
|
1231 |
for (int i = 0; i < BINDS_NUMBER; i++) |
|
1232 |
{ |
|
1233 |
resetBindToDefault(i); |
|
1234 |
bindUpdated(i); |
|
1235 |
} |
|
1236 |
} |