1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02:00

3086 Commits

Author SHA1 Message Date
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
c552254848 Fix for bug #1163 2015-08-27 18:01:39 -05: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
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
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
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
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
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
Leland Lucius
ff00a7f13d Get rid of duplicate timestamp in log 2015-08-25 16:14:32 -05:00
Leland Lucius
3dec7153a3 Fix missing QP indicator on wxGTK/GTK3 combo. 2015-08-25 16:07:59 -05:00
Leland Lucius
6944ae9dff Adjust WMA default bitrate to 128. 2015-08-24 23:45:35 -05:00
Paul Licameli
b57df1674d Fix warnings, reduce header file dependencies 2015-08-24 23:08:28 -04:00
Paul Licameli
fcc8c3b167 When deciding which overlays to redraw, account for Leland's recent OSX change
Conflicts:
	src/TrackPanel.cpp
2015-08-24 22:14:41 -04:00
Leland Lucius
ae47b4f3ef Bring back the inverted cursor for wxGTK3 built against GTK2 2015-08-24 15:32:04 -05:00
Leland Lucius
b68cbcd012 Apparently we now have to contend with gtk2 and gtk3 differeence too :-( 2015-08-24 14:53:01 -05:00
Leland Lucius
d8be1ea3e0 Allow Unicode characters to be used in accelerators 2015-08-24 09:33:54 -05:00
Leland Lucius
b8dc019146 Adjust MP3 export defaults as suggested in bug #1136 2015-08-24 00:58:23 -05:00
Leland Lucius
2e2dcd1bcf Fix for bug #1150 2015-08-24 00:34:59 -05:00
Leland Lucius
6a9dae20f5 Appearance on OSX is now back to normal or better
Some additional wx3 cleanup as well.
2015-08-23 20:25:01 -05:00
Steve Daulton
1878a0ddd0 Fix for bug 1148 2015-08-24 00:37:41 +01:00
Paul Licameli
439fdc66ff weaken dependency of TrackPanel.cpp on LabelTrack.h, a bit 2015-08-23 19:02:06 -04:00
Steve Daulton
8828ab50b7 Remove obsolete 'rate' keyword to prevent crash
and added numeric-text controls.
2015-08-23 18:37:18 +01:00
Paul Licameli
372e2f9587 fixed label popup menu 2015-08-23 11:56:37 -04:00
Paul Licameli
bd3af324f9 travis 2015-08-22 00:28:20 -04:00
Paul Licameli
bf41739222 a comment pointing to commits that might have fixed a mysterious problem 2015-08-21 22:54:35 -04:00