1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 01:29:43 +02:00

2038 Commits

Author SHA1 Message Date
richardash1981
b9e2604c30 Updated Japanese program translation by Atsushi YOSHIDA 2013-08-31 15:21:36 +00:00
richardash1981
39003a2a1b Updated Czech translation by Pavel Fric 2013-08-31 15:15:09 +00:00
james.k.crook@gmail.com
c686bdc3b7 Restored two files inadvertently changed in r12511 2013-08-31 14:55:08 +00:00
richardash1981
00897baa0d Updated Basque translation of Audacity from Xabier Aramendi 2013-08-31 14:41:36 +00:00
richardash1981
a773b411e9 Update translation version, remove duplicate email address 2013-08-31 14:40:40 +00:00
james.k.crook@gmail.com
ba187bbafc Bug 368: No longer look at plugins.cfg to decide whether to rescan. Just use the rescan preference. 2013-08-31 14:24:55 +00:00
richardash1981
507bc713a7 make Label exports a native (LF-terminated) text file rather than Mac Classic (CR-terminated) one, as it's more compatible with the rest of the platform (and the Wx default). Also create file directly on all platforms - no reason why Mac needs a special case with current wx. This code has been this way for many years, the original reason is long gone. 2013-08-31 14:09:55 +00:00
prlivesey
5918ad671d Removal of gverb from the list of binary plugins that are built.
Gverb functionality has been replaced by Reverb.
2013-08-31 11:46:44 +00:00
v.audacity
cc876ce7be just some cleanups on FIXMEs and unused method parameters 2013-08-31 05:57:48 +00:00
v.audacity
884dfaa652 Oops, accidentally committed a extra ' ' that Joel had in his patch. 2013-08-31 02:44:10 +00:00
v.audacity
933c16fe61 Joel Bouchat's patch for bug 51 (!) 2013-08-31 02:42:26 +00:00
RichardAsh1981@gmail.com
22166968d3 convert commented out code into a comment on why the obvious code would be wrong 2013-08-30 19:17:04 +00:00
windinthew
2e692504fd GVerb is no longer included in shipped plug-ins. 2013-08-30 12:35:01 +00:00
lllucius
96afea6e4b Temporary workaround to provide (only) WASAPI loopback input devices. 2013-08-30 04:17:02 +00:00
martynshaw99
d63709908a Improvements to the off-line manual sidebar and footer. 2013-08-29 22:58:39 +00:00
windinthew
90b6e93cd3 Update for 2.0.4 by Daniel Winzen 2013-08-29 03:41:31 +00:00
windinthew
59286a1301 Updated to close to 2.0.4 by Antonio 2013-08-28 17:08:11 +00:00
windinthew
f9f731e3ad Updated to close to 2.0.4 by Thomas Breinstrup 2013-08-28 16:59:40 +00:00
windinthew
86312421a7 Updated to close to 2.0.4 by Carmelo 2013-08-28 16:46:45 +00:00
windinthew
0ce917b599 Update for 2.0.4 by Yuri 2013-08-28 16:39:31 +00:00
v.audacity
ce05f91942 changes per "Memory leak of menu items under linux" thread from Steve on audacity-devel 2013-08-28 01:51:13 +00:00
v.audacity
87d3d5e12a further patch from Steve about menu item en/dis-abling 2013-08-28 00:53:56 +00:00
james.k.crook@gmail.com
557885770b Bug 646: PAGEUP and PAGEDOWN disabled for now. 2013-08-27 17:42:10 +00:00
james.k.crook@gmail.com
863e9aecb5 Bug 646 Handling of HOME and END keys. (Thanks David Bailes). 2013-08-27 17:26:11 +00:00
james.k.crook@gmail.com
db26dad623 Change visual and audible labels for 'Install VST Effects' too. 2013-08-27 14:56:41 +00:00
james.k.crook@gmail.com
774b8e9598 "Install VST Effects" in place of "Install VST Plugins" 2013-08-27 11:27:16 +00:00
james.k.crook@gmail.com
8678bbc88c Bug 646:
1) Following request from Gale scanning for VSTs will be prompted for every time you start, until it completes successfully OR you ask for it not to happen in preferences.  Also it will happen if the plugns.cfg is empty.
2) UP and DOWN no longer toggle the checkmark too.  SPACE does.
2013-08-27 10:26:06 +00:00
v.audacity
8b018f059d Gale's patch to reorder ZoomSel command and change shortcuts for GoSelStart and GoSelEnd, plus a couple of separators 2013-08-27 01:12:57 +00:00
v.audacity
2bd622abe9 modified version of Steve's further patch for Tracks > Align submenus:
* Fixes enabling/disabling of submenu items. 

