1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-29 23:19:28 +02:00

5760 Commits

Author SHA1 Message Date
Paul Licameli
37798bfa6b But don't let that safety negate the fix now! 2016-07-02 13:14:14 -04:00
Paul Licameli
63f9875066 Make previous fix safer 2016-07-02 11:11:41 -04:00
Paul Licameli
28011280d0 Tool bar resizes orig focus at mouse up or ESC key, at least on Mac 2016-07-02 10:48:07 -04:00
James Crook
e029acf72b Add Export MP3/WAV to Save submenu. 2016-07-01 23:19:49 +01:00
Paul Licameli
dab59cb79d Revert "Make tool bar pushbuttons cooperate with Voiceover on Mac..."
This reverts commit acde3d615292a7401597246608596517d7664475.
2016-07-01 17:35:50 -04:00
Steve Daulton
673aecf05d Remove Leveller effect from Linux build 2016-07-01 16:49:49 +01:00
Steve Daulton
7c8d8b64d3 Distortion effect, 'Hard Clip' to 'Hard Clipping' 2016-07-01 11:27:23 +01:00
James Crook
8581229c6f Make BrowserDialog code look more like EffectUIHost code
Specifically in the area of closing a window.  Added mDismissed member which can stop double dismissal.  Perhaps more relevant (?) still do an EndModal IF IsModal() is true.  These changes are in response to feedback from Paul that simply removing EndModal (which seems good on Windows) causes problems (in TimerRecord!) on Mac.
2016-07-01 10:07:02 +01:00
Paul Licameli
acde3d6152 Make tool bar pushbuttons cooperate with Voiceover on Mac...
... Use Command+f5 to start VoiceOver, then control+alt+ left and right arrows
to navigate.

Much better now, but still we need to do something about sliders, meters, and
numeric text controls.
2016-07-01 00:10:06 -04:00
James Crook
21239d19a1 Fix crash on closing help window under Windows.
EndModal was being called for a non modal window.  Need to check the fix is OK on Mac and Linux.
2016-06-30 23:46:34 +01:00
James Crook
ee60ff37ba Fix ASSERT on double-clicked slider input.
Previously you could double click on a slider such as the volume slider to get the expanded/dialog view of it, and then assert when you drag the slider.   This was caused by wx3 error checking printf arguments.  Presumably wx2 did not.
2016-06-30 23:35:29 +01:00
James Crook
914af06e4c Remove Sync-Lock from edit toolbar. 2016-06-30 23:06:40 +01:00
Paul Licameli
5b7dd53add Improve the fix for the Ctrl+F6 cycle 2016-06-30 11:01:46 -04:00
Paul Licameli
81228eac0e Improve the fix for the Ctrl+F6 cycle 2016-06-30 11:00:56 -04:00
Paul Licameli
550d96b1a2 Fix misbehavior after right click in label text 2016-06-30 00:46:54 -04:00
Paul Licameli
5d267c7b41 Mac Window menu improvements: cmd+opt+M, all to front, Bug1431 fix
Bug1431: Undocked toolbars should hide when project window minimizes
  Correct the disabling of Minimize menu item
  Implement "bring all to front" on Mac (really deminiaturizes all)...
  Implmement option+command+M on Mac to minimize all projects
  Avoid Objective-C
2016-06-29 15:14:50 -04:00
Paul Licameli
625584d99a Bug1431: Undocked toolbars should hide when project window minimizes 2016-06-29 15:13:38 -04:00
Paul Licameli
fe1a0844d0 Correct the disabling of Minimize menu item 2016-06-29 14:38:09 -04:00
Paul Licameli
2beacb5396 Implement "bring all to front" on Mac (really deminiaturizes all)...
... (which is not exactly the standard behavior.)
2016-06-29 14:25:09 -04:00
Paul Licameli
302ac247e1 Implmement option+command+M on Mac to minimize all projects 2016-06-29 14:24:51 -04:00
Paul Licameli
9fe848ed66 Avoid Objective-C 2016-06-29 14:21:32 -04:00
Paul Licameli
b29cc8ae48 Class ToolFrame is defined in a header, methods out of line 2016-06-29 13:44:59 -04:00
Paul Licameli
f2a262e9d6 Bug1300, improved: don't truncate the pasted string 2016-06-29 13:43:08 -04:00
Paul Licameli
9036c00152 Bug1300, improved: don't truncate the pasted string 2016-06-29 13:42:37 -04:00
Paul Licameli
2361121b80 Bug860, edge case: when loop-playing < 1 sample interval, don't hang 2016-06-29 13:06:01 -04:00
Paul Licameli
a0bb210dbe Removing remaining code for focusable time ruler 2016-06-29 12:33:21 -04:00
Paul Licameli
bbd369df1b Bug1300: make Ctrl+V work in text field of Save dialog, but...
It's a bit crude.  It always pastes the entire text field, ignoring the
insertion cursor, and ignoring which control really has the focus.

