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

2061 Commits

Author SHA1 Message Date
windinthew
c809a7f4b3 2.0.5 translation by Xabier. 2013-10-12 07:08:47 +00:00
windinthew
6d415939d1 2.0.5 translation by Miguel Bouzada. 2013-10-12 07:00:47 +00:00
windinthew
411a742ad0 2.0.5 translation by Antonio. 2013-10-12 06:55:52 +00:00
lllucius
8a260f33d0 Fix for bug #662
http://bugzilla.audacityteam.org/show_bug.cgi?id=662
2013-10-11 20:01:41 +00:00
lllucius
401ca077e2 Fixes the real issue described by bug #57.
http://bugzilla.audacityteam.org/show_bug.cgi?id=57
2013-10-11 20:00:47 +00:00
v.audacity
a1fe886b43 Audacity convention is hyphen for "plug-in". Patch from Gale. 2013-10-11 19:58:35 +00:00
v.audacity
20ad2a7a6f #define IS_ALPHA 0 2013-10-11 18:46:46 +00:00
lllucius
bd6c6839cf Fix for bug #57
http://bugzilla.audacityteam.org/show_bug.cgi?id=57
2013-10-09 14:06:04 +00:00
lllucius
d2b65de318 Fix remaining issue with #646
Good catch David!!!
2013-10-09 13:55:44 +00:00
lllucius
b8d1d915f8 Fix for bug #632
http://bugzilla.audacityteam.org/show_bug.cgi?id=632
2013-10-09 06:06:00 +00:00
v.audacity
cf6a0817f6 Add to comment about thread-safety. 2013-10-09 05:03:42 +00:00
lllucius
f1bd685c55 Fixes bug #370
http://bugzilla.audacityteam.org/show_bug.cgi?id=370
2013-10-08 19:40:45 +00:00
lllucius
4476bf26e6 Prevents keyboard navigation from freezing when the Snap To checkbox
has the focus on GTK.
2013-10-08 19:38:43 +00:00
lllucius
c8d8890211 Fix #2 for bug #642
http://bugzilla.audacityteam.org/show_bug.cgi?id=642
2013-10-08 05:07:54 +00:00
martynshaw99
eee43a5048 Agreed changes to KeyConfigPrefs for 2.0.5. EXPERIMENTAL_KEY_VIEW to be turned on again for 2.0.6. 2013-10-07 23:57:12 +00:00
lllucius
508ed858aa Fix for bug #368
http://bugzilla.audacityteam.org/show_bug.cgi?id=368
2013-10-07 23:46:41 +00:00
lllucius
726139ebc1 Fix #1 for bug #642
http://bugzilla.audacityteam.org/show_bug.cgi?id=646
2013-10-07 23:41:27 +00:00
lllucius
78bb88f169 Fix for bug # 646
http://bugzilla.audacityteam.org/show_bug.cgi?id=646
2013-10-07 23:33:59 +00:00
lllucius
423ede06cc Fix for bug #658.
http://bugzilla.audacityteam.org/show_bug.cgi?id=658
2013-10-07 23:30:43 +00:00
lllucius
a95651275c I was wrong in r12650 when I said the the workaround for bug #458 was
fixed by r12650.  I had tested on Ubuntu only and the menu resize
problem doesn't seem to happen there.

But, it still happens on Fedora 17 at least, so putting the workaround
back in.
2013-10-07 13:04:44 +00:00
lllucius
e5a4eecb25 Reverting r12591 as it was not complete and we're too close to
freeze to risk fixing it now.  Will readdress after 2.0.5 is 
released.

Basically, RingBuffer is ill equiped to handle an input stride
other than 1.

Thanks to Peter for testing this for me.
2013-10-07 12:37:15 +00:00
lllucius
8cb1681e47 Fixes crash on Linux that surfaced as a result of r12493. But, this prompted
research into why that code had been ifdef'd in the first place and allowed
the root cause to be identified.

Now the menus are cleaned up properly, which also fixes bug #458 without
having the workaround in r12639.

