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

7518 Commits

Author SHA1 Message Date
Paul Licameli
6a8bba0a99 Fix all remaining misuses of macro _ in static initializers...
... I found them using a rewritten macro _ that dynamically checked
that translations have been initialized.  But I do not commit that changed
macro.
2017-10-01 17:20:05 -04:00
Paul Licameli
c94222ff54 Fix missed translations in Distortion effect after language change 2017-09-29 17:17:39 -04:00
Paul Licameli
4609d5af2e A few more missed translations...
"seconds" and "Output" are translated elsewhere, so just add _

New string _("%") will simply go through untranslated for now but can be in next
version's audacity.pot
2017-09-28 12:08:07 -04:00
Paul Licameli
f7a059e4fe Updated hi.po -- Hindi submitted by Bashishtha Singh 2017-09-27 02:04:31 -04:00
Paul Licameli
4a0fbf83af Bug1735 residual: paste into region starting < Note Track start...
... Note that the cases of end < start and end > start follow different paths.
2017-09-26 12:05:47 -04:00
Steve Daulton
d78033887f Fix initialization of Debug and Preview buttons 2017-09-26 12:34:44 +01:00
Paul Licameli
10e75a4bcf Fix missing Portuguese and Chinese, Simplified in Mac preferences 2017-09-25 03:08:24 -04:00
Paul Licameli
025eb3075a One more trick needed to get eu distinct from eu_ES in preferences 2017-09-25 03:06:24 -04:00
Paul Licameli
f2d9ff59bb Roger's fixes for MIDI timing on Alsa, as adapted by Paul Licameli 2017-09-25 03:03:21 -04:00
Paul Licameli
ce649cf851 Re-enabling the separate MIDI thread, and comments about that 2017-09-24 02:29:02 -04:00
Paul Licameli
d6657df045 Roger Dannenberg's explanatory comments for new MidiTime function 2017-09-24 02:29:02 -04:00
Paul Licameli
51296237da Roger's timing correction for Alsa; I unified with non-Alsa case...
... Write only one variable in audacityAudioCallback, to be read (maybe in
another thread) by AudioIO::MidiTime().

The non-Alsa case behaves essentially as before:  it wasn't broken, so it
isn't fixed, though it is rearranged.
2017-09-24 02:29:02 -04:00
Paul Licameli
2b84262314 Roger's SystemTime() for use later, fixed to compile on all...
... Why not simply PaUtil_GetTime() or Pt_Time() ?
2017-09-24 02:29:01 -04:00
Paul Licameli
7c67133ff7 Roger's changed FillMidiBuffers loop test (seems harmless, all OSs) 2017-09-24 02:29:01 -04:00
Paul Licameli
b38bacfafa Remove my USE_TIME_INFO conditional compilation... will fix otherwise 2017-09-24 02:29:01 -04:00
Paul Licameli
857a7ca737 Roger Dannenberg's fix for MIDI notes-off, applied to Linux only...
... but then, always:  It's a problem in portmidi which uses ALSA always, no
matter what the chosen portaudio host is.
2017-09-24 02:29:01 -04:00
Paul Licameli
a971dd5bb4 Detect whether ALSA is the portaudio host (possible only on Linux) 2017-09-24 02:29:01 -04:00
Paul Licameli
428f543677 ALL OSs: fix race starting play, which inserted leading zero samples 2017-09-24 02:29:01 -04:00
Paul Licameli
771ed7088f Fix format mismatches caught by msgfmt -c on Travis 2017-09-24 02:28:20 -04:00
Paul Licameli
1fc8f73a0b Updated pl.po -- Polish submitted by Michał Trzebiatowski 2017-09-24 01:35:03 -04:00
Paul Licameli
9978986f82 Fixes in .po as suggested by scootergrisen; remove some #,fuzzy 2017-09-22 16:51:44 -04:00
Paul Licameli
dc00f7366a Updated ko.po -- Korean taken from Transifex 2017-09-22 14:20:16 -04:00
Paul Licameli
bcb2d4cc6b Post-beta updates of some of the translation files, fixing omissions 2017-09-22 01:53:26 -04:00
Paul Licameli
9c059f5115 Updated da.po -- Danish submitted by scootergrisen 2017-09-22 01:51:38 -04:00
Paul Licameli
b1413b7923 Updated zh_CN.po -- Chinese (Simplified) submitted by mkpoli 2017-09-22 01:49:05 -04:00
Paul Licameli
cbe98c977e Updated tr.po -- Turkish submitted by Kaya Zeren 2017-09-22 01:44:47 -04:00
Paul Licameli
2d9fa61bac Updated de.po -- German submitted by Joachim Huffer 2017-09-22 01:39:08 -04:00
Paul Licameli
15bfd8bdca Updated uk.po -- Ukrainian submitted by Yuri Chornoivan 2017-09-22 01:39:00 -04:00
Paul Licameli
2afec0c7ed Updated el.po -- Greek submitted by Dimitris Spingos (Δημήτρης Σπίγγος) 2017-09-22 01:38:54 -04:00
Paul Licameli
b2edf34e37 Updated nl.po -- Dutch submitted by Thomas de Rocker 2017-09-22 01:38:47 -04:00
Paul Licameli
7dfa4f4cf8 Updated eu.po -- Basque submitted by Xabier Aramendi ("azpidatziak") 2017-09-22 01:38:40 -04:00
Paul Licameli
e414dcdb7e Updated eu_ES.po -- Basque(Spain) submitted by Oisotz 2017-09-22 01:38:26 -04:00
Paul Licameli
b1d9be00e4 Added eu_ES (Basque (Spain)) to supported languages 2017-09-22 00:22:42 -04:00
Paul Licameli
7b70aa08af Bug1718: AU effect presets import dialog should find user presets too 2017-09-20 14:43:35 -04:00
Paul Licameli
02403c1237 Bug1746: Playing Note & Wave at once should stop at end of selection 2017-09-20 14:13:12 -04:00
Paul Licameli
a5aaaf5176 Bug1744: Switch flat EQ curve to linear and draw points correctly...
... Problems reported there were not consequences of my work in 2.2.0 on
envelopes, but existed in 2.1.3 also.
2017-09-16 12:27:56 -04:00
Paul Licameli
ecd149edad Revert "Fix for #1554: toolbars open undocked if previously hidden"
This reverts commit 048c1b8c5a92e68ca9de67d25098400ab32ab68c.

