1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 00:59:43 +02:00

18 Commits

Author SHA1 Message Date
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
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
3bb407aef9 Update by Bashishtha Singh. 2013-11-07 09:22:23 +00:00
windinthew
63788f4b2d Updated by Bashishtha Singh 2013-02-20 18:55:26 +00:00
windinthew
37731d25bc Update by Bashishtha Singh 2012-12-31 00:04:35 +00:00
windinthew
610d5f42ae updated software translation from Bashishtha Singh. 2012-08-05 21:07:36 +00:00
windinthew
103f789b27 Updated software translation from bashishtha narayan singh. 2012-02-27 19:40:43 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
windinthew
3af0e440e6 Updated software translation from Bashishtha Singh 2011-11-06 16:41:12 +00:00
windinthew
c531c2da11 Updated software translation from Bashishtha 2011-04-02 17:32:47 +00:00
windinthew
ce73ad6ad5 Updated software translation from Bashishtha Singh 2010-09-11 13:51:39 +00:00
windinthew
6ebd7f4716 Updated software translation from Bashishtha Singh 2010-07-23 19:48:10 +00:00
windinthew
f918edb36a Updated software translation from Bashishtha Singh (+ added new strings from latest audacity.pot) 2010-07-19 09:44:01 +00:00
richardash1981
601d70efbc Update Hindi translation from bashishtha 2010-03-08 21:26:24 +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
a2fdd857ac Updated software translation from Bashishtha Singh 2010-02-08 14:33:25 +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