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

4786 Commits

Author SHA1 Message Date
Yuri
8d82270714 Fixed miscategorization of an executable in Makefile: SCRIPTS->PROGRAMS. 2015-11-05 20:47:17 -08:00
David Bailes
1d570ee182 Fix for track menu channel radio items on linux.
Steve suggested and tested this fix. Probably bug in wxWidgets.
2015-10-30 16:10:33 +00:00
David Bailes
758bd1ac2a Revert to appending the radio items for channels, rather than inserting them in reverse order.
Reverted the access key of Rate to e.
2015-10-28 09:13:59 +00:00
David Bailes
ba3b1b14ae possible fix for bug 1250
Go back to having both mono and stereo items in track menu.
2015-10-26 10:17:07 +00:00
Benjamin Drung
162392e8cf ExportMP3: Fix compiling with static loading
Audacity can be built with dynamically loading/unloading the MP3 library
(the default) or dynamically linked against the shared object file
(--disable-dynamic-loading). The code to load the library is only needed
in the former case.
2015-10-16 00:36:26 +02:00
James Crook
7eb7490a70 Bug 1243 - Audacity may open with too small width/height when not maximised on previous close
New behaviour, instead of resizing window when it doesn't fit, use the default size/position.
This touches code involved in the fix for 1119 (mac only bug on small screens) and should still
fix that bug, but that will need testing.
2015-10-14 18:06:49 +01:00
James Crook
96d2e66db5 Bug 1221 (Mac)
Re-instated conditional code that apparently worked previously on Mac.  Untested on Mac.  Could 1221 possibly be cleared now?
2015-10-10 15:41:59 +01:00
James Crook
6d95e68dad BatchProcessDialog Close command working again.
Sending a wxCloseEvent doesn't close a Modal dialog (unless we hide it first).
2015-10-10 15:27:35 +01:00
James Crook
aee4a33d6b Bug 1221 - Chain asserts (Linux) or causes switch away from Audacity (Windows) on completion.
New fix.  It appears to be a bug in wx3.  Hiding a Modal window (under linux) can stop it being modal.  So rather than EndModal() we send an event to close the window which works whether wxWidgets thinks the window is modal or not.  Additionally we set the focus back to the parent window, becuase of a side bug under windows, and we new the status dialog rather than allocate it on the stack, because the status dialog is NOT run with ShowModal() which is the only time we can safely use an on stack dialog.
2015-10-09 23:53:49 +01:00
James Crook
38551d8e49 Start of fix for Bug #1221 2015-10-09 23:28:53 +01:00
Leland Lucius
31fc2c14e4 This corrects the debugging level used when building the
wxWidgets libs on Windows.  It will disable the assertions
in release builds.
2015-10-08 17:35:14 -07:00
yam
c7792dd52f Fix for bug #1224 2015-10-08 16:52:58 -05:00
Leland Lucius
6b9541933d Fix for bug #1221 2015-10-08 14:06:24 -07:00
James Crook
ae5d29a048 Bug 1226 - Plot Spectrum freezes first time in a project if insufficient samples selected
Guarding against mDataLen < mWindowSize, as per fix from Steve.
However, also must ensure mAnalyst was initialised, as we otherwise get a different crash when we paint a valid spectrum later, because we don't init mAnalyst when too few samples.  To do that init, we must call Recalc before we show the dialog.

Needs to be tested on Mac, because the change from SendRecalcEvent() to Recalc() might conceivably upset the Mac.
2015-10-06 21:28:22 +01:00
Leland Lucius
48c5c47214 Fix for bug #1219 2015-10-05 23:43:00 +01:00
Leland Lucius
aefde8ad30 Fix for bug #1216 2015-09-30 10:22:23 -05:00
windinthew
9280aab949 Bug 1214 - Import Raw Data cannot be used in Polish language.
An '!' in place of a '|' in the Polish translation was preventing import.
2015-09-25 09:04:55 +01:00
Paul Licameli
4e335af91f bug1197 again: better fix 2015-09-24 11:10:59 -04:00
Paul Licameli
8d5841331b Bug1213: "Spectrogram" not "Spectrum" in tracks prefs.
This is a string change, however that string should be replicated elsewhere in\
the translation files.
2015-09-23 09:13:42 -04:00
James Crook
39cc1fbc23 Bug 1204 - Crash when pressing both mouse buttons over toolbar buttons
Looks a very safe fix.  Post 2.1.2 should review ALL uses of CaptureMouse().
2015-09-21 23:11:55 +01:00
Paul Licameli
d776f25830 bug1197: Correct horizontal scrollbar position at extreme zoom-in 2015-09-21 12:58:56 -04:00
James Crook
905ea0ce22 Bug 1208 - Spectrogram vertical zoom-in is limited to ten bins
Changed so that it is now limited to 1 bin.  Now it is obvious if you are zoomed in too far.
2015-09-21 14:54:23 +01:00
James Crook
7f0937a7df Updated de,eu,fi,it,ja,pl,ru,tr translations.
[Via email - preferred]
German (de) - Daniel Winzen with minor tweaks H Hank.
Basque (eu) - Xabier Aramendi
Finnish (fi) - Heino Keränen
Italian (it) -  Carmelo battaglia
Japanese (ja) - Atsushi Yoshida

