Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
llamaret committed Mar 21, 2020
1 parent 168b39e commit 5f76070
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 17 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ to be two digits long
### Added
- This changelog file

## [20.03.23] - 2020-03-23
### Added
- Added stereoscopic filters for 3D video options
- Added Hungarian language Pack
- Added Indonesian language Pack

### Fixed
- Fixed application update notification system
- Fixed bugs report option
- Fixed AppImage File (only GNU/Linux)

### Changed
- Changed icons included to the graphical interface

## [20.02.18] - 2020-02-18
### Added
Expand Down
Binary file modified icons/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions icons/transifex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<file>icons/volume.svg</file>
<file>icons/pause.svg</file>
<file>icons/info.svg</file>
<file>icons/translators.svg</file>
<file>icons/legal.svg</file>
<file>icons/changelog.svg</file>
<file>icons/system_poweroff.svg</file>
Expand All @@ -54,7 +53,7 @@
<file>icons/black-white.svg</file>
<file>icons/facebook.svg</file>
<file>icons/twitter.svg</file>
<file>icons/telegram.svg</file>
<file>icons/transifex.svg</file>
<file>icons/github.svg</file>
<file>icons/gitter.svg</file>
<file>icons/open-collective.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion packaging-Rosa-rpm/mystiq.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Audio/Video converter
Name: mystiq
Version: 20.02.18
Version: 20.03.23
Release: 1
License: GPLv3
Group: Video
Expand Down
6 changes: 3 additions & 3 deletions ui/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ void AboutDialog::on_twitter_button_clicked()
Q_UNUSED(b)
}

void AboutDialog::on_telegram_button_clicked()
void AboutDialog::on_transifex_button_clicked()
{
QString telegram_go="https://t.me/blogswlx";
bool b = QDesktopServices::openUrl( QUrl( telegram_go, QUrl::TolerantMode ) );
QString transifex_go="https://www.transifex.com/swl-x-project/mystiq-video-converter/";
bool b = QDesktopServices::openUrl( QUrl( transifex_go, QUrl::TolerantMode ) );
Q_UNUSED(b)
}

Expand Down
2 changes: 1 addition & 1 deletion ui/aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private slots:

void on_twitter_button_clicked();

void on_telegram_button_clicked();
void on_transifex_button_clicked();

void on_liberapay_button_clicked();

Expand Down
21 changes: 11 additions & 10 deletions ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<widget class="QWidget" name="tabTranslators">
<attribute name="icon">
<iconset resource="../images.qrc">
<normaloff>:/actions/icons/translators.svg</normaloff>:/actions/icons/translators.svg</iconset>
<normaloff>:/actions/icons/translate.svg</normaloff>:/actions/icons/translate.svg</iconset>
</attribute>
<attribute name="title">
<string>Translators</string>
Expand Down Expand Up @@ -302,6 +302,7 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; - Improved bugs report option&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; - Added Hungarian language Pack&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; - Added Indonesian language Pack&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; - Improved AppImage File (only GNU/Linux)&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; - New icons included to the graphical interface&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Version 20.02.18 (2020-02-18)&lt;/span&gt;&lt;/p&gt;
Expand Down Expand Up @@ -469,9 +470,9 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
<widget class="QToolButton" name="facebook_button">
<widget class="QToolButton" name="transifex_button">
<property name="toolTip">
<string notr="true">Facebook</string>
<string notr="true">Transifex</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
Expand All @@ -481,7 +482,7 @@ p, li { white-space: pre-wrap; }
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/actions/icons/facebook.svg</normaloff>:/actions/icons/facebook.svg</iconset>
<normaloff>:/actions/icons/transifex.svg</normaloff>:/actions/icons/transifex.svg</iconset>
</property>
<property name="iconSize">
<size>
Expand All @@ -495,9 +496,9 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
<widget class="QToolButton" name="twitter_button">
<widget class="QToolButton" name="facebook_button">
<property name="toolTip">
<string notr="true">Twitter</string>
<string notr="true">Facebook</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
Expand All @@ -507,7 +508,7 @@ p, li { white-space: pre-wrap; }
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/actions/icons/twitter.svg</normaloff>:/actions/icons/twitter.svg</iconset>
<normaloff>:/actions/icons/facebook.svg</normaloff>:/actions/icons/facebook.svg</iconset>
</property>
<property name="iconSize">
<size>
Expand All @@ -521,9 +522,9 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
<widget class="QToolButton" name="telegram_button">
<widget class="QToolButton" name="twitter_button">
<property name="toolTip">
<string notr="true">Telegram</string>
<string notr="true">Twitter</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
Expand All @@ -533,7 +534,7 @@ p, li { white-space: pre-wrap; }
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/actions/icons/telegram.svg</normaloff>:/actions/icons/telegram.svg</iconset>
<normaloff>:/actions/icons/twitter.svg</normaloff>:/actions/icons/twitter.svg</iconset>
</property>
<property name="iconSize">
<size>
Expand Down

0 comments on commit 5f76070

Please sign in to comment.