1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 06:09:47 +02:00

13067 Commits

Author SHA1 Message Date
Leland Lucius
53f7cacdb2 Bug 2673 - Win: Mixer Board problem on Windows - causes crash 2021-02-22 19:27:02 -06:00
James Crook
463058e20c Associate .aup3 with Audacity in innosetup 2021-02-21 10:21:04 +00:00
James Crook
09df5ba173 Update sidebar used in manual-fetching script. 2021-02-20 19:30:35 +00:00
James Crook
39e5659aa1 Update README.txt and CHANGELOG.txt 2021-02-20 13:38:39 +00:00
SteveDaulton
85079fd2ee A little more documentation for docimage scripts. 2021-02-19 16:33:33 +00:00
James Crook
d9eb723e13 Bug 2665 - Docimage script now runs ahead and stalls.
There are now extra blank lines in the results that
need to be dealt with.  Script updated to do so.

This bug 2665 is now fixed.  I think there is a small issue
with the label command not using the selection that
still needs to be addressed too, but it is minor compared
to bug 2665 and can wait.
2021-02-19 14:26:51 +00:00
James Crook
b99a2e464f Bug 2668 - Residual: Help button on error dialog.
Bug 2668 is Audacity fails to report incompatible/future file versions
This change adds a help link on the error dialog to https://alphamanual.audacityteam.org/man/FAQ:Errors_opening_an_Audacity_project
2021-02-19 11:24:45 +00:00
Leland Lucius
443e4171f2 Make docimages_core.py py3 compatible 2021-02-18 22:51:26 -06:00
Leland Lucius
f3efee7ed5 Bug 2618 - Screenshot tool: Capture Window only does not just capture the Plot Spectrum window 2021-02-18 21:43:15 -06:00
Leland Lucius
b1f6c988db Bug 2670 - Audacity 3.x crashes when you open a 1.2.6 AUP project 2021-02-18 20:37:05 -06:00
Leland Lucius
8fce1db1ae Bug 2669 - Win: Save As can be used to overwrite the existing project without warning 2021-02-18 19:35:11 -06:00
Leland Lucius
db34fabb18 Bug 2323 - Win/Mac: Screenshot tool: success/completion dialog is hidden/obscured by the Screenshot dialog 2021-02-18 13:31:28 -06:00
Leland Lucius
5ddf6d0037 Bug 2323 - Win/Mac: Screenshot tool: success/completion dialog is hidden/obscured by the Screenshot dialog 2021-02-18 11:43:47 -06:00
Leland Lucius
de6e65ffa3 Remove some unneeded debugging 2021-02-18 11:14:27 -06:00
Leland Lucius
9a0753d214 Change database version format and add comments 2021-02-18 02:05:07 -06:00
Leland Lucius
5357161238 Adding comments to explain the stack trace when using FileDialog 2021-02-17 14:28:08 -06:00
James Crook
449d0932fa Fix file version checking bug.
Opening a 1.2.4 Audacity version would previously
report an error, as being 'more recent' than 1.3.0.
Found by whitebox testing.
2021-02-17 15:30:56 +00:00
Leland Lucius
12f399984a Bug 2322 - Mac: Screenshot tool captures the screenshot dialog overlaying the required image 2021-02-17 02:53:46 -06:00
Leland Lucius
6ec6c9b8a8 Bug 2424 - Linx/Mac: Malformed choice widget in MIDI Device Preferences 2021-02-17 02:15:06 -06:00
Leland Lucius
471d5e9d25 Bug 353 - FFmpeg: Metadata - Artist tag not imported in WMA and APE files 2021-02-17 00:47:34 -06:00
Leland Lucius
98561ee0b2 Bug 2497 - Windows: text can be pasted into the project rate box 2021-02-16 22:18:23 -06:00
Leland Lucius
7cc1cf79ea Don't force preset directory 2021-02-16 17:28:51 -06:00
Leland Lucius
4339632e25 Bug 761 - Linux: VST presets correct extension no longer offered in file name/no longer added if omitted 2021-02-16 16:21:37 -06:00
Leland Lucius
ade2cadaa6 A little remnant of the "tags" table expulsion. 2021-02-16 14:57:47 -06:00
Leland Lucius
ecf4727ab1 Add missing min/max 2021-02-16 14:12:18 -06:00
Leland Lucius
f52860355d Bug 653 - Metadata: UTF-16 ID3 tags read incorrectly.
The real problem is that whatever created the file mentioned in
the bug report, did not include the Unicode BOM and libid3tag
defaulted to big endian. This commit uses some code from ReactOS
that TRIES to autodetect the endianness.
2021-02-16 13:33:42 -06:00
Leland Lucius
37b36f5826 Bug 2120 - Spectral Selection Toolbar can be truncated when undocked 2021-02-16 02:17:50 -06:00
Leland Lucius
91b3389434 Ensure docked state is passed 2021-02-16 01:56:19 -06:00
Leland Lucius
672a69f24c Bug 1693 - Time selection issues in Selection Toolbar 2021-02-15 15:13:11 -06:00
Leland Lucius
182878caae Bug 2386 - Win/Linux: Toolbar grabber gets stuck pushed 2021-02-15 09:59:42 -06:00
Leland Lucius
3ecc5717ad Bug 2120 - Spectral Selection Toolbar can be truncated when undocked 2021-02-15 09:13:33 -06:00
Leland Lucius
fd0f24e5ff Bug 761 - Linux: VST presets correct extension no longer offered in file name/no longer added if omitted 2021-02-15 02:24:21 -06:00
Leland Lucius
3f4fbd1c8c Bug 1572 - Dither not applied when exporting 24-bit WAV from 32-bit float 2021-02-14 17:53:45 -06:00
Leland Lucius
217ba2bbec Handle VEL_SLIDER in SliderDialog 2021-02-14 15:55:08 -06:00
Leland Lucius
7356c735ae Bug 1982 - Numeric entry in Play-at-Speed dialog allows entries not supported by the slider or the PAS functionality 2021-02-14 15:47:19 -06:00
Leland Lucius
379348898d Bug 2324 - Windows: Screenshot tool success/completion dialog is unnecessarily over-large 2021-02-14 12:29:13 -06:00
Мирослав Николић
b7571a6846 Update Serbian translation 2021-02-14 14:38:59 +00:00
Hwanyong Lee (Ajou)
77b79bc937 Update Korean translation 2021-02-14 11:10:06 +00:00
Leland Lucius
5f68102dc5 Revert "Bug 2547 - Shift + Click may select incorrect tracks"
This reverts commit 0c234359afa2e7a9cb6ccd3a431444d691beede7.

