1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

4243 Commits

Author SHA1 Message Date
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
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
90e6f3011e Fix build of Nyquist Workbench 2015-08-24 00:06:58 -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
e7b11b8856 Alternative fix for bug 1151
Extend available frequency range for Nyquist filter plug-ins.
2015-08-23 18:37:18 +01: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
d1d83596cd fixed label popup menu 2015-08-23 12:00:26 -04:00
Paul Licameli
372e2f9587 fixed label popup menu 2015-08-23 11:56:37 -04:00
Paul Licameli
d7e38a9683 Merge branch 'master'
* master: (106 commits)
  Spanish translation of 'Dither'
  Updated Czech .po file.
  travis
  a comment pointing to commits that might have fixed a mysterious problem
  Fix off-by-one errors in allowable ranges for drawing indicator and cursor
  ViewInfo does not redundantly (or inconsistently!) store the screen width
  Allow NULL arguments in TrackPanel::GetTracksUsableArea()
  Fix off-by-one width in TrackPanel::GetTracksUsableArea()
  Fix off-by-ones in drawing of zoom rectangles...
  Fix bevels on vertical rulers
  Bug1156, fix inconsistencies in mapping pixel heights to track vertical scales
  Be sure OK button of preferences dialog is default
  Replace some unexplained magic numbers with constants, add comments...
  Bug1155: Fix off-by-one errors in painting of wave or label track backgrounds.
  Fix that comment again...
  Fix an inaccuracy in the comment
  Add one big, artistic comment to TrackPanel.cpp explaining the track rectangle
  Group Spectrograms Preferences page under Tracks, again
  Recode the Apply button of Spectrogram Preferences so it is next to OK/Cancel
  Update vertical ruler width correctly when applying view settings changes
  ...
2015-08-23 11:56:22 -04:00
James Crook
ff557e5516 Spanish translation of 'Dither'
"Corrección con ruido blanco" corrected to "&Dither:" per recommendation of Federico Miyara in email 17-Aug-2015 to Audacity-Devel.  His argument is that the technical term 'Dither' from English is what Spanish people use, and the 'descriptive' version doesn't help at all unless you know the technical concept (in which case use that word).
2015-08-23 16:03:48 +01:00
James Crook
1416bbaa25 Updated Czech .po file. 2015-08-23 13:58:31 +01: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
9760f8aac2 Fix off-by-one or -few bugs in drawing and mousing; explained some magic numbers 2015-08-21 22:49:06 -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
8be22c90dc Group Spectrograms Preferences page under Tracks, again 2015-08-20 13:33:16 -04:00
Paul Licameli
b3f4050627 Group Spectrograms Preferences page under Tracks, again 2015-08-20 13:32:41 -04:00
Paul Licameli
f4eaf070d8 Recode the Apply button of Spectrogram Preferences so it is next to OK/Cancel 2015-08-20 13:25:36 -04:00
Paul Licameli
1eef41607e Recode the Apply button of Spectrogram Preferences so it is next to OK/Cancel 2015-08-20 13:24:55 -04:00
Paul Licameli
f1fbcb4e91 Update vertical ruler width correctly when applying view settings changes 2015-08-20 12:18:56 -04:00
Paul Licameli
8c58e0ea71 Update vertical ruler width correctly when applying view settings changes 2015-08-20 12:18:36 -04:00