1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-14 07:37:43 +02:00

8588 Commits

Author SHA1 Message Date
Paul Licameli
a663fefb8c Up to date credit link for vorbis 2018-02-05 09:00:58 -05:00
Paul Licameli
4a24e2c089 Splash: make a big one 2018-02-05 08:56:16 -05:00
Paul Licameli
007fa9eca2 http -> https in user-visible strings...
... Some in wxT can be edited directly, some in _() are not really used now
so they can be edited directly, others require a post-translation substitution.

Not all links to libraries from Credits work with https: so update only those
that do.
2018-02-05 08:52:13 -05:00
Paul Licameli
ff3b052bc7 Updated nl.pl -- Dutch from Transifex, now 100% 2018-02-05 07:52:02 -05:00
Steve Daulton
4e94c490a4 Update README links 2018-02-05 10:01:09 +00:00
Paul Licameli
42291b96a8 More translation catalog updates 2018-02-04 21:51:54 -05:00
Paul Licameli
bc9039f924 Merged all .po files...
ls *.po | xargs -t -n1 -I {} msgmerge -U --previous --add-location=file {} audacity.pot
2018-02-04 21:48:47 -05:00
Paul Licameli
5ae77fdcbc Updated nl.po -- Dutch from Transifex (97% complete) 2018-02-04 21:40:02 -05:00
Paul Licameli
60aebb0339 Updated pl.po -- Polish from Transifex 2018-02-04 21:36:14 -05:00
Paul Licameli
60e3b725cd As directed by Kaya Zeren: changed tr.po to have two plural forms...
... but simply duplicated the existing messages.
2018-02-04 21:24:21 -05:00
Paul Licameli
298f3111b4 Update copyright date in About window 2018-02-04 21:01:50 -05:00
Yuri Chornoivan
90e62728db Fix Ukrainian translation 2018-02-03 09:23:17 -05:00
Yuri Chornoivan
d5696a49b0 Fix Ukrainian translation 2018-02-03 09:23:17 -05:00
James Crook
1ca92d8834
Remove branches.txt. Old experiment that is not needed.
If we want/need a record of official/semi-official branches, we will do so on wiki.
2018-01-30 16:29:30 +00:00
Paul Licameli
cf66f88050 Fix build of mod-nyq-bench 2018-01-29 23:01:34 -05:00
Paul Licameli
e2f1e9fdde Fix build of audacity.mo for zh_CN on Windows 2018-01-29 17:40:56 -05:00
Paul Licameli
2fea347394 Updates to README.txt by Bill Wharrie 2018-01-28 23:08:53 -05:00
Paul Licameli
1ced86fce1 Beta build 2018-01-28 21:33:49 -05:00
Darrell Walisser
58d478c039 Update for FFmpeg 3.5 2018-01-28 15:49:44 -05:00
Darrell Walisser
3d4a357f95 Update for FFmpeg 3.5 2018-01-26 19:18:25 -05:00
Paul Licameli
c1babb3bb3 Revert "Make FFmpeg header files browseable in Xcode project"
This reverts commit 6f66ee5651f1ef4b78dc424775d9724a4735497a.
2018-01-26 19:18:03 -05:00
Paul Licameli
6f66ee5651 Make FFmpeg header files browseable in Xcode project 2018-01-26 19:08:04 -05:00
Paul Licameli
b878b011ce Fix warnings reported by the pvs-studio team, all inconsequential 2018-01-26 10:15:26 -05:00
Paul Licameli
ec31d105bf Simplify conditions 2018-01-26 10:12:14 -05:00
Paul Licameli
0a035b0ffc Avoid bit-shifting of -1 value 2018-01-26 10:12:14 -05:00
Paul Licameli
c40b254626 while -> if 2018-01-26 10:12:14 -05:00
Paul Licameli
4644b5cb16 Simplify condition 2018-01-26 10:12:14 -05:00
Paul Licameli
168db87ddf Fix identical sub-expressions of - operator 2018-01-26 10:12:14 -05:00
Paul Licameli
7c73011629 Where if and else branches were the same, simplify...
... None of the examples was really a bug.

