1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +02:00

13509 Commits

Author SHA1 Message Date
Dmitry Vedenko
85e35e12ec Adds Fedora 34 rpm image 2021-07-28 14:27:35 +03:00
Dmitry Vedenko
0e98b0aaca Adds Findlibmp3lame module 2021-07-28 14:27:35 +03:00
Dmitry Vedenko
65886f5c2c Fixes wxwidgets fixup script 2021-07-28 14:27:35 +03:00
Dmitry Vedenko
64cfcb4298 Ubuntu Docker image has moved to ubuntu-focal directory 2021-07-28 14:27:35 +03:00
Dmitry Vedenko
eb2df2c0f6 Scope libraries, required by the optional features 2021-07-28 14:27:35 +03:00
Dmitry Vedenko
1968e81c79 Adds an option to disable Conan 2021-07-28 14:27:35 +03:00
Paul Licameli
d5aa055877 Merge release-3.0.3 into master 2021-07-27 11:16:34 -04:00
Grzegorz Pruchniakowski
1362809d16 pl.po - very important fix
File pl.po needs fix, because strings with "fuzzy" are untranslated in program.

Greetings,
Gootector
2021-07-26 09:49:30 -07:00
Dmitry Vedenko
b28533328f Change the link color to the default color of wxHyperlinkCtrl 2021-07-26 09:49:30 -07:00
Dmitry Vedenko
9a07826cd2 Re-fit the UpdateNoticeDialog to fix dialog size with wxGTK 2021-07-26 09:49:30 -07:00
Dmitry Vedenko
23da17eef2 For GTK builds - use wxStaticText instead of wxHyperlinkCtrl.
It turns out, that wxHyperlinkCtrl has a dramatically different size with the GTK backend. This commit makes link to be only clickable using mouse, but AFAIK accessibility is not implemented for GTK backend anyway.
2021-07-26 09:49:30 -07:00
Dmitry Vedenko
572af175bf Fixes See %s for more info in ru.po 2021-07-26 09:49:30 -07:00
Dmitry Vedenko
3439d3e40d Remove libatk from the AppImage, as it breaks launching the browser 2021-07-26 09:49:30 -07:00
Dmitry Vedenko
b2d9adf6a7 Fixes crash in ErrorReportDialog 2021-07-26 09:49:30 -07:00
Grzegorz Pruchniakowski
969e83bd66 pl.po - very important fix
File pl.po needs fix, because strings with "fuzzy" are untranslated in program.

Greetings,
Gootector
2021-07-23 14:14:33 -07:00
Dmitry Vedenko
9fb1b2f9f2 Change the link color to the default color of wxHyperlinkCtrl 2021-07-23 06:46:37 -07:00
Dmitry Vedenko
183160f533 Re-fit the UpdateNoticeDialog to fix dialog size with wxGTK 2021-07-23 06:46:37 -07:00
Dmitry Vedenko
e8f48dfb58 For GTK builds - use wxStaticText instead of wxHyperlinkCtrl.
It turns out, that wxHyperlinkCtrl has a dramatically different size with the GTK backend. This commit makes link to be only clickable using mouse, but AFAIK accessibility is not implemented for GTK backend anyway.
2021-07-23 06:46:37 -07:00
Paul Licameli
0ee9cbd83e Fix dangling pointers to Project from LyricsWindow.cpp 2021-07-22 17:40:29 -04:00
Paul Licameli
13cb2c2a3f
Merge pull request #1345 from Paul-Licameli/extract-lib-math
Extract lib math
2021-07-22 16:55:31 -04:00
Paul Licameli
cfce6da603 Resample into lib-math; Audacity doesn't use libsoxr directly 2021-07-22 16:54:00 -04:00
Paul Licameli
f52dfd3ac3 New library for math...
... note the swap of target_link_libraries lines in src/CMakeLists.txt,
needed to build at least on macOS, becuase FFT.h must be looked up first in
lib-math, not in lib-src/twolame

