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
Paul Licameli
99f490c75f
Fix off-by-one errors in allowable ranges for drawing indicator and cursor
2015-08-21 22:47:43 -04:00
Paul Licameli
1b8f44d053
ViewInfo does not redundantly (or inconsistently!) store the screen width
2015-08-21 22:39:18 -04:00
Paul Licameli
a9ab31dedb
Allow NULL arguments in TrackPanel::GetTracksUsableArea()
2015-08-21 12:02:48 -04:00
Paul Licameli
e7c7bb84a9
Fix off-by-one width in TrackPanel::GetTracksUsableArea()
2015-08-21 11:49:49 -04:00
Paul Licameli
4b028995cb
Fix off-by-ones in drawing of zoom rectangles...
...
... If one dashed boundary goes through the click point, the other should go
through the drag point, not one next to it.
This applies to zoom in the vertical ruler, and to horizontal zoom with the
magnifier.
2015-08-21 11:32:53 -04:00
Paul Licameli
68cbd4fbfe
Fix bevels on vertical rulers
2015-08-21 11:32:27 -04:00
Paul Licameli
bc5aed7465
Bug1156, fix inconsistencies in mapping pixel heights to track vertical scales
2015-08-21 11:04:30 -04:00
Paul Licameli
49ff3ae78f
Be sure OK button of preferences dialog is default
2015-08-21 06:25:00 -04:00
Paul Licameli
684bd0285c
Replace some unexplained magic numbers with constants, add comments...
...
... This commit changes no behavior, fixes no bugs
2015-08-21 00:35:04 -04:00
Paul Licameli
23facd70c6
Bug1155: Fix off-by-one errors in painting of wave or label track backgrounds.
2015-08-20 23:08:48 -04:00
Paul Licameli
9a01c46c69
Fix that comment again...
2015-08-20 16:01:58 -04:00
Paul Licameli
0eca2bb23d
Fix an inaccuracy in the comment
2015-08-20 15:58:54 -04:00
Paul Licameli
28239dfa1d
Add one big, artistic comment to TrackPanel.cpp explaining the track rectangle
2015-08-20 15:52:56 -04:00
Paul Licameli
b3f4050627
Group Spectrograms Preferences page under Tracks, again
2015-08-20 13:32:41 -04:00