1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

4293 Commits

Author SHA1 Message Date
Paul Licameli
62765cb4c5 Put one of those functions back... I will need it in future. 2015-08-30 13:47:12 -04:00
Paul Licameli
05de64e251 Remove unused fns; fix missing & misspelled headers in make & project files 2015-08-30 13:19:08 -04:00
Paul Licameli
ca761893c8 Removed unused method of TrackPanelListener 2015-08-30 12:35:13 -04:00
Paul Licameli
f5f436a3d1 Define LabelTrack::OverATextBox for future use 2015-08-29 13:49:54 -04:00
Paul Licameli
841e0a18fb Move some inessentials out of TrackPanel.cpp 2015-08-29 13:47:21 -04:00
Paul Licameli
01fe404a02 Move track permuting details out of TrackPanel.cpp 2015-08-29 13:46:35 -04:00
Paul Licameli
f49dbae9e2 Move minimize and close details out of TrackPanel.cpp 2015-08-29 13:46:26 -04:00
Paul Licameli
45e91f165a Move gain and pan details out of TrackPanel.cpp 2015-08-29 13:46:16 -04:00
Paul Licameli
6bfd3ee54a Move Mute and solo details out of TrackPanel.cpp 2015-08-29 13:45:51 -04:00
Paul Licameli
375dea0c36 Bug1152: fix crash caused by inconsistent criterion for deciding to draw samples 2015-08-28 15:30:42 -04:00
Leland Lucius
ce07211424 Fix layout of Resample dialog 2015-08-28 11:36:52 -05:00
Leland Lucius
ef711a75c4 Revert "Fix for bug #1152"
This reverts commit 6eedbcd726816618443e36c650f44de8196e97f6.
2015-08-28 11:35:42 -05:00
Steve Daulton
351a2a8528 Update Nyquist *TRACK* property list 2015-08-28 16:12:23 +01:00
Leland Lucius
6eedbcd726 Fix for bug #1152 2015-08-28 03:03:43 -05:00
Leland Lucius
4e0cb1af71 Check for valid lame lib before prompting for metadata. 2015-08-27 22:29:02 -05:00
Paul Licameli
e7482c74bd Move cursor moving functions out of TrackPanel 2015-08-27 21:22:41 -04:00
Leland Lucius
05d8023af6 Forgot to commit the patch file 2015-08-27 18:59:22 -05:00
Leland Lucius
c552254848 Fix for bug #1163 2015-08-27 18:01:39 -05:00
Paul Licameli
4e0e056716 ctrl-shift-mousewheel for Waveform dB ruler varies the limit without magnifying 2015-08-27 16:56:23 -04:00
Paul Licameli
79cf794d82 ctrl-shift-mousewheel for Waveform dB ruler varies the limit without magnifying 2015-08-27 16:55:09 -04:00
Paul Licameli
2ef874f036 Merge branch 'master' 2015-08-27 16:54:48 -04:00
Paul Licameli
65b94d1fa5 travis 2015-08-27 16:51:08 -04:00
Paul Licameli
80d7ed36f0 Bug1162: Be careful remapping db scale extremes, when the db limit value changes 2015-08-27 16:06:13 -04:00
Paul Licameli
78ec5cdf0b Bug1161: maximum zoom-out in Waveform (dB) ruler should be +6.02 dB, not +2 dB 2015-08-27 14:18:25 -04:00
Paul Licameli
8c75d70669 Scrolling of vertical ruler, and reassign modifier keys for vruler mousewheel 2015-08-27 12:56:40 -04:00
Paul Licameli
638b98b0a3 Implement scrolling of vertical ruler (without zooming) for wheel (no keys) 2015-08-27 12:55:29 -04:00
Paul Licameli
2217d1646e reassign modifier keys for vruler mousewheel 2015-08-27 12:55:26 -04:00
Paul Licameli
5697f77a06 pull out a function for vertical ruler wheel events 2015-08-27 12:55:24 -04:00
Paul Licameli
2e83a7e5a2 Merge branch 'master' 2015-08-27 12:54:58 -04:00
Leland Lucius
2a234d86f8 "Should" fix the remaining issue in bug #1081 2015-08-27 10:16:28 -05:00
Paul Licameli
24538020ba right-click in vertical ruler of wavefrom view recenters, just as it does...
... for spectrogram.
2015-08-27 10:51:10 -04:00
David Bailes
2a4a9c7c72 Merge branch 'master' of https://github.com/audacity/audacity 2015-08-27 15:43:26 +01:00
Leland Lucius
1771cd15fb Fix an assertion in Nyquist Workbench 2015-08-27 09:41:48 -05:00
Leland Lucius
e15236efdc Fix the assertion mentioned in bug #1081 2015-08-27 09:38:09 -05:00
David Bailes
1b6b354fc6 Remove the setting of the maximum size from the Preferences dialog.
The maximum size setting could introduce a horizontal scroll bar in the
keyboard preferences, making it awkward to read them.

