Skip to content

Commit

Permalink
Disable the bsa tab for release
Browse files Browse the repository at this point in the history
Version bump to 2.1.0
Updated about window
  • Loading branch information
LePresidente committed Dec 25, 2017
1 parent 100f57d commit 2ea23c4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 4 deletions.
45 changes: 43 additions & 2 deletions src/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,44 @@
<string>Thanks</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Current Maintainers</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QListWidget" name="listWidget_2">
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<item>
<property name="text">
<string notr="true">LePresidente</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Silarn</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">erasmux</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Diana</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Translators</string>
</property>
Expand Down Expand Up @@ -237,7 +273,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Other Supporter</string>
</property>
Expand All @@ -247,6 +283,11 @@
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<item>
<property name="text">
<string notr="true">Al12 (Discord) </string>
</property>
</item>
<item>
<property name="text">
<string notr="true">blacksol</string>
Expand Down
4 changes: 3 additions & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -906,11 +906,13 @@ p, li { white-space: pre-wrap; }
<attribute name="title">
<string>Archives</string>
</attribute>
<property name="visible">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<property name="leftMargin">
<number>6</number>
</property>

<property name="topMargin">
<number>6</number>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/version.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "Winver.h"

#define VER_FILEVERSION 2,1,0
#define VER_FILEVERSION_STR "2.1.0beta\0"
#define VER_FILEVERSION_STR "2.1.0\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
Expand Down

0 comments on commit 2ea23c4

Please sign in to comment.