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

7444 Commits

Author SHA1 Message Date
James Crook
c316f8122b Revert fix to light theme. To track down library issue. 2017-07-26 12:00:23 +01:00
Paul Licameli
f70788709c Bug1227: Make Audacity detect System language on Mac correctly 2017-07-26 01:04:27 -04:00
Paul Licameli
34f8e79623 Bug1590: Mac skips plugin cfg entries for .ny's of other versions...
... This conservative fix depends on where you put the executable bundle.

Assuing the executable is in /Applications, and the other Audacity version
(past or future) is there too (either bundled as for 2.1.3 and later, or
in a folder as for 2.1.2 and previous):

The .ny files that are part of the other version's shipment are ignored, and
therefore the Effects menu avoids duplicates.

But the .cfg file is not rewritten to eliminate them, in case you want to
switch back to the other version.  If that other version is 2.1.3 or earlier,
sorry but you will see duplicates.
2017-07-25 23:25:33 -04:00
Paul Licameli
fa42d4f661 Some null checks, might be needed when project is closing 2017-07-25 18:00:38 -04:00
James Crook
188886f4da Revert 'Possible fix for Mac library issue.'.
The ',' on the end of the data was not creating a rogue zero entry.
So adding ImageSize-- was incorrect.
2017-07-25 21:17:46 +01:00
James Crook
6513fcf2ca Possible fix for Mac library issue.
Fix off by one error in size.

Git-bisect indicated a problem (on Mac only) caused by a change in an image file.
It's possible that this is an error in code that we have 'got away with' until now.
We always have an extra zero on the end of the image data and included it in the count of the
size of stream to unpack.  For a particular image this may have triggered a memory corruption
problem.
2017-07-25 20:53:42 +01:00
Paul Licameli
07ea0ae03f Workaround for GarageBand as synth not respecting notes-off message 2017-07-25 14:56:02 -04:00
Paul Licameli
c2229b131f Preset change menu items for Lv2 effects in plain UI did nothing! ...
... Fix that!
2017-07-25 01:14:52 -04:00
Paul Licameli
4a4fa8d97c Bug1183: make spectrogram settings scrollable for limited resolution 2017-07-24 21:12:19 -04:00
Paul Licameli
ff60610adf Bug1404: Close realtime effect with Enable unchecked; reopen; play...
... effect should apply to the audio stream.
2017-07-24 18:45:42 -04:00
Paul Licameli
54afdc762f More of bug 1338: avoid Mac hang with modal invocation of plugin...
... This required a separate set of changes and testing for the VST version of
SPAN, another for the AU version.

see commit c8e570797f1e7c76750b4a8f24d4fb97c612f7e6
2017-07-24 17:08:42 -04:00
James Crook
6ce85bee9a No need for CXXFLAGS in ./configure anymore. 2017-07-24 20:35:21 +01:00
Paul Licameli
ddf236993f Bug1502: VST and AU plug-ins should show correct rates and spectra 2017-07-24 14:20:54 -04:00
Paul Licameli
2d56c8ec32 Fix misbehavior of toolbars after click without drag on a grabber...
... only lately introduced at b3c8f5db3dc386989fb03506b6f2f032319929e1
2017-07-24 12:35:24 -04:00
Paul Licameli
2f178db700 Revert "Bug 1432 another case..." It's not safe for Windows...
... It made it possible to get into a state where some of the toolbars
stopped responding.

This reverts commit 67b858ed3ff1c6c84fdb1b505e6ccb882471d6f6.
2017-07-23 17:32:01 -04:00
Paul Licameli
3b0a113525 The new event filter works more safely with Destroy, not Close events 2017-07-23 16:01:10 -04:00
Paul Licameli
67b858ed3f Bug 1432 another case...
...Mac, drag toolbar with the focus on or off dock, won't lose focus.

You still lose focus when dragging another bar to undocked.
2017-07-23 15:48:50 -04:00
Paul Licameli
68a0f29bc2 Remove unused member variable 2017-07-23 15:17:07 -04:00
Paul Licameli
503f3548a1 Bug1432 partial, keep correct focus in more cases, not all...
Works by using the newer and better logic of ToolManager for remembering which
window to focus.

It seems, at least on Windows, that when the toolbar with the focused control
is docked after the end of a docking (of itself or another bar), then focus
remains.

If the bar with the focus is undocked and another bar docks or undocks, focus
is still lost.
2017-07-23 14:57:19 -04:00
Paul Licameli
9aea0d3967 Do not redundantly track focus in AButton...
... I suspect it goes wrong on Mac sometimes, fault is in wxWidgets 3, not
sending all the kill focus events that it should.
2017-07-23 14:57:18 -04:00
James Crook
a8ba5d567e Restore LightTheme colours that were faded
I think the colours got faded because of colour blending when working with the images,
but I am not 100% sure.  Colour blending should be off when doing such work.  I recaptured
the unfaded colours from an older png.

The other themes seemed to have OK (unfaded) colours.
2017-07-23 19:08:26 +01:00
Paul Licameli
b3c8f5db3d Bug1432 partial: Dragging toolbar should't change focus...
... Only the case that you click the grabber and release, or you drag the
toolbar ending in a docked position.

