diff --git a/AUTHORS b/AUTHORS index 83ceb5d20..d18ac47bf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -33,6 +33,7 @@ Unink-Lio (Chinese) Wu Cheng-Hong (Traditional Chinese) Widya Walesa (Indonesian) Beqa Arabuli (Georgian) +Daiki Noda (Japanese) Special thanks: diff --git a/src/lib/network/qupzillaschemehandler.cpp b/src/lib/network/qupzillaschemehandler.cpp index fead8702c..c67b410a3 100644 --- a/src/lib/network/qupzillaschemehandler.cpp +++ b/src/lib/network/qupzillaschemehandler.cpp @@ -227,7 +227,8 @@ QString QupZillaSchemeReply::aboutPage() authorString("Unink-Lio", "unink4451@163.com") + " (Chinese)
" + authorString("Wu Cheng-Hong", "stu2731652@gmail.com") + " (Traditional Chinese)
" + authorString("Widya Walesa", "walecha99@gmail.com") + " (Indonesian)
" + - authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)" + authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)
" + + authorString("Daiki Noda", "sys.pdr.pdm9@gmail.com") + " (Japanese)" ); } diff --git a/src/lib/other/aboutdialog.cpp b/src/lib/other/aboutdialog.cpp index 88d635bc1..de37199f1 100644 --- a/src/lib/other/aboutdialog.cpp +++ b/src/lib/other/aboutdialog.cpp @@ -22,7 +22,7 @@ #include "tabbedwebview.h" #include "webpage.h" #include "qtwin.h" - +#include AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent), ui(new Ui::AboutDialog) @@ -105,7 +105,8 @@ void AboutDialog::showAuthors() "Unink-Lio
" "Wu Cheng-Hong
" "Widya Walesa
" - "Beqa Arabuli") + "Beqa Arabuli
" + "Daiki Noda") )); m_authorsHtml.append(""); } diff --git a/src/lib/other/aboutdialog.ui b/src/lib/other/aboutdialog.ui index c7cfbcc70..da4c99088 100644 --- a/src/lib/other/aboutdialog.ui +++ b/src/lib/other/aboutdialog.ui @@ -6,7 +6,7 @@ 0 0 - 271 + 381 440 diff --git a/src/lib/popupwindow/popupwindow.cpp b/src/lib/popupwindow/popupwindow.cpp index 25264418b..f6dbe9db1 100644 --- a/src/lib/popupwindow/popupwindow.cpp +++ b/src/lib/popupwindow/popupwindow.cpp @@ -81,6 +81,7 @@ PopupWindow::PopupWindow(PopupWebView* view, bool showStatusBar) // Ensuring correct sizes for widgets in layout are calculated even // before calling QWidget::show() + m_layout->invalidate(); m_layout->activate(); }