From 600c649c3d611b44b7310d059b6b8755ccee3304 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 23 Nov 2018 13:55:42 +0100 Subject: Update About Dialog text --- LICENSE.md | 7 ++++++- README.md | 8 +------- lib/about/aboutdialog.cpp | 17 ++++++++++++++--- lib/about/aboutdialog.ui | 7 +++++-- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 55c3d71..80e1d0d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -29,6 +29,11 @@ along with this program. If not, see . - url: https://github.com/itay-grudev/SingleApplication - license: MIT -## breakpad +## KDE Frameworks (optional) +- url: https://community.kde.org/Frameworks +- license: LGPL-2.1 +- source code: https://cgit.kde.org/ + +## Breakpad (optional) - url: https://chromium.googlesource.com/breakpad/breakpad - license: BSD-3-Clause diff --git a/README.md b/README.md index 7b80658..bd177b2 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,7 @@ you exercise your freedom. It's a small boat. It says poi. ### Sounds dumb, how do I use it? -You make it yourself. - -It's a cmake-based project that depends on Qt and Boost, so cmake && make alone -should be sufficient to build from source. Some basic package scripts are -provided in the repository. - -Detailed [build instructions](/smolbote/building.html) also included. +You make it yourself. Detailed [build instructions](/smolbote/building.html) included. ### It doesn't work, what now? Drop me an email at _aqua at iserlohn dash fortress dot net_. diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index 6434d68..12210dc 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -9,6 +9,7 @@ #include "aboutdialog.h" #include "ui_aboutdialog.h" #include +#include "config.h" // compiler // clang also defines __GNUC__, so we need to check for clang first @@ -33,8 +34,7 @@ AboutDialog::AboutDialog(QWidget *parent) ui->aboutLabel->setText(tr("

smolbote %1

" "

yet another no-frills browser

" - "

This program is free software, see License for more information.

" - "

This program uses free software: Qt5, Boost

") + "

This program is free software, see License for more information.

") .arg(qApp->applicationVersion())); ui->licenseLabel->setText(tr("

Copyright 2017 - 2018 aqua

" @@ -50,7 +50,18 @@ AboutDialog::AboutDialog(QWidget *parent) "

You can read the full terms of the license on the GNU website.

")); ui->detailsLabel->setText(tr("

Version " poi_Version "

" - "

Compiled with " compiler "

")); + "

Compiled with " compiler "

" + "

Libraries:

")); } diff --git a/lib/about/aboutdialog.ui b/lib/about/aboutdialog.ui index 13edfed..0af877d 100644 --- a/lib/about/aboutdialog.ui +++ b/lib/about/aboutdialog.ui @@ -81,8 +81,8 @@ 0 0 - 96 - 30 + 406 + 450 @@ -125,6 +125,9 @@ true + + true + -- cgit v1.2.1