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

6842 Commits

Author SHA1 Message Date
Steve Daulton
b96f169e1f Fix link to Spectrogram Settings Help 2017-05-20 18:21:32 +01:00
Steve Daulton
d6a9011960 "Error opening sound device" as Error dialog
ShowErrorDialog could do with some polish, but it supports linking
a help button to the manual.
2017-05-20 17:11:02 +01:00
Steve Daulton
bba5a8fef1 Add help button for Nyquist Prompt 2017-05-20 14:49:07 +01:00
Steve Daulton
e7a9c37745 Add help buttons for normal built-in effects 2017-05-20 14:49:07 +01:00
Steve Daulton
fd3d41e82f Add help pages for shipped Nyquist effects 2017-05-20 14:49:07 +01:00
Steve Daulton
1dd6b848c2 Enable Help button for Nyquist effects 2017-05-20 14:49:07 +01:00
Steve Daulton
469120cebd Enable help button for effects 2017-05-20 14:49:07 +01:00
James Crook
429fad6f88 Send Spectrum Settings help to its own page in the manual
This commit provides a different help landing page (Settings) for preferences that are used outside the normal Ctrl+P preferences dialog - for example, 'spectrum settings' accessed from the track menu.   This should work for any settings that are used on their own in that way, though spectrum settings is currently the only example.
2017-05-20 13:57:16 +01:00
James Crook
c0b30e897d Update HiContrast Theme
The wave is now green, to match the known-good black/green contrast for this theme.  Corresponding changes were made to the buttons, slider pips, label shading and draggers.  Time before zero is now also a lighter blue which shows up better against black than the dark blue did.  Sliders are now (almost) white rather than grey.  Selection in label tracks now matches selection in wave tracks.  Envelopes are now (almost) white.
2017-05-20 13:02:33 +01:00
David Bailes
f9827a57a7 Minor fix for commands for shifting clips using the keyboard.
Fix for minor bug introduced in commit 9da999d. The selection wasn't being updated by the actual slide amount.
2017-05-20 11:26:59 +01:00
James Crook
4e187d0ce0 Bug 1648 - Crash clicking Help icon in Spectrograms Settings 2017-05-20 09:25:18 +01:00
Paul Licameli
01f853f174 Fix Windows build 2017-05-18 19:01:46 -04:00
James Crook
a6310d770d Fix Travis build
Add return 0.0
This does not fix the windows build, which is complaining about deleted functions.
2017-05-18 21:34:46 +01:00
Paul Licameli
63ae687baf Consolidation of Undo items not limited to three 2017-05-18 09:02:27 -04:00
Paul Licameli
dc64fabe88 Make new clip move commands compatible with TrackPanel refactor...
... Don't use any TrackPanel member variabls when moving clips via command.

Still to do: push undo state.
2017-05-18 07:46:57 -04:00
Paul Licameli
f7578193b4 TrackPanel::OnClipMove is a static function 2017-05-18 07:46:54 -04:00
Paul Licameli
227850f9cd Group some member variables into ClipMoveState 2017-05-18 07:45:04 -04:00
Paul Licameli
282abfce7f Abstract TrackPanel::GetSnapLeft() and ::GetSnapRight() 2017-05-18 07:07:50 -04:00
Paul Licameli
d36ac2cedb Revert "Fix for keyboard commands for time shifting clips"
This reverts commit b91160795dedce54745102027f8bb0908828772a.
2017-05-18 07:06:22 -04:00
David Bailes
7900aa51ba Update for commands which interact with clips using the keyboard.
Changed the criterion for deciding when two clips are immediately next to each other, and made it into a function: WaveClip::SharesBoundaryWithNextClip.
2017-05-16 14:23:07 +01:00
James Crook
6d75d94572 Make Stem plots the default (when zoomed in) 2017-05-16 12:29:16 +01:00
David Bailes
ff2838e98d Clip boundary command: minor change to Cursor to next clip boundary
The command "cursor to next clip boundary" now finds the next clip boundary after selection end, rather than selection start.
2017-05-16 10:26:12 +01:00
Paul Licameli
9da999d40c Use OffsetTimeByPixels correctly...
That is, don't assume uniformity of pixels per second, but supply the correct
first argument.

