1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Commit Graph

  • af27b274d1 Fix missing lock mutex in main OD loop (!) This will fix the OD bug where some tasks never start on faster computers that caused the race condition. mchinen 2010-07-19 13:41:16 +00:00
  • 0fac236e9a Fix whitespace and comments in ODComputeSummaryTask and ODManager mchinen 2010-07-19 13:25:52 +00:00
  • f918edb36a Updated software translation from Bashishtha Singh (+ added new strings from latest audacity.pot) windinthew 2010-07-19 09:44:01 +00:00
  • ab81197ce6 Move #include <wx/arrimpl.cpp>. Must occur between the WX_DECLARE_OBJARRAY and WX_DEFINE_OBJARRAY. v.audacity 2010-07-18 00:05:49 +00:00
  • cd96baaa4c Fix a compiler warning. v.audacity 2010-07-17 22:31:02 +00:00
  • ae85f055ac (working on bug 113) v.audacity 2010-07-17 00:33:31 +00:00
  • 003221bb95 (minor change) v.audacity 2010-07-17 00:11:57 +00:00
  • 07806e76a1 (working on bug 113) v.audacity 2010-07-16 06:01:40 +00:00
  • 1149680032 (working on bug 113) v.audacity 2010-07-16 05:41:22 +00:00
  • 27e59162b4 (minor text corrections) v.audacity 2010-07-16 05:38:22 +00:00
  • 6f6aae0346 Rename for clarity. It's a bool, not a resultCode. v.audacity 2010-07-16 05:37:26 +00:00
  • 16716a6ef8 Can't use "v" for an access key - conflicts with Preview windinthew 2010-07-11 06:56:02 +00:00
  • fb9e6e5f1a Fix autorecover to recover more than just 3 recording tracks Also fix mac crash due to assertion where envelope len is zero after recovery. mchinen 2010-07-09 16:17:45 +00:00
  • cf3ba227f7 Further work on bug 137. Accidental click OK on prev commit, so here are comments for it and this one: v.audacity 2010-07-09 03:52:51 +00:00
  • afe904e0c5 v.audacity 2010-07-09 03:16:40 +00:00
  • 9a2112bb8d Added access keys windinthew 2010-07-08 19:25:08 +00:00
  • 28141af2d0 Code review and fixes in pursuit of bug 137 (still in progress, per "//vvvvv" comments): v.audacity 2010-07-07 04:56:53 +00:00
  • 7501b9a865 minor changes on brief code review v.audacity 2010-07-06 21:39:08 +00:00
  • 0c3fbd91ac Can now tab to radio button. james.k.crook 2010-07-05 19:57:18 +00:00
  • 5a5957b422 Add seek support to OD-based FFmpeg import. Also some minor refactoring. This feature works with mp3 right now - may work on other formats, but that will be a seperate commit. It is not enabled so most of the changes won't even be compiled, and those that do won't be run. To enable it uncommment the EXPERIMENTAL_ODFFMPEG def in Experimental.h mchinen 2010-07-05 14:38:47 +00:00
  • 4d244e93ae Noise removal updates from Marco Diego Aurélio james.k.crook 2010-07-04 11:34:51 +00:00
  • fc0dadf93c Apply Debian patch fixing a Portmixer-related crash (bug 174) BusinessmanProgrammerSteve 2010-07-02 06:27:45 +00:00
  • df4e7d2bf5 Fix GCC warning and crash on EQ screen. BusinessmanProgrammerSteve 2010-07-02 05:33:50 +00:00
  • 3f133811fb Get rid of AutoSaveEnabled pref altogether. AutoSave doesn't copy any audio data, so there's no reason to turn it off. v.audacity 2010-07-01 21:40:29 +00:00
  • d0f67d3e6b * Update for wxwidgets 2.8.11 * Add note that "help" project requires Python * Add missing section about optional "locale" project windinthew 2010-07-01 09:48:35 +00:00
  • 119451498b Don't build "help" project by default in Unicode Release or Release to match with win/compile.txt windinthew 2010-07-01 09:46:27 +00:00
  • 992a1ab277 Hopefully read .xml and .XML files on case-sensitive OSs, Remove 'delete' key functionality. martynshaw99 2010-06-30 23:58:56 +00:00
  • b85ca7057d Remove call to OnZoomFit after recovery, so that zoom and selection are restored as well. I think when AutoRecovery was written, zoom and selection were not stored in the aup files, so this was a default. v.audacity 2010-06-30 23:22:23 +00:00
  • 406594a1dc Get rid of AutoSaveMinutes pref, as it wasn't actually used correctly. Now doing autosave on every PushState, ModifyState, and PopState. v.audacity 2010-06-30 23:19:21 +00:00
  • 60dbfddd06 Get rid of VC++ compiler warning about performance. Was forcing int to bool. v.audacity 2010-06-30 22:10:51 +00:00
  • 058e2a7b3b Updated translation from Thomas richardash1981 2010-06-29 20:42:07 +00:00
  • 2362728838 No, you should never have _("") in code, because you can't translate an empty string (and anyway it has special meanings in gettext) richardash1981 2010-06-29 20:41:14 +00:00
  • e982fdb716 Add another SetName for the rename dialog. Maybe it'll help screen readers? martynshaw99 2010-06-27 22:28:04 +00:00
  • 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! martynshaw99 2010-06-27 22:20:58 +00:00
  • f72a38c3f1 Replace "version in Audacity CVS" with "version in Audacity SVN". "Crib notes on upgrading lib-src trees" still needs updating for SVN windinthew 2010-06-21 18:48:02 +00:00
  • e192648cdf Updated software translation from Carmelo Battaglia windinthew 2010-06-21 18:18:15 +00:00
  • 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) windinthew 2010-06-18 20:39:32 +00:00
  • aadc759fe2 Moved 'class EditCurvesDialog:public wxDialog' outside of the '#if wxUSE_ACCESSIBILITY' conditional to allow compilation when wxUSE_ACCESSIBILITY is undefined. prlivesey 2010-06-16 11:03:58 +00:00
  • da5c299292 New EQCurves management dialog. martynshaw99 2010-06-15 23:49:51 +00:00
  • ff7c013f16 fix clipping on export 24 bit signed pcm wav (bug 166) mchinen 2010-06-15 17:51:23 +00:00
  • dcb3dc656a Missing header. martynshaw99 2010-06-14 23:05:36 +00:00
  • 21eb328c01 Fix overflow in dd:hh:mm:ss selection format windinthew 2010-06-14 15:40:04 +00:00
  • 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 mchinen 2010-06-14 12:57:33 +00:00
  • 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. BusinessmanProgrammerSteve 2010-06-12 20:39:23 +00:00
  • 7d1837859e Removed obsolete reference to pitch.cpp in sbsms. prlivesey 2010-06-12 11:26:49 +00:00
  • bf8d375d42 Reverting an accidentally commited change to workaround a compile error. clayton.otey@gmail.com 2010-06-11 21:08:44 +00:00
  • 317ed4bf17 sbsms Transient Sharpening shouldn't crash anymore, but it's not thoroughly tested yet. clayton.otey@gmail.com 2010-06-11 01:34:52 +00:00
  • 92f28a0a1d Changed the layout of the TimeScale effect dialog clayton.otey@gmail.com 2010-06-11 01:33:17 +00:00
  • e92ecd240b Got rid of remaining sbsms windows warnings, except for fopen_s clayton.otey@gmail.com 2010-06-08 01:13:11 +00:00
  • 3e44c2d3b9 Got rid of use of log2 which doesnt exist on older msvc clayton.otey@gmail.com 2010-06-08 01:06:03 +00:00
  • 60faec3b24 Got rid of most warnings and errors for windows build clayton.otey@gmail.com 2010-06-08 01:05:10 +00:00
  • 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. clayton.otey@gmail.com 2010-06-07 06:41:32 +00:00
  • e628adb922 Make recorded tracks the same size as imported tracks (if one or two channels). martynshaw99 2010-06-02 23:54:44 +00:00
  • e31b602497 Update German translation msmeyer3 2010-05-31 10:22:23 +00:00
  • 5c88a0d93a adding volatile flags to certain OD bools that get changed by the UI. May fix reported stalled tasks which I can't reproduce. mchinen 2010-05-30 14:39:18 +00:00
  • 903dcf9427 Correct inaccurate time tracks message windinthew 2010-05-27 23:18:21 +00:00
  • 9a048f33b1 don't create new labels for space BusinessmanProgrammerSteve 2010-05-14 21:15:38 +00:00
  • 602c6996ef Create new labels in the focused track (or, if it's not a label track, search downward for one) BusinessmanProgrammerSteve 2010-05-12 16:22:56 +00:00
  • 23ed04bc6a Improve key/character event handling, esp. for Unicode entry on Windows. BusinessmanProgrammerSteve 2010-05-11 22:10:44 +00:00
  • 26b59b363b fixing sort by time bug and refactoring sort by name code. Also making name sort semi case sensitive. mchinen 2010-05-09 18:40:09 +00:00
  • 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. windinthew 2010-05-08 08:38:07 +00:00
  • 47e5a2b80a Update documentation and add checks surrounding block files (since we now have silent block files with no disk file) BusinessmanProgrammerSteve 2010-05-08 00:58:23 +00:00
  • 19542a4065 fixing sort problems mchinen 2010-05-06 13:51:33 +00:00
  • d664740a88 Fix bug 160: silent blockfiles not copied between projects BusinessmanProgrammerSteve 2010-05-05 23:41:27 +00:00
  • 787d033f4c When creating a label by typing, create in the focused track, not the first selected label track. BusinessmanProgrammerSteve 2010-05-04 19:59:47 +00:00
  • 8ab0148f5d Fix for bug 24 (unnecessary changes to the temp directory in Prefs->Directories) BusinessmanProgrammerSteve 2010-05-04 07:49:09 +00:00
  • 811c4ffbc3 fix for crash on sort by name mchinen 2010-05-04 03:14:43 +00:00
  • 45ad663e05 Don't write primary selection due to wxWidgets bug BusinessmanProgrammerSteve 2010-05-02 17:54:22 +00:00
  • b67178f729 Support for Primary Selection under X11. BusinessmanProgrammerSteve 2010-05-02 17:22:01 +00:00
  • b35264aacc Typo in last commit. BusinessmanProgrammerSteve 2010-05-02 02:44:24 +00:00
  • bb9b9eeb27 Workaround for bug 30: don't allow create-label-by-typing while playing unless the selection has been changed. BusinessmanProgrammerSteve 2010-05-02 02:39:46 +00:00
  • cd6848a912 Fix Resample cutting the tracks off LRN1986 2010-04-28 16:42:22 +00:00
  • 3d4b4e0e1a added new Belarusian translation and other missing entries windinthew 2010-04-27 08:01:32 +00:00
  • fc680e20cb added Belarusian translation (still needs adding to mac/Audacity.xcodeproj/project.pbxproj) windinthew 2010-04-27 08:00:23 +00:00
  • 35cfc92ad5 Added partial Belarusian software translation by Patricia Clausnitzer windinthew 2010-04-27 07:57:21 +00:00
  • 52edf9ffc2 replacing expat lib-src include with a shorter copy of the table. this should restore linux builds to normal order. mchinen 2010-04-26 17:45:48 +00:00
  • cb51df5633 Added extra command line option to allow debug builds to be packaged into a DMG. prlivesey 2010-04-25 10:44:22 +00:00
  • b5e09a975e Clarify in "not a legal file name" dialogue that track names can also be illegal windinthew 2010-04-25 06:04:15 +00:00
  • 635931c6be fix for P2 Metadata in imported files can cause the .aup to store unhandled characters. mchinen 2010-04-24 20:54:39 +00:00
  • 41dc1f2f6c Fix another initialization order warning. There's still an "unused variable" warning but I need to investigate before just ripping it out. BusinessmanProgrammerSteve 2010-04-24 17:19:08 +00:00
  • d01839c89d ExtImport: Fix drag'n'drop Plugin reordering on Linux LRN1986 2010-04-24 13:18:59 +00:00
  • 6151d3d4e2 ExtImport: don't let user select multiple rules at once LRN1986 2010-04-24 12:29:14 +00:00
  • fce76e9f46 Corrext handling of builds where the name of the Audacity binary is not "audacity", via the --program-prefix and --program-suffix options to configure. Also make numerous other fixes to make uninstall which distros never seem to patch when they patch make install - we now uninstall all the files we install during make install. richardash1981 2010-04-24 11:24:08 +00:00
  • b2b82d4ea0 ExtImport: Moved PluginList initialization before RuleTable initialization LRN1986 2010-04-24 10:17:35 +00:00
  • 1d83aeeb12 Further ExtImport improvements and fixes LRN1986 2010-04-23 22:28:43 +00:00
  • a36aeba850 Extended import filtering fixes LRN1986 2010-04-23 17:55:27 +00:00
  • 2ff846817f Al Dimond > Team windinthew 2010-04-23 10:14:57 +00:00
  • 2d6bd422c8 Nikolay's patch to make keyboard scrolling work for some effect sliders. BusinessmanProgrammerSteve 2010-04-21 16:27:08 +00:00
  • f89f540fb1 Don't discard override filter with default rule. Don't override it with MP3 if a file is mp3 LRN1986 2010-04-21 13:42:51 +00:00
  • 2e4d2f1132 Make sure ExtImport override works for meta-filters LRN1986 2010-04-21 11:53:53 +00:00
  • db39f6262b Keep a constant set of gain/pan sliders -- this allows Audacity to open projects with very large numbers of tracks without crashes (Windows) or major slowdows. BusinessmanProgrammerSteve 2010-04-21 05:03:24 +00:00
  • 828481a3c8 Fix window closing behavior, remove (bug 151) BusinessmanProgrammerSteve 2010-04-19 06:03:21 +00:00
  • c6ad77aabe Generate the right number of samples of audio, redistributing any 'spare' samples amongst the marks and spaces. martynshaw99 2010-04-17 23:26:12 +00:00
  • fad5cd7f96 Fix problem generating over beginning of clips with "editClipsCanMove" mode off; make WaveTrack::IsEmpty() use the clip boundary routines; hopefully make warping more correct. BusinessmanProgrammerSteve 2010-04-15 21:01:50 +00:00
  • 830db47f50 Work-around for bug 154 BusinessmanProgrammerSteve 2010-04-14 18:32:03 +00:00
  • f4beb6856d Linking should default off. BusinessmanProgrammerSteve 2010-04-13 20:04:27 +00:00
  • fc1617ff2f Fix problem with linked label tracks and truncate silence BusinessmanProgrammerSteve 2010-04-12 15:29:53 +00:00
  • b3d6457ef5 Compile warning. There's another one in here about an uninit'd variable I'm ignoring... for now... BusinessmanProgrammerSteve 2010-04-12 15:04:30 +00:00
  • ed778721d3 Special handling for our stupid MP3 importer in extended import filtering LRN1986 2010-04-11 20:22:50 +00:00
  • 21ef4c379a Added debug logging in Importer::Import() LRN1986 2010-04-11 15:09:57 +00:00