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

4279 Commits

Author SHA1 Message Date
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
Leland Lucius
c844f6f214 Merge remote-tracking branch 'upstream/master' 2015-08-25 21:23:10 -05:00
Leland Lucius
5bc61e5d0b Fix option truncation and possible crash 2015-08-25 21:19:53 -05:00
Leland Lucius
ff00a7f13d Get rid of duplicate timestamp in log 2015-08-25 16:14:32 -05:00
Leland Lucius
17adbda240 Fix Release build for mod-track-panel 2015-08-25 16:09:11 -05:00
Leland Lucius
3dec7153a3 Fix missing QP indicator on wxGTK/GTK3 combo. 2015-08-25 16:07:59 -05:00
Leland Lucius
b1a3d2313b A better solution for setting open/save dialog minimum size
This one actually works on Windows 7 too.  :-)
2015-08-25 00:57:27 -05:00
Leland Lucius
75ee0becd1 Allow the user to make the FileDialog smaller after enlarging it.
See http://bugzilla.audacityteam.org/show_bug.cgi?id=1110#c6 for
a bit more info.
2015-08-24 23:46:04 -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
85dc9dbf94 When deciding which overlays to redraw, account for Leland's recent OSX change 2015-08-24 22:15:32 -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
Paul Licameli
38b08fbc8d Merge branch 'master' 2015-08-24 22:12:17 -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