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

1492 Commits

Author SHA1 Message Date
RichardAsh1981@gmail.com
0a14d4d822 commit Steve's patch to only be able to trim and silence audio, not anything else. Make the undo message more informative. 2013-01-08 20:03:35 +00:00
v.audacity
c7407ca9e0 slight further tweaks 2013-01-08 01:15:08 +00:00
v.audacity
fd14d9cfc0 slight adjustment to better distinguish caption from message 2013-01-08 00:57:15 +00:00
v.audacity
a35b11b340 Re-order the conditionals from Steve's patch for bugs 428 and 430, so that it doesn't check twice for all audio being muted, and does that check before checking for label issues. 2013-01-08 00:44:57 +00:00
v.audacity
eaca51bbef Gale's patch per Steve's suggested rewordings 2013-01-07 05:40:26 +00:00
v.audacity
1ef4eaf2d2 Gale's patch per Steve's suggested rewordings 2013-01-07 05:38:31 +00:00
v.audacity
f73f03aff4 Simplify messages. 2013-01-07 05:35:34 +00:00
RichardAsh1981@gmail.com
8d8e008b45 Patch by Maarten Baert for compatibility with project files from previous versions of Audacity, by re-scaling on load. Opening newer project files in older builds works but the time track gets messed up. This needs to be release noted. 2013-01-06 16:55:19 +00:00
richardash1981
f39454594b add documentation to these two functions as it's not that obvious exactly what they do 2013-01-05 16:36:14 +00:00
v.audacity
72825001f5 modified version of Steve's patch for bugs 428 and 430 2013-01-05 00:05:59 +00:00
windinthew
97677e1d9f New Croatian translation of software by Martin Bagiæ (still needs adding to Mac project) 2013-01-04 15:16:06 +00:00
prlivesey
7a63f59c6c Removed BassBoost.cpp and BassBoost.h from Xcode project file. 2013-01-04 10:08:09 +00:00
v.audacity
6e4c54de58 Deprecate BassBoost.* in favor of BassTreble.*. 2013-01-04 03:12:50 +00:00
v.audacity
56eabe24c6 Fix a few new compiler warnings. 2013-01-04 03:07:03 +00:00
martynshaw99
522aedbfcf Minor wording changes by Steve, to separate 'Save' from 'Export' 2013-01-03 23:59:00 +00:00
windinthew
8396b79f54 update by Xabier Aramendi 2013-01-02 23:59:36 +00:00
richardash1981
227ed95615 fix the device information listing to show the correct host name for the device being listed, not the currently selected Audacity preference. Expanded from patch by Leyland. 2013-01-02 16:07:01 +00:00
martynshaw99
7c318fece2 Add StudioFadeOut to vc project. 2013-01-01 22:30:16 +00:00
martynshaw99
8f6637be0b Delete replaced effect. 2013-01-01 22:19:56 +00:00
richardash1981
92ba0eeafc remove an unused argument to a method as it's both unused and never set to a variable value. 2013-01-01 18:43:35 +00:00
richardash1981
d9177348c2 add more detailed documentation of these functions based on email from Martyn 2013-01-01 18:28:01 +00:00
prlivesey
e3b89fe55c Added BassTreble.h and BassTreble.cpp to the Xcode project file. 2013-01-01 16:57:37 +00:00
richardash1981
ef5c3a7c61 A number of cleanup and review changes on the committed code, reducing variable scope, making constants actually const and using constant for Pi as it's available 2013-01-01 16:12:00 +00:00
richardash1981
393129d9b9 fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:54:53 +00:00
richardash1981
42143357d8 fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:50:12 +00:00
richardash1981
f72f520b38 remove trailing junk 2013-01-01 15:35:23 +00:00
windinthew
12d934e32e Replace BassBoost with Bass and Treble in Windows project 2013-01-01 09:35:41 +00:00
windinthew
0c29d5a06f Update to 2013 2013-01-01 09:33:23 +00:00
v.audacity
ace1a1c16c Steve Daulton's BassTreble replacement of BassBoost 2013-01-01 01:59:02 +00:00
v.audacity
ace51b612b Steve Daulton's contributions 2013-01-01 01:45:31 +00:00
v.audacity
e73aefa5cf Update comments. 2013-01-01 01:35:25 +00:00
martynshaw99
cdd2ccf594 Remove spurious windows.h includes. 2012-12-31 22:12:23 +00:00
richardash1981
fb282ad761 I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files. 2012-12-31 17:58:17 +00:00
richardash1981
4d0d78f724 I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files, and cleaned up trailing junk on the way. 2012-12-31 16:58:19 +00:00
richardash1981
72f6eded20 I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files, and cleaned up trailing junk on the way. 2012-12-31 16:57:15 +00:00
richardash1981
389beeb7fc Add some comments to the places I got confused. This would be much clearer if classes had copy-constructors\! 2012-12-31 13:13:58 +00:00
martynshaw99
afbbcc179a I think this is what was meant by the last patch. 2012-12-31 00:06:41 +00:00
windinthew
37731d25bc Update by Bashishtha Singh 2012-12-31 00:04:35 +00:00
RichardAsh1981@gmail.com
b7bd3c3469 copy envelope range from the source track rather than fixing it 2012-12-30 17:30:03 +00:00
RichardAsh1981@gmail.com
2326bb8347 Commit most of patch-envelope-range-2.patch from Maarten Baert, excluding an unrelated change and some independent ones already committed. There is an outstanding potential issue with the TimeTrack:: copy constructor awaiting further input 2012-12-29 16:28:28 +00:00
RichardAsh1981@gmail.com
9e452d66e9 remove unused commented variables (fragment of patch from Maarten Baert) 2012-12-29 16:13:33 +00:00
RichardAsh1981@gmail.com
f09d3a8aaf patch to remove some unused member variables by Leland Lucius 2012-12-29 15:31:46 +00:00
RichardAsh1981@gmail.com
dd8bc9cb93 add missing includes which break mac debug build 2012-12-28 13:42:10 +00:00
windinthew
a215a35e05 Fixed export and float messages by Pavel Fric 2012-12-24 23:53:50 +00:00
windinthew
ad17bcf19b Synced and updated with latest audacity.pot 2012-12-24 00:04:00 +00:00
windinthew
0da9985332 Update by Miguel Bouzada 2012-12-23 20:58:38 +00:00
windinthew
47de68f395 Update by Pavel Fric 2012-12-23 20:34:41 +00:00
windinthew
77d7e48a30 Update by Antonio Paniagua 2012-12-22 02:08:56 +00:00
windinthew
8f283ad97d Update by Carmelo Battaglia 2012-12-22 02:05:41 +00:00
windinthew
c36d83d332 Updated by Volker Meder 2012-12-22 02:02:12 +00:00