Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update European Portuguese translation #3819

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0436660
Remove broken travis jobs
KjellMorgenstern Feb 24, 2021
7b055f0
Fix minor warnings / performance
KjellMorgenstern Mar 1, 2021
0c7c461
Use C++17
KjellMorgenstern Mar 12, 2021
a3d8cab
Format qss
KjellMorgenstern Mar 12, 2021
1f0953f
fixes nett labels, issues #3340 and #2308.
failiz Jun 16, 2021
b3686f0
Translated using Weblate (German)
May 4, 2021
6ce282f
Translated using Weblate (Portuguese (Portugal))
BrunoRamalhete Jun 4, 2021
be6878c
Translated using Weblate (German)
Jun 10, 2021
3498684
Translated using Weblate (French)
Jun 10, 2021
0e398a6
Merge develop
KjellMorgenstern Mar 13, 2021
7b513d9
Translated using Weblate (Spanish)
Jun 19, 2021
69cf045
lupdate phoenix.pro
KjellMorgenstern Jun 25, 2021
d9301d1
Merge de and es translations from weblate
KjellMorgenstern Jun 28, 2021
b9ed60f
Merge spanish translation from PR #3834
KjellMorgenstern Jun 28, 2021
d16be70
Update translation binaries
KjellMorgenstern Jun 28, 2021
23c32fe
Translated using Weblate (Spanish)
Jun 28, 2021
9358c2a
Translated using Weblate (French)
Jun 28, 2021
ded11ca
Translated using Weblate (Japanese)
Jun 28, 2021
1f61735
Translated using Weblate (Portuguese (Portugal))
Jun 28, 2021
fa532ef
Translated using Weblate (Russian)
Jun 28, 2021
35bad77
Update translation binaries
KjellMorgenstern Jun 28, 2021
01c2694
English string was not yet translated
KjellMorgenstern Jul 2, 2021
3c3d143
Translated using Weblate (Italian)
Jun 28, 2021
53e77c6
Delete empty translation binaries
KjellMorgenstern Jul 2, 2021
e58874c
Fix issue with alien translation artifacts
KjellMorgenstern Jul 2, 2021
8f9c5d4
Fix swapped url + title, projects could not be selected if language s…
KjellMorgenstern Jul 4, 2021
98c1696
Increased width of fabuploaddialog to fit translations.
Jul 12, 2021
d24effa
Remove .ts.orig file from merge conflict
KjellMorgenstern Jul 16, 2021
67355fc
Merge develop
Aug 3, 2021
cb86bd6
Bump version to 0.9.9
KjellMorgenstern Aug 9, 2021
17d6db9
Added Fritzing Fab links to recent file list in welcome view.
Aug 11, 2021
24b6f99
resize a stripboard following the current layout, fixes #3090 #2998 a…
failiz Jul 11, 2021
3ce7549
Do not add wires if they are too small, fixes #3731. Additionally, th…
failiz Jul 14, 2021
e9bd16d
Add keyboard shortcut for rotating by 90 degree, horizontal flip and …
KjellMorgenstern Sep 17, 2021
f0af53a
Fixed #3882 by fixing power label bus removal.
KjellMorgenstern Sep 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge develop
Bump up to version 0.9.8b

Add textutils unit tests

Fix generic IC broken by b723eaab. Fixes issue #3859

change date to 2021-08-03
  • Loading branch information
Kjell Morgenstern authored and KjellMorgenstern committed Sep 15, 2021
commit 67355fc7ccf026eac607c5adcc72bbb769b10584
4 changes: 2 additions & 2 deletions FritzingInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ You should have received a copy of the GNU General Public License
<key>CFBundleExecutable</key>
<string>Fritzing</string>
<key>CFBundleGetInfoString</key>
<string>Fritzing 0.9.7</string>
<string>Fritzing 0.9.8</string>
<key>CFBundleShortVersionString</key>
<string>0.9.7</string>
<string>0.9.8</string>
<key>CFBundleVersion</key>
<string>bda4e</string>
<key>CFBundleIconFile</key>
Expand Down
8 changes: 4 additions & 4 deletions fritzing.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ IDI_ICON1 ICON DISCARDABLE "resources/system_icons/win/frit

#include <windows.h>

#define VER_FILEVERSION 0,9,7,0
#define VER_FILEVERSION_STR "0.9.7\0"
#define VER_FILEVERSION 0,9,8,0
#define VER_FILEVERSION_STR "0.9.8\0"

#define VER_PRODUCTVERSION 0,9,7,0
#define VER_PRODUCTVERSION_STR "0.9.7\0"
#define VER_PRODUCTVERSION 0,9,8,0
#define VER_PRODUCTVERSION_STR "0.9.8\0"

#define VER_COMPANYNAME_STR "Fritzing"
#define VER_FILEDESCRIPTION_STR "Fritzing"
Expand Down
2 changes: 1 addition & 1 deletion org.fritzing.Fritzing.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<!-- <url type="donation">https://fritzing.org/shop/donations/</url> -->
<url type="translate">https://fritzing.org/support-us/language-translation/</url>
<releases>
<release version="0.9.7" date="2021-05-21"/>
<release version="0.9.8" date="2021-08-03"/>
</releases>
<provides>
<binary>Fritzing</binary>
Expand Down
2 changes: 1 addition & 1 deletion src/items/dip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ QString Dip::genModuleID(QMap<QString, QString> & currPropsMap)
int p = pins.toInt();
if (p < 4) p = 4;
if (p % 2 == 1) p--;
return QString("generic_ic_dip_%1_%2").arg(QString(p), spacing);
return QString("generic_ic_dip_%1_%2").arg(QString::number(p), spacing);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/version/partschecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ bool PartsChecker::checkIfClean(const QString & repoPath,
errorNumber++;
branchName = git_reference_shorthand(head);
// TODO: Remove this restriction, maybe limited to an 'expert mode'
if (branchName != "master" && branchName != "release_0.9.7") {
if (branchName != "master" && branchName != "release_0.9.8") {
partsCheckerResult.partsCheckerError = PARTS_CHECKER_ERROR_USED_GIT;
partsCheckerResult.errorMessage = sNotInMasterBranch.arg(repoPath).arg(errorNumber).arg(sBoilerPlate2);
goto cleanup;
Expand Down
2 changes: 1 addition & 1 deletion src/version/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ along with Fritzing. If not, see <http://www.gnu.org/licenses/>.

QString Version::m_majorVersion("0");
QString Version::m_minorVersion("9");
QString Version::m_minorSubVersion("7");
QString Version::m_minorSubVersion("8");
QString Version::m_modifier("b");
QString Version::m_gitVersion(GIT_VERSION);
QString Version::m_gitDate(GIT_DATE); // want standard ISO form
Expand Down
2 changes: 1 addition & 1 deletion tests/auto/auto.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TEMPLATE = subdirs

SUBDIRS = test_svg
SUBDIRS = test_svg test_textutils