This will matter when there is a magnifier.  But that will not be in the next
version.
2017-05-16 03:05:34 -04:00
James Crook
eaec68a014 Bug 1642 - (Windows) Adding a shortcut or toggling Extra Menus causes ENTER on dropdown to open new project 2017-05-15 23:25:54 +01:00
James Crook
97cdd31948 Bug 1541 - Residual: Wrong commands shown in tooltip
I assumed that we had more than one binding to the same command.  In fact the commands are different and I picked the wrong one.
2017-05-15 22:36:53 +01:00
James Crook
52caef9775 Add tooltip for iconic help button. 2017-05-15 21:52:30 +01:00
James Crook
bc55087968 Bug 1492 - Using Scrub Ruler to start Scrub or then change to Seek removes the selection 2017-05-15 17:55:49 +01:00
David Bailes
b91160795d Fix for keyboard commands for time shifting clips
Commands didn't update history etc.

Fix: Commands now call TrackPanel::MakeParentPushState.
2017-05-15 13:12:11 +01:00
James Crook
0caad3efe6 Bug 502 - Labels may disappear if partly before time zero 2017-05-15 11:07:44 +01:00
James Crook
8b14ac0359 Bug 718 - On dual monitors the splash screen is positioned incorrectly 2017-05-15 10:45:49 +01:00
James Crook
349b66bbdd Bug 1584 - Pinned / Unpinned tool tip inconsistency 2017-05-15 10:18:05 +01:00
James Crook
a0ea5d64db Bug 1469 - Shift key does not modify Play/Record buttons when Karaoke view has focus 2017-05-14 22:14:13 +01:00
James Crook
4be26f5bae Bug 1552 - Record button greyed out while playback paused 2017-05-14 20:21:16 +01:00
James Crook
83d3864738 Bug 1583 - "Pinned" play head preference requires restart 2017-05-14 19:34:29 +01:00
Steve Daulton
a532d99289 Add Midi Prefs and Libraries Prefs help pages 2017-05-14 19:02:36 +01:00
Steve Daulton
e16f6f9221 Add small help button to Prefs pages 2017-05-14 19:02:36 +01:00
James Crook
b196c7de8d Bug 1541 - Skip to Start/End buttons don't show that they respect SHIFT usage 2017-05-14 18:44:53 +01:00
James Crook
a9c417854c Bug 509 - Soloing/unsoloing in Mixer Board does not repaint waveform colour until window or Track Panel refresh 2017-05-14 18:14:39 +01:00
James Crook
18cec363c3 Bug 1607 - 2nd Screen issue with MixerBoard and Karaoke Window
Also Screenshot tools.  No joy for log-window, as that is created before Audacity starts up and recognises it is on the second screen.
2017-05-14 17:59:45 +01:00
James Crook
c8b2cc9d31 Bug 641 - ASSERT when adding recording not at start of track.
Cause by testing the track length before setting the track length.
2017-05-14 17:26:33 +01:00
James Crook
2f10c1ce25 Bug 1532 - Toolbars fail to arrange correctly when maximizing or restoring main window size 2017-05-14 16:08:02 +01:00
James Crook
6478895a39 Bug 1565 - Windows: Toolbars don't show tooltips when button is disabled 2017-05-14 14:58:50 +01:00
James Crook
cc38ba34a4 Bug 1607 - Some dialogs appear on primary monitor when Audacity is running on secondary monitor 2017-05-14 14:25:40 +01:00
Richard Bunel
4c3455c2c7 Bug 1523 - OK in Preferences changes language from "System" to the specific system locale 2017-05-14 10:52:30 +01:00
James Crook
07ce60218c Reinstate 48x48 Logo (for Linux/Mac use) 2017-05-13 19:50:37 +01:00
James Crook
978f09ba13 Lose unused images from theme. 2017-05-13 18:38:16 +01:00
James Crook
0ac2d90d8a SelectAllIfNone now selects all time if none, and all tracks if none.
This means you can now select just a time, and get all tracks selected, or some tracks, and get all time selected.
One side effect of this is that if you select a label (only) and apply 'cut' you now just cut the label, rather than cutting all tracks.  If you select a label and apply echo, you now get an error message, rather than applying echo to all tracks.
2017-05-13 10:06:52 +01:00
James Crook
c42a111a42 Add accelerator keys for Ext-&Bar and Ext-Co&mmand 2017-05-12 22:40:14 +01:00
Paul Licameli
e66028de0a Eliminate "Average RMS" redundancy in messages from Contrast...
... also gathered various formatting into some routines.  Should we regularize
the messages further?  That is, consistently put "dB" before or after "RMS"

Also added more i18n-hint comments
2017-05-12 16:06:18 -04:00
James Crook
35fe313f30 Smarter SelectAllIfNone
Now if there is a time selection and no tracks selected, then just select all the tracks, preserving the time selection.
This helps in the case a user has made a time selection, e.g. with selection toolbar, and then clicked on track panel, losing the selection of tracks but preserving the time selection.

I also shortened some repeated cut-and-pasted code.
2017-05-11 22:36:55 +01:00