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

Commit Graph

  • f4e81220b3 New ShowInfoDialog() function for text message plus OK button. Resizability more obvious now, and cursor at position 0. james.k.crook 2010-02-13 18:24:57 +00:00
  • a2ad4dae36 Use RICH2 edit ctrl in place of plain old text ctrl where possible. We can tab into it, and it is expected to be better for screen readers. james.k.crook 2010-02-13 11:11:05 +00:00
  • 818f949f4b TrackKindEnum should be the name of the enum, not a variable decl. businessmanprogrammersteve 2010-02-13 02:16:47 +00:00
  • 4eb04322da Eliminate more warnings by moving static tables out of ExportFFmpegDialogs.h; set up automatic duplication of enumeration constants and string representations. businessmanprogrammersteve 2010-02-13 01:39:38 +00:00
  • 2f4b9d2df6 Only include Audacity Logo xpms where they're actually needed; this cuts ~14MB from the Audacity binary. businessmanprogrammersteve 2010-02-12 22:10:43 +00:00
  • a55c20be66 Fix most of the compile warnings I get on Linux (but not the Audacity Logo xpm stuff or a few things in FFMPEG export) businessmanprogrammersteve 2010-02-12 21:36:20 +00:00
  • e801b39943 Bugzilla#115. Split TimeConverter from the TimeTextCtrl GUI class so that we do not create a ctrl every time we want to do a time conversion. james.k.crook 2010-02-12 21:28:34 +00:00
  • c6ca8c2018 Bugzilla:72 Blank labels continue to give 'untitled' in files after the first. james.k.crook 2010-02-12 17:28:24 +00:00
  • 8fbe4f7185 Do not fill buffer if bufferLen is zero. This avoids a false +ve assert downstream when checking for non-existent buffers. james.k.crook 2010-02-12 16:10:22 +00:00
  • b646b10df2 Adds Track::IsSynchroSelected() and visuals for synchro (group) selection businessmanprogrammersteve 2010-02-12 16:05:02 +00:00
  • 319903dbf7 CVS > SVN windinthew 2010-02-12 14:21:24 +00:00
  • 27767ebf5a CVS > SVN and wxMac 2.8.8 > 2.8.10 windinthew 2010-02-12 14:16:14 +00:00
  • 1bd64d9c16 CVS > SVN windinthew 2010-02-12 13:47:12 +00:00
  • afe3290cb3 Missing EndVerticalLay(), spotted by Ed Musgrove. Worked OK here, but would cause issues if adding more sizers. james.k.crook 2010-02-12 12:30:53 +00:00
  • 42f5d6b460 CVS > SVN windinthew 2010-02-12 12:18:17 +00:00
  • 97f24531bd These editor temporary files should never have been under version control richardash1981 2010-02-11 16:43:15 +00:00
  • e3134f1a12 Shorter solution for patch #13 (scroll bars), also removes superfluous ifs left after removing number-of-digits = 1 or 2 choice code. james.k.crook 2010-02-11 14:42:44 +00:00
  • 44596429a7 Corrected version of Ed's patch #18 to localise some strings. james.k.crook 2010-02-10 23:10:53 +00:00
  • 8704db3f63 Avoid rounding problem in HandleClear() businessmanprogrammersteve 2010-02-10 18:55:45 +00:00
  • bfb812a9e4 Modifications to Benjamin Drung's patch (003) as agreed with James: * "Using Label/Track Name" is default again * Clearer wording for the two different "numbering" options, both of which now use two-digit numbering * Last used "Name files" radio button is remembered and written to .cfg (patch by Ed) windinthew 2010-02-10 14:03:47 +00:00
  • a6001192f2 In ODPCMAliasBlockFile check file existance before opening; solves bug 26 on Mac BusinessmanProgrammerSteve 2010-02-09 23:30:27 +00:00
  • 81c204a5f5 AudioDeviceInfo window now read-only and scroll bar rather than wrapping. james.k.crook 2010-02-09 10:55:51 +00:00
  • 9bbd180e39 Revert r10217 (wxWidgets applied my fix to the timer ID issue) BusinessmanProgrammerSteve 2010-02-08 21:00:17 +00:00
  • a2fdd857ac Updated software translation from Bashishtha Singh windinthew 2010-02-08 14:33:25 +00:00
  • 365c0c8ac3 Tweak radio-button spacing (slightly tighter) james.k.crook 2010-02-07 22:25:16 +00:00
  • 781491dfc0 Bugzilla:5 Fixed poor stacking of labels after a reverse effect. james.k.crook 2010-02-07 21:59:17 +00:00
  • 66206238b5 New option also needs to do enabling/disabling. james.k.crook 2010-02-07 20:38:56 +00:00
  • d84bc6b212 Enh: Allow number+name in export-multiple; patch thanks to Benjamin Drung. james.k.crook 2010-02-07 20:17:36 +00:00
  • db60792bb4 Title "Save Compressed Project As..." tweak by Ed Musgrove. james.k.crook 2010-02-07 17:59:19 +00:00
  • 5f0a075026 Bugzilla#109 more intuitive label movement. Now circle moves label, chevron moves edge whilst retaining boundary moving behaviour when labels abut. james.k.crook 2010-02-07 11:11:35 +00:00
  • 1c3748c79c Fixed a typo in iAACSampleRates LRN1986 2010-02-07 10:51:37 +00:00
  • 584230b094 comment addition and clean-up richardash1981 2010-02-06 22:17:33 +00:00
  • 3d1217da2f Remove all the .cvsignore files we don't need any more, and update the svn:ignore properties as needed, plus some improvements richardash1981 2010-02-06 21:57:49 +00:00
  • 38743e9a6c Add m4 macro files to deps, whether these are used depends on configure options richardash1981 2010-02-06 21:28:08 +00:00
  • d4e4d55f52 Moving Richard to "Developer" role as per Credits page on web site. windinthew 2010-02-06 16:21:57 +00:00
  • 4d5c10a690 Patch from Ed Musgrove to allow narrower meter bar, plus also actions from code-review. james.k.crook 2010-02-06 16:12:56 +00:00
  • 6727dace21 Further trim text as suggested by James to clear P2 "Custom FFmpeg Export Options Window oversized on 800x600". windinthew 2010-02-05 15:10:15 +00:00
  • d805522a84 David R Sky moved to "Contributors" windinthew 2010-02-05 15:06:32 +00:00
  • 4fc182e812 wxMSW 2.8.11 doesn't allow multiple timers to have the same ID, so use wxID_ANY for timers businessmanprogrammersteve 2010-02-05 00:13:52 +00:00
  • 594dc3767c Updated software translation from Yuri Chornoivan windinthew 2010-02-04 11:51:49 +00:00
  • bd8f9cc161 Updated software translation from Lukmanul Hakim windinthew 2010-02-04 11:50:37 +00:00
  • bd88beaf24 Fix compile error in VS. businessmanprogrammersteve 2010-02-03 15:54:37 +00:00
  • dbc4aab314 Fix lots of snapping problems by moving snap-to-time into SnapManager. Do a 'make dep' after updating, some #includes are added. BusinessmanProgrammerSteve 2010-02-02 19:43:52 +00:00
  • 8bc7f68edc Eliminate a race condition. BusinessmanProgrammerSteve 2010-02-01 17:29:52 +00:00
  • 77b874c5d9 Label dragging enhancements, especial point labels (Bugzilla:109) james.k.crook 2010-01-31 17:26:21 +00:00
  • d6b0e9e0bb Updated software translation from Lukmanul Hakim windinthew 2010-01-31 17:02:21 +00:00
  • 10892c33e5 Fix up label behavior, clean up reverse effect BusinessmanProgrammerSteve 2010-01-29 21:33:40 +00:00
  • 7945e8723d Added hi and my translations to the Xcode project. lllucius 2010-01-27 15:17:10 +00:00
  • 45a006841d added Burmese (Myanmar) translation by Russell Kyaw windinthew 2010-01-27 09:32:55 +00:00
  • 37f89c192b added Burmese (Myanmar) translation by Russell Kyaw windinthew 2010-01-27 09:20:51 +00:00
  • b51db1586b Support mice with high-precision scroll wheels fixes P2: Ctrl+Mouse Wheel causes Crash (hang) BusinessmanProgrammerSteve 2010-01-25 22:44:48 +00:00
  • 5e3b227f5b Updated software translation from Thomas De Rocker windinthew 2010-01-25 15:18:44 +00:00
  • 49146bd263 Updated software translation from Lukmanul Hakim windinthew 2010-01-25 15:07:52 +00:00
  • 9dd39ae427 Handle .svn directories instead of CVS ones. lllucius 2010-01-25 09:36:40 +00:00
  • 722cc49cf9 Make the file type dropdown readable by VoiceOver. lllucius 2010-01-25 09:00:09 +00:00
  • 6e3e8dcfff Remove some old erratta, and do a major tidy up of line endings and properties on source files ra 2010-01-24 13:33:28 +00:00
  • 58caf78a86 Move library tree where it belongs ra 2010-01-24 09:19:39 +00:00
  • e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches ra 2010-01-23 19:44:49 +00:00