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

4226 Commits

Author SHA1 Message Date
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
Paul Licameli
72c72b8d83 Merge branch 'master' 2015-08-20 12:18:16 -04:00
Paul Licameli
29292ce8af Fix unreported bug that made labels jump when clicked on, sometimes 2015-08-20 12:16:36 -04:00
Paul Licameli
a2fbd1e208 Fix unreported bug that made labels jump when clicked on, sometimes 2015-08-20 12:15:48 -04:00
Paul Licameli
653cc89039 Merge branch 'master' 2015-08-20 12:12:45 -04:00
Leland Lucius
cca23724c2 Lost the change when I reverted 2015-08-20 08:24:53 -05:00
David Bailes
e416b1f373 Fix for bug 1153
bug 1153: Using Windows, with display of all items set to 125%, in the dialogs for select audio host,
select recording device, etc. the ok and cancel buttons had a very
small height, and their labels were very difficult to read.
2015-08-20 10:19:03 +01:00
Leland Lucius
1f6ba9160c Fix ghost image on track panel for real this time 2015-08-19 15:37:52 -05:00
Leland Lucius
a80c20c9b2 Revert "Fix ghost image on track panel"
This reverts commit b19ed258e963c9342f0a573a3f054d9a8336f7fa.
2015-08-19 15:37:27 -05:00
Leland Lucius
b19ed258e9 Fix ghost image on track panel
Thanks to David for tracking down the cause, the ghost has
been banished.
2015-08-19 15:29:54 -05:00
Paul Licameli
b9bc4521fe Fix bugs in retraction of Waveforms preferences page 2015-08-19 11:53:31 -04:00
Paul Licameli
89c654b1f8 Fix bugs in retraction of Waveforms preferences page 2015-08-19 11:53:02 -04:00
Paul Licameli
b11f57a643 Fix bugs in retraction of Waveforms preferences page 2015-08-19 11:52:31 -04:00
Paul Licameli
47cbdac274 Merge branch 'master' 2015-08-19 11:51:41 -04:00
Paul Licameli
732a98f3d9 Merge branch 'master' 2015-08-19 11:51:25 -04:00
Steve Daulton
71b3f37434 Fix for bug 1151
Extend available frequency range for Nyquist filter plug-ins.
2015-08-19 15:32:11 +01:00
Paul Licameli
b5103a6a8d Settings UI Spectrogram views only. Retract the Waveforms page development. 2015-08-19 10:24:35 -04:00
Paul Licameli
42cd2ab3ee Settings UI Spectrogram views only. Retract the Waveforms page development. 2015-08-19 10:21:23 -04:00