1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

12830 Commits

Author SHA1 Message Date
Paul Licameli
e47245bd8c Fix use of uninitialized data for meter when emulating volume 2021-02-06 09:20:30 -05:00
Patriccollu Gmail
350f84bed6 Update Corsican translation 2021-02-05 18:35:33 +00:00
Thomas De Rocker
2d1821fec7 Update Dutch translation 2021-02-05 14:27:17 +00:00
Nikitich
6f1af88795 Update Russian translation 2021-02-05 12:55:53 +00:00
Grzegorz Pruchniakowski
9f7fa5dee4
Update Polish from Transifex - fix PR #726 (#740)
Update Polish from Transifex.
This is updated pl.po file from Transifex with this PR: https://github.com/audacity/audacity/pull/726.
Greetings,
Gootector
2021-02-05 12:44:37 +00:00
Sampo Hippeläinen
36126c96d8 Update Finnish translation 2021-02-04 22:03:34 +00:00
Yuri Chornoivan
e5736add08 Update Ukranian translation 2021-02-04 22:03:34 +00:00
Grzegorz Pruchniakowski
3abc888817 Update Polish translation 2021-02-04 22:03:11 +00:00
James Crook
0e20a0873f Bug 2656 - Cannot horizontal scroll when paused in play-at-speed. 2021-02-04 21:49:29 +00:00
James Crook
fef877324d Update .pot and .po files. 2021-02-04 18:56:58 +00:00
Mukul Kulkarni
a76b7ec295 Add Marathi translation 2021-02-04 17:57:32 +00:00
scootergrisen
ccbd9a3d3c Update Danish translation 2021-02-04 17:55:31 +00:00
jozef m
96f17ab163 Update Slovak translation 2021-02-04 17:49:18 +00:00
Hwanyong Lee (Ajou)
20a8f1447c Update Korean translation 2021-02-04 17:40:10 +00:00
Emma
215abfb5a8 Update French translation 2021-02-04 17:38:57 +00:00
Sampo Hippeläinen
d8b79a3a22 Update Finnish translation 2021-02-04 17:22:47 +00:00
Patriccollu
a37162ffca Add Corsican language (co.po etc) 2021-02-04 17:14:02 +00:00
WhiredPlanck
a35e1550dd Update zh_CN.po 2021-02-04 17:01:09 +00:00
Marek Materzok
10f644ea19 Fix Polish translation for zero-padding. 2021-02-04 17:00:57 +00:00
Paul Licameli
40682f834a Removed some unnecessary #include directives 2021-02-04 10:12:42 -05:00
Paul Licameli
175584cb51 Removed some unnecessary #include directives 2021-02-04 08:26:29 -05:00
Leland Lucius
521c2e0b58 Missed a file 2021-02-04 03:17:32 -06:00
Leland Lucius
773a86d66e Bug 2654 - Enh: Time tracks have no context menu for scale changes - inconsistent with audio track 2021-02-04 02:56:26 -06:00
Paul Licameli
3144f0120a WaveTrack did not need Spectrum.h 2021-02-03 23:06:53 -05:00
Paul Licameli
5fda4b959f Some command flags can be defined nearer their sole points of use 2021-02-03 17:05:27 -05:00
James Crook
9d800c8969 Bug 2655 - (Updated error msg and help link)
Following feedback from QA.
2021-02-03 18:50:52 +00:00
James Crook
ab30778306 Bug 2655 - Import Audio command can import open projects and can import a project into itself 2021-02-03 16:41:28 +00:00
James Crook
67dff35a12 Bug 2640 - Plot Spectrum and Contrast analyzers are not "Repeatable"
Completing the update by John Colket.  The plan always was that
these new 'repeat' entries were optional commands bindable to
keyboard shortcuts by advanced users.

