1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

7310 Commits

Author SHA1 Message Date
Joachim Huffer
0145b33de9 Update German translation by Joachim Huffer 2017-07-22 22:20:58 +01:00
Paul Licameli
0feda0395e Comment a recent fix 2017-07-22 15:41:07 -04:00
Paul Licameli
31be794906 Bug1652 addendum: correctly reread old key prefs with Control for Mac 2017-07-22 15:03:45 -04:00
Paul Licameli
7ced70c210 Bug1315 fix suggested by Bobby Kent (export file dialog problem) 2017-07-22 14:41:02 -04:00
Paul Licameli
cdc32e2311 Remove credit of iAVC. We don't use it, and have no link for it. 2017-07-22 14:23:50 -04:00
Paul Licameli
f79d5c3884 Update credits...
Developers Brian Armstrong, Henric Jungheim

Updated some library URLs; don't use https:: which causes a crash when you
click the link

Add link for portmidi
2017-07-22 13:42:57 -04:00
Paul Licameli
f9b9456d0c Revert "Credit Brian Armstrong, Henric Jungheim, and Max Kellermann"
This reverts commit 5481ecc972c0dc8a4306870c6c89b567c9d4b6d0.
2017-07-22 12:22:21 -04:00
Paul Licameli
5481ecc972 Credit Brian Armstrong, Henric Jungheim, and Max Kellermann 2017-07-22 12:13:04 -04:00
James Crook
cc46833125 Fix regression, loss of distinct colour in Scrub Ruler
Wrong conditional test for "no colours set".
2017-07-22 17:07:55 +01:00
James Crook
69655a14cd Fix menu item with two &s
Thanks to scootergrisen
2017-07-22 16:14:25 +01:00
Paul Licameli
c982db5e20 Time track menu items for lin/log display are radios again 2017-07-22 10:47:45 -04:00
James Crook
a45f3bbc9e Update .pot and .po files. 2017-07-22 11:52:52 +01:00
James Crook
9fa63763f4 Avoid attempting to translate empty string. 2017-07-22 11:49:32 +01:00
Joachim Huffer
6f12e6ae34 Update German translation by Joachim Huffer 2017-07-22 11:36:17 +01:00
James Crook
f38caa55ba Add strings that were not translated.
- A heading in the Edit Chains Dialog.
- Menu Items and submenus.
2017-07-22 11:33:09 +01:00
James Crook
de0cc3ecff Bug 1699 - Selected keyboard prefs line unreadable in 3 of 4 themes on Mac
The focus rect in key prefs is not very helpful.  It was setting the background colour too,
but that is now using system colours again.
2017-07-22 11:08:15 +01:00
Paul Licameli
904ddbf2a3 Bug1684: Fix misbehaving slider in Change Speed effect...
... which was introduced at d9f7b3605f80bd7bba2236befd57ba21a64b996e
2017-07-21 22:17:30 -04:00
Paul Licameli
3218351a79 Bug1652: Should show Mac Control [sic] modifier in menu shortcuts...
... This is distinct from Command, and it abbreviates as the caret ^ character.

Also:  show caret instead of "Control" in toolbar button tips, though that
is not done for any default key bindings.
2017-07-21 17:33:49 -04:00
Paul Licameli
1ef235c21c Bug1661: Default audio track name not being translated...
... Problem was introduced in 2.1.3 at:
8a6edf3623662b6cb3eb90e794c34e44c283c33d
2017-07-21 17:29:52 -04:00
Paul Licameli
a9d8da62af Adjust existing sel bound: erase any snap from start position on move 2017-07-21 10:54:43 -04:00
Paul Licameli
e61e60ad25 Update TrackPanel cursor for unmoving mouse, changing display...
... This fix might not be exhaust the possibilities.  Some examples covered:

When an undo state is pushed.  For instance:  Hover over bottom of sole track
for resize cursor, then Shift+C to delete it.  (Cursor change used to happen
at Shift key up, now sooner.  Maybe your shortcut does not include Shift.)

When an undo state is modified without a push.  For instance:  hover over right
edge of selection.  Hit Shift+Ctrl+A to remove the selection.  (Again, change
cursor before keys up, and even if no modifiers in the shortcut.)

When scrollbars change for any reason, such as pinned play or Shift+scrollwheel.
(Clip boundaries may pass your mouse.  Cursor change and also snap lines come
and go.)
2017-07-21 10:09:44 -04:00
David Bailes
7591a65e56 Bug 1693: partial fix.
Problem: When selection details set to start and end in selection bar, start cannot be increased higher than end, and end cannot be decreased to be less than start. These restrictions are not present in previous versions of Audacity, and are not desirable.

Fixed.
2017-07-21 10:43:27 +01:00
Paul Licameli
3e1890f20d Bug1627 again: Fix it so that we don't disable all scrub, though! 2017-07-21 02:12:05 -04:00
Paul Licameli
57e040070c Bug1627: Fix infinite recursion of error dialogs, failing start scrub 2017-07-21 01:39:13 -04:00
Paul Licameli
d1f7e7e46f Bug1656: (Win) KB nav of toolbar buttons should skip disabled...
... This was broken at commit 6478895a3903, Win-specific change meant to fix
bug 1565 (tooltips did not show for diabled buttons on Win)