The file dialog, which can call up the Finder, is implemented in the AppKit
so it's not wholly under our control.  But I could bolt on an event filter,
after the fashion of CommandManager, to intercept key events.

Perhaps later versions of the toolkit than 10.6 will have a better save dialog
in the AppKit, making this change unnecessary.
2016-06-29 12:13:01 -04:00
James Crook
4178388f93 Improve indicator shapes, and cache pinned pref. 2016-06-29 15:02:10 +01:00
James Crook
791520cd37 Play/Record Indicator square or triangle - now from theme. 2016-06-28 23:45:53 +01:00
Paul Licameli
10f77bc763 Bug1416, again: Time ruler should not steal focus when clicked 2016-06-28 16:50:29 -04:00
Paul Licameli
341c01b256 Add i18n-hints 2016-06-28 16:08:38 -04:00
Paul Licameli
617fdb387f Bugs 1119, 1198: Bring back the Mac Window menu, at least partly...
... This poor imitation of the standard Mac Window menu only includes
Minimize and Zoom.

But this may be adequate for the complaints in Bug1198, when the yellow title
bar button is hidden and unreachable.
2016-06-28 15:52:33 -04:00
Paul Licameli
056a578f08 Fix commit dd786984db63 2016-06-28 13:12:56 -04:00
Paul Licameli
2a6a1b2679 Revert "Bug1329, partial: Enter invokes OK button again for effects on Mac"...
... because other fixes for Mac keyboard navigation have made this unnecessary.
2016-06-28 12:04:49 -04:00
James Crook
4c449ecd89 Repositioned track info items and simplified sliders 2016-06-28 16:06:19 +01:00
David Bailes
176a977617 In Grid fix accessibility names of cells to handle frequencies.
In commit 9c687f0, TimeEditors etc were generalized to handle both times and frequencies.

This fixes the accessibility names of cells to handle frequencies.
2016-06-28 15:02:40 +01:00
Paul Licameli
12d22cafc6 Bug1197: keep selection on the screen at extreme repeated zoom-in 2016-06-28 04:30:27 -04:00
Paul Licameli
f4aee7948f Bug1429: Fix Mac crash in 2nd Audacity process enabling VST plugins 2016-06-27 23:40:50 -04:00
Steve Daulton
6ab2ab10c7 Update generated autotool files 2016-06-28 03:03:52 +01:00
Paul Licameli
079c268b34 Don't cause assertion violations when showing Lyrics window 2016-06-27 21:25:03 -04:00
James Crook
92fb53fd12 Buttons on TrackInfo.
Also removed numbers from meter (they are clutter), removed some 3D pop-up lines and positioned SliderThumb correctly.
2016-06-28 00:23:15 +01:00
Paul Licameli
0b58cc7483 Bug1350: Add columns to Label editor for low, high spectral selection 2016-06-27 18:42:49 -04:00
Paul Licameli
f8fe26ca36 Add columns to Label editor for low and high spectral selection 2016-06-27 18:41:43 -04:00
Paul Licameli
9c687f055c Generalize TimeRenderer and TimeEditor to handle frequencies in grid 2016-06-27 18:41:42 -04:00
Paul Licameli
8943f682f2 some safenew, override, remove an unused function, better comment 2016-06-27 18:40:58 -04:00
Paul Licameli
c3b4ea165f Bug1428: Don't make negative label start time from label edit dialog 2016-06-27 17:40:49 -04:00
Paul Licameli
ed2432e02d Bug1406: Don't make spurious undo entries in Envelope tool 2016-06-27 14:15:27 -04:00
James Crook
d7b6761215 Make 'click to' text white on grey. Draw slider thumb. 2016-06-27 00:45:19 +01:00
James Crook
ae1605a7fd Design more graphics.
We're replacing items drawn at run time, e.g. triangular pointers, by bitmaps.
2016-06-26 18:41:11 +01:00
Paul Licameli
53e30e5533 Label context menu can bring up the edit dialog 2016-06-26 13:34:52 -04:00