Skip to content

Commit

Permalink
Fix 'don't show this message' flag disables action #419
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsandy committed Mar 12, 2021
1 parent f1e7a1a commit df2a91f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion builds/linux/obs/alldeps/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Last Update: July 19, 2020
# Copyright (c) 2017 - 2020 by Trevor SANDY
pkgname=lpub3d
pkgver=2.4.1.2051
pkgver=2.4.1.2052
pkgrel=1
pkgdesc="An LDraw Building Instruction Editor"
url="https://github.com/trevorsandy/lpub3d.git"
Expand Down
6 changes: 3 additions & 3 deletions builds/linux/obs/alldeps/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lpub3d (2.4.1.2051) debian; urgency=medium
lpub3d (2.4.1.2052) debian; urgency=medium

* LPub3D version 2.4.1.1.2051_20210312 for Linux
* LPub3D version 2.4.1.1.2052_20210312 for Linux

-- Trevor SANDY <trevor.sandy@gmail.com> Fri, 12 Mar 2021 06:42:55 +0100
-- Trevor SANDY <trevor.sandy@gmail.com> Fri, 12 Mar 2021 06:43:32 +0100
2 changes: 1 addition & 1 deletion builds/linux/obs/alldeps/debian/lpub3d.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 1.0
Source: lpub3d
Binary: lpub3d
Architecture: any
Version: 2.4.1.2051
Version: 2.4.1.2052
Maintainer: Trevor SANDY <trevor.sandy@gmail.com>
Homepage: https://trevorsandy.github.io/lpub3d/
Standards-Version: 3.9.7
Expand Down
4 changes: 2 additions & 2 deletions builds/linux/obs/alldeps/lpub3d.spec
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ BuildRequires: fdupes
Summary: An LDraw Building Instruction Editor
Name: lpub3d
Icon: lpub3d.xpm
Version: 2.4.1.2051
Version: 2.4.1.2052
Release: <B_CNT>%{?dist}
URL: https://trevorsandy.github.io/lpub3d
Vendor: Trevor SANDY
Expand Down Expand Up @@ -731,5 +731,5 @@ update-mime-database /usr/share/mime >/dev/null || true
update-desktop-database || true
%endif

* Fri Mar 12 2021 - trevor.dot.sandy.at.gmail.dot.com 2.4.1.2051
* Fri Mar 12 2021 - trevor.dot.sandy.at.gmail.dot.com 2.4.1.2052
- LPub3D Linux package (rpm) release
Binary file modified builds/utilities/ci/secure/.secrets.tar.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion builds/utilities/version.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2 4 1 1 2051 6e11963
2 4 1 1 2052 f1e7a1a
2 changes: 1 addition & 1 deletion mainApp/docs/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LPub3D 2.4.1.1.2051 (12 03 2021 06:42:55)
LPub3D 2.4.1.1.2052 (12 03 2021 06:43:32)

Features, enhancements, fixes and changes
------------
Expand Down
2 changes: 1 addition & 1 deletion mainApp/docs/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<table class="tg">
<tr>
<th class="tg-0pky">
<h4><a id="LPub3D_0"></a>LPub3D 2.4.1.1.2051 (12 03 2021 06:42:55)</h4>
<h4><a id="LPub3D_0"></a>LPub3D 2.4.1.1.2052 (12 03 2021 06:43:32)</h4>
<hr>
<p>
LPub3D Official release.<br>
Expand Down
2 changes: 1 addition & 1 deletion mainApp/lpub_preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3265,7 +3265,7 @@ int Preferences::showMessage(Preferences::MsgID msgID, const QString &message,
{
foreach (QString messageNotShown, messagesNotShown)
if (messageNotShown.startsWith(msgID.toString()))
return 1;
return QMessageBox::Ok;

QString msgTitle = title.isEmpty() ? msgKeyTypes[msgID.msgKey][0] : title;
QString msgType = type.isEmpty() ? msgKeyTypes[msgID.msgKey][1] : type;
Expand Down
2 changes: 1 addition & 1 deletion mainApp/nativeviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ void Gui::createBuildModification()

// BuildMod meta command lines are written in a bottom up manner

// Set ModBeginLineNum to top of step parts plus the number of parts replacec by BuildMod
// Set ModBeginLineNum to top of step parts plus the number of parts replaced by BuildMod
// This is the position for BUILD_MOD END
ModBeginLineNum += SaveModPieces;

Expand Down
2 changes: 1 addition & 1 deletion mainApp/org.trevorsandy.lpub3d.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<binary>lpub3d24</binary>
​</provides>
<releases>
<release version="2.4.1.2051" date="2021-03-12">
<release version="2.4.1.2052" date="2021-03-12">
<description>
<p>LPub3D Linux AppImage package</p>
</description>
Expand Down

0 comments on commit df2a91f

Please sign in to comment.