I observed that it was not all right if you switch between Audacity versions, as
some cautious upgraders might do:

Delete audacity.cfg.
Open 2.2.0 and quit.
Open 2.1.3 -- and observe that the scrubbing and combined meter toolbars appear,
one over the other, at top left.  Combined and separate meter toolbars are not
meant to appear at the same time.
Quit 2.1.3 and open 2.2.0.  Now those two toolbars appear at some other random
seeming positions.
2017-09-16 11:53:57 -04:00
Paul Licameli
75d557463d Use -c (check) option in msgfmt when generating .mo files 2017-09-13 15:09:06 -04:00
David Bailes
048c1b8c5a Fix for #1554: toolbars open undocked if previously hidden
Summary of fix:
1. In ToolManger::WriteConfig, for a docked toolbar which is hidden, the dock number is not set to the dock number rather than 0 (undocked)
2. In ToolManger::ReadConfig, for a hidden docked toolbar in the config, the toolbar is docked, but is not included in the dock's configuration.
2017-09-13 12:53:32 +01:00
Paul Licameli
731a2ac40c Fix format of tooltip text for toolbar buttons in RTL languages...
... No translatable strings were added, two were removed
2017-09-11 22:08:06 -04:00
Paul Licameli
954a974422 Changed the conditional compilation for alpha/beta/release...
... In particular, don't put the extra information in MIDI device info for Beta

But still link to the Alpha manual.
2017-09-11 00:10:22 -04:00
Paul Licameli
5a29660266 Update audacity.pot 2017-09-10 19:40:47 -04:00
Paul Licameli
e41acf9128 Fix some omissions from translations, thanks scootergrisen & mkpoli...
... This does not address all the ones they recently noted, but only such
changes as I thought not too sweeping for this late stage.

More may be addressed in the next release.
2017-09-10 19:25:20 -04:00
Paul Licameli
f6b5d8e651 Generate msgid and msgid_plural in .pot for wxPLURAL macro 2017-09-10 19:24:42 -04:00
Paul Licameli
ec5f9d6b66 Translation of strings in Benchmark 2017-09-10 19:24:42 -04:00
Paul Licameli
1e1560d63c Fix missed translations in Plot Spectrum 2017-09-10 19:24:42 -04:00
Paul Licameli
a3245b56a7 Translate "Audacity website:" in About dialog 2017-09-10 19:24:41 -04:00
Paul Licameli
b2382eab2a Translation of Quality preference choices 2017-09-10 19:24:41 -04:00
Paul Licameli
70b5076b0b Fix some untranslated prompts and messages...
... Even if some commented out.  Such don't enlarge the .pot file, but make
them right in case they are ever un-commented.
2017-09-10 19:24:41 -04:00
Paul Licameli
3b7e99273e Remove some unused strings that confused translators...
... "Light" was used in two different meanings, but one place was the obsolete
Leveller effect, whose code is removed now.  (I leave the files in place, to
make it easier for the curious to know it was once there, and find its history.)

i18n-hints added for the surviving use of "Light" to name a theme, and also for
some of the other themes.
2017-09-10 19:24:08 -04:00