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
Paul Licameli
58df1342c2
Bug1579 NOT fixed by this...
...
... but this may be a necessary piece of any fix that might be found.
See also recent commit c67842f525095f100aa662ff59be421545d8bfc4.
wxDF_UNICODETEXT replacing wxDF_TEXT was a necessary but not sufficient step to
fix a cut-copy-paste problem on Mac, and I suspect the same will be true here.
See also commits bbd369df1b3c5860ac1145f221c93972c9bac349 and
9036c001521883300c30c8e2d7ef6775dc00f918 for the commits that introduced this
code.
The partial fix they accomplished in 2.1.3 is no longer working, whether because
of wxWidgets changes, or macOS changes, or both.
2020-12-03 19:39:05 -05:00
Paul Licameli
f4f8194dc6
Bug2606: Import shouldn't be lossy or narrower than Quality pref
2020-12-03 19:20:33 -05:00
Paul Licameli
31b391737f
Choice of format for imported tracks now in just one place...
...
... Doing the widening as needed to match Quality preference.
Fewer direct dependencies on QualityPrefs.h.
FLAC and OGG may import as float where before it was 24 bits; only 16 bits or
float. This makes them behave consistently with Raw and PCM.
2020-12-03 19:19:30 -05:00
Paul Licameli
85eb3dbf46
Define sf_subtype_to_effective_format
2020-12-03 12:27:28 -05:00
Paul Licameli
7998012015
Comments and new synonym names in sampleFormat enumeration
2020-12-03 12:18:18 -05:00
Paul Licameli
d4f4241b57
Bug2607: Wave track sample format setting should persist
2020-12-03 12:08:21 -05:00
Paul Licameli
c67842f525
Bug2494: Label cut/copy/paste on Mac and the system clipboard...
...
... The fix also requires commit 58ad95e7981c9a2b116f318539c37889281baabe of
https://github.com/audacity/wxWidgets.git in the wxWidgets build
2020-12-02 17:50:39 -05:00
Paul Licameli
b6ce29d234
Bug2605: Don't leave orphans in original project after save-as
2020-12-02 13:05:22 -05:00
Paul Licameli
47bdf27f2d
Revert "Bug2605: Save-as should not cause original to repoen with warnings..."
...
This reverts commit 742134caaa5813b6220a71d021a0279f45c0e7fe.
2020-12-02 12:39:35 -05:00