Leland Lucius
c961d6236b
Bug 2626 - Mac: Temporary files directory on exFAT makes Audacity fail at launch
2021-01-11 00:56:30 -06:00
SteveDaulton
7e6842c1f9
Remove Silence Finder plug-in
...
as discussed between QA and RM.
2021-01-09 20:20:42 +00:00
Leland Lucius
69a98669bf
Remove anchor from help URLs
2021-01-06 22:11:49 -06:00
SteveDaulton
8ec53d8ffb
Add new Label Sounds plug-in
2021-01-06 17:16:53 +00:00
SteveDaulton
f57e69cfca
Replace Sound Finder with Label Sounds
...
also fixes bug 2352:
Sound / Silence Finder fail silently on selection > 2^31 -1
2021-01-06 16:52:39 +00:00
James Crook
44b191ff42
Bug 2622 - Track name overlay is opaque
...
Somewhere along the line the 'rect' passed in to DrawTrackName()changed
from being for the track area to being for the name area. Accordingly
the track rect now has to be explicitly accessed from the track to get
its height, from which the transparency is then derived.
2021-01-06 15:57:54 +00:00
Leland Lucius
a49cf61033
Don't crash during Auto Recovery
...
Steps:
1) New project
2) Generate chirp
3) New Project
4) Generate chirp
5) Kill Audacity
6) Restart Audacity
7) Unselect the 2nd item
8) Click "Discard Selected"
9) Click "Yes" to confirm
10) Click "Recovery Selected"
Crash...
2021-01-06 01:13:09 -06:00
Leland Lucius
8fa0b13432
Ensure error dialog is displayed in a couple more instances
2021-01-06 01:12:29 -06:00
Leland Lucius
6a5d4fdbc0
Update FAT filesystem messages
2021-01-05 13:28:04 -06:00
Leland Lucius
bd4cab5e93
Bug 2621 - Windows: the use of exFAT formatted dives is prohibited for saves and temp directory
2021-01-05 13:00:55 -06:00
Leland Lucius
fd774c0de4
Second try to fix github build
2021-01-05 03:24:15 -06:00
Leland Lucius
636ecc3dc5
Fix github build.
2021-01-05 02:37:34 -06:00
Leland Lucius
50f3321154
Bug 2576 - FAT formatted disks can readily run out of space with multiple edits - wrong error message can be displayed
2021-01-05 01:32:03 -06:00
Leland Lucius
8e333e1fae
Fix statfs() call for OSX
2021-01-04 13:23:14 -06:00
Leland Lucius
56c8bdcd24
Bug 2609 - Save Project when disk is full gives a second disk-full message
2021-01-03 19:22:22 -06:00
Leland Lucius
84c60beab6
Bug 2603 - Backing up a >4GB project to a FAT drive fails with an incorrect misleading error message
2021-01-03 16:33:05 -06:00
Leland Lucius
375a6a8803
Bug 2604 - Saving a 4 hour stereo chirp to FAT fails and with an inappropriate error message
2021-01-03 16:02:43 -06:00
Leland Lucius
f60e197378
Force rebuild of wxWidgets
2021-01-02 19:43:43 -06:00
Leland Lucius
ef88cb1700
Fix github actions Mac build
...
As of 2021/01/01, github is using Xcode 12.2 as the default and
it has a bug in the install_name_tool. So explicity use 12.3
instead.
2021-01-02 19:22:42 -06:00
Leland Lucius
0cfbbf9059
Forcing rebuilt of wxWidgets for analysis
2021-01-01 17:49:34 -06:00
James Crook
7143df28cc
Bug 2617 - Audacity not responding after switching to Envelope tool
...
This was caused by endless refreshing.
Disabling one refresh might have caused the screen not to refresh
at some point when it should, but I could not find such a case, and
this seems better than 'beachball' mode.
2021-01-01 15:12:50 +00:00
James Crook
05c6d62f78
Bug 2566 - Spectrogram view: changing algorithm to Pitch (EAC) turns off "Enable Spectral Selection"
...
Made defaults consistent again.
The spectral selection was off by default in some places, on by default
in others.
2021-01-01 13:50:24 +00:00
James Crook
f7c0ba837b
Add i18n hint for Record/Play head
2020-12-28 13:17:13 +00:00
SteveDaulton
561504dc37
Fix bug 2611
...
Mixer Board does not stay on top of main window
2020-12-27 16:53:31 +00:00
Paul Licameli
264f133964
An i18n-hint comment
2020-12-24 19:11:23 -05:00
Paul Licameli
c410228cfb
Debug build shouldn't hang when MIDI play fails to start
2020-12-24 14:28:17 -05:00
Paul Licameli
5057e2360a
fix a comment
2020-12-20 03:50:52 -05:00
Steve Daulton
1041bb0e21
Update cmake_build.txt
...
.bash_profile has been replaced by .zprofile by default in recent macOS updates.
2020-12-17 15:32:19 +00:00
Paul Licameli
4cb9bb19fd
Bug2603: Should give proper message for failed backup onto FAT drive...
...
... The error message eliminated here describes what should be ruled out by
the loop before this line, which already checks that no previous file of the
chosen name exists.
So just give the generic write failure message.
2020-12-09 18:00:41 -05:00
Paul Licameli
bc7066a20e
More uniformity of file write error messages
2020-12-09 17:41:22 -05:00
Paul Licameli
57134d93d6
Bug2437: Call finishLaunching() before sleeping
2020-12-09 17:34:57 -05:00
Paul Licameli
d8cd8041f1
Fix grammatical error in user visible message
2020-12-09 15:34:15 -05:00
Paul Licameli
64b066f655
Bug2437: possible further help...
...
... The 100ms sleep added at at a675b5907f5fa7bba2537c249a84f73cabe5937c was
meant to let NS framework events arrive on another thread and be detected by
wxWidgets. But there are still reports that it is not reliable enough.
This other fix may be sufficient alone, making the sleep unnecessary. But it
is harmless so we will leave it there.
2020-12-09 15:28:09 -05:00
Paul Licameli
ab15efebf5
Add Audacity.mm to the Mac build
2020-12-09 15:18:03 -05:00
Paul Licameli
50b4039657
Remove an #include
2020-12-09 14:48:55 -05:00
Paul Licameli
b1c8cd6479
Bug2602: correct record capacity estimate for Win+FAT filesystem...
...
... effectively reverting commit 0d5b9753bca7d15380160ba5b6de3231979ca050
2020-12-08 13:18:26 -05:00
Paul Licameli
67db388b25
Fix comments
2020-12-07 17:22:13 -05:00
Paul Licameli
98d7218e31
Preliminaries for fixing Bug2550 residuals
2020-12-06 23:23:09 -05:00
Paul Licameli
aa0b33dc8f
Detect failure to reconnect to temp project when first saving it
2020-12-06 23:20:44 -05:00
Paul Licameli
41eb66fccf
Where CurConn() is used, don't assume it is non-null
2020-12-06 21:31:06 -05:00
Paul Licameli
900bf44219
ProjectFileIO::CloseProject does not assert that project was open
2020-12-06 21:25:34 -05:00
Paul Licameli
38b169ab7e
Guarantee postcondition of ProjectFileIO::OpenConnection()
2020-12-06 21:18:48 -05:00
Paul Licameli
a9d555bf16
A status return check on ProjectFileIO::SaveProject
2020-12-06 20:50:31 -05:00
Paul Licameli
046ae403ba
Remove inappropriate assertion...
...
... Errors reported by sqlite are not conditions that should be provably
impossible.
2020-12-06 15:16:49 -05:00
Paul Licameli
4e260389da
Move AbbreviatePath to FileNames
2020-12-06 14:55:12 -05:00
Paul Licameli
f07fd5d8bc
Export failure messages name the file, exactly as with FileException
2020-12-06 14:21:41 -05:00
Paul Licameli
d225d24092
Bug2602: Correct Windows case of IsOnFATFileSystem
2020-12-06 12:25:47 -05:00
Paul Licameli
c5e454e109
Move IsOnFATFileSystem to FileNames
2020-12-06 12:23:19 -05:00
Paul Licameli
0bd21e171c
If app is inactive, don't change transport buttons for modifier keys
2020-12-05 15:12:30 -05:00
Paul Licameli
a675b5907f
bug2437 complete fix: Sleep 100 ms at startup...
...
... The reported continuing failure to fix bug 2437 -- sometimes -- appears to
have been a timing problem. I could observe it often with release builds but
not with debug.
2020-12-03 23:46:43 -05:00