1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-09 17:07:43 +02:00

9830 Commits

Author SHA1 Message Date
nyanpasu64
7660f58fa1 FreqWindow: Prefix pan/zoom names with v (for vertical)
This is so we can add horizontal pan/zoom widgets later.

Signed-off-by: nyanpasu64 <nyanpasu64@tuta.io>
2021-07-19 18:49:25 -05:00
nyanpasu64
4bb16a7f51 FreqWindow: Document fields, remove dead field
Signed-off-by: nyanpasu64 <nyanpasu64@tuta.io>
2021-07-19 18:49:25 -05:00
akleja
180ca1948b
Fix: Edit cursor coloring not being applied 2021-07-19 19:59:04 +03:00
Paul Licameli
e9c575cbc1
Fix "Scriptables" commands, which broke at 02b6153...
... Problem was the loss of an override of PluginManager::GetID() for a more
specific pointer type.
2021-07-19 05:45:54 +00:00
John Colket
9808b8d429
Bug 2782 - 8-bit FLAC samples are not imported correctly 2021-07-19 05:45:54 +00:00
Vitaly Sverchinsky
750e4943f5
fix recording starting position (refs #1183) 2021-07-19 05:45:54 +00:00
Dmitry Vedenko
f93e9fcf94
Fixes #1305.
The check for macro directory now only happens if directory is selected and exists,
2021-07-19 05:45:54 +00:00
Vitaly Sverchinsky
75e6f4b8bc
Note track affordances 2021-07-19 05:45:54 +00:00
Vitaly Sverchinsky
5672a179da
Wave track affordances 2021-07-19 05:45:54 +00:00
Vitaly Sverchinsky
4f43326c77
Play head is now drawn from the top of track panel to the bottom 2021-07-19 05:45:54 +00:00
Vitaly Sverchinsky
1190041f3c
Adding affordances to TrackPanel and TrackView 2021-07-19 05:45:54 +00:00
Vitaly Sverchinsky
f0bbb4ecda
Affordance handle
Adds click behaviour to a TimeShiftHandle
2021-07-19 05:45:54 +00:00
Vitaly Sverchinsky
d199f59a7d
Few new track art routines 2021-07-19 05:45:54 +00:00
Dmitry Vedenko
cd1efdc0ff
Add new error dialog for unwritable directory. 2021-07-19 05:45:54 +00:00
Paul Licameli
cfaf834d16
Sequence of AudioIO and NetworkManager shutdowns fixes crash at exit 2021-07-19 05:45:54 +00:00
Dmitry Vedenko
73e9b4dcfe
Adds a class that allows keyboard accessible links in the text.
ShuttleGUI::AddWindow has a new argument now: positionFlags. This argument does not change the default behavior.

StartWrapLay/EndWrapLay are added, so wxWrapSizer can be used from the ShuttleGUI.
2021-07-19 05:45:54 +00:00
Paul Licameli
82802f7781
Remove unnecessary declarations in include/audacity 2021-07-19 05:45:54 +00:00
Paul Licameli
67b0f8a869
Move ComponentInterfaceSymbol to separate header file 2021-07-19 05:45:54 +00:00
Paul Licameli
8a90ab94c3
Copy ComponentInterface.h to new file src/ComponentInterfaceSymbol.h 2021-07-19 05:45:53 +00:00
Panagiotis Vasilopoulos
52e21d26c9 Increase default refresh rate in Meter widget
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-18 23:54:25 +03:00
Даниил Николаев
f46015d63c
Fix incorrect AudacityCommand's PluginTypeString
This should fix plugins in self-built versions of Tenacity for now.

Signed-off-by: nm17 <dannevergame@gmail.com>
2021-07-18 17:01:11 +00:00
Sol Fisher Romanoff
af2b77bf47
Merge pull request #164 from abb128/master
Implement toolbar edit mode
2021-07-15 21:39:49 +03:00
abb128
fcd9c40495 Fix menu accelerator in Edit Mode menu item
The &E shortcut conflicts with Edit Toolbar. M is unique

Signed-off-by: abb128 <alexx128p@gmail.com>
2021-07-15 21:06:27 +03:00
abb128
298ccd94d3 Fix whitespace inconsistencies
Signed-off-by: abb128 <alexx128p@gmail.com>
2021-07-15 21:06:27 +03:00
abb128
02000a97d5 Enable edit mode by default
Signed-off-by: abb128 <alexx128p@gmail.com>
2021-07-15 21:06:27 +03:00
abb128
4e5330d05b Make ToolBar read edit mode pref during initialization
Fixes an issue where the size of some toolbars is messed up when the program starts

Signed-off-by: abb128 <alexx128p@gmail.com>
2021-07-15 21:06:27 +03:00
abb128
21614a390c Make AdornedRulerPanel respect toolbar edit mode
AdornedRulerPanel also has a grabber, this commit makes it so that the grabber does not exist when edit mode is off.

Signed-off-by: abb128 <alexx128p@gmail.com>
2021-07-15 21:06:27 +03:00
abb128
534da8b617 Fix failed assertion bug
Toggling edit mode while recording audio would cause a failed assertion error. Disabling the toggle while Audio IO is busy fixes this.

Signed-off-by: abb128 <alexx128p@gmail.com>
2021-07-15 21:06:27 +03:00
abb128
1ac8eeee94 Add toolbar edit mode
This adds an edit mode checkbox under View > Toolbars > Edit Mode, which hides the toolbar grabbers when off

Signed-off-by: abb128 <alexx128p@gmail.com>
2021-07-15 21:06:27 +03:00
Be
4f5b132b7f
CMake: fix Windows installation with Ninja generator
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:24 -05:00
Panagiotis Vasilopoulos
44968d3ac3
Rebranding: Replace 'Audacity: A Digital Audio Editor' in source files (#248)
List of commands that were executed in the `src directory`:
* sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.h
* sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.cpp

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-13 09:30:42 +00:00
Be
395c4a584e
allow building with upstream PortAudio
* AudioIOBase: add missing #include <portaudio.h>

This is required for building with system PortAudio library.

* CMake: allow building with system PortAudio
* CMake: fatal error if use_portaudio=system and use_portmixer=local

Signed-off-by: Be <be@mixxx.org>
2021-07-12 11:18:53 +00:00
Semisol
fa07a375d2
Merge branch 'ninja-fix' to 'master' 2021-07-11 18:29:25 +03:00
gera
a0ea8b63ad
Add additional checks for macro output directory.
This bug still available in case: using old settings file or manual set it into settings file.
2021-07-11 12:23:26 +00:00
SteveDaulton
f58e132bb2
Fix uninitialised variables
When importing an AUP project, selLow and selHigh may not be defined
in the project. If not defined, this causes an error on initialising
Nyquist. See: https://forum.audacityteam.org/viewtopic.php?f=48&t=118940
2021-07-11 12:23:18 +00:00
Edgar
6a0855140e
🐛 Fixed building with ninja and MSVC 2021-07-09 13:54:43 +02:00
Ajay Ramachandran
faa23d1b2b
Fix CI: Use Readme.md instead of Readme.txt (#143) 2021-07-07 20:30:29 -04:00
fossdd
49d9a75e49
AboutDialog: Fix build commit link
If you're in the AboutDialog and want to click on the build commit, you are now redirected to tenacity's commits instead of the upstream's one.
2021-07-07 12:49:04 -04:00
Ristellise
107e3cf736 Compile Fix for MSVC 2021-07-05 11:04:04 +08:00
Cookie Engineer
46e4c648fb
🐛 Fixes for About Dialog and Download URLs 2021-07-04 17:50:51 +02:00
Cookie Engineer
5d42ed0b19
🐛 Fix for Help Menu 2021-07-04 17:21:36 +02:00
Cookie Engineer
d9f30b2b72
🐛 Fixes 2021-07-04 17:08:29 +02:00
Cookie Engineer
2a37cd19a0
💩 Remove Breakpad Crash Reports 2021-07-04 10:26:57 +02:00
Cookie Engineer
5728dd542f
💩 Remove Update Check 2021-07-04 10:20:24 +02:00
Cookie Engineer
bbf352d36d
💩 Remove Sentry Reporting 2021-07-04 10:19:04 +02:00
Paul Licameli
4b02e562b3 Eliminate mention of wxString from ErrorDialog.h ...
... whether std::wstring is the best alternative type, or whether we should
use UTF8 encoded std::string -- I wish to defer that, and revisit it later
2021-07-01 13:37:40 -04:00
Paul Licameli
132f04d272 ManualPageID is a new type; rewrite HelpSystem::ShowHelp and its uses 2021-07-01 13:35:57 -04:00
Paul Licameli
cfbdd2d22e Type alias ManualPageID for wxString used in many places...
... eliminating many direct mentions of wxString.  A real type distinction will
be made next.
2021-07-01 13:33:04 -04:00
Paul Licameli
3c50935484 A type distinction for strings that are URLs, and some Doxygen 2021-07-01 13:02:26 -04:00
Paul Licameli
6fe7a7dfa1 Fix case of complete URL with anchor given to HelpSystem::ShowHelp...
... but there were no examples of this anywhere.

The assignment to webHelpPage was just overridden a few lines later.
2021-07-01 13:02:26 -04:00