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

28 Commits

Author SHA1 Message Date
v.audacity
8befced39d commits for Audacity version 2.1 2015-02-20 13:48:39 +00:00
lllucius@gmail.com
a68093ae60 Added a bunch of missing files to POTFILES.in and regen'd the pot files. 2014-11-10 20:31:56 +00:00
james.k.crook@gmail.com
8a9987a0d9 From: martin@steghoefer.eu [PATCHES 02-15 of 15] Fix runtime problem with wxWidgets 3.0:
Correct string formatting for:
2/15  %d + enum => %d + int
3/15  %lld + int64_t => %lld + long long
4/15  %d + int64_t => %lld + long long
5/15  %d + double => %f + double
6/15  %d + int32_t => %d + int
7/15  %d + intptr_t => %p + void*
8/15  gint, guint
9/15  %d + long => %ld + long
10/15 %n + int => %d + int
11/15 %x + int => %x + unsigned int
12/15 %f + int => %d + int
13/15 %S + wxChar* => %s + wxChar*
14/15 %d + size_t => %d + int
15/15 %d + size_t => %lld + long long

"The functions wxString::Format, wxString::Printf (and others indirectly) have become stricter about parameter types that don't match (format specifier vs. function parameters). So the bugs (that were already present in audacity before) become visible in wx3.0 as error message dialogs. I've checked all occurrences of Printf, wxPrintf, PrintfV, Format, FormatV, wxLogDebug and wxLogError systematically and made the type match."

Note (9/15): In TrackPanel.cpp, ExportMP2.cpp and CompareAudioCommand.cpp this patch supersedes related change done in r13466 because the new solution requires fewer casts and therefore simplifies the code.

Note: Many .po files are affected, and we need to be very careful about this.  Incorrect "%d" and similar in translation files may lead to crashes in those languages (only).  This is something we should actually have been more careful about in the past.  We need to write a script to check that the "%d" and similar format specifiers match between English and translation.
2014-11-08 16:42:34 +00:00
windinthew
438275d938 Updated translation by Atsushi Yoshida. 2014-09-08 06:35:21 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
357b8c6e0a Updated by Atsushi Yoshida. 2014-07-02 18:44:19 +00:00
windinthew
def40cc070 2.0.5 translation by Atsushi YOSHIDA. 2013-10-15 08:13:29 +00:00
richardash1981
b9e2604c30 Updated Japanese program translation by Atsushi YOSHIDA 2013-08-31 15:21:36 +00:00
windinthew
8ae5acb310 Updated software translations 2013-07-29 12:40:45 +00:00
windinthew
9c30056da9 Updated by Atsushi YOSHIDA 2013-05-05 11:27:19 +00:00
windinthew
0fb80f3e76 Updated by Atsushi YOSHIDA 2013-02-17 21:24:53 +00:00
windinthew
54032d6c9e Updated by Atsushi YOSHIDA 2012-12-02 09:25:19 +00:00
windinthew
7668084315 Updated software translation by Atsushi YOSHIDA 2012-08-20 06:08:47 +00:00
windinthew
f0a81f0d53 updated software translation from Atsushi YOSHIDA. 2012-06-16 22:21:50 +00:00
windinthew
62954f1e79 updated software translation from Atsushi YOSHIDA. 2012-04-28 19:46:41 +00:00
windinthew
7019c94138 Updated software translation from Atsushi YOSHIDA. 2012-01-24 16:19:15 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
windinthew
083d41406a Updated software translation from Atsushi YOSHIDA. 2011-12-13 02:53:29 +00:00
windinthew
b5c429d58f Updated software translation from Atsushi YOSHIDA. 2011-10-29 16:45:25 +00:00
windinthew
3d4064f356 Updated software translation from Atsushi YOSHIDA. 2011-09-04 12:32:29 +00:00
windinthew
afb4b4b26c Updated software translation from Atsushi YOSHIDA. 2011-04-13 06:23:57 +00:00
windinthew
443c678e78 Updated software translation from Atsushi YOSHIDA. 2011-02-05 16:43:53 +00:00
windinthew
d135edfb93 updated software translation from Atsushi YOSHIDA 2010-08-28 10:59:59 +00:00
windinthew
4ae0fa3238 Updated software translation from Atsushi YOSHIDA 2010-07-24 04:02:17 +00:00
windinthew
016c6ce796 corrected software translation from Atsushi YOSHIDA 2010-03-07 05:28:08 +00:00
richardash1981
dd3e052379 Update all .po files with latest program strings (from current SVN without any local patches), correcting an error in previous audacity.pot file 2010-03-06 16:24:20 +00:00
windinthew
c12962c0ab Updated software translation from Atsushi YOSHIDA 2010-02-27 06:17:39 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00