Users visiting the menus can re-select the item they want.
For these menu users it would be confusing/overload to list
these repeat commands in the menu.  Repeat last effect in the Effects
menu is more important.  It is there in the menu to signal to
users that there is the Ctrl+R key binding for it.
2021-02-03 11:40:21 +00:00
JohnColket
a3d9f41fb4
Bug 2582 - Enh: Repeat last Process, Part 2 (#734) 2021-02-03 11:02:49 +00:00
Paul Licameli
eb888bb03b Redo aup3 import more simply; fix cut, copy, import of TimeTrack 2021-02-02 15:24:28 -05:00
Paul Licameli
92e36332f3 Reimplement importation of .aup3 file more simply...
... Breaking dependency of ProjectFileIO on on TimeTrack, and reusing the same
functions that implement cross-document copy and paste of tracks.

Also changing behavior, so that if a TimeTrack exists but another is imported,
then the import quietly replaces the existing completely.
2021-02-02 15:22:44 -05:00
Paul Licameli
15313a27f7 Define virtual Track::PasteInto to simplfy Paste...
... Also making EditMenus not dependent on TimeTrack
2021-02-02 15:01:51 -05:00
Paul Licameli
8543d2dd30 Also skip TimeTrack in some other commands with the flag 2021-02-02 14:56:52 -05:00
Paul Licameli
2842fa7d56 Don't cut or copy TimeTrack...
... Which was the intention in the flags enabling the commands
2021-02-02 14:44:28 -05:00
Paul Licameli
badb1643fa New Track virtual eliminates a track_cast in CommonCommandFlags...
... Also a better name for one of the command flags

This allows removal of special mention of TimeTrack
2021-02-02 14:42:21 -05:00
Paul Licameli
89f572f798 Define Tags::Merge 2021-02-02 14:00:52 -05:00
Leland Lucius
392360a629 Bug 453 - Nyquist receives Unicode characters from Audacity producing platform-inconsistent behaviour 2021-02-02 03:01:00 -06:00
Leland Lucius
282bdfa5cc Bug 866 - FFmpeg: Audacity rejects FFmpeg in PATH/doesn't search PATH if invalid libs are in FFmpeg path 2021-02-02 00:37:52 -06:00
Leland Lucius
31c0196bb4 Bug 2636 - No thousands separator in Spectral Selection toolbar 2021-02-01 23:22:05 -06:00
Paul Licameli
e89546d941 Keep EXPERIMENTAL_EFFECTS_RACK compilable 2021-02-01 20:20:04 -05:00
Leland Lucius
4f7affad3f Bug 2135 - Audacity crashes if launched with a locked pluginregistry.cfg file 2021-02-01 18:05:16 -06:00
Leland Lucius
9543dd36c4 Update libsbsms to 2.2.0
Just a minor change that just bumps the libsbsms version.
2021-02-01 13:21:02 -06:00
Leland Lucius
c0a8537880 Remove constraint in AUP importer for "h" attribute 2021-02-01 11:24:42 -06:00
Leland Lucius
fcfca160c3 Remove unneeded include 2021-02-01 10:41:13 -06:00
Leland Lucius
5107c0f350 No longer need header replacement for sbsms.h 2021-02-01 10:35:52 -06:00
Leland Lucius
25ab87168d Actually include the 2.1.0 sbsms library 2021-02-01 10:19:33 -06:00
Leland Lucius
a5609e44d0 Use version 2.1.0 of libsbsms
This is actually the exact code we already use, but Clayton has
set up a github repo for the release to make it available to
distros.
2021-02-01 10:12:06 -06:00
Yuri Chornoivan
dd9998c855
Fix minor typo: coninue -> continue (#736) 2021-02-01 11:49:26 +00:00
Leland Lucius
accd1770b4 Bug 2645 - FFmpeg library not filtered correctly in browse in Libraries preferences 2021-02-01 00:03:47 -06:00
Leland Lucius
005ceb31fc Add missing include 2021-01-31 23:43:44 -06:00