1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-13 23:27:43 +02:00

6864 Commits

Author SHA1 Message Date
Paul Licameli
1914fc6437 Make Mac build again 2016-10-21 10:31:15 -04:00
windinthew
e29a85a89f add aif* and mp4 extensions
This gives a way to import AIFF files containing compressed
audio on Mac without adding FFmpeg or extended import rules.
2016-10-16 19:33:14 +01:00
windinthew
d5a6b83fe0 Fix issues reported on Wording page 2016-10-14 16:36:41 +01:00
Gale Andrews
c7c5424909 Fix Expand All Tracks wording
It does not expand all tracks, just those that were collapsed with the Collapse button.
2016-10-12 23:56:59 +01:00
James Crook
44c3474e4e Prompt with 'Command-Click' on Mac, Not 'Ctrl-Click'. 2016-10-09 22:16:18 +01:00
James Crook
79c5834a24 Bug 1506 - Linux: Audacity permits building with gcc < 4.9.0, resulting in save project segfaults
My change here doesn't permit building with gcc 4.8 any more.  It would be nicer to do this during configure, but doing it at all may be enough to demote this bug from P1 status.
2016-10-07 23:07:00 +01:00
James Crook
d6302bc370 Count stereo tracks as one track, not two.
The TrackIterator actually iterates through channels, so we need to skip the linked tracks when counting.
2016-10-07 21:53:10 +01:00
James Crook
fe2dfca3e0 Bug 1522 - No pointer or Status Bar indication of CTRL-click in waveform to move selection boundary
I also took the opportunity to modifier the Status Bar indications when in the TrackInfo.
1) We now mention ctrl click can select or deselect track.
2) If there is only one track, we don't now prompt about rearranging tracks, since you can't.
3) If you hover in a label track's VRuler (which is just a spacer so that things line up), you now don't get a message.
2016-10-07 21:38:18 +01:00
James Crook
2add9792ce Bug 1484 - (Residual) allow an unselected track to be an anchor. 2016-10-06 20:50:45 +01:00
James Crook
44375c252a Bug 1484 - No ctrl-click toggling; History for anchor (mLastPickedTrack) 2016-10-04 09:05:47 +01:00
Paul Licameli
ea1015596c Bug1511: REBUILD WXWIDGETS: Mac Quit via tooldock doesn't crash...
... in case at least three projects are open, or skip save prompts either,
in case at least two projects with unsaved changes are open.
2016-10-03 14:38:56 -04:00
Paul Licameli
412d651e6e Bug1511, partial: fix crash using Quit from Mac tool dock, but...
... when multiple unsaved projects are open, there is still a prompt to save
only one of them.  I don't yet know why.
2016-10-03 11:34:30 -04:00
James Crook
37a0cd3af6 Bug 1484 - Cannot one-step extend/contract selections vertically or horizontally to specific TrackSelFunc
Progresses us a little towards closing.  Ctrl-Click on waveform now removes track selection status, not just adds it, and we don't flicker on again subsequently when we drag.  Ctrl-Click won't remove the last remaining selection (by design).  Shift-Click can now reduce us down to one track, rather than the previous behaviour when reducing track selection.
2016-10-03 13:28:25 +01:00
yam
967275528b Get Nyquist Workbench building again 2016-10-02 19:20:31 -05:00
tip2tail
54ee80b798 Included an i18n hint in format per Gale's advice 2016-10-02 22:59:47 +01:00
Mark Young
a4ae301a5b Bug 1402, rewrite logic for the display of hours and minutes and ensure we use one routine for this. 2016-10-02 22:56:04 +01:00
Leland Lucius
d7d0596df9 Addint mod_null build scheme to Xcode project 2016-10-02 14:43:58 -05:00
Leland Lucius
e0c3290e8b Redo the Xcode schemes 2016-10-02 11:46:18 -05:00
Paul Licameli
09a3854256 Use unique_ptr more properly in the fix for building mod-nyq-bench 2016-10-02 09:46:48 -04:00
Leland Lucius
f4d38476a6 Actually commit the mod-null changes this time! 2016-10-01 20:23:09 -05:00
Leland Lucius
01eb4745a6 Get mod-null building again 2016-10-01 16:47:11 -05:00
Leland Lucius
5eecfa117c Merge remote-tracking branch 'upstream/master' 2016-10-01 14:06:49 -05:00
Leland Lucius
2ab0c13101 Fix build of Nyquist Workbench 2016-10-01 14:05:53 -05:00
Paul Licameli
a9d33f87c4 Comments and minor off by one fixes for drawing wave clips...
... and rename two shadowing variables
2016-10-01 13:01:19 -04:00
Paul Licameli
921b769b52 Fix the previous fix! ... in copying of wave clip display caches. 2016-10-01 10:24:50 -04:00
Paul Licameli
a41eb4422c Fix mistake in partial reuse of caches for drawing wave & spectrum...
... But this mistake probably had no visible consequences, if total width
in pixes was unchanged.
2016-10-01 10:07:29 -04:00
Leland Lucius
2b8ba09c4e Updated the plugins in the Xcode project 2016-09-30 21:15:12 -05:00
J.Nylson
a5b54a8320 Update tranlation 2016-09-30 12:31:00 +01:00
J.Nylson
3360b6816f Fix translation in lines 4872 and 4884 2016-09-30 12:30:59 +01:00
James Crook
4b96e92954 clicktrack -> rhythmtrack in makefile.am 2016-09-30 09:19:11 +01:00
James Crook
74887abb70 Device ToolBar back to customary place (by default) 2016-09-30 09:13:30 +01:00
James Crook
474782eafe clicktrack.ny -> rhythmtrack.ny on windows too 2016-09-30 09:12:51 +01:00
Steve Daulton
52b1c6e00f Update and rename Click Track as Rhythm Track 2016-09-29 21:03:27 +01:00
Paul Licameli
e5abdb6b27 Bug1470: REBUILD WXWIDGETS fix TCP, selection bar menus on Mac...
... when VoiceOver is enabled.
2016-09-28 13:22:32 -04:00
Paul Licameli
2e8ee5fe75 Bugs 868, 1196 again: Fix alt-f6 cycle but not changing button focus
Mac and Linux problem only.