This easy one-line fix preserves that, fixes 1656 too.
2017-07-21 00:56:47 -04:00
Paul Licameli
59dab5222b Bug1697: Fix selecting with Snap To in effect 2017-07-20 22:21:29 -04:00
James Crook
c4a1787bb9 Improve source for generation of .pot file.
"clang " is the name of a compiler and should not be translated.
Other changes here from seeing how translation was actually being done.
2017-07-20 18:55:07 +01:00
Carmelo Battaglia
416b897337 Update Italian translation by Carmelo Battaglia 2017-07-20 18:55:07 +01:00
Paul Licameli
69d6f36ef6 Bug1696: Drag-and-drop should import Midi file as a Note track 2017-07-20 13:34:21 -04:00
Paul Licameli
bb4a1b862a Bug1688, more: fix Midi stretch when selection goes to end 2017-07-20 10:21:12 -04:00
Pokechu22
6d47a79d3e Bug 1689: Fix MIDI devices not being found on linux
PortMidi requires PMALSA to be defined to compile with ALSA support.  Without it, it simply does not find any devices.  (There is also PMNULL, but the files controlled by that define do not actually exist)
2017-07-20 09:41:15 -04:00
Paul Licameli
cfeb7bced1 Zoom to fit after any import (labels, audio, or midi) 2017-07-19 22:10:22 -04:00
Paul Licameli
cfab325af2 Never permit import of MIDI as audio...
... It was seen to happen, at least for some MIDI files on Windows, because
the FFmpeg library may render them without reporting an error, but the rendering
was really bad!
2017-07-19 21:01:18 -04:00
Paul Licameli
f725e937a4 Still better redrawing of resized Note tracks, still not perfect...
... The uses of GetPitchHeight(1) should be reexamined
2017-07-19 15:20:47 -04:00
Paul Licameli
8279adc797 Changing NoteTrack height, keep # of piano keys (roughly) constant...
This fix is imperfect, but quick and easy
2017-07-19 14:46:23 -04:00
James Crook
c45adf6fc1 Update audacity.pot and .po using more source files. 2017-07-19 19:31:04 +01:00
James Crook
b4c3119c8f Updated source for translatable strings. 2017-07-19 19:31:01 +01:00
Paul Licameli
207db5e547 Improved Note Track vertical ruler zooming...
... Make consistent zoom in and out limits for mouse picks and for scrollwheel

Make scrollwheel do in or out by a constant multiplier, analogously with wave
track

The Note track remembers a continuously varying key height, but rounds it off
whenever it draws
2017-07-19 14:28:17 -04:00
James Crook
c476110589 Update audacity.pot and .po files. 2017-07-19 18:22:12 +01:00
James Crook
bcf21ad0fd Make building without EXPERIMENTAL_MIDI_OUT possible again. 2017-07-19 18:02:03 +01:00
Paul Licameli
bba9b9986d NoteTrack, extreme vertical zoom-in: limit top & bottom margin height 2017-07-19 11:42:29 -04:00
Paul Licameli
d256bfedd2 NoteTrack, extreme vertical zoom-in: limit top & bottom margin height 2017-07-19 11:33:18 -04:00
James Crook
60405eb7fe Theme Tweaks
- Highlighting of Buttons in TCP and Sliders
- No crinkly Help Icon anymore
- Invisible numbers in NoteTrack fixed
- Better visibility of label track dragger elements
- Theme rearranged more logically, and dead images culled
2017-07-19 15:27:00 +01:00
David Bailes
c1c19774b4 When a VST effect is opened, the dialog is not the focus.
Problem caused by commit: 79c3bef
SetFocus() is being called when !success.

Fix: Move the call to SetFocus back to its original place in the code.
2017-07-19 14:10:34 +01:00
Dimitris Spingos
36dcddf56f Update Greek Translation 2017-07-18 21:45:08 +01:00
Paul Licameli
ea9f86e541 remove unused variable 2017-07-18 16:10:46 -04:00
Paul Licameli
7f289a9ed9 Revert "Remove unused variable"
This reverts commit 0ca907a1a74ee2c5340c981c0392404789730b14.
2017-07-18 16:06:25 -04:00
Paul Licameli
0ca907a1a7 Remove unused variable 2017-07-18 16:03:18 -04:00
Paul Licameli
48889d36f0 Precaution in case a certain assertion fails (I haven't observed it) 2017-07-18 14:10:29 -04:00
Paul Licameli
fcd175183f Bug1632: correct length of non-WAV exports >= 2^32 samples long...
... WAV format simply can't do that, others (FLAC, ogg, mp3) can and should

Some history:

This got broken very badly for an interim starting at
919d77d1760bab320ae963e1e54fc6e4981b6000.
Exported files were only tens of bytes!

This was broken differently after
ad04187a4122556c9a91ce1ac6d6a7cf3b4162ac with symptoms as in the bug report.
2017-07-18 12:25:32 -04:00