Skip to content

Commit 5425b03

Browse files
committed
Fixing UI
1 parent ed94765 commit 5425b03

File tree

10 files changed

+692
-329
lines changed

10 files changed

+692
-329
lines changed

icons/list_background.png

-4.76 KB
Loading

icons/preview.svg

Lines changed: 7 additions & 6 deletions
Loading

icons/settings.svg

Lines changed: 3 additions & 3 deletions
Loading

translations/mystiq_es.qm

40.2 KB
Binary file not shown.

translations/mystiq_es_ES.qm

40.2 KB
Binary file not shown.

translations/mystiq_es_ES.ts

Lines changed: 316 additions & 54 deletions
Large diffs are not rendered by default.

translations/mystiq_fr.ts

Lines changed: 188 additions & 147 deletions
Large diffs are not rendered by default.

ui/aboutdialog.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
4242

4343
QTextBrowser *info = ui->txtInfo;
4444
QTextBrowser *translators = ui->txtTranslators;
45+
QTextBrowser *license = ui->txtLicense;
46+
QTextBrowser *changelog = ui->txtChangelog;
4547

4648
info->setOpenExternalLinks(true);
4749

@@ -99,6 +101,12 @@ AboutDialog::AboutDialog(QWidget *parent) :
99101
translators->setPalette(p);
100102
translators->setFrameShape(QTextBrowser::NoFrame);
101103

104+
license->setPalette(p);
105+
license->setFrameShape(QTextBrowser::NoFrame);
106+
107+
changelog->setPalette(p);
108+
changelog->setFrameShape(QTextBrowser::NoFrame);
109+
102110
// Make the window size fixed.
103111
this->adjustSize();
104112
this->setMinimumWidth(this->width());

ui/aboutdialog.ui

Lines changed: 169 additions & 118 deletions
Large diffs are not rendered by default.

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define VERSION_H
2020

2121
// human-readable version string (VersionName)
22-
#define VERSION_STRING "0.3.0"
22+
#define VERSION_STRING "0.3.1"
2323

2424
// machine-readable version id (VersionId)
2525
// the update-checker compares versions using this integer

0 commit comments

Comments
 (0)