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

11839 Commits

Author SHA1 Message Date
Leland Lucius
06c36f7fe6 Synchronize CMake install target with original 2020-04-24 23:59:11 -05:00
Leland Lucius
2b24220315 Fix locale name creation for Linux 2020-04-24 23:43:24 -05:00
Leland Lucius
4b8f923fd1 Fix GIT revision when build directory is outside source tree 2020-04-24 23:39:12 -05:00
Leland Lucius
8898394f90 Fix Xcode version identification 2020-04-24 23:38:35 -05:00
James Crook
143e35ee5d Update CHANGELOG and README 2020-04-22 17:46:13 +01:00
James Crook
79340b6852 Update iss installer 2020-04-22 17:46:13 +01:00
Paul Licameli
eb92fc07bf
Bug1119 residuals... (#496)
... Fix assertion violations when language isn't English
2020-04-21 13:21:05 -05:00
James Crook
018a8681ef Revert changes for Bug 1119 made by Paul.
These changes were made too close to release and are considered too dangerous for 2.4.0.
We will use the changes Leland provided.  We can review these proposed changes by Paul after 2.4.0 is released.
2020-04-21 17:45:16 +01:00
Paul Licameli
c3d0d0370b Bug1119: Windows menu on Mac should list all project names...
... Reimplemented without making dependency cycles.

Project and ProjectFileManager publish events for change of active project or
change of a project title.

WindowMenus.cpp can listen for those events, so that it can update the menu
appropriately.  So it's all done nonintrusively in the rest of the code.
2020-04-21 12:36:43 -04:00
Paul Licameli
3348e2fecd Revert fix for bug 1119, which made bad dependency cycles
This reverts commit 4475dee373b8c9376153684b8b2a246c53d5b7ed.
This reverts commit 18cbc2e574007a48ee0eb1bd384b3e0f012b0894.
2020-04-21 12:28:39 -04:00
James Crook
20ba353038 Bug 2389 - Residual. Spectrogram needs minimal selection line too. 2020-04-21 17:27:23 +01:00
Leland Lucius
2c9c7547cd Bug 2395 - Mac: Spectral Selection toolbar shows blank fields when first shown 2020-04-21 09:21:08 -05:00
James Crook
9ad06aeeb1 Bug 2389 - At some zoom levels the light-blue/white selection visual cue disappears 2020-04-21 14:00:46 +01:00
Hwanyong Lee (Ajou)
053e60eedf Update Korean Translation 2020-04-21 10:19:13 +01:00
James Crook
0a95de6c06 Bug 2241 - Spectral Selection Toolbar displays frequencies 100x too small in some languages 2020-04-20 23:36:05 +01:00
Leland Lucius
0e2fd0ec35 Bug 2393 - Device toolbar cannot be resized smaller after a toolbars reset 2020-04-20 16:28:10 -05:00
James Crook
ef659ed822 Bug 2128 - (Residual) Better error messages for mismatched rates. 2020-04-20 20:45:42 +01:00
Paul Licameli
23f5811061 Fix uninitialized values 2020-04-20 14:54:04 -04:00
SteveDaulton
70b7487820 Bug 2128 fix
Fixes incorrect recording speed when Track rate not matched to Project Rate.
Fix by binarywisdom. Pull request 423.
2020-04-20 18:54:25 +01:00
Leland Lucius
80f95d407a Bug 2394 - Mac: length field in Selection toolbar is corrupted - blank dotted rectangle. 2020-04-20 09:05:21 -05:00
Grzegorz Pruchniakowski
fc37fbda22 Update Polish Translation 2020-04-20 16:13:03 +01:00
Azpidatziak
c7e1fcb088 Update Basque Translation 2020-04-20 16:06:18 +01:00
Cleber Tavano
bc53fdbd62 Update Brazilian Portuguese Translation 2020-04-20 16:04:20 +01:00
Alexander Kovalenko
70f5a869de Update Russian Translation 2020-04-20 16:02:26 +01:00
Bruno Ramalhete
46d7353a19 Update European Portuguese Translation 2020-04-20 16:00:50 +01:00
SteveDaulton
29d1a7b7b1 Fix bug 2392
Commit 66fd95f3d6da21 reverted.
2020-04-20 11:26:57 +01:00
Paul Licameli
7a397b57ac Fix a comment 2020-04-19 21:18:55 -04:00
Paul Licameli
106119cb28 Make a scale factor in Compressor like all other scale factors...
... Multiply by it before putting value TO the slider.  Divide by it taking the
value FROM the slider.
2020-04-19 21:07:51 -04:00
Paul Licameli
4c3140ae05 Shuttle and ShuttleParams class hierarchies are separate...
... despite the name similarities, there was no commonality of purpose.

We can use multiple inheritance from the two, treating each as a mixin, if
need arises.
2020-04-19 20:43:00 -04:00
Paul Licameli
0c24d0d47a Bug2242: printing of track imagess (and now, with sub-views) 2020-04-19 20:40:31 -04:00
Leland Lucius
bc3a878ba1 Update CMake project for Mac
Hopefully, this will make Audacity the default configuration
in the XCode GUI.  It works for me, but need others to test
it.
2020-04-19 01:23:37 -05:00
Leland Lucius
df0228cd8b Minor updates to signing instructions on Mac 2020-04-19 01:22:48 -05:00
Paul Licameli
ee797f59de Fix bug in effect presets dialog...
... introduced at 46e99bb038b7619970ff99578f656c5f6cc80996
2020-04-18 22:31:51 -04:00
Leland Lucius
7c8bef9467 Bug 2358 - Loop Quick-Play does not scroll when playing 2020-04-18 16:49:06 -05:00
Leland Lucius
6c605c8d6a Stop ASliders from flashing when entered/changed 2020-04-18 16:40:52 -05:00
Leland Lucius
4475dee373 Forgot to add new file 2020-04-18 02:05:16 -05:00
Leland Lucius
18cbc2e574 Bug 1119 - Mac: Window menu's list of open windows not available 2020-04-18 01:49:17 -05:00
Paul Licameli
7ecaed079c Some uses of final 2020-04-17 19:38:20 -04:00
Leland Lucius
768e76b0da Lame library not loading...global change mishap 2020-04-17 16:22:34 -05:00
Leland Lucius
e8f9f4a7e9 Bug 1336 - Tracks -> Mix Stereo to Mono ignores envelope 2020-04-17 14:52:31 -05:00
Leland Lucius
01ccb518fd Bug 2390 - Linux: Nyquist plug-ins with multi-choice widgets are not accessible 2020-04-17 09:54:08 -05:00
James Crook
5c382be484 Bug 2380 - Residual: Possible to create micro-labels with shift+drag
Shift+Drag of a point could convert the point to a micro range label.
That's fixed now.  Shift+Drag on an existing micro label will now preserve
that label's length, without coalescing the spots.  That's intended, and
is needed for advanced users who use shift-drag to preserve length.
2020-04-17 15:11:27 +01:00
Leland Lucius
0b716cabee No longer need to use the obsolute functions
The last commit resolved this requirement.  I'd really like to
remove ALL of the old dynamic loading code from ExportMP3 as well,
but a task for another day...
2020-04-17 08:48:53 -05:00
Leland Lucius
4ea717a332 Update lame header and remove obsolete "lame_set_padding_type" 2020-04-17 08:42:28 -05:00
Leland Lucius
efa9354e8d Bug 2383 - Audio converted to 16-bit before encoded to MP3 2020-04-17 00:50:52 -05:00
Leland Lucius
a6d0b3f902 Bug 2360 - Scripting: "Message:" command may crash when using Nyquist with Python 2020-04-16 22:14:45 -05:00
Leland Lucius
9827d4a753 Bug 2360 - Scripting: "Message:" command may crash when using Nyquist with Python 2020-04-15 10:10:00 -05:00
Leland Lucius
9f5177056d Bug 2365 - Show Log text is invisible on W10- set to "High Contrast" 2020-04-14 16:42:00 -05:00
Leland Lucius
38da22c18b Bug 2345 - "Ignore blank space" Preference fails on Export Multiple based on "Tracks" 2020-04-14 13:26:58 -05:00
Leland Lucius
b68c417d8e Bug 2382 - Timer record: if a labels are present recording starts at last label position - not cursor position 2020-04-14 12:28:03 -05:00