mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-08 00:39:47 +02:00
Merge pull request #5065 from IvanSavenko/launcher_ui
Launcher changes from Discord suggestions
This commit is contained in:
commit
1cfbd3b2da
@ -53,7 +53,7 @@
|
||||
"vcmi.quickExchange.moveAllUnits" : "Move All Units",
|
||||
"vcmi.quickExchange.swapAllUnits" : "Swap Armies",
|
||||
"vcmi.quickExchange.moveAllArtifacts" : "Move All Artifacts",
|
||||
"vcmi.quickExchange.swapAllArtifacts" : "Swap Artifact",
|
||||
"vcmi.quickExchange.swapAllArtifacts" : "Swap Artifacts",
|
||||
|
||||
"vcmi.radialWheel.mergeSameUnit" : "Merge same creatures",
|
||||
"vcmi.radialWheel.fillSingleUnit" : "Fill with single creatures",
|
||||
|
@ -29,6 +29,57 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QToolButton" name="startGameButton">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
||||
<horstretch>1</horstretch>
|
||||
<verstretch>10</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Game</string>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>64</width>
|
||||
<height>64</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="modslistButton">
|
||||
<property name="sizePolicy">
|
||||
@ -146,8 +197,8 @@
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
@ -180,57 +231,6 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="startGameButton">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
||||
<horstretch>1</horstretch>
|
||||
<verstretch>10</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Game</string>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>64</width>
|
||||
<height>64</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -792,9 +792,9 @@ void CModListView::installFiles(QStringList files)
|
||||
|
||||
if(!exe.empty())
|
||||
{
|
||||
ui->progressBar->setFormat(tr("Installing Heroes Chronicles"));
|
||||
ui->progressWidget->setVisible(true);
|
||||
ui->pushButton->setEnabled(false);
|
||||
ui->progressBar->setFormat(tr("Installing chronicles"));
|
||||
|
||||
float prog = 0.0;
|
||||
|
||||
|
@ -42,6 +42,9 @@
|
||||
<property name="placeholderText">
|
||||
<string>Filter</string>
|
||||
</property>
|
||||
<property name="clearButtonEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -480,8 +480,8 @@ Install successfully downloaded?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<translation>安装历代记</translation>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished">安装历代记</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="853"/>
|
||||
|
@ -327,7 +327,7 @@ Install successfully downloaded?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -469,7 +469,7 @@ Installer les téchargements réussis?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -476,8 +476,8 @@ Installation erfolgreich heruntergeladen?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<translation>Installation der Chronicles</translation>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished">Installation der Chronicles</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="853"/>
|
||||
|
@ -476,8 +476,8 @@ Zainstalować pomyślnie pobrane?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<translation>Instalowanie Kronik</translation>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished">Instalowanie Kronik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="853"/>
|
||||
|
@ -377,8 +377,8 @@ O download da instalação foi bem-sucedido?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<translation>Instalando crônicas</translation>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished">Instalando crônicas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="853"/>
|
||||
|
@ -426,7 +426,7 @@ Install successfully downloaded?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -440,7 +440,7 @@ Instalar lo correctamente descargado?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -476,8 +476,8 @@ Installation framgångsrikt nedladdad?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<translation>Installera Chronicles</translation>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished">Installera Chronicles</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="853"/>
|
||||
|
@ -464,7 +464,7 @@ Install successfully downloaded?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -426,7 +426,7 @@ Install successfully downloaded?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modManager/cmodlistview_moc.cpp" line="791"/>
|
||||
<source>Installing chronicles</source>
|
||||
<source>Installing Heroes Chronicles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
Loading…
Reference in New Issue
Block a user