The maximum size has been removed, but the initial, and minimum size
remain unchanged.
2015-08-27 15:35:07 +01:00
Leland Lucius
ab5eb8a558 Fix for bug #1102 2015-08-27 02:30:46 -05:00
Leland Lucius
00015d4598 Fix for bug #1084
Can you believe I had to change a "0" to a "1"???
2015-08-27 01:55:55 -05:00
Paul Licameli
6c6fc360ca Put the scroll-beyond-zero flag in just one place, ViewInfo 2015-08-26 23:17:20 -04:00
Leland Lucius
d635ff36c4 Restore focus if another modal dialog is opened on top of FileDialog
An example of this would be the FFmpeg custom options dialog.  When
the options dialog would close, focus would be lost and with no
apparent way to get it back when using the keyboard.

This change tracks the modal dialogs that are opened after the
current file dialog and that are descendants of the current file
dialog.  Once all of the descendants are closed, the current file
dialog will restore the focus and make sure it is the topmost
window.

This only affected Windows.
2015-08-26 20:38:05 -05:00
Paul Licameli
c45ea059e6 Reorder some things that happen in the track panel timer update. 2015-08-26 17:57:02 -04:00
Paul Licameli
67c794891d Correct the one-pixel wobble in scroll-scrubbing play indicator...
... that is, the green line, though the triangle in the ruler still jumps
sometimes.
2015-08-26 17:37:26 -04:00
Leland Lucius
a35669a562 Follow up to bug #1112
The custom FFmpeg options should check for a valid FFmpeg
environment also.
2015-08-26 14:11:37 -05:00
Leland Lucius
e5ce636234 Fix for bug #1124 2015-08-26 12:40:55 -05:00
Leland Lucius
5c3ff022e6 Additional changes for bug #1112
See http://bugzilla.audacityteam.org/show_bug.cgi?id=1112#c7
2015-08-26 12:15:02 -05:00
Leland Lucius
6c73bab41e Fix for bug #1142 2015-08-26 11:18:55 -05:00
Leland Lucius
9c4eb4943f Fix for bug #1140 2015-08-26 09:23:44 -05:00
Paul Licameli
555aa14e9e Bug1160: Fix scale limits in waveform views 2015-08-26 07:24:20 -04:00
David Bailes
e8a07c61e2 Fix for problem with the handling of default keystrokes.
In the class CommandListEntry, the default key was being set to an empty string, rather than the correct key.
This resulted in bugs such as: pressing default in keyboard preferences clearing all the shortcuts, entries
being created in audacity.cfg for all commands with keystrokes, and ending up with commands with the same shortcut.
2015-08-26 11:44:50 +01:00
Leland Lucius
133c0ec61d Fix for bug #1159 2015-08-26 00:13:14 -05:00
Leland Lucius
f6cbc5e6db Merged a couple of patches from Debian, one of which should fix bug #1147 2015-08-25 23:08:12 -05:00