This website requires JavaScript.
Explore
Help
Sign In
Autres
/
audacity
Watch
1
Star
0
Fork
0
You've already forked audacity
mirror of
https://github.com/cookiengineer/audacity
synced
2025-07-31 16:09:28 +02:00
Code
Issues
Releases
Wiki
Activity
audacity
/
src
/
toolbars
History
james.k.crook@gmail.com
66c6d8f570
More internationalisation hints.
2012-04-28 18:17:38 +00:00
..
ControlToolBar.cpp
Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make.
2012-04-26 22:57:04 +00:00
ControlToolBar.h
Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make.
2012-04-26 22:57:04 +00:00
DeviceToolBar.cpp
Fixed more internationalisation hints.
2012-03-20 16:48:57 +00:00
DeviceToolBar.h
bug 11 - Use const references when returning the map vector to ensure the device maps are not modified. I don't expect this to fix the bug behavior, but am committing because some testers see bad behavior that suggests the maps are modified between scans.
2011-03-20 22:20:41 +00:00
EditToolBar.cpp
…
EditToolBar.h
…
MeterToolBar.cpp
More internationalisation hints.
2012-04-28 18:17:38 +00:00
MeterToolBar.h
bug 11 - widen the default width for the MeterToolbar.
2011-03-19 15:43:16 +00:00
MixerToolBar.cpp
…
MixerToolBar.h
…
SelectionBar.cpp
Fixed some smart quotes that can cause problems for .po file generation.
2012-03-20 21:59:30 +00:00
SelectionBar.h
…
ToolBar.cpp
Fix Bug 432: Cleanspeech mode will now not activate, even if it was enabled in a previous version (and even if it has been deliberately added to audacity.cfg).
2012-03-25 20:22:10 +00:00
ToolBar.h
…
ToolDock.cpp
…
ToolDock.h
…
ToolManager.cpp
Bug:382 Resetting control toolbar whilst audio was playing led to attempts by gAudio to update a non-existent window and crash on OSX. We now stop the current monitoring on a toolbar reset.
2011-05-03 12:00:45 +00:00
ToolManager.h
…
ToolsToolBar.cpp
…
ToolsToolBar.h
…
TranscriptionToolBar.cpp
Hide translatable strings in unused (#ifdeffed out) code.
2012-04-28 17:18:51 +00:00
TranscriptionToolBar.h
…