Also making a dependency cycle of SampleFormat and Dither!  But we will tolerate
that within one small library.
2021-07-22 16:54:00 -04:00
Paul Licameli
749a0575b6 Move sampleCount to new files 2021-07-22 16:54:00 -04:00
Paul Licameli
9571889280 Duplicate Types.h in SampleCount.h, verify empty diff 2021-07-22 16:54:00 -04:00
Paul Licameli
84197328b5 Compile libsoxr with position independent code on Linux...
... so that an extracted library can link to it
2021-07-22 16:54:00 -04:00
Paul Licameli
2ae8405032
Merge pull request #1328 from Paul-Licameli/extract-lib-preferences
Extract lib preferences
2021-07-22 16:53:13 -04:00
Paul Licameli
7e50e9b5af New library for preferences...
... It mentions some wxWidgets types in its interface, but these are in the
acceptable utility subset of wxBase that we still consider GUI toolkit-neutral.
2021-07-22 14:50:26 -04:00
Paul Licameli
a2f109de2e Reimplement PrefsListener without wx/app.h or wxCommandEvent...
... so that Prefs depends only on the allowed subset of wxBase
2021-07-22 14:46:25 -04:00
Paul Licameli
a0ad72d967
Merge pull request #1207 from vsverchinsky/track_affordances
Track affordances
2021-07-22 14:43:49 -04:00
Vitaly Sverchinsky
b90b5cfd47 Splitting mSelIndex
Using mTextEditIndex for tracking active text box index, and mNavigationIndex used to track selection for keyboard navigation purposes
See #1195
2021-07-22 20:22:56 +03:00
Vitaly Sverchinsky
068ef4c36f Redundant state removed 2021-07-22 20:06:49 +03:00
Vitaly Sverchinsky
21ec893f76 Label text selection outline removed 2021-07-22 20:06:49 +03:00
Vitaly Sverchinsky
542a9be2ea Label affordance: dragging label with bar between handles 2021-07-22 20:06:49 +03:00
Vitaly Sverchinsky
17a7de639f Label drawing changes
Changing bar size between label handles, minor refactoring (making named constants, which should ease changing drawing geometry, without necessety to make changes to internals)
2021-07-22 20:06:49 +03:00
Vitaly Sverchinsky
97094e852c Defaulting label font size to be system preferred 2021-07-22 20:06:49 +03:00
Vitaly Sverchinsky
f672a71ab4 Zero selection cursor drawing fix 2021-07-22 20:06:49 +03:00
Vitaly Sverchinsky
ee88e209e3 Track edit cursor drawing moved to track panel 2021-07-22 20:06:49 +03:00
Dmitry Vedenko
d73c9a3074 Fixes See %s for more info in ru.po 2021-07-22 19:38:20 +03:00
Vitaly Sverchinsky
f6f3945a86 Few new track art routines 2021-07-22 19:31:55 +03:00
Dmitry Vedenko
fa68261c5e Remove libatk from the AppImage, as it breaks launching the browser 2021-07-22 05:52:43 -07:00
Dmitry Vedenko
333b14a1fd Fixes crash in ErrorReportDialog 2021-07-22 12:13:58 +03:00
Paul Licameli
21fc0947f8
Merge pull request #1322 from Paul-Licameli/extract-lib-exceptions
Extract lib exceptions
2021-07-21 14:04:02 -04:00
Paul Licameli
0683d3c158 New library lib-exceptions 2021-07-21 14:01:58 -04:00
Paul Licameli
e6c109b2cd no wx/app.h in AudacityException.cpp 2021-07-21 14:01:58 -04:00
Paul Licameli
9ed63b0321 Remove wx/app.h from AudacityException.h 2021-07-21 14:01:58 -04:00
Paul Licameli
e5512b0daf Make part of GuardedCall non-inline 2021-07-21 14:01:58 -04:00
Paul Licameli
f0e1ae9c21 Fix visibility of CallAfter and Yield on Windows 2021-07-21 14:01:57 -04:00
Paul Licameli
dc474680a1 Merge release-3.0.3 into master 2021-07-21 13:59:34 -04:00
Dmitry Vedenko
416d97ca81 Fixes the way AccessibleLinksFormatter performs layouting
Fixes
2021-07-21 09:36:12 -07:00
Dmitry Vedenko
f0678919bc Updates ru.po 2021-07-21 19:07:37 +03:00