Leland Lucius
2fbfd3e0a5
AUP3: Add SQLite to the project
2020-07-01 01:13:37 -05:00
Henric Jungheim
639a82a4a0
Be more careful when handling grid keyboard navigation. ( #589 )
...
If the grid is empty or does not have a selected cell, the current
row and column must still maintain these class invariants:
-1 <= current_row < rows
-1 <= current_column < columns
if either current_row or current_column is -1, then the other
shall also be -1
wxGrid uses wxGridNoCellCoords to test for current_row == -1 &&
current_column == -1. We treat the case where only one
of the coordinates is -1 as if both are -1.
2020-06-29 16:34:50 +01:00
Antonio P
7d2aad8c6a
Update audacity.desktop.in ( #583 )
...
Spanish (es) traslation added
2020-06-29 16:32:44 +01:00
Grzegorz Pruchniakowski
3fa7e76ade
kr => ko in Korean ( #585 )
...
kr => ko in Korean
2020-06-29 16:30:48 +01:00
James Crook
9acabbbed3
Fix mw2html byte artifact issues.
...
The conversion from Python2 to Python3 had some issues.
- Characters outside the ASCII range got converted to \xe2\x80 numbers
- Single quotes got escaped.
- The entire doc was enclosed in quotes.
These changes address those, and also remove html comments.
2020-06-28 11:07:17 +01:00
James Crook
de50f55f61
Update build instructions
2020-06-28 11:03:49 +01:00
James Crook
d42f0e327c
Start development of 3.0.0
2020-06-28 11:02:43 +01:00
James Crook
16d52f63a4
Windows: Update setup wizard
Audacity-2.4.2
2020-06-19 16:16:47 +01:00
James Crook
191704cc07
BUILD_LEVEL set to 2, ready for release.
2020-06-19 15:26:41 +01:00
James Crook
bf0d27de33
Update README.txt
2020-06-19 15:25:31 +01:00
Leland Lucius
eeb8122a1d
Bug 2488 - Windows: Change Pitch effect with high quality stetching much slower in 2.4.1 than 2.3.1 ( #580 )
2020-06-19 09:54:15 +01:00
Seanán Ó Coistín
1e9fe1c954
Update Irish Translation
2020-06-18 23:08:35 +01:00
Grzegorz Pruchniakowski
fdcaff90ac
Update Polish Translation (2 string fixes) ( #578 )
...
Two fixes, dźwięku and uzyskać.
2020-06-18 15:15:20 +01:00
Antonio Paniagua Navarro
ceaa29187b
Update Spanish Translation
2020-06-18 12:45:28 +01:00
Hussam al-Homsi
f74dcb7ca6
Update Arabic Translation
2020-06-18 12:44:34 +01:00
Dimitris Spingos
660426294a
Update Greek Translation
2020-06-17 22:18:48 +01:00
Bruno Ramalhete
e9099afdb2
Update Portuguese Translation
2020-06-17 22:17:40 +01:00
Hwanyong Lee (Ajou)
c4a71f05bc
Update Korean Translation
2020-06-17 22:16:44 +01:00
Paul Licameli
3feda9e189
Remove CommonTrackPanelCell.h from Track.h
2020-06-17 14:54:36 -04:00
Grzegorz Pruchniakowski
8784689c1f
Update Polish Translation ( #576 )
...
Update Polish Translation from Transifex
Greetings,
Gootector
2020-06-17 12:39:23 +01:00
David Bailes
a1cb9c154a
Extended import prefs: minor accessibility fixes
...
In the importer order list, ensure the selected item is also the focus.
2020-06-17 10:35:05 +01:00
pafri
24f1a2c877
Update cs.po ( #575 )
...
Update Czech Translation.
2020-06-16 16:21:16 +01:00
Leland Lucius
3276234ae8
Bug 2484 - OPUS import fails
2020-06-16 09:05:29 -05:00
Leland Lucius
456177a66d
Bug 2470 - Linux/Mac: Modules may not be found if earlier version failed
2020-06-15 20:06:33 -05:00
SteveDaulton
d31db975ee
pipeclient.py: stop reader if pipe broken
...
Prevent 100% cpu if Audacity quits while pipeclient still running.
2020-06-15 23:17:32 +01:00
Leland Lucius
7892e95d39
Fix off-by-one test reported by Henric Jungheim
2020-06-15 15:53:38 -05:00
Leland Lucius
e7e27aa7e9
Bug 2478 - Windows: with an empty rules list in "Extended Import" prefs - Tab or Home crashes Audacity
2020-06-15 08:55:38 -05:00
David Bailes
cc1c395b33
Bug 2477 - visibility of newly added focused track
...
Problem: Newly added track which is set as the focus can be only partially visible or invisible.
If TrackPanel::OnEnsureVisible is called after a new track has been added, then in that function the line:
mListener->TP_ScrollUpDown(height);
can lead to incorrect results, as the vertical scrollbars have not yet been updated to take into account the additional track.
Fix:
Update the scrollbars in TrackPanel::OnTrackListResizing().
2020-06-15 14:45:15 +01:00
Leland Lucius
adbc1ba4b7
Bug 2467 - Modules are not available for "Portable" Audacity
2020-06-15 08:26:46 -05:00
Leland Lucius
f3d3211558
Bug 2470 - Linux/Mac: Modules may not be found if earlier version failed
2020-06-15 00:51:27 -05:00
Leland Lucius
4334a656b0
Bug 2467 - Modules are not available for "Portable" Audacity (edit)
2020-06-14 23:20:44 -05:00
Paul Licameli
e4260e2e95
virtual dtors should be non-inline
2020-06-14 21:00:06 -04:00
Leland Lucius
87cae3f0c8
Mac: AudioUnit effects are not applied if you initially use the preview
2020-06-14 13:58:30 -05:00
Paul Licameli
04a0eb4370
Fix comments
2020-06-14 13:44:52 -04:00
Robert McQueen
a28cf96c85
Tweak appdata XML ( #324 )
...
Correct launchable type syntax, add OARS content ratings.
2020-06-14 12:33:06 -05:00
Paul Licameli
37714a0db7
Remove portmidi and porttime from other headers
2020-06-14 12:32:28 -04:00
Paul Licameli
3869a8f460
Remove allegro.h from other headers
2020-06-14 10:32:16 -04:00
Paul Licameli
da93757401
Remove ImportRaw.h from other headers
2020-06-13 12:19:38 -04:00
Paul Licameli
a7408a7f80
Remove TimeWarper.h from other headers
2020-06-13 11:22:41 -04:00
Paul Licameli
6f402b3071
Remove expat.h from XMLFileReader.h
2020-06-12 14:02:37 -04:00
Paul Licameli
c84a2d295d
Remove portaudio.h and portmixer.h from AudioIOBase.h
2020-06-12 11:39:18 -04:00
Paul Licameli
4ac96376bb
Fix exception at startup on some Linux builds...
...
... Initializing Scrubber::mWindow but we don't use that any more.
It became unused at commit a3b434be1cd42ff7c99821de4ea52c0945cb0baa
2020-06-11 21:19:23 -04:00
David Bailes
ce07da936c
Bug 1549: Retrieve Region does not ensure it is visible
2020-06-10 12:43:28 +01:00
Nikitich
85ed4abbca
Update Russian Translation
2020-06-10 10:19:22 +01:00
Azpidatziak
8a9581cd04
Update Basque Translation
2020-06-10 10:18:30 +01:00
Michele Locati
172c4095d9
Update Italian translations for 2.4.4
2020-06-10 09:50:12 +02:00
Olivier Humbert
975faddd80
French translation update for 2.4.2 ( #565 )
...
* French translation update
2020-06-09 22:22:46 +01:00
Joachim Huffer
5571849719
Update German Translation
2020-06-09 17:23:04 +01:00
Marco Oros
039ac974e3
Update Slovak Translation
2020-06-09 17:22:29 +01:00
Yuri Chornoivan
73e7f860f9
Update Ukranian Translation
2020-06-09 17:21:50 +01:00