Will need to find another way and have discussion as pointed out
in bug #2547.
2021-02-14 03:43:17 -06:00
Leland Lucius
f1b43fd642 Fix build 2021-02-14 03:39:27 -06:00
Leland Lucius
63af846600 Reposition help button on Export dialog 2021-02-14 03:02:32 -06:00
Leland Lucius
57ce22e38a Bug 2432 - Linux/Mac: Bad placement of '?' (help) Icon 2021-02-14 01:41:11 -06:00
Leland Lucius
20ace313fa Bug 1872 - Most Non-Modal dialogs do not update buttons when language changed 2021-02-14 01:25:52 -06:00
Leland Lucius
0ab7645105 Replace msgfmt.py with one from Cython
Since it actually works.  :-)
2021-02-13 23:35:20 -06:00
Paul Licameli
56852ae4c1 Remove unused tags table from the database schema 2021-02-13 15:22:40 -05:00
Leland Lucius
d21b13a8e1 Bug 2351 - Selection toolbar displays incorrect number of samples beyond 2^31 -1 2021-02-13 12:42:41 -06:00
Paul Licameli
8fdb18427e Less-incomplete Marathi support ...
... supplying some missing pieces of commit
a76b7ec29547c5083358a34b44459b7f3d2e85a0

See commit a37162ffca755d563081492cf95761a351cb456f for the complete example of
Corsican.

Still missing are appropriate strings in Marathi for src/audacity.desktop.in and
win/Inno_Setup_Wizard/audacity.iss

Blank line change of locale/CMakeLists.txt to force reconfigure
2021-02-13 13:10:22 -05:00
pan93412
4f58b61d1c
l10n: zh_TW: update translation for audacity (#743) 2021-02-13 17:21:16 +00:00
Grzegorz Pruchniakowski
3e0f3309c7
Update Polish Translation (#744)
Update pl.po from Transifex - 2 fixes.

Greetings,
Gootector
2021-02-13 17:16:36 +00:00
James Crook
7428c61060 Bug 2565 - (Residual) Fix auto-scroll regression.
My fix for 2565 broke autoscroll.

Scrubbing can be 'paused' when it is not active!
This meant that paused scrubbing could stop autoscroll
of normal play.  The fix is to only suppress the autoscroll
if scrubbing is active and paused.
2021-02-13 10:49:52 +00:00