James Crook
994c0552e6
Fix version numbers in README.txt
2018-09-15 22:32:24 +01:00
James Crook
83f1537e33
Update build instructions for 2.3.0
2018-09-15 22:22:14 +01:00
James Crook
d281d0e1dd
README and CHANGELOG for 2.3.0
2018-09-15 22:22:13 +01:00
Paul Licameli
5d174b2126
Minor corrections to TrackPanel drawing...
...
... Use correct symbolic constants in three places (no effect);
use proper theme color for the two pixels per track that are left of and
above the shadow (small effect when not Classic theme)
2018-09-15 16:52:39 -04:00
Grzegorz Pruchniakowski
1ea05b6cc9
Update Polish translation
...
Update polish translation from Transifex
2018-09-15 14:30:12 +01:00
James Crook
4cff5c4cb9
Bug 1768 - Local Manual says 'offline' in the footer and 'development' in the title.
2018-09-15 13:29:38 +01:00
James Crook
03ef66d070
Bug 1915 - Win: Audacity on Windows depends on MSVCP140.dll and VCRUNTIME140.dll
...
Update to new redistributables.
2018-09-14 23:20:37 +01:00
Paul Licameli
f7545650f7
Remove empty files src/LoadModules.* and all mention of them
2018-09-14 14:27:03 -04:00
Paul Licameli
e77fc068b3
Add missing header files to XCode project
2018-09-14 14:14:24 -04:00
Paul Licameli
20947efecf
Remove more vestiges of pre-C++11 Mac library workarounds
2018-09-14 14:11:00 -04:00
Paul Licameli
fe81760522
Eliminate EXPERIMENTAL_OUTPUT_DISPLAY, again...
...
See commit 5407079c6228c114bbb2207a85c06488c5e4a2f9 which removed all of it
A needless bit of it got merged in again later from another development.
2018-09-14 10:42:16 -04:00
Paul Licameli
34cc1ff577
Rename, rewrite, and simplify use of FindPendingChangedTrack
2018-09-13 13:56:47 -04:00
Paul Licameli
a5c50a112a
more const in drawing functions
2018-09-13 13:53:58 -04:00
Paul Licameli
4b950927b5
TrackList::GetGroupHeight is const
2018-09-13 09:53:48 -04:00
James Crook
cbe778adb5
Bug 1977 - Simpler rule for 'Default sample rate' and 'Project rate'.
...
After discussion it was felt that only using 'Default sample rate' for new projects was better.
2018-09-13 10:48:11 +01:00
Antonio Png
98073f7696
Update Spanish translation
2018-09-11 18:05:56 +01:00
James Crook
993cea506d
Revised fix for Bug 1977 - Using Spectrogram Settings in TCP causes Audacity to reset Project Rate to default 44100 Hz
...
This revised fix:
- No longer attempts to drive "Default sample rate" from the selection toolbar.
- No longer drives 'Project rate' direct from prefs. It's usual it comes from the project.
- Instead 'Project rate' in the project might change if 'Default sample rate' pref is updated, but ONLY if the project has no tracks.
- When 'Project rate' in the project is updated, that is now always signaled to the selection toolbar. Previously it wasn't.
2018-09-11 15:07:25 +01:00
Paul Licameli
e990fd4f18
Remove unnecessary #include
2018-09-10 20:27:13 -04:00
James Crook
1b6cd725e6
Use count of channels instead of boolean 'linked' in GetInfo.
...
This change is inspired by the plan to eliminate GetLinked() in 2.3.1. Logically we shouldn't be exposing a boolean 'linked' in scripting, but instead a channel count.
2018-09-10 23:54:16 +01:00
Paul Licameli
2063056243
Bug221 re-fixed with better exception safety: see commit 1deff18...
...
... in case only some tracks successfully allocate, de-allocate all before
propagating the exception.
2018-09-10 17:51:50 -04:00
James Crook
a66d7442a3
Bug 1977 - Using Spectrogram Settings in TCP causes Audacity to reset Project Rate to default 44100 Hz
...
The Project Rate in the Selection Toolbar and in the Preferences dialog are now the same thing. They ALMOST were before, causing confusion, and this bug.
This means that the fancy mechanism to set 'other' rates in Preferences is moot, since the Selection Toolbar bar does not have that option. 49000 will be overridden by 48000 for example.
2018-09-10 20:23:22 +01:00
Robert Antoni Buj i Gelonch
a6866f4b4d
Update Catalan translation
2018-09-10 19:46:58 +01:00
James Crook
e54f8e6151
Create PULL_REQUEST_TEMPLATE.md
2018-09-10 19:38:06 +01:00
James Crook
334c0d83b2
Create CONTRIBUTING.md
2018-09-10 19:15:06 +01:00
James Crook
e8abafdead
Create issue templates
...
These are GitHub specific.
2018-09-10 18:57:42 +01:00
James Crook
94dbc2646d
Added CODE_OF_CONDUCT.md
2018-09-10 18:31:03 +01:00
James Crook
1deff18c15
Bug 231 - Cut Preview should play all selected/sync-locked tracks, respecting Mute/Solo during preview
2018-09-10 16:57:36 +01:00
Azpidatziak
8e089f4141
Update Basque translation
2018-09-09 19:32:35 +01:00
Paul Licameli
b881b06b53
When scrubbing backwards unpinned, scroll tracks by whole panel width
2018-09-09 13:53:51 -04:00
Paul Licameli
f31a1a6f8e
Don't halt scrub playback with display paging at high magnification
2018-09-09 13:40:10 -04:00
Paul Licameli
52ad43daac
Scrubbing at high mag, play head won't stray left of track edge
2018-09-09 13:10:01 -04:00
Paul Licameli
03def8dbaf
Bug1967: scrub shouldn't be clicky...
...
... And this further simplifies the use of the clock. Rely on the regularity
of spacing between calls to FillBuffers at commit a62cf53
2018-09-09 11:01:01 -04:00
James Crook
e724ef0793
Bug 1970 - Missing tick marks in Timeline
2018-09-09 12:33:10 +01:00
James Crook
47926c04fa
Bug 1969 - Windows: no monitored sound for 15 secs with software playthrough with default MME host
...
This was a bug in portaudio MME implementation.
With all the buffers bigger than they were meant to be, we got a longer input and longer output delay.
2018-09-08 23:22:56 +01:00
James Crook
ff01d39601
Undo Workaround for Bug 1969
...
Turned out this was not the correct fix.
2018-09-08 23:17:20 +01:00
ΔΗΜΗΤΡΗΣ Σ
942ddac705
Update Greek translation
2018-09-08 17:12:06 +01:00
James Crook
596feddfe7
Workaround for Bug 1969 - Windows: no monitored sound for 15 secs with software playthrough with default MME host
...
This is not a proper fix, as we do not fully understand the problem - which is in release builds only.
It may be enough though to get us through to release.
2018-09-08 16:55:34 +01:00
James Crook
0f5c8d4d84
Wording: "Duplex" -> "Overdub" (missing piece).
2018-09-08 14:41:43 +01:00
Steve Daulton
69fd566678
Fix printing headers in Sample Data Export
2018-09-07 20:40:24 +01:00
Steve Daulton
ad19ca0fa2
Fix for bug 1972
2018-09-06 20:32:08 +01:00
Robert Antoni Buj i Gelonch
b8891702a8
Update Catalan translation
2018-09-06 18:30:31 +01:00
Nikitich
f8c857f24b
Update Russian translation
2018-09-06 09:43:49 +01:00
James Crook
1ecff6d5db
Bug 1971 - Linux: Scriptables screenshot command only grab a small rectangle of window
2018-09-05 19:16:07 +01:00
Paul Licameli
f61989e922
Part fixes for compilation of EXPERIMENTAL_SCOREALIGN
2018-09-05 13:25:41 -04:00
Paul Licameli
544c3b9770
spelling in comments
2018-09-04 23:04:18 -04:00
Paul Licameli
69bf7fd120
remove unused function
2018-09-04 23:04:18 -04:00
Thomas De Rocker
2d67b97f36
Update Dutch translation
2018-09-04 19:23:56 +01:00
Robert Antoni Buj i Gelonch
bc016663c3
Update Catalan translation
2018-09-03 23:26:11 +01:00
James Crook
2758491a4a
Bug 1966 - Manage Macros: Import and Export buttons are always inactive.
2018-09-03 22:58:57 +01:00
James Crook
7d0839393b
Report selectedness of all tracks, not just WaveTracks.
...
(Suggested by Steve Daulton).
2018-09-03 22:02:15 +01:00