1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

12842 Commits

Author SHA1 Message Date
Leland Lucius
68870710b9 Bug 2661 - Status bar not updated on language change 2021-02-09 13:47:48 -06:00
Leland Lucius
f8765d9101 Bug 1779 - Linux: Sound Activation Level window unusable / malformed. High DPI 2021-02-09 13:07:23 -06:00
Leland Lucius
8a47799516 Add missing includes 2021-02-09 12:38:07 -06:00
Leland Lucius
407fa67a74 Bug 1927 - Help > Generate Support Data crashes Audacity 2021-02-09 12:31:04 -06:00
Joachim Huffer
c3013af661 Update German translation 2021-02-09 14:32:42 +00:00
Olivier Humbert
850436bf39 Update French translation 2021-02-09 14:32:00 +00:00
Michele Locati
2ca5961bd5 Update Italian translation 2021-02-09 14:31:23 +00:00
Leland Lucius
2002cd91dd Prevent "Could not transfer data..." message in Audaicty log 2021-02-07 20:49:11 -06:00
Paul Licameli
5c80f6f19f Specification of Preferences menu item simplified 2021-02-07 11:55:14 -05:00
Alexander Gabilondo
51b237a454 Update Basque translation 2021-02-07 11:33:54 +00:00
Leland Lucius
0f810708bb Fix LV2 buffer size display in Settings 2021-02-06 13:07:52 -06:00
Paul Licameli
e4eea36d0a Remove old duplicate test for end of MIDI playback...
... which, anyway, had errors introduced into it (realTime mistakenly used as a
duration)
2021-02-06 09:20:30 -05:00
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