[Via Transifex]
Polish (pl) - Andrzej Supermocny
Russian (ru) - Johnny Storm
Turkish (tr) - Kaya Zeren
2015-09-21 13:02:52 +01:00
Designist
80eec57ddf Update Build.txt
Added verified Xcode version numbers and moved the latter half of the instructions to the list format.
2015-09-17 20:40:35 -04:00
James Crook
beeb396bf4 Merge remote-tracking branch 'upstream/master' 2015-09-16 20:20:58 +01:00
James Crook
3a3b98ba92 Merge pull request #68 from Paul-Licameli/bugs
Bug1187: validate before Applying changes of spectrogram preferences

We're resetting to start of freeze, so have accepted this P4 fix as if it had happened during Semifreddo.
2015-09-16 20:20:27 +01:00
James Crook
bea6191a1a Danish, Spansih, Hungarian and Dutch translations updated. 2015-09-16 20:07:16 +01:00
James Crook
17e2761330 Merge pull request #69 from lllucius/master
Accept rather than close this request.
2015-09-16 19:41:35 +01:00
Leland Lucius
93aeca9a48 Fix for bug #1203 2015-09-16 13:08:03 -05:00
Leland Lucius
2f9c7d1567 Fix for bug #1190 2015-09-16 13:04:26 -05:00
Leland Lucius
1a41192675 Merge remote-tracking branch 'upstream/master' 2015-09-16 13:04:00 -05:00
Leland Lucius
1ccb7385c3 Fix for project windows opening larger than available display space on OSX
This should fix the nagging window under the menu bar problem and will
have to serve as a workaround for bug #1119 until the wxWidgets ticket
is addressed:

   http://trac.wxwidgets.org/ticket/14351
2015-09-12 01:34:27 -05:00
Leland Lucius
5f985a22d9 Merge pull request #71 from lllucius/upstream
A few critical fixes
2015-09-08 23:33:49 -07:00
Leland Lucius
1e1ae1f88c Fix dist build on OSX
(Thanks Gale...hope it works now.)
2015-09-09 01:27:29 -05:00
Leland Lucius
d1fdf05b49 Fix for bug #1192 2015-09-09 01:27:22 -05:00
Leland Lucius
126320ea2a Update Xcode project for Bug 1073 2015-09-09 01:27:14 -05:00
Leland Lucius
63663bcd13 Fix dist build on OSX
(Thanks Gale...hope it works now.)
2015-09-09 01:12:29 -05:00
Leland Lucius
4d0d88e187 Fix for bug #1192 2015-09-09 01:11:22 -05:00
Leland Lucius
6a9dc57ea7 Update Xcode project for Bug 1073 2015-09-08 15:36:43 -05:00
Leland Lucius
2d88ad63e0 Fix for bug #1191 2015-09-08 11:24:59 -05:00
Leland Lucius
a7a1e11668 Fix for bug #1182 2015-09-08 11:19:37 -05:00
Paul Licameli
6a1f830022 Bug1187: validate before Applying changes of spectrogram preferences 2015-09-08 10:28:34 -04:00
James Crook
d59871d341 Updated Windows build for renamed .po files 2015-09-08 10:53:05 +01:00
James Crook
31759b9031 Changed list of .po files 2015-09-08 10:43:37 +01:00
James Crook
4d3e9648a7 Update innosetup for new language filenames.
pt -> pt_PT, zh -> zh_CN
2015-09-08 10:38:29 +01:00
James Crook
56ac2b800d Bug 1073 - Wrong language variant choice.
http://bugzilla.audacityteam.org/show_bug.cgi?id=1073 This is a P2 bug.  Renaming these .po files is part (or maybe all?) of the fix.
2015-09-08 10:31:05 +01:00
James Crook
4dbcd73ca5 Noise Reduction smoothing now default 3 Max 12
After the freeze, but only just, and as RM I made the call that this matters enough to be worth doing.
2015-09-07 21:03:31 +01:00
Yuri Chornoivan
ea12134549 Update Ukrainian translation 2015-09-07 17:53:52 +03:00
James Crook
00231b5af5 Updated .po files for new .pot 2015-09-07 13:05:47 +01:00
James Crook
59b4943872 PotFile Tweaks
Add back i18n hints.  Remove mod-track-panel (no official support).  Regen audacity.pot
2015-09-07 12:56:24 +01:00