1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

13879 Commits

Author SHA1 Message Date
v.audacity
60dbfddd06 Get rid of VC++ compiler warning about performance. Was forcing int to bool. 2010-06-30 22:10:51 +00:00
richardash1981
058e2a7b3b Updated translation from Thomas 2010-06-29 20:42:07 +00:00
richardash1981
2362728838 No, you should never have _("") in code, because you can't translate an empty
string (and anyway it has special meanings in gettext)
2010-06-29 20:41:14 +00:00
martynshaw99
e982fdb716 Add another SetName for the rename dialog. Maybe it'll help screen readers? 2010-06-27 22:28:04 +00:00
martynshaw99
31abee22b5 Add a suffix to duplicate names.
Remove double-click to rename, for keyboard users.
Added 'Names' to controls in the hope that screen readers will be helped.
Resizing works better.
Various tidy-up, inc. adding a few comments!
2010-06-27 22:20:58 +00:00
windinthew
f72a38c3f1 Replace "version in Audacity CVS" with "version in Audacity SVN". "Crib notes on upgrading lib-src trees" still needs updating for SVN 2010-06-21 18:48:02 +00:00
windinthew
e192648cdf Updated software translation from Carmelo Battaglia 2010-06-21 18:18:15 +00:00
windinthew
336a4b4f0d * Added access keys for main EQ window
* Fixed a typo in "Manage Curves" help text and tweaked it a bit (uses "Save" word as per "Save/Manage curves..." button)
2010-06-18 20:39:32 +00:00
prlivesey
aadc759fe2 Moved 'class EditCurvesDialog:public wxDialog' outside of the '#if wxUSE_ACCESSIBILITY' conditional to allow compilation when wxUSE_ACCESSIBILITY is undefined. 2010-06-16 11:03:58 +00:00
martynshaw99
da5c299292 New EQCurves management dialog. 2010-06-15 23:49:51 +00:00
mchinen
ff7c013f16 fix clipping on export 24 bit signed pcm wav (bug 166) 2010-06-15 17:51:23 +00:00
martynshaw99
dcb3dc656a Missing header. 2010-06-14 23:05:36 +00:00
windinthew
21eb328c01 Fix overflow in dd:hh:mm:ss selection format 2010-06-14 15:40:04 +00:00
mchinen
f443ce50bd fixing sort by time case where linked tracks only sort by topmost track. Now sort looks at each member of the group and takes the minimum 2010-06-14 12:57:33 +00:00
BusinessmanProgrammerSteve
78ccfa399f Nick Trimble's patch fixing bug 124 (no OK button in Audio Device Info);
also causes OK button to display correctly in another, similar dialog after
Export Multiple.
2010-06-12 20:39:23 +00:00
prlivesey
7d1837859e Removed obsolete reference to pitch.cpp in sbsms. 2010-06-12 11:26:49 +00:00
clayton.otey@gmail.com
bf8d375d42 Reverting an accidentally commited change to workaround a compile error. 2010-06-11 21:08:44 +00:00
clayton.otey@gmail.com
317ed4bf17 sbsms Transient Sharpening shouldn't crash anymore, but it's not thoroughly tested yet. 2010-06-11 01:34:52 +00:00
clayton.otey@gmail.com
92f28a0a1d Changed the layout of the TimeScale effect dialog 2010-06-11 01:33:17 +00:00
clayton.otey@gmail.com
e92ecd240b Got rid of remaining sbsms windows warnings, except for fopen_s 2010-06-08 01:13:11 +00:00
clayton.otey@gmail.com
3e44c2d3b9 Got rid of use of log2 which doesnt exist on older msvc 2010-06-08 01:06:03 +00:00
clayton.otey@gmail.com
60faec3b24 Got rid of most warnings and errors for windows build 2010-06-08 01:05:10 +00:00
clayton.otey@gmail.com
299c327a71 SBSMS library/effect changes. Apparently resolves bug #170. Incorporated optimizations with minor quality changes. Returned optimization flags to build (introduced in a patch). The audacity SBSMS branch is now a trimmed down version without associated programs. Includes (untested) changes to the windows .vcproj. 2010-06-07 06:41:32 +00:00
martynshaw99
e628adb922 Make recorded tracks the same size as imported tracks (if one or two channels). 2010-06-02 23:54:44 +00:00
msmeyer3
e31b602497 Update German translation 2010-05-31 10:22:23 +00:00
mchinen
5c88a0d93a adding volatile flags to certain OD bools that get changed by the UI. May fix reported stalled tasks which I can't reproduce. 2010-05-30 14:39:18 +00:00
windinthew
903dcf9427 Correct inaccurate time tracks message 2010-05-27 23:18:21 +00:00
BusinessmanProgrammerSteve
9a048f33b1 don't create new labels for space 2010-05-14 21:15:38 +00:00
BusinessmanProgrammerSteve
602c6996ef Create new labels in the focused track (or, if it's not a
label track, search downward for one)
2010-05-12 16:22:56 +00:00
BusinessmanProgrammerSteve
23ed04bc6a Improve key/character event handling, esp. for Unicode entry on Windows. 2010-05-11 22:10:44 +00:00
mchinen
26b59b363b fixing sort by time bug and refactoring sort by name code. Also making name sort semi case sensitive. 2010-05-09 18:40:09 +00:00
windinthew
b52315f111 Shorten lines in "Help Screen" to 60 characters maximum to prevent wrapping problems on Linux, and shorten the text so it should still fit on one screen at 800x600. 2010-05-08 08:38:07 +00:00
BusinessmanProgrammerSteve
47e5a2b80a Update documentation and add checks surrounding block files
(since we now have silent block files with no disk file)
2010-05-08 00:58:23 +00:00
mchinen
19542a4065 fixing sort problems 2010-05-06 13:51:33 +00:00
BusinessmanProgrammerSteve
d664740a88 Fix bug 160: silent blockfiles not copied between projects 2010-05-05 23:41:27 +00:00
BusinessmanProgrammerSteve
787d033f4c When creating a label by typing, create in the focused track, not the first selected label track. 2010-05-04 19:59:47 +00:00
BusinessmanProgrammerSteve
8ab0148f5d Fix for bug 24 (unnecessary changes to the temp directory in Prefs->Directories) 2010-05-04 07:49:09 +00:00
mchinen
811c4ffbc3 fix for crash on sort by name 2010-05-04 03:14:43 +00:00
BusinessmanProgrammerSteve
45ad663e05 Don't write primary selection due to wxWidgets bug 2010-05-02 17:54:22 +00:00
BusinessmanProgrammerSteve
b67178f729 Support for Primary Selection under X11. 2010-05-02 17:22:01 +00:00
BusinessmanProgrammerSteve
b35264aacc Typo in last commit. 2010-05-02 02:44:24 +00:00
BusinessmanProgrammerSteve
bb9b9eeb27 Workaround for bug 30: don't allow create-label-by-typing while playing unless the selection has been changed. 2010-05-02 02:39:46 +00:00
LRN1986
cd6848a912 Fix Resample cutting the tracks off 2010-04-28 16:42:22 +00:00
windinthew
3d4b4e0e1a added new Belarusian translation and other missing entries 2010-04-27 08:01:32 +00:00
windinthew
fc680e20cb added Belarusian translation (still needs adding to mac/Audacity.xcodeproj/project.pbxproj) 2010-04-27 08:00:23 +00:00
windinthew
35cfc92ad5 Added partial Belarusian software translation by Patricia Clausnitzer 2010-04-27 07:57:21 +00:00
mchinen
52edf9ffc2 replacing expat lib-src include with a shorter copy of the table. this should restore linux builds to normal order. 2010-04-26 17:45:48 +00:00
prlivesey
cb51df5633 Added extra command line option to allow debug builds to be packaged into a DMG. 2010-04-25 10:44:22 +00:00
windinthew
b5e09a975e Clarify in "not a legal file name" dialogue that track names can also be illegal 2010-04-25 06:04:15 +00:00
mchinen
635931c6be fix for P2 Metadata in imported files can cause the .aup to store unhandled characters. 2010-04-24 20:54:39 +00:00