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

8115 Commits

Author SHA1 Message Date
Paul Licameli
586542bfe2 Remove post-translation substitutions 2018-02-21 19:20:54 -05:00
Paul Licameli
0aad028c9b Simplify calls to Effect::Delegate 2018-02-21 19:20:53 -05:00
Paul Licameli
a3be011bf6 inclusions of Audacity.h 2018-02-21 19:20:53 -05:00
Paul Licameli
574a20f95f Rename SpecPowerMeter as SpecPowerCalculation 2018-02-21 17:50:29 -05:00
Paul Licameli
57ce726a25 Rename Meter as MeterPanel, and some DOxygen 2018-02-21 17:50:28 -05:00
Paul Licameli
ee4f35f288 Rename Lyrics as LyricsPanel, and some DOxygen 2018-02-21 17:32:08 -05:00
Paul Licameli
a1dc8305f0 A function to extend XLisp's table of function bindings dynamically 2018-02-21 17:32:08 -05:00
Paul Licameli
e57afb3729 Fix many unused argument warnings in Menus.cpp 2018-02-21 15:18:38 -05:00
Paul Licameli
803022db11 Open 2.3.0 alpha development 2018-02-21 15:18:09 -05:00
Paul Licameli
f665e6da2b Mention two more bug fixes in README.txt Audacity-2.2.2 2018-02-14 02:11:20 -05:00
Paul Licameli
450ced913b Catch-up CHANGELOG.txt for this version and the two previous 2018-02-13 21:32:49 -05:00
Paul Licameli
49f79dde60 Fix ar.po for msgformat on Windows 2018-02-12 00:57:43 -05:00
Paul Licameli
d346eb42e4 Add to diagnostics.sh detection of the bad comment sequence 2018-02-12 00:57:41 -05:00
Paul Licameli
423908e668 Release build 2018-02-11 22:00:50 -05:00
Paul Licameli
8fc81025a8 Updated ar.po -- Arabic submitted by Hussam Eddin Alhomsi (99% complete) 2018-02-11 15:25:29 -05:00
Paul Licameli
9de29019ae Corrections for pt_PT -- European Portuguese by Bruno Ramalhete 2018-02-11 15:21:36 -05:00
Paul Licameli
2b6584f4e8 msgmerge -U pl.po audacity.pot to normalize line breaks 2018-02-08 17:34:41 -05:00
Grzegorz Pruchniakowski
730dee6ebc Update pl.po from Transifex
Update pl.po from Transifex
2018-02-08 17:30:24 -05:00
Paul Licameli
c9c5421e49 Properly hide non-Full keyboard defaults containing Command+ on Mac 2018-02-08 17:19:18 -05:00
Steve Daulton
d79411cd41
Update AudacityLogo.xpm
Edited to match previous version
2018-02-08 16:46:08 +00:00
Steve Daulton
2453cdd658
Update audacity.xpm
Edited to match previous version
2018-02-08 16:44:17 +00:00
Steve Daulton
1f8d556d2a
Update audacity32.xpm
Edited to match previous version
2018-02-08 16:42:42 +00:00
Steve Daulton
351d60ee4e
Update audacity16.xpm
Have another go. Edited to match previous version
2018-02-08 16:41:25 +00:00
Steve Daulton
0a2f47ef97
Update audacity16.xpm
To match previous file version
2018-02-08 16:37:18 +00:00
Steve Daulton
35e947fa2f Update icons to new logo
Thanks to Pokechu22 for tracking down the relevant files.
Also added Audacity_Logo_large.svg as the 'master'.

Noted naming anomaly in the 48x48 px XPM files having an
additional "_xpm" in the name.
2018-02-08 15:38:39 +00:00
Paul Licameli
2b3be3208e Fix repaint of Mixer board after change of track name...
... Problem was introduced in 2.2.0 at commit dc05b94

Also, in MixerBoard, change name whenever changing the label, which might
matter to screen readers.
2018-02-07 05:16:29 -05:00
Paul Licameli
1498958562 Hold safer shared_ptrs to tracks in MixerBoard 2018-02-05 20:33:54 -05:00
Paul Licameli
a663fefb8c Up to date credit link for vorbis 2018-02-05 09:00:58 -05:00
Paul Licameli
4a24e2c089 Splash: make a big one 2018-02-05 08:56:16 -05:00
Paul Licameli
007fa9eca2 http -> https in user-visible strings...
... Some in wxT can be edited directly, some in _() are not really used now
so they can be edited directly, others require a post-translation substitution.

Not all links to libraries from Credits work with https: so update only those
that do.
2018-02-05 08:52:13 -05:00
Paul Licameli
ff3b052bc7 Updated nl.pl -- Dutch from Transifex, now 100% 2018-02-05 07:52:02 -05:00
Steve Daulton
4e94c490a4 Update README links 2018-02-05 10:01:09 +00:00
Paul Licameli
42291b96a8 More translation catalog updates 2018-02-04 21:51:54 -05:00
Paul Licameli
bc9039f924 Merged all .po files...
ls *.po | xargs -t -n1 -I {} msgmerge -U --previous --add-location=file {} audacity.pot
2018-02-04 21:48:47 -05:00
Paul Licameli
5ae77fdcbc Updated nl.po -- Dutch from Transifex (97% complete) 2018-02-04 21:40:02 -05:00
Paul Licameli
60aebb0339 Updated pl.po -- Polish from Transifex 2018-02-04 21:36:14 -05:00
Paul Licameli
60e3b725cd As directed by Kaya Zeren: changed tr.po to have two plural forms...
... but simply duplicated the existing messages.
2018-02-04 21:24:21 -05:00
Paul Licameli
298f3111b4 Update copyright date in About window 2018-02-04 21:01:50 -05:00
Yuri Chornoivan
90e62728db Fix Ukrainian translation 2018-02-03 09:23:17 -05:00
Yuri Chornoivan
d5696a49b0 Fix Ukrainian translation 2018-02-03 09:23:17 -05:00
James Crook
1ca92d8834
Remove branches.txt. Old experiment that is not needed.
If we want/need a record of official/semi-official branches, we will do so on wiki.
2018-01-30 16:29:30 +00:00
Paul Licameli
cf66f88050 Fix build of mod-nyq-bench 2018-01-29 23:01:34 -05:00
Paul Licameli
e2f1e9fdde Fix build of audacity.mo for zh_CN on Windows 2018-01-29 17:40:56 -05:00
Paul Licameli
2fea347394 Updates to README.txt by Bill Wharrie 2018-01-28 23:08:53 -05:00
Paul Licameli
1ced86fce1 Beta build 2018-01-28 21:33:49 -05:00
Darrell Walisser
58d478c039 Update for FFmpeg 3.5 2018-01-28 15:49:44 -05:00
Darrell Walisser
3d4a357f95 Update for FFmpeg 3.5 2018-01-26 19:18:25 -05:00
Paul Licameli
c1babb3bb3 Revert "Make FFmpeg header files browseable in Xcode project"
This reverts commit 6f66ee5651f1ef4b78dc424775d9724a4735497a.
2018-01-26 19:18:03 -05:00
Paul Licameli
6f66ee5651 Make FFmpeg header files browseable in Xcode project 2018-01-26 19:08:04 -05:00
Paul Licameli
b878b011ce Fix warnings reported by the pvs-studio team, all inconsequential 2018-01-26 10:15:26 -05:00