1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-07 16:07:44 +02:00

1523 Commits

Author SHA1 Message Date
windinthew
3d76f55cad Leland and Markus to "Emeritus" 2010-03-13 04:00:07 +00:00
BusinessmanProgrammerSteve
56a464c199 Track panel refresh when changing linking enabledness 2010-03-12 19:52:13 +00:00
BusinessmanProgrammerSteve
bea6140789 Fix a crash in TrackArtist::DrawLinkTiles() 2010-03-12 01:40:40 +00:00
BusinessmanProgrammerSteve
5b539c71f0 Make ChangeSpeed/SoundTouch/SBSMS handle sync-selected tracks
the old way (now that it's easy to select all the sync-selected
ones)
2010-03-09 21:16:28 +00:00
BusinessmanProgrammerSteve
b9fce94477 Implements darkchains_mod2a style linking indication. This may not be
final but it's a big improvement. Reversed a couple changes from
original indication scheme that are no longer necessary. Unfortunately
it's really hard to remove colors from AllThemeResources.h.
2010-03-09 04:59:26 +00:00
BusinessmanProgrammerSteve
445c430d14 Cosmetic changes to the Select In Sync-Selected Tracks menu item, add
Select In All Tracks.
2010-03-08 19:37:13 +00:00
mchinen
5ccce1ed4b checking in cleanup of on-demand files following james' review. also speeds up od cursor updating when user clicks for on-demand 2010-03-08 01:52:38 +00:00
BusinessmanProgrammerSteve
7b9c7a3ebf Should not have added that #include in a previous commit. 2010-03-07 00:35:19 +00:00
BusinessmanProgrammerSteve
4b7b8ff672 Add command to select sync-selected tracks 2010-03-07 00:21:53 +00:00
richardash1981
e3d473bcab Add a note on relative and absolute file paths to the documentation 2010-03-06 22:47:30 +00:00
richardash1981
bd192bfa2b Commit mildy modified version of a patch by Joseph Gay to handle and convert relative paths in LOF files (i.e. relative to path of LOF file) 2010-03-06 22:42:53 +00:00
richardash1981
b0e23dbaf7 error in comments, important to make this distinction 2010-03-06 22:29:39 +00:00
richardash1981
0055871f69 Add some more useful comments in places, and importantly fix a null pointer dereference which occurs if a file which has an offset parameter cannot be imported, found whilst testing something else ... 2010-03-06 22:23:12 +00:00
BusinessmanProgrammerSteve
f53d36a503 Make align functions work with sync selection 2010-03-06 19:08:13 +00:00
BusinessmanProgrammerSteve
e73414d4d1 Improve timeshift tool behavior with linking 2010-03-06 18:39:31 +00:00
richardash1981
430c64084f Add i18n hint for the libsndfile error message, in response to query from Atsushi YOSHIDA 2010-03-06 16:27:23 +00:00
BusinessmanProgrammerSteve
2b270e7a13 Improve appearance of disabled mixer toolbar sliders. 2010-03-04 23:07:37 +00:00
windinthew
ff6932addf Update for 1.3.12 2010-03-01 09:43:30 +00:00
james.k.crook
31722d3a69 Removed over aggressive SetFocus() so that OK button does not initially have focus in, for example, preferences. 2010-02-27 18:00:47 +00:00
windinthew
cfb9f77a9d Add "Inverse RIAA" to the list of available curves, given it will probably be the most heavily used of the possible inverted curves 2010-02-22 06:22:46 +00:00
martynshaw99
24c5b9869e Correct EQ curve (typos) 2010-02-22 01:18:31 +00:00
richardash1981
d45ac35dde Make EQ curve inversion a non-experimental feature, and change the name of the "flat" button to "flatten" - that's what it does to the curve. 2010-02-21 17:36:22 +00:00
richardash1981
68f7665a70 Commit an improved version of patch by Benjamin Drung to check if data is sucessfully being exported or not when saving files through libsndfile, and warn the user if the export fails. 2010-02-20 22:20:26 +00:00
richardash1981
1a1f431584 Commit a re-written version of patch originally by Lavanya Tekumalla to save the last used recording duration and re-use it when dialogue is re-opened 2010-02-20 21:31:01 +00:00
businessmanprogrammersteve
449bee981f Draw link tiles stationary relative to the DC 2010-02-18 19:46:37 +00:00
businessmanprogrammersteve
5a6b7a4ec9 Lighten colors slightly for sync-selection. 2010-02-17 17:54:32 +00:00
BusinessmanProgrammerSteve
c334b080e8 We still need a snap manager with snap-to-grid disabled (to snap to points, which is always enabled) 2010-02-17 06:30:14 +00:00
businessmanprogrammersteve
e35e019e17 Change lots of code that uses linking to use the new
scheme.
2010-02-16 20:50:38 +00:00
james.k.crook
98ca2b474b When 'OK' is the default button it is now also given focus, so that ENTER will push it. 2010-02-14 15:27:22 +00:00
businessmanprogrammersteve
3c165e7898 Ashton's little patch to fix a compile error. 2010-02-14 06:37:45 +00:00
james.k.crook
f4e81220b3 New ShowInfoDialog() function for text message plus OK button. Resizability more obvious now, and cursor at position 0. 2010-02-13 18:24:57 +00:00
james.k.crook
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. 2010-02-13 11:11:05 +00:00
businessmanprogrammersteve
818f949f4b TrackKindEnum should be the name of the enum, not a variable decl. 2010-02-13 02:16:47 +00:00
businessmanprogrammersteve
4eb04322da Eliminate more warnings by moving static tables out
of ExportFFmpegDialogs.h; set up automatic duplication
of enumeration constants and string representations.
2010-02-13 01:39:38 +00:00
businessmanprogrammersteve
2f4b9d2df6 Only include Audacity Logo xpms where they're actually needed; this cuts
~14MB from the Audacity binary.
2010-02-12 22:10:43 +00:00
businessmanprogrammersteve
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)
2010-02-12 21:36:20 +00:00
james.k.crook
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.
Also avoided creating a SnapManager when snap-to is disabled.
2010-02-12 21:28:34 +00:00
james.k.crook
c6ca8c2018 Bugzilla:72 Blank labels continue to give 'untitled' in files after the first. 2010-02-12 17:28:24 +00:00
james.k.crook
8fbe4f7185 Do not fill buffer if bufferLen is zero. This avoids a false +ve assert downstream when checking for non-existent buffers. 2010-02-12 16:10:22 +00:00
businessmanprogrammersteve
b646b10df2 Adds Track::IsSynchroSelected() and visuals for synchro (group) selection 2010-02-12 16:05:02 +00:00
windinthew
319903dbf7 CVS > SVN 2010-02-12 14:21:24 +00:00
james.k.crook
afe3290cb3 Missing EndVerticalLay(), spotted by Ed Musgrove. Worked OK here, but would cause issues if adding more sizers. 2010-02-12 12:30:53 +00:00
windinthew
42f5d6b460 CVS > SVN 2010-02-12 12:18:17 +00:00
james.k.crook
e3134f1a12 Shorter solution for patch #13 (scroll bars), also removes superfluous ifs left after removing number-of-digits = 1 or 2 choice code. 2010-02-11 14:42:44 +00:00
james.k.crook
44596429a7 Corrected version of Ed's patch #18 to localise some strings. 2010-02-10 23:10:53 +00:00
businessmanprogrammersteve
8704db3f63 Avoid rounding problem in HandleClear() 2010-02-10 18:55:45 +00:00
windinthew
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)
2010-02-10 14:03:47 +00:00
BusinessmanProgrammerSteve
a6001192f2 In ODPCMAliasBlockFile check file existance before opening; solves bug 26 on Mac 2010-02-09 23:30:27 +00:00
james.k.crook
81c204a5f5 AudioDeviceInfo window now read-only and scroll bar rather than wrapping. 2010-02-09 10:55:51 +00:00
BusinessmanProgrammerSteve
9bbd180e39 Revert r10217 (wxWidgets applied my fix to the timer ID issue) 2010-02-08 21:00:17 +00:00