Basically, the problem was that attempts were being made to manipulate
menuitems on a menu that no longer existed (after the menus were rebuilt).
2013-10-07 08:36:07 +00:00
james.k.crook@gmail.com
0e30a5e98c Replace two _()'s by wxT()'s for strings not to be translated. 2013-10-06 17:20:58 +00:00
lllucius
61f8e16026 Make sure columns are full width for key and name views. 2013-10-06 07:37:26 +00:00
lllucius
7f8152ff49 Due to the last change (different filter behavior based on view type), KeyView
now needs to protect itself from residual line numbers and selection.
2013-10-06 06:25:34 +00:00
lllucius
83a12b3507 Can't set the brush before selecting the bitmap...DOH! 2013-10-05 02:38:12 +00:00
lllucius
1898cd6349 In tree view, search label and key.
In name view, search label.
In key view, search key.
2013-10-04 03:15:51 +00:00
lllucius
e6183b3c32 Improve accessibility for view by radios...at least for Jaws. 2013-10-03 19:01:01 +00:00
lllucius
4034f289fa Don't complain to the user if a command entry isn't selected and the Clear button is
clicked.
2013-10-03 16:18:04 +00:00
lllucius
7e8d9b104a Change the value reported by accessibility to be view specific...DOH!!! 2013-10-03 15:04:07 +00:00
lllucius@gmail.com
00314f9564 Prevent NULL pointer dereferences due to the controls
never being created when no projects are open on OSX.
(The root window is active.)
2013-10-03 14:50:58 +00:00
lllucius
be0da23cdf Workaround for missing menus and wxWidgets bug:
http://bugzilla.audacityteam.org/show_bug.cgi?id=458
2013-10-03 00:52:53 +00:00
james.k.crook@gmail.com
d774e6c141 Fixed Windows line endings in ScienceFilter.cpp. Disabled the effect via Experimental.h for the upcoming 2.0.5 release to allow more time for discussion and testing post release (following comments from Gale, Steven and David). 2013-10-02 21:30:56 +00:00
lllucius
98aa84e9f8 Have screen readers say full label, not just the menu item. 2013-10-02 17:42:51 +00:00
lllucius
3d0bbdf787 Fix off by one in accessibility.
Fix moving to next entry when pressing a key.
Fix hotkey edit box not accepting "RETURN" key
2013-10-02 16:36:53 +00:00
james.k.crook@gmail.com
55384ff5e0 Fixed tab indentations to spaces. 2013-10-02 16:00:34 +00:00
james.k.crook@gmail.com
d7286f53e3 #ifdef EXPERIMENTAL_SCIENCE_FILTERS created to make it easy to switch on or off this effect. Made it easier to internationalize Science Filter by adding internationalisation hints and converting some _()'s on numbers to wxT()'s. 2013-10-02 15:44:36 +00:00
lllucius
56cb8a9bdc Fixing warning... 2013-10-02 15:36:25 +00:00
lllucius
48bed25cb4 Added new effect to build. 2013-10-02 15:31:28 +00:00
james.k.crook@gmail.com
104d61251d Committed Steve's 'Align Tracks Together' patch. 2013-10-02 15:21:29 +00:00
james.k.crook@gmail.com
d3ff41e025 Fixed duplicate definition of SliderAx. Now it's only defined in Equalization and shared from there. 2013-10-02 13:38:59 +00:00
james.k.crook@gmail.com
91d241419e Probable fix for compile error (invalid use of incomplete type 'class wxButton') in Linux build. Fixed a warning too. 2013-10-02 13:08:56 +00:00
james.k.crook@gmail.com
7b1764e1fd Added Credit for Norm C. Removed vim-settings. Tabs->Spaces. 2013-10-02 11:21:18 +00:00
james.k.crook@gmail.com
2543ea7897 Added Norm C's Scientific Filter. 2013-10-02 10:32:41 +00:00
lllucius
856c51e6a6 Okay, let's try this again. Now there's only a type of external index...none of
this "use aline index here and a node index here" stupidity.
2013-10-02 08:17:16 +00:00
v.audacity
0beec63b1e WASAPI back on for 2.0.5 2013-10-02 06:13:29 +00:00
lllucius
d4a6f6b8f6 Fix assertion when clicking the Defaults button. 2013-10-02 01:09:49 +00:00
lllucius
39e7b3e08f Adds access keys
Saves view type
Defaults to fully expanded upon entry
Live search...may need to adjust the timer
Uses black on white for the icon (should? fix assertion on Linux hopefully)

(will do more a bit later)
2013-10-02 00:05:39 +00:00
martynshaw99
989d9cdfa3 Steve's consensus patch for Align menu wordings, see bugzilla 654. 2013-10-01 23:36:56 +00:00
lllucius
0c7a953663 Enable as default per James. 2013-10-01 20:12:29 +00:00