v.audacity
7a507aca95
Bugs 255 and 148 (P3)
...
Commented out some code. Since Roger's fix is to not use r, no reason to declare or calculate it, or link.
2011-02-04 22:02:10 +00:00
v.audacity
205a384e93
Bug 255 (P3) - Spurious drawing in wave tracks/focus border when manipulating gain sliders
...
Bug 148 (P3) - Label keystrokes painted at playback position
Roger's patch for Bug 255 is to Refresh the whole TrackPanel. He says this should also fix Bug 148.
We'll see if it's too much of a performance hit.
2011-02-04 21:52:33 +00:00
james.k.crook
fa8d42e664
Restructure to a switch statement (John Clark)
2011-02-03 12:35:31 +00:00
mchinen
df6e56a57e
DirManager.cpp: refactor near identical methods Move/CopyToNewProjectDirectory to use the same code
2011-02-02 20:42:43 +00:00
mchinen
3abd32a98b
DirManager.cpp: remove old cruft comments and return an false on error
2011-02-02 20:11:42 +00:00
v.audacity
63f391ba46
Minor changes to comments.
2011-02-02 00:43:00 +00:00
v.audacity
39adb7b552
Fix bug in WarningDialog where dismissing via the close box made "don't show again" checkbox always stored as true, because EndModal() was called not via WarningDialog::OnOK() and the return value was 5101. So the prefs file had 5101, which is later read as "true", regardless of the actual setting of the checkbox.
...
Various other cleanup.
2011-02-01 22:30:10 +00:00
mchinen
dbf7942e1d
MixerToolBar.cpp: fix input slider enabled status to match AudioIO::mInputMixerWorks
2011-01-31 13:38:40 +00:00
v.audacity
d2d876d9a5
Bug 258 (P2) - Mixer Board: max peak and clipping lines removed
...
Fixed bug in resetting mPrevT1. That caused remaining issue noted in Bug 258 comments 2 and 3.
Moved call to UpdateMeters from TrackPanel::OnTimer() to audacityAudioCallback, where it calls gAudioIO->mOutputMeter->UpdateDisplay(), so the updates are synchronized with Meter Toolbar updates.
Removed unnecessary call to MixerBoard::UpdateMeters() in AudacityProject::UpdateMixerBoard().
Various cleanup.
2011-01-31 01:49:01 +00:00
mchinen
7d6c347140
bug 11 followup: fix visual glitch when changing hosts
2011-01-30 23:40:37 +00:00
mchinen
3f4b5f7779
DeviceToolbar.cpp: use OnChoice instead of obfuscated ProcessCommand for combobox modal dialog
2011-01-30 23:30:49 +00:00
v.audacity
0254283598
Bug 11 (P2) - Input sources cannot be selected in Mixer Toolbar.
...
Trying to fix problem reported by Gale on audacity-devel, "Error building r10887 on Ubuntu".
2011-01-30 20:30:17 +00:00
richardash1981
a756965a57
Some little tweaks to the tarball script. Should really use svnversion command for some of this, would be more elegant
2011-01-30 16:37:55 +00:00
mchinen
ecbff8fee2
bug 172 followup: display correct semitones and restore non-inverted tempo values for Sliding Time Effect
2011-01-29 22:32:39 +00:00
mchinen
84c6013a17
fix build on mac
2011-01-29 22:08:22 +00:00
mchinen
47ac55b29c
bug 11 followup: Add dialogs and shortcuts for each combo of device toolbar
2011-01-29 18:46:06 +00:00
mchinen
ed20efb357
DeviceToolBar fix typo based bug in last commit
2011-01-29 17:36:46 +00:00
mchinen
efb6f2e584
fix initial input channel number combo population on fresh start without audacity.cfg (could not replicate so did not test)
2011-01-29 17:31:19 +00:00
mchinen
4511331f88
bug 11 followup: let DeviceToolBar be resize smaller than intial width
2011-01-29 16:06:40 +00:00
mchinen
90be578616
bug 11 followup: remove rec channels label from DeviceToolBar and add input channels to within combobox text
2011-01-29 15:15:06 +00:00
mchinen
df27456f83
make DeviceToolBar's toolbar grid height same (small) for linux as mac/win (was large/double size)
2011-01-29 15:05:33 +00:00
windinthew
a1bac3664f
updated software translation from Cleber
2011-01-27 17:30:14 +00:00
windinthew
bcc425d269
Updated Chinese (Simplified) software translation by YU Chao
2011-01-25 18:19:31 +00:00
lllucius@gmail.com
7d889359c5
Use currently selected timeformat (in SelectionBar) as default for Label dialog
2011-01-25 04:50:02 +00:00
mchinen
337695ee19
bug 11 followup: DeviceToolbar - don't update preferences for the whole project when device changes. This fixes selection toolbar 'flashing'.
...
Also corrected a bug where only devices in the first host of the combobox would be selectable.
2011-01-23 17:03:59 +00:00
mchinen
48899f983d
DeviceToolBar.cpp: improve resizing, refactor common elements.
...
Also change minimum width to accommodate 600px wide screens
2011-01-23 16:25:17 +00:00
mchinen
f4f4bccbbb
bug 11 follow up: Fix initial width setting on windows (was working with mac/linux)
2011-01-23 13:32:49 +00:00
mchinen
2672b3a019
bug 11 followup: DeviceToolbar - fix mirroring issue when using reset toolbars menu item
2011-01-23 05:13:17 +00:00
mchinen
0d1e121aa4
Bug 11 followup: DeviceToolBar - fix initial size conditions when audacity.cfg is not present
2011-01-23 03:53:57 +00:00
mchinen
c6228a7042
bug 11 followup: make DeviceToolBar shown when user selects reset toolbars menu item
2011-01-22 21:27:27 +00:00
mchinen
ab3df2f512
Revert premature comment - this was an extra file commit mistake while committing other changes.
2011-01-22 21:11:15 +00:00
mchinen
25800063d7
fix linux build - needed foward declaration in last commit
2011-01-17 04:39:07 +00:00
mchinen
350b96038c
bug 11 followup: fix sizing and positioning issues. Also autoresizes now.
2011-01-17 04:17:25 +00:00
mchinen
5751d765c1
Audacity.h: add include once ifndef to avoid macro redefinition warnings
2011-01-12 21:24:01 +00:00
mchinen
c183075a01
DeviceToolbar.cpp: cleanup and add debug diagnostics
2011-01-12 21:16:29 +00:00
mchinen
26d18dc248
bug 11 followup: DeviceToolbar.cpp: fix num channels redraw - was causing some platforms to display the wxChoice combo box incorrectly
2011-01-12 19:49:43 +00:00
mchinen
c738b19c81
Bug 11 followup: DeviceToolbar.cpp: Only display input sources for input. Was causing a bug on xp where the portaudio device index is the same for input and output on some devices.
2011-01-12 19:15:40 +00:00
mchinen
ad612d1ac7
add EQDefaultCurves.xml to linux install
2011-01-11 02:34:04 +00:00
mchinen
ce5103b8df
Make DeviceToolBar on by default as preferences are now gone
2011-01-09 21:26:11 +00:00
mchinen
115f684b85
Remove device preference panel as it is replaced by device toolbar
2011-01-09 20:31:29 +00:00
mchinen
4b60e54a4c
MixerToolBar: remove input source selection as it is replaced by aggregated device toolbar.
2011-01-09 20:26:45 +00:00
mchinen
9cb9866b35
DeviceToolbar.cpp: fix resizing problem when changing hosts
2011-01-09 20:25:13 +00:00
mchinen
14cc918d7f
bug 11 followup fix input hotswapping while monitoring; enable/disable when recording/playing
2011-01-09 13:12:51 +00:00
mchinen
8c645724a1
bug 11 partial fix - add host and num channels to DeviceToolbar
...
removal of device prefs and source selection from mixer toolbar to follow.
2011-01-09 05:12:09 +00:00
v.audacity
ff398a27b3
Make sure valgrind sees mIsSyncLocked is initialized, even though we're about to set it from prefs. Also, just initialize it directly, rather than calling SetSyncLock, as TrackPanel has not yet been created.
2011-01-07 22:50:22 +00:00
v.audacity
04e23a0889
Define one constant, PLATFORM_MAX_PATH, for maximum path value, so we don't have to do platform-specific conditionals everywhere we want to check it. In fact, we were actually checking that only for Windows. This is follow-on to Richard's message on audacity-devel about "overflow vulns".
2011-01-06 03:09:21 +00:00
v.audacity
0332c60a2a
Define one constant, PLATFORM_MAX_PATH, for maximum path value, so we don't have to do platform-specific conditionals everywhere we want to check it. In fact, we were actually checking that only for Windows. This is follow-on to Richard's message on audacity-devel about "overflow vulns".
...
Remove unnecessary declaration of MAX_PATH in BlockFile.h.
2011-01-06 00:07:59 +00:00
martynshaw99
79e1db5ee6
Needs to return something on Win.
2011-01-02 22:06:20 +00:00
mchinen
4ffd3ef681
fix wxStandardPaths call for EQDefaultCurves.xml retrieval. Needed static Get method, otherwise the default init creates a unix object
2011-01-02 21:17:33 +00:00
mchinen
ba12551d4d
fix last bug 11 commit to use dummy callback as passing in NULL opens stream in blocking mode which fails often
2011-01-02 19:16:44 +00:00