ExpandingToolBar.cpp is unused in fact.
2018-01-26 10:12:13 -05:00
Steve Daulton
8529350707 Zoom on mouse when no selection
Just cursor clicked but no time selection counts as no selection.
2018-01-26 14:23:35 +00:00
Pokechu22
60ea8a662b Update mac icons 2018-01-25 16:30:16 -05:00
Paul Licameli
d4b21bb33e Bug 1600: Should keep progress dialog visible throughout Exp. Multi 2018-01-25 15:58:37 -05:00
Paul Licameli
f5737be02c Ran autoreconf --force --no-recursive 2018-01-24 22:34:35 -05:00
Paul Licameli
7c9273f0f6 Revert "2.2.0 > 2.2.2 in configure"
This reverts commit 92b6124bbcb51e4fc751e2396a873e5658f929f5.
2018-01-24 22:29:02 -05:00
Paul Licameli
92b6124bbc 2.2.0 > 2.2.2 in configure 2018-01-24 22:19:05 -05:00
Paul Licameli
c61b11fae0 Corrections for pt_PT.po -- European Portuguese by Bruno Ramalhete 2018-01-24 20:53:01 -05:00
Paul Licameli
22605c089f Enable upstream dropout detection 2018-01-24 17:46:57 -05:00
Pokechu22
b6255d4fa1 Update DMG background 2018-01-24 14:56:08 -05:00
Pokechu22
96a9a23dea Update installer images 2018-01-24 14:38:46 -05:00
Pokechu22
5e2e5af0ab Update audacity icon 2018-01-24 14:38:44 -05:00
Paul Licameli
2677ec5fe1 Bug1831: Export Multi fails? Erase incomplete, restore original file! 2018-01-24 14:38:44 -05:00
Paul Licameli
533ca24079 Raphaël Marinier: remove more unnecessary changes of format...
... A search of FFmpeg source code shows that the nonstandard %t format
occurs nowhere in it.
2018-01-24 14:06:09 -05:00
Raphaël Marinier
c6e1665b52 Simplification in av_log_wx_callback, because wxLogDebug is threadsafe. (#246)
wxLogDebug is threadsafe since wxWidgets 2.9.1 (releated in 2010)
according to
http://docs.wxwidgets.org/3.0/overview_log.html#overview_log_mt.

Note also that wxLogDebug could already have been called from multiple
threads even with EXPERIMENTAL_OD_FFMPEG unset. According to FFmpeg
doc, the logging callback can be called from multiple threads because
some codecs are multithreaded:
https://ffmpeg.org/doxygen/2.5/group__lavu__log.html#ga14034761faf581a8b9ed6ef19b313708
2018-01-24 13:22:26 -05:00
Paul Licameli
e82fcf9549 From Raphael Marinier: Fix Linux crash importing bad .wav file...
... A mistaken, unneeded change of a vsprintf format string caused a crashing
misinterpretation of a format argument; just writing errors to log.
2018-01-24 12:36:44 -05:00
Paul Licameli
2dbee940e0 Fix Windows build 2018-01-24 11:44:06 -05:00
Paul Licameli
9e8d36adc2 Fix Windows build 2018-01-24 07:48:37 -05:00
Paul Licameli
9c1b251313 Corrections for pt_PT.po -- European Portuguese by Bruno Ramalhete 2018-01-23 22:22:07 -05:00
Paul Licameli
52a7f2320d Re-fix some warnings about mixing signed and unsigned better...
... Assuming that large unsigned magnitudes with high order bit set are not
the problem, but signed negatives of small magnitude may be:

1) Always cast the unsigned to signed in comparisons, not the other way.

Also:

2) Cast unsigned TERM to signed by itself, before subtracting.  Don't cast
the result.

3) Rewrite some comparisons by moving subtracted term to other side.

See commits
d2fe7b1757d77d93d82d53685a118517a4d2e996
f463eda36c059236ecc168919c745eb687170c95
2018-01-23 18:51:53 -05:00
Paul Licameli
85ceb5d7f4 Correct Audacity version in INSTALL 2018-01-23 18:28:08 -05:00
Paul Licameli
3d2451e61b Correct audacity version numbers in .pot and .po; es.po format errors 2018-01-23 18:21:03 -05:00