* Puts a separator in the Align Tracks submenu.
2013-08-27 00:16:03 +00:00
james.k.crook@gmail.com
15b82e7c71 Reverted 2x WXUNUSED that were fine in Windows but NOT in Linux/Mac (thanks to info from Paul Livesey) 2013-08-26 18:08:30 +00:00
james.k.crook@gmail.com
29ee0f544a Removed recently commented out code. Added a comment. 2013-08-25 22:21:32 +00:00
james.k.crook@gmail.com
dba81b3f1c Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +00:00
james.k.crook@gmail.com
969122a985 Possible fix for Linux ASSERT (debug builds) with lots of duplicate key bindings. Also fixed some unused parameter warnings. 2013-08-25 12:54:24 +00:00
james.k.crook@gmail.com
25f2206205 Fix for small arrow on wxMac. This is done blind, based on a guess that wxWin resizes the icons and wxMac does not. 2013-08-25 11:35:01 +00:00
v.audacity
1f79c6ad0a changes per "[Audacity-devel] Change pitch dialog and Jaws" thread 2013-08-25 05:20:30 +00:00
james.k.crook@gmail.com
53032f04f8 Fixed missing include <listctrl.h> and fixed warning on LabelArray from DLL exporting. 2013-08-24 22:16:47 +00:00
james.k.crook@gmail.com
435f3751c3 Query in comment (a FIXME) answered. This code is looking at whether we can write an incompletely filled buffer. The missing comment is that additionally, if we're configured to be padding with silence, then yes it is OK. 2013-08-24 21:42:12 +00:00
RichardAsh1981@gmail.com
6dbcebbde4 first stab at updating script not to make full tarball, which should also make this script less troublesome to use. Not tested yet 2013-08-24 20:32:51 +00:00
v.audacity
c7daafede2 In off-list discussion, Steve mentioned that kdevelop / kate highlighting recognizes "FIXME", but not "FIX-ME", which has been the Audacity convention. This commit changes Audacity code to use the "FIXME" convention (though I've never known it as convention and MSVC doesn't recognize it).
Also, minor change in WaveTrack.cpp in the effort on bug 641. Should have no functional difference.
2013-08-24 20:30:47 +00:00
james.k.crook@gmail.com
8ebe966a8b Bug 646: Small gap now between icon and text. 2013-08-24 16:45:32 +00:00
james.k.crook@gmail.com
1706aaca69 Bug 646: PluginRegistrationDialog now centred on screen rather than on (not-yet-existent) parent 2013-08-24 16:31:21 +00:00
james.k.crook@gmail.com
4c2544874d Bug 368: VST plugins now have a dialog that gives a list of plugine to choose from. 2013-08-24 15:38:26 +00:00
v.audacity
71def3fad2 Remove comment no longer needed. 2013-08-24 03:03:44 +00:00
RichardAsh1981@gmail.com
2b7863a133 commit the final version of Joel Bouchat's patch for WAV and AIFF format metadata improvements 2013-08-23 10:01:29 +00:00
v.audacity
e62e7bfbc0 Steve's AlignEndToEndMinimal.patch, slightly modified 2013-08-23 07:15:13 +00:00
v.audacity
0670dbc753 Expose LabelTrack stuff to DLL interface, per "Developing an Plug-in that charges labels and cues from a wav file" thread on audacity-devel. 2013-08-22 20:52:56 +00:00
james.k.crook@gmail.com
077e18372b Fix bug where empty plugins.cfg causes a rescan. 2013-08-22 17:54:58 +00:00
v.audacity
9107363b2b comment 2013-08-21 23:41:13 +00:00
v.audacity
414456fa06 bug 469 2013-08-21 23:19:19 +00:00
james.k.crook@gmail.com
ccec954f06 Bugfix for Bug 530 - Export and Import of XML file now handle the lists too. 2013-08-20 21:53:18 +00:00