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
SteveDaulton
8e4721a8ff
Fix bug 379
...
EXIT should not be defined in Audacity's implementation of Nyquist
2021-07-19 05:45:53 +00:00
Panagiotis Vasilopoulos
705ca0ee86
Modify checked and unchecked box icons
...
During my tenacious quest of absolutely avoiding to touch the codebase of
Audacity, I tried to make these icons a bit less dull, since they've always
been some sort of a pet peeve of mine. I also hope that they will be more
readable to colorblind persons. Guess we'll have to wait and see.
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-19 07:42:29 +03:00
Campbell Jones
62a1580c51
Delete todo.txt
...
Signed-off-by: Campbell Jones <git@serebit.com>
2021-07-19 03:07:25 +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
Panagiotis Vasilopoulos
eb7b71950b
Improve existing icons
...
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-18 20:28:53 +00: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
Lucas
4b8d4d30f8
Fix typo in macOS building instructions
...
The generator is called 'Xcode' with a lowercase c (like above).
Signed-off-by: Lucas <lucas@fugi.dev>
2021-07-18 06:14:27 +00:00
fossdd
689ee47176
Fix typo
...
Signed-off-by: fossdd <fossdd@tutanota.com>
2021-07-17 22:35:23 +03:00
Be
8f67eb587b
GH Actions: remove link.EXE from Git for Windows
...
Signed-off-by: Be <be@mixxx.org>
2021-07-17 19:30:27 +00:00
Be
0e84ddc446
GH Actions: use GCC on macOS
...
Signed-off-by: Be <be@mixxx.org>
2021-07-17 19:30:27 +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
e2864f5efc
GH Actions: ccache on macOS & Linux; sccache on Windows
...
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:24 -05:00
Be
9c4fecd913
GH Actions: use Ninja CMake generator on Windows
...
MSBuild does not work with CMake's
CMAKE_C_COMPILER_LAUNCHER / CMAKE_CXX_COMPILER_LAUNCHER
for compiler caching.
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:24 -05:00
Be
05573da353
GH Actions: use Unix Makefiles CMake generator on macOS
...
The XCode generator does not work with CMake's
CMAKE_C_COMPILER_LAUNCHER / CMAKE_CXX_COMPILER_LAUNCHER
for compiler caching.
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:24 -05: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
Be
5b53ed9a50
CMake: use /Z7 instead of /Zi with MSVC to get sccache to work
...
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:24 -05:00
Be
c98af14ce4
CMake: use CMAKE_C_COMPILER_LAUNCHER instead of RULE_LAUNCH_COMPILE
...
as recommended by CMake maintainer
https://gitlab.kitware.com/cmake/cmake/-/issues/22405#note_983593
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:24 -05:00
Be
f0b9d8cee7
CMake: use sccache for compiler caching if ccache not available
...
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:23 -05:00
Be
3e826589a0
CMake: add debugging message for finding ccache
...
Signed-off-by: Be <be@mixxx.org>
2021-07-15 08:34:23 -05:00
Panagiotis Vasilopoulos
10c46f0ca8
Rebranding: Change icon for project files
...
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-15 07:05:35 +00:00
Emily Mabrey
fd88d5f348
Merge branch 'master' of https://github.com/tenacityteam/tenacity
2021-07-14 23:08:38 -04:00
Emily Mabrey
9238df3294
Fix RevisionIdent.h
generation (Issue #272 ) ( #273 )
...
Modify `cmake-proxies/cmake-modules/Version.cmake` to use `git show` properly.
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-14 23:08:07 -04:00
Emily Mabrey
7c41c9b2e4
Fix RevisionIdent.h
generation (Issue #272 )
...
Modify `cmake-proxies/cmake-modules/Version.cmake` to use `git show` properly.
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-14 22:02:09 -04:00
Emily Mabrey
7a55a0b8c3
Merge branch 'master' of https://github.com/tenacityteam/tenacity
2021-07-14 17:54:09 -04:00
Emily Mabrey
abaca39133
Fix funding.yml
...
The organization is `tenacityteam` not `tenacity`.
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-14 17:53:12 -04:00
Emily Mabrey
1d5dc7e6e9
Fix funding.yml
...
The organization is `tenacityteam` not `tenacity`.
2021-07-14 17:51:48 -04:00
Emily Mabrey
0d7fde3a0d
Add funding.yml
and badge to README.md
( #268 )
...
* Added donation information
Signed-off-by: caughtquick <me@caughtquick.tech>
* Add Open Collective Badge to README
Add SVG badge to `README.md` showing number of financial contributors
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
Co-authored-by: caughtquick <me@caughtquick.tech>
2021-07-14 16:55:44 -04:00
Panagiotis Vasilopoulos
1eba71b378
Remove unused libuuid library
...
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-14 16:08:44 +03:00
Emily Mabrey
0ec4d7e9a6
Change README logo
...
Change `README.md` header to use dark readme specific logo asset.
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-14 01:32:39 -04:00
Emily Mabrey
1b4b959c0e
Add logo to README
...
Add 300px wide light version of the project logo to `README.md`
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-14 01:23:34 -04:00