See commits 58e3f3da839694ea8da6db4aa5dce8a439a1484d
and a00f866b5425572dbb8032d93ad2627fa07e1d08
2016-09-28 11:54:17 -04:00
windinthew
acedbb8640 Fix missing/conflicted access keys 2016-09-27 19:22:00 +01:00
Paul Licameli
09cf0a6be3 Bug1450: fix TAB key navigation in metadata dialog 2016-09-27 06:19:09 -04:00
James Crook
0bb38420bc Add preference for light/dark/custom theme. 2016-09-27 00:37:09 +01:00
James Crook
9241c2b916 Make html respond to colour changes.
Html now uses theming, the dark and text colours and uses waveform colour for hyperlinks.
Previously hard coded white text now uses the theme colour too.
2016-09-26 10:06:03 +01:00
David Bailes
6261bb5a9a Equalization effect: revert one of the changes in commit fcb6221
Revert change in commit fcb6221 which affected behaviour in draw mode.
2016-09-26 09:03:54 +01:00
James Crook
d498fcc7c1 Work on light theme.
Now with blue accents on sliders, darker microphone/speaker, contrasting background.
2016-09-25 23:14:25 +01:00
James Crook
c2febd1f9d Remove four TrackMenu items.
Using panning, we no longer need to distinguish between mono left and mono right tracks.  So we do not need to view or set that from the menu.  Also split stereo and split stereo to mono are now the same thing.  Both split to mono, and both pan the newly created tracks to the extreme.
2016-09-25 18:21:41 +01:00
David Bailes
fcb6221b2c Fix for bug #1517 - Equalization sliders bug
The bug was that when the Equalization effect opens in Graphics mode, the sliders are set to zero, and don't do the right thing. This was caused by my incorrect fix for bug #1346.

Fix is to call UpdateGraphic to set the sliders up. Call to UpdateDraw also added, which includes the appropriate calls to Show, rather than have these in PopulateOrExchange.
2016-09-24 09:26:46 +01:00
James Crook
f9b56fb572 Comment out redundant code. 2016-09-23 22:26:37 +01:00
James Crook
c5875f7735 Tweak to last colour fix, in case window created as an orphan. 2016-09-23 22:12:22 +01:00
James Crook
dd3ed9785f Another colour fix. 2016-09-23 22:09:07 +01:00
James Crook
f6cfed1526 More colour fixing. 2016-09-23 21:56:14 +01:00
James Crook
58e46033d3 Proper background for Linux. 2016-09-23 21:31:59 +01:00
James Crook
078e4e5841 Fix 'effects not found' issue.
Caused by details of how translation had been modified.
2016-09-23 20:56:04 +01:00
David Bailes
3bb2a8b170 Fix for bug #1346 - Equalization effect always opens in draw mode 2016-09-23 13:53:47 +01:00