Paul Licameli
bf8387327e
src/graph.pl can generate hyperlinks for nodes in .svg images
2020-05-24 17:15:49 -04:00
James Crook
8a88881e43
Fix PREDEFINED in audacity.dox
...
Thanks to Albert, https://github.com/audacity/audacity/issues/523
2020-05-24 21:27:02 +01:00
Leland Lucius
02884f5de0
Remove AppVeyor and Travis configs
2020-05-24 14:21:42 -05:00
Leland Lucius
5bd5b8af4c
Update wx version in build instructions
2020-05-24 14:21:16 -05:00
Paul Licameli
bfa83eb2a1
Translatable string changes in AboutDialog.cpp
2020-05-24 15:07:15 -04:00
Paul Licameli
a54eaece03
Show the program name verbatim throughout AboutDialog.cpp
2020-05-24 15:07:15 -04:00
Paul Licameli
a2a0f9a177
Don't put markup in translatable strings...
...
... Note that par1str and par2str aren't even shown, but comment out. Yet, I
did the work on them to serve as examples for the future.
Note the use of contexts too. Be aware of case distinctions that some languages
make.
2020-05-24 15:07:15 -04:00
Leland Lucius
1f55332bb3
Fix wx3.0 build
2020-05-24 14:04:39 -05:00
Paul Licameli
e526b2b940
Add support for & examples of translatable strings with context...
...
... This includes functions callable from Nyquist but not yet any examples
of strings with context in any .ny files.
This does include some examples of strings with context, and with both plurals
and context, in C++ files. It is not intended to fix possible ambiguities
exhaustively.
Note that wxWidgets 3.1.1 is sufficient to support contexts.
If Audacity is build with wxWidgets 3.0, it will run, but strings with
context will fail to translate.
2020-05-24 14:58:57 -04:00
Paul Licameli
95195a783f
Enable optional context arguments for i18n in Lisp
2020-05-24 14:55:08 -04:00
Paul Licameli
67ce74d5ef
Some example uses of XC and XPC...
...
... Really needed only for "White" but harmless in the other uses. Also more
i18n-hint comments.
There may be need to disambiguate other strings.
2020-05-24 14:55:08 -04:00
Paul Licameli
4e2f9671ff
Macros for translatable strings that need disambiguating context
2020-05-24 14:55:08 -04:00
Paul Licameli
7c246ddc26
Need only wxWidgets 3.1.1 for translation context strings
2020-05-24 14:55:08 -04:00
Leland Lucius
2eb538f385
A couple more cmake updates for travis
2020-05-24 13:34:13 -05:00
Leland Lucius
07efddf5fd
Must use a newer CMake version
2020-05-24 13:30:52 -05:00
Leland Lucius
c42d188e7b
Removed old build system
...
This was fun!!! Holler if I had too much fun. :-)
2020-05-24 13:18:47 -05:00
Paul Licameli
1075f15182
Fix a comment
2020-05-24 12:38:20 -04:00
Paul Licameli
6beeb86a6a
Nyquist can still parse the older format for file controls
2020-05-24 12:22:40 -04:00
Paul Licameli
55c5a5f692
Allow continuations of Nyquist control lines either with $ or with ;
2020-05-24 12:20:46 -04:00
James Crook
00084a8f38
Bug 2443 - Mac/Linux: Old (PowerPC) projects open flat-lined or with corrupted display on Intel machines
2020-05-24 13:40:03 +01:00
Leland Lucius
35e88d995b
Bug 421 - Crash importing malformed MP3 file using libmad
...
This adds LAME tag handling and bad MP3 detection, but
it's pretty much a complete rewrite, so plenty of testing
is needed.
2020-05-23 22:03:41 -05:00
Paul Licameli
8ce72748bf
CommandManager stores only stripped menu names (no & characters)...
...
... Keyboard preference dialog does not need to repeat the stripping
2020-05-23 22:42:21 -04:00
Paul Licameli
1ef29b7a51
Don't encode command options as part of accelerator string...
...
... also restore the intended meaning of "allowDup" (for debugging checks only),
which had never been properly implemented because the label, not the
accelerator, was scanned for it; see commit f2f7568
2020-05-23 22:41:35 -04:00
Leland Lucius
1efb10cf78
Exclude Window menu if build with wx313
...
I'm not sure exactly when the Window menu started working again,
but when built with wx313, the system provides the Window menu
just fine on all OSX versions from 10.7 - 10.15.
2020-05-23 21:10:38 -05:00
Carlo Bramini
e9d2669a33
[CMAKE] WIN32: Fix error in LILV_DEFAULT_LV2_PATH ( #534 )
2020-05-23 14:31:37 -05:00
Leland Lucius
1f366ee073
Change workflow to use wx313 branch
2020-05-23 13:24:37 -05:00
Leland Lucius
19e18ed665
Rework SpectralSelection toolbar for wx313
2020-05-23 13:08:21 -05:00
Leland Lucius
ea689f7d24
Rework Selection toolbar for wx313
2020-05-23 13:08:21 -05:00
Leland Lucius
11a527c1ec
Rework Device toolbar for wx313
2020-05-23 13:08:21 -05:00
Leland Lucius
64a597ef91
Override GTK theme to control GtkCombo* sizes
2020-05-23 13:08:21 -05:00
Leland Lucius
fa878ef05b
Adjust ASlider for wx313
2020-05-23 13:08:21 -05:00
Leland Lucius
fadc024432
Initial changes to build against wx313
2020-05-23 13:08:21 -05:00
Paul Licameli
29201bba1b
Some more translatable string matters
2020-05-23 14:02:27 -04:00
Paul Licameli
b81c03c194
Change the menu labels in vertical rulers...
...
... and recompute popup menu tables that depend on preferences.
The code for labels in the rulers was unsatisfactory because
(1) rescanning and editing the post-translation strings is a hack to avoid, and
(2) separating the hints like "Shift-Left-Click" with a tab character made them
invisible on Mac. So instead, append strings like " (Shift-Left-Click)"
2020-05-23 13:58:22 -04:00
Paul Licameli
7cf9263889
Simplify Loudness effect UI with a notebook...
...
... so that we don't need to recreate the validators and change label texts
after constructing the dialog.
This eliminates 4 uses of macro _ .
2020-05-23 13:56:39 -04:00
Paul Licameli
2397499ba3
Sufficient width of text control boxes (don't hard-code char width)
2020-05-23 09:13:56 -04:00
Paul Licameli
f2b96ff640
Remove 56 macro _ calls and fix a few i8n mistakes
2020-05-23 08:07:25 -04:00
Paul Licameli
63c49db0ce
Don't internationalize logged strings; -29 macro _ calls
2020-05-23 08:07:24 -04:00
Paul Licameli
db690d94f7
Remove 27 various macro _ ...
...
... and supply a few missing translations in Dependencies.cpp
And substitute-don't-concatenate in a few places in Internat.cpp
2020-05-23 08:07:24 -04:00
Pavel Fric
3e5789ca14
Update Czech Translation
2020-05-23 12:23:23 +01:00
Paul Licameli
2527bdecaf
Add and correct various comments
2020-05-23 06:00:56 -04:00
Paul Licameli
71e5f150ed
Remove some unused things
2020-05-23 05:58:51 -04:00
Paul Licameli
b1cf7e57cb
Simplify AButton...
...
... Don't need another constructor just to do conversions from wxImage to
ImageRoll, which can happen implicitly
2020-05-23 05:43:13 -04:00
Paul Licameli
1689050c9c
Remove duplication of enum definition
2020-05-23 05:37:15 -04:00
Paul Licameli
d373e27840
Remove some unused forward declarations and #include directives
2020-05-23 05:32:01 -04:00
Paul Licameli
7fb4652c88
Remove some unused functions and forward declarations
2020-05-23 05:16:59 -04:00
Leland Lucius
8756258e55
Only add values if they were found
2020-05-22 22:49:08 -05:00
Paul Licameli
e72634fb9d
Keep EXPERIMENTAL_OD_DATA compilable
2020-05-22 21:36:14 -04:00
Paul Licameli
93bcff99df
Keep EXPERIMENTAL_VOICE_DETECTION compilable
2020-05-22 21:36:14 -04:00
Paul Licameli
3501a27aaf
More work on i18n (22 less _ calls), bug fix, less use of wx headers
2020-05-22 20:45:54 -04:00