From eb97c46ed68a965d6ddf44fa6741fa929fd7d278 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 7 May 2016 00:03:38 +0200 Subject: cleanup --- src/aboutdialog.ui | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) (limited to 'src/aboutdialog.ui') diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index ea5d2141..8d560f2b 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -6,8 +6,8 @@ 0 0 - 508 - 335 + 746 + 369 @@ -18,13 +18,50 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + 0 + 0 + + + + + 250 + 250 + + + + + 250 + 250 + + - :/MO/gui/mo_icon.ico + :/MO/gui/splash + + + true + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter @@ -83,7 +120,7 @@ - Copyright 2011-2015 Sebastian Herbord + Copyright 2011-2016 Sebastian Herbord @@ -265,6 +302,11 @@ thosrtanner + + + ogrotten + + -- cgit v1.3.1 From c2c48bd39a2f3e4b776c83b516c38439fa14e934 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 4 Jun 2016 14:33:24 +0200 Subject: testing the hook for updating the translation-page --- src/aboutdialog.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/aboutdialog.ui') diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index 8d560f2b..618077ed 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -6,7 +6,7 @@ 0 0 - 746 + 604 369 @@ -151,7 +151,7 @@ - Credits + Thanks @@ -239,7 +239,7 @@ - Others + Other Supporter -- cgit v1.3.1 From 2ea23c41299fa22b0ade479d7e8451bccff4278e Mon Sep 17 00:00:00 2001 From: LePresidente Date: Mon, 25 Dec 2017 07:04:55 +0200 Subject: Disable the bsa tab for release Version bump to 2.1.0 Updated about window --- src/aboutdialog.ui | 45 +++++++++++++++++++++++++++++++++++++++++++-- src/mainwindow.ui | 4 +++- src/version.rc | 2 +- 3 files changed, 47 insertions(+), 4 deletions(-) (limited to 'src/aboutdialog.ui') diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index 618077ed..50a9de5f 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -154,8 +154,44 @@ Thanks - + + + Current Maintainers + + + + + + QAbstractItemView::NoSelection + + + + LePresidente + + + + + Silarn + + + + + erasmux + + + + + Diana + + + + + + + + + Translators @@ -237,7 +273,7 @@ - + Other Supporter @@ -247,6 +283,11 @@ QAbstractItemView::NoSelection + + + Al12 (Discord) + + blacksol diff --git a/src/mainwindow.ui b/src/mainwindow.ui index d8fa1432..d9667ed7 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -906,11 +906,13 @@ p, li { white-space: pre-wrap; } Archives + + true + 6 - 6 diff --git a/src/version.rc b/src/version.rc index f8b62a2f..9de492f6 100644 --- a/src/version.rc +++ b/src/version.rc @@ -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 -- cgit v1.3.1