Doesn't work yet when drag ends un-docked.
2017-07-23 13:49:03 -04:00
Paul Licameli
b521fb8422 Earlier detection and abort editing in case of overlong block file...
... Bill has reported that the truncation in WriteXML happened, but a
reproducible case is not known yet.
2017-07-23 12:41:46 -04:00
Paul Licameli
d88371b4b7 Revert stuff 2017-07-23 12:40:29 -04:00
Paul Licameli
e9576bf198 work 2017-07-23 11:51:26 -04:00
Paul Licameli
1a9dd310cd Bug1432, more: Restore focused control after drag of toolbar 2017-07-23 10:48:33 -04:00
Paul Licameli
ace1ac08e7 Bug1432, partial: Click on toolbar grabber, without drag, does nothing. 2017-07-23 09:49:58 -04:00
Paul Licameli
f0de38dec1 Scanned for bad naked new; found none; changed comments, used safenew 2017-07-23 09:35:01 -04:00
James Crook
7156479d11 Typo fix (extra s) 2017-07-23 14:25:44 +01:00
James Crook
c6fef0a46a Use local libraries by default on linux
Necessitated by MIDI support, as many people's local portaudio libs will not be patched.
This also solves some issues with building with lv2 and ffmpeg on some Ubuntu systems.
2017-07-23 14:20:57 +01:00
Paul Licameli
f1aa9161f0 Bug1603, speculative fix: AUNBandEQ crashes Audacity...
... I can't reproduce the symptoms on my Mac, but the stack trace supplied by
Gale shows an infinite recursion overflowing the stack.

I see that at commit d1f66d768ffd3823757d2746388074eca95ec138 "Updates for wx3"
by Leland, he saw the need to set a guard against infinite recursion in another
window resizing callback.  He tested that guard, but did not set it, in two
other places.  I speculate that the cycle can be entered from those other
places, bypassing where the guard was set.  So I set the guard in more places.
2017-07-22 22:55:48 -04:00
Paul Licameli
f4c3f19dd1 Bug1520: Correct TQP when snap-to-nearest second & region selection 2017-07-22 19:44:09 -04:00
Paul Licameli
d9c3a02542 Bug1623: Update play, record button images when modal dialog closes 2017-07-22 19:08:54 -04:00
James Crook
e2c0b2d00c Update German Translation to current .pot
The previous translation was using the 11:50 Audacity.pot.
2017-07-22 23:04:51 +01:00
Joachim Huffer
0145b33de9 Update German translation by Joachim Huffer 2017-07-22 22:20:58 +01:00
Paul Licameli
0feda0395e Comment a recent fix 2017-07-22 15:41:07 -04:00
Paul Licameli
31be794906 Bug1652 addendum: correctly reread old key prefs with Control for Mac 2017-07-22 15:03:45 -04:00
Paul Licameli
7ced70c210 Bug1315 fix suggested by Bobby Kent (export file dialog problem) 2017-07-22 14:41:02 -04:00
Paul Licameli
cdc32e2311 Remove credit of iAVC. We don't use it, and have no link for it. 2017-07-22 14:23:50 -04:00
Paul Licameli
f79d5c3884 Update credits...
Developers Brian Armstrong, Henric Jungheim

Updated some library URLs; don't use https:: which causes a crash when you
click the link

Add link for portmidi
2017-07-22 13:42:57 -04:00
Paul Licameli
f9b9456d0c Revert "Credit Brian Armstrong, Henric Jungheim, and Max Kellermann"
This reverts commit 5481ecc972c0dc8a4306870c6c89b567c9d4b6d0.
2017-07-22 12:22:21 -04:00
Paul Licameli
5481ecc972 Credit Brian Armstrong, Henric Jungheim, and Max Kellermann 2017-07-22 12:13:04 -04:00
James Crook
cc46833125 Fix regression, loss of distinct colour in Scrub Ruler
Wrong conditional test for "no colours set".
2017-07-22 17:07:55 +01:00
James Crook
69655a14cd Fix menu item with two &s
Thanks to scootergrisen
2017-07-22 16:14:25 +01:00
Paul Licameli
c982db5e20 Time track menu items for lin/log display are radios again 2017-07-22 10:47:45 -04:00
James Crook
a45f3bbc9e Update .pot and .po files. 2017-07-22 11:52:52 +01:00
James Crook
9fa63763f4 Avoid attempting to translate empty string. 2017-07-22 11:49:32 +01:00
Joachim Huffer
6f12e6ae34 Update German translation by Joachim Huffer 2017-07-22 11:36:17 +01:00
James Crook
f38caa55ba Add strings that were not translated.
- A heading in the Edit Chains Dialog.
- Menu Items and submenus.
2017-07-22 11:33:09 +01:00
James Crook
de0cc3ecff Bug 1699 - Selected keyboard prefs line unreadable in 3 of 4 themes on Mac
The focus rect in key prefs is not very helpful.  It was setting the background colour too,
but that is now using system colours again.
2017-07-22 11:08:15 +01:00