1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

9596 Commits

Author SHA1 Message Date
Paul Licameli
38849cc902 Null check in AudacityApp:OnExceptionInMainLoop 2019-01-28 16:49:48 -05:00
Paul Licameli
0941eaa0d5 Bug2058: shouldn't lose data in original project when saving-as...
... Bug was introduced at commit e87e15f, which was part of an unsuccessful
attempt to fix performance Bug1979
2019-01-26 14:23:37 -05:00
Steve Daulton
b3dafcedd1 Fix: bug 2054
Windows: Macros - "ExportMP3 before" and "ExportMP3 after" overwrite
causing non-critical data loss.

Thanks to Mike Barker for locating the problem.

This fix also corrects the bit-rate for the ExportMP3_56k commands.
2019-01-21 10:21:03 +00:00
Steve Daulton
226851ab91 Fix empty string a no-op for all Nyquist plug-ins
Previously an empty string would preven ;type process plug-ins
from continuing to other tracks.
2019-01-14 16:25:53 +00:00
Steve Daulton
5a7b6a7323 Fix multiple selection Nyquist file widget
Wx "Style" flags are 4 bytes, not 1 byte.
Also update a couple of comments in passing.
2018-12-27 19:44:15 +00:00
Bruno Ramalhete
54d33d6d12 Update Portuguese Translation, by Bruno Ramalhete. 2018-12-22 14:12:44 +00:00
Cleber Tavano
7dbbeba644 Update Brazilian Portuguese Translation, by Cleber Tavano. 2018-12-20 22:21:31 +00:00
Carmelo Battaglia
5e929f9cdf Update Italian Translation, by Carmelo Battaglia. 2018-12-20 22:19:10 +00:00
A. Regnander
11be8307b4 Update sv.po
Translated all untranslated strings and corrected some existing strings
2018-12-20 22:15:24 +00:00
Paul Licameli
b2a45a17da Fix display of stereo first time reopening compressed/losseless save 2018-12-20 14:13:53 -05:00
Paul Licameli
340bd20fc6 Fix data loss saving a stereo track lossless or compressed...
... in case clip boundaries don't match and the right channel covers a greater
time extent than the left.

Don't lose those parts of the right channel, before or after, and also make the
start time of the project correct in case the right channel starts earlier.

This is an old bug, going back as far as the git history.
2018-12-20 13:53:38 -05:00
Steve Daulton
03b82618b2 Fix typo error in SetProjectCommand
Error was introduced in cb55164c4360.
2018-12-04 17:32:13 +00:00
Nikitich
046f1873ad Typos in Russian Translation, by Nikitich. 2018-12-04 11:18:15 +00:00
James Crook
0eb778631b Bug 2045 - Clicky playback with Play-at-Speed and Scrubbing/Seeking 2018-12-03 21:04:50 +00:00
James Crook
bd2547828e Bug 2044 - Mac: no context menu when right clicking in label after copying label text to another app 2018-12-03 16:17:17 +00:00
James Crook
253aca7eec Bug 2035 - Save Project fails to display error message on Save with overfull disk 2018-12-02 21:55:58 +00:00
James Crook
b3a3b05e40 Bug 2034 - Mac: first use of Record on 64-bit Audacity causes EGAs, Exports, Imports and Saves to be grayed out
This is a guess at the root cause of the bug.
2018-12-02 20:00:21 +00:00
James Crook
5e1ec8dbe5 Bug 2028 - Mac: Audacity crashes when right clicking in label after copying label text to another app
With the steps in bug 2028, FindFocus() could return a nullPtr - which is now safe.
No right context menu will appear though.

This looks like a bug in wxWidgets.

We could take more/different steps to find the parent for the LabelTrack, if we really want to do that.  However, this change is enough to close the bug.
2018-12-02 18:54:35 +00:00
James Crook
5a87d5ea67 Bug 2040 - Linux: Assert on recording or generating when main Window minimised 2018-12-02 16:58:17 +00:00
Thomas De Rocker
90ea354002 Update Dutch Translation, by Thomas De Rocker. 2018-12-01 12:05:07 +00:00
mkpoli
75a109b85a Update Chinese Translation, by snowwolf. 2018-12-01 12:05:06 +00:00
Grzegorz Pruchniakowski
bd6fca1699
Update Polish translation from Transifex
Update pl.po from Transifex.

