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

10202 Commits

Author SHA1 Message Date
Antonio P
3f6b5be500 Update Spanish Translation 2019-04-29 21:35:00 +01:00
Paul Licameli
b994dfe6dc Fix some comments 2019-04-28 20:42:10 -04:00
Paul Licameli
6248226163 Bug1892: VoiceOver on Mac should read category names in Preferences...
... Achieved by implementing a wxAccessible subclass for wxTreeCtrl, but on
Mac only.  Leave be on Windows, just making the new type name an alias.
2019-04-27 21:30:38 -04:00
Grzegorz Pruchniakowski
0a0baa39bb Update polish translation from Transifex
Update polish translation from Transifex. All strings translated - 100% done.

Greetings,
Gootector
2019-04-26 22:35:30 +01:00
Paul Licameli
c46fbd919c rename function as AudacityProject::GetProjectName...
... So it does not hide inherited wxWindow::GetName().

And make it const.
2019-04-26 14:10:05 -04:00
Paul Licameli
8f55d55869 Remove two call-through functions to TrackPanel from AudacityProject 2019-04-26 14:05:57 -04:00
James Crook
7e53282164 Bug 2057 - Size problem is relevant to AIFF too.
Change the error warning (in English only).  Change the link page.
2019-04-26 18:11:36 +01:00
Paul Licameli
498507ddd3 Bug1848: Mac VoiceOver should read names of choice controls...
... This should cover most of the neglected cases, where a choice was added
by ShuttleGui.

There are some places where choices are added directly:  scan the soure for
"safenew wxChoice"

I think there are still uncovered cases then in Grid.cpp, LV2 Effects, and in
commented-out parts of Transcription toolbar.

Are these important?

(This reinstates commit d2c112600d38f0894fe783f8dfd8861b5e604fce, which had
been reverted at 21a1260f912a9cb0ac8bff4f6e0fd7f8132f01ca, but making the
changes conditionally compiled on Mac only.)
2019-04-26 11:55:08 -04:00
Paul Licameli
544d9aa580 Don't use AudacityApp where you only need wxApp...
... I want to have fewer inclusions of AudacityApp.h.  More work on removing
them will happen in the next version.
2019-04-26 11:54:28 -04:00
David Bailes
21a1260f91 Revert "Bug1848: Mac VoiceOver should read names of choice controls..."
This reverts commit d2c112600d38f0894fe783f8dfd8861b5e604fce.

On Windows, it is intentional that SetAccessible is not called for wxChoice in ShuttleGui.
See the commit message of f9ee3cd for background.

Changing this during code freeze and close to creating release candidates would have the danger of introducing bugs.

Fixing this bug needs further discussion. Hopefully the Mac accessibility code can be changed to bring it into line with the changes in the wxWidets accessibility code when we moved to 3.1.1
2019-04-26 09:05:22 +01:00
James Crook
410746b3d2 Bug 2075 - Change link to manual to Size_limits_for_WAV_files 2019-04-25 20:44:34 +01:00
James Crook
4e89d6b0fa Bug 2057 - Exporting WAV files > 4GB silently creates invalid, truncated, WAV file 2019-04-25 18:38:43 +01:00
Paul Licameli
d2c112600d Bug1848: Mac VoiceOver should read names of choice controls...
... This should cover most of the neglected cases, where a choice was added
by ShuttleGui.

There are some places where choices are added directly:  scan the soure for
"safenew wxChoice"

I think there are still uncovered cases then in Grid.cpp, LV2 Effects, and in
commented-out parts of Transcription toolbar.

Are these important?
2019-04-25 13:11:53 -04:00
James Crook
2366075fd4 Bug 2098 - Transport toolbar - no hovertext tooltip for the Pause button 2019-04-25 16:34:04 +01:00
Nikitich
cf86cbc956 Further update for Russian Translation 2019-04-25 08:36:13 +01:00
b n singh
ca5281b50f Update Hindi Translation 2019-04-24 20:15:47 +01:00
scootergrisen
6db44e2ed4 Add Slovak translation 2019-04-24 20:10:01 +01:00
James Crook
73746cdc02 Update Project-Id-Version to 2.3.2
Updated script to create Audacity.pot with Project-Id-Version
of audacity 2.3.2 and to update the Project-Id-Version in the po files too.

Ran script so as to apply it.
2019-04-24 19:50:19 +01:00
Bruno Ramalhete
5fd3168792 Update Portuguese (European) Translation 2019-04-24 16:30:02 +01:00
Paul Licameli
2b32884596 Remove some unnecessary toolbar related declarations, fix comments 2019-04-23 17:02:04 -04:00
Steve Daulton
aad117051a Fix bug 1534
On Linux, width and height of TipPanel must not be reset in SetPos().
2019-04-23 19:31:55 +01:00
Paul Licameli
580e1a8a63 move a comment 2019-04-23 13:40:17 -04:00
Paul Licameli
ab0c0d9cb1 Fix some comments 2019-04-23 13:40:17 -04:00
Paul Licameli
2af46016c7 Move a comma past a comment, fixes junk in extracted audacity.pot 2019-04-23 13:30:23 -04:00
Janko Kinčeš
28ce4e568b Update Slovak Translation 2019-04-23 07:26:00 +01:00
Paul Licameli
8d489b9c6f Bug 2096: High quality stretching in Change Pitch/Tempo ...
... should Preview properly and not change the selection (even temporarily)
2019-04-22 10:58:19 -04:00
Paul Licameli
9eb408db56 Revert fixes for bug 2096
This reverts commit b83781ccde2fb79394e1e5f82a6fd7103908f4c5.
This reverts commit 55f7c0f6af48ffe7c40919d292eb905c1c9ddf97.
2019-04-22 10:58:19 -04:00
Paul Licameli
28e0bb25b2 Corrections in the XCode project 2019-04-22 10:47:41 -04:00
Nikitich
d4bf4ddbf8 Update Russian Translation 2019-04-22 14:07:10 +01:00
Paul Licameli
b83781ccde Bug2096: complete the fix started at 55f7c0f 2019-04-22 00:08:05 -04:00
James Crook
027c5b4533 Give Inno Setup its own folder 2019-04-21 21:04:09 +01:00
Paul Licameli
440fc17cd4 A long comment clarifying the subdivision of TrackPanel area 2019-04-21 00:15:41 -04:00
Olivier Humbert
9df28dc571 Updated French translation for Audacity 2.3.2 2019-04-20 18:08:44 +01:00
Paul Licameli
55f7c0f6af Fix bug 2096 differently...
... without reverting commit 0aad028

(which was done at commit fe22b2a, but I reverted that reversion at the
previous commit)
2019-04-20 12:37:22 -04:00
Paul Licameli
fe1be2b6a8 Revert "2096: Windows & Mac high quality Change Pitch/Tempo preview"
This reverts commit fe22b2ae228ebd79f1ea0161bd33eb4ef2a47bf1.
2019-04-20 12:37:22 -04:00
Paul Licameli
9eab996489 Fix mac build breakage of 3b312f9d1bef303b99e1ddff6f1c84523d02f3d7 ...
... Warnings have been treated as errors in Xcode project settings since 2.3.1,
and there ware warnings about using override on only some but not all overridden
virtual functions in the PrefsPanel subclasses.
2019-04-19 14:22:38 -04:00
Michele Locati
c1a8c7a76e Update Italian Translation (now with fuzzy translations done) 2019-04-19 16:18:12 +01:00
James Crook
a581fae454 Fix '^^' typo in German Translation. 2019-04-19 15:42:07 +01:00
Yuri Chornoivan
1a61a88ade Update Ukranian Translation 2019-04-19 14:48:34 +01:00
snowwolf1001
742ec764af Update Chinese (Simplified) 2019-04-19 14:47:40 +01:00
Michele Locati
53debde8e8 Update Italian Translation 2019-04-19 10:03:11 +01:00
Joachim Huffer
9a051b57dc Update German Translation 2019-04-19 10:00:15 +01:00
ΔΗΜΗΤΡΗΣ Σ
0caac64727 Shorten '32-bit float' in Greek.
This previously was too long for the track control panel.
2019-04-19 08:13:48 +01:00
ΔΗΜΗΤΡΗΣ Σ
e7ea5d16ef Update Greek Translation 2019-04-19 06:51:48 +01:00
James Crook
f980e8b073 Update .pot and .po files for translation. 2019-04-18 18:20:24 +01:00
James Crook
7838aa0a90 Prepare error strings for bug 2057. 2019-04-18 18:12:33 +01:00
David Bailes
fe22b2ae22 2096: Windows & Mac high quality Change Pitch/Tempo preview
Problem:
Preview plays the original, and removes the selection.
This appears to have been caused by the commit: 0aad028

Fix: revert that commit. Note that in the #ifdef EXPERIMENTAL_SPECTRAL_EDITING code has not been reinstated.
I have not looked at why the commit caused the problem, just reverted it.
2019-04-17 10:48:56 +01:00
James Crook
1866be6145 Refresh NoteTrack after zooming. 2019-04-15 19:16:01 +01:00
Pokechu22
fe6afb91cf Add Up Octave and Down Octave to note track vruler menu
These currently are present in the track dropdown, but I think it's also suited for the vruler.
2019-04-15 16:52:26 +01:00
Pokechu22
99f4c35e18 Add support for zooming to show all notes, separate from max zoom
This is now the behavior of Zoom Reset, with Max Zoom being given the previous behavior.  Shift+Right-Click alternates between the two -- it zooms to all notes, unless it currently is zoomed to all notes in which case it performs a max zoom.

This fixes Bug 2093.  It also fixes Bug 1815, by performing the all-notes zoom when importing a track.
2019-04-15 16:52:26 +01:00