Greetings,
Gootector
2018-12-01 03:36:29 +01:00
Nikitich
553abde87b Fix recent update to Russian Translation, by Nikitich. 2018-11-30 07:42:42 +00:00
Nikitich
280ce4a36f Update Russian Translation, by Nikitich. 2018-11-30 07:36:14 +00:00
森の子リスのミーコの大冒険
8a4da8cefc Update Japanese Translation, by Phroneris. 2018-11-29 19:58:49 +00:00
b n singh
7acc36272d Update Hindi Translation, by Bashishtha Singh. 2018-11-29 19:57:27 +00:00
Antonio P
e198f00456 Update Spanish Translation, by Antonio Paniagua 2018-11-29 19:56:29 +00:00
Azpidatziak
39e2ed64e0 Update Basque Translation, by Xabier Aramendi. 2018-11-29 17:39:40 +00:00
scootergrisen
dd2d92c374 Update Danish Translation, by scootergrisen. 2018-11-29 17:38:33 +00:00
Imre Kristoffer Eilertsen
c1b38f8696
Update nb.po 2018-11-29 15:54:01 +01:00
Steve Daulton
800ddae34b Fix bug 2041
Nyquist: Generating audio at a point within a track, deletes audio
after the generated audio.

This fix corrects errors in b9ec434.
2018-11-29 11:43:00 +00:00
James Crook
f5443c8859 Update mac build instructions. 2018-11-28 16:31:32 +00:00
Pavel Fric
21de4ab6f8 Update Czech Translation, by Pavel Fric. 2018-11-28 16:19:14 +00:00
James Crook
465148cb3e Bug 2039 - Macros: Reload parameter not remembered.
This arose from the conversion from optional parameters to required parameters.
The same problem was found in Screenshot command and in open/save command.
2018-11-27 13:23:32 +00:00
Bruno Ramalhete
5a0980d178 Update Portuguese Translation, by Bruno Ramalhete. 2018-11-27 11:50:25 +00:00
Steve Daulton
d26b17eea5 bug 2011 - dlg.Raise() only required for GTK 2018-11-26 21:06:45 +00:00
Olivier Humbert
40065d84ed Update fr.po
updated French translation (works on fuzzies, new translation strings done, several improvements on some already translated strings) and updated timestamp
2018-11-24 20:11:10 +00:00
Joachim Huffer
64a7742d27 Update German Translation, by Joachim Huffer. 2018-11-24 17:01:14 +00:00
Yuri Chornoivan
400ac8f617 Update Ukranian Translation, by Yuri Chornovan. 2018-11-24 14:17:44 +00:00
James Crook
86fb0368e5 Update .pot and .po files from Audacity. 2018-11-24 10:50:26 +00:00
b n singh
0f18ce7d77 Update Hindi Translation, by Bashishtha Singh 2018-11-24 10:41:22 +00:00
김두열
49c7ac1193 Update Korean Translation, by 김두열 2018-11-24 10:41:22 +00:00
Steve Daulton
7c0d05fc18 Fix for bug 2011 - Label Editor
Linux: Audacity may stop responding to GUI after opening Label Editor
2018-11-20 19:52:31 +00:00
Steve Daulton
85af1b981a Fix for bug 2030 - Manage dialog
Windows: Manage dialog in effects has reduced vertical height
OK and Cancel buttons.
Bug also affected Linux.
2018-11-19 01:48:14 +00:00
Steve Daulton
e65e1d39d8 Fix for bug 2013
Bug 2013 - Extended ASCII characters in Nyquist plug-ins freeze Audacity

We previously assumed that plug-ins would always be valid UTF8, but
if it isn't then the conversion to wxTextInputStream fails, causing
pgm.ReadLine() to perpetually return a zero length line.
2018-11-18 21:37:15 +00:00
Paul Licameli
0052991551 64 bit wxWidgets and Audacity builds for Mac...
... to use, first rerun /mac/scripts/build_wxwidgets .

Then XCode can build one of four configurations:  Debug and Release (as
before), and now also Debug64 and Release64.

Some workaround was needed to link the 64 bit builds of the Audacity
application.  (No problem with the modules.)  This involved the Objective-C
usage in FileDialog.mm, only.  Consequences of this partial disabling of that
functionality need to be explored.
2018-11-18 13:19:56 -05:00
Paul Licameli
296f846158 Work around the other link problem, but I don't know what consequences...
... this will have at run-time for the file dialog.
2018-11-18 13:17:11 -05:00
Paul Licameli
7c78a91778 Fix one of the two 64 bit link errors 2018-11-18 13:17:11 -05:00
Paul Licameli
897f8bf0ed New configs now really 64 bit; they compile, almost link...
... The null, script-pipe, and Nyquist workbench modules all build fully.

Just two missing symbols building Audacity, I don't yet know why:

ld: warning: directory not found for option '-L/Users/paullicameli/GitHub/audacity/mac/build/Release'
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime, file was built for i386 which is not the architecture being linked (x86_64): /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_ModalDialogDelegate", referenced from:
      objc-class-ref in FileDialogPrivate.o
  "_objc_readClassPair", referenced from:
      __ARCLite__load() in libarclite_macosx.a(arclite.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
2018-11-18 13:17:10 -05:00
Paul Licameli
bd31c0de6b Must change compiler options to build sbsms for 64 bits 2018-11-18 13:17:10 -05:00