1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

4043 Commits

Author SHA1 Message Date
Leland Lucius
cc3f237945 Ensure that URL are always escaped 2015-07-31 19:22:04 -05:00
Leland Lucius
6c3469afe0 Fix slow downs caused by the ProgressDialog 2015-07-31 18:41:13 -05:00
Leland Lucius
80a5a118d4 Delete menu when done 2015-07-31 16:03:32 -05:00
Steve Daulton
d1d63c7b17 Fix layout of Screnshot tools window 2015-07-31 12:45:57 +01:00
Steve Daulton
f756b0d4d7 Fix layout of error dialog TLW.
Thanks Leland for the suggested fix.
Works OK on Linux, please test on other platforms.
2015-07-31 12:12:37 +01:00
Leland Lucius
a9b6d2382c Use wxDEBUG_LEVEL instead of WXDEBUG_LEVEL...DOH!!! 2015-07-31 02:27:12 -05:00
Leland Lucius
69e2b0cd96 Set Xcode project to use xcconfig files 2015-07-30 23:46:13 -05:00
Leland Lucius
e867633253 Make Xcode project wxWidgets 3.1 ready 2015-07-30 23:09:03 -05:00
Leland Lucius
3715b21167 Add full file replacements for the patched wxWidgets source files 2015-07-30 17:20:25 -05:00
Leland Lucius
e4bb5082bc Fix Shift+M shortcut
Related to an old bug/workaround where I couldn't figure out the
reason it act as it did on Winodw.  Finally figured out it was the
KEY_UP event passing the "M" on to the menu, thus selecting the
Mono item.
2015-07-30 16:04:38 -05:00
Leland Lucius
442c39d46f Include the OSX keycode to open the context menu
And OSX doesn't like menu IDs of 0.
2015-07-30 14:36:25 -05:00
Leland Lucius
c07accfc1e Include the "other" application menu key for Linux 2015-07-30 11:23:10 -05:00
Leland Lucius
7877615454 Move label context menu handling to label track
Application key now brings up the context menu while editing labels
as it should.  This wasn't possible with the old keyboard handling.
2015-07-30 10:38:03 -05:00
Leland Lucius
a269670912 Fix warning 2015-07-30 10:37:17 -05:00
Leland Lucius
1e195ecea6 Fix many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
Paul Licameli
9d6fb54806 Bug1101: crash clicking on recording meter 2015-07-29 18:11:44 -04:00
Leland Lucius
317b0971c4 Merge branch 'master' of github.com:lllucius/audacity 2015-07-29 15:24:52 -05:00
Leland Lucius
e869099643 Add WXDEBUG_LEVEL=0 to non-debug builds 2015-07-29 14:44:51 -05:00
Leland Lucius
f2d87803d3 Followup to bug #1099. 2015-07-29 14:43:53 -05:00
Leland Lucius
59c2c8df7d Add WXDEBUG_LEVEL=0 to Release builds 2015-07-29 14:43:53 -05:00
Leland Lucius
fc203d0cd9 Add WXDEBUG_LEVEL=0 to Release builds 2015-07-29 13:46:43 -05:00
Paul Licameli
910e7f87bd Spectral selection toolbar refinements
Delete key in center/width spectral selection toolbar works
  Delete key, not - key, in the spectral selection bar maks frequency undefined.
2015-07-29 12:11:49 -04:00
Paul Licameli
1219cacaf2 Delete key in center/width spectral selection toolbar works 2015-07-29 12:11:01 -04:00
Paul Licameli
360a33454e Delete key, not - key, in the spectral selection bar maks frequency undefined. 2015-07-29 11:55:48 -04:00
Leland Lucius
32465d1686 Fix for bug #1099...left in some debugging. 2015-07-29 10:10:41 -05:00
Leland Lucius
b193033d9e Fix Linux build that I broke when I fixed the Windows build 2015-07-29 09:16:32 -05:00
Leland Lucius
e3f1c40c30 Fix Windows Release build 2015-07-29 02:49:45 -05:00
Leland Lucius
709c9e9153 Send an initial filter changed event under OSX 2015-07-29 02:07:37 -05:00
Leland Lucius
573365765a Send an initial filter changed event under GTK 2015-07-29 01:59:42 -05:00
Leland Lucius
84dcb5db4f Falling back to the sudo builds 2015-07-28 18:29:34 -05:00
Leland Lucius
48591c4e50 Migrate to container based travis-ci builds 2015-07-28 18:27:47 -05:00
Leland Lucius
45dc52644d Make sure the search string is unique 2015-07-28 18:27:14 -05:00
Leland Lucius
01c0592917 Renabling...should work now 2015-07-28 18:07:36 -05:00
Leland Lucius
cf27c619da Make sure search string is unique 2015-07-28 18:06:35 -05:00
Leland Lucius
3c1b36d72e Disabling temporarily
Need to figure out why it's not picking up the GTK paths
2015-07-28 17:42:27 -05:00
Leland Lucius
6adceb4d0a Yet another attampt 2015-07-28 17:31:33 -05:00
Leland Lucius
d7a57b1c47 Still trying 2015-07-28 17:22:00 -05:00
Leland Lucius
256e3bd6e1 Don't know what's wrong yet. 2015-07-28 17:16:59 -05:00
Leland Lucius
f94e8fad87 Well, that didn't work...trying gtk3 2015-07-28 16:49:31 -05:00
Leland Lucius
bec42b234c Need to install gtk-devel 2015-07-28 16:45:54 -05:00
Leland Lucius
e256bb7a9e Trying to make travis happy again 2015-07-28 16:10:26 -05:00
Leland Lucius
54da092411 Added new files to Xcode project 2015-07-28 15:54:12 -05:00
Leland Lucius
1b07ae1ad1 Some wx3 fixes 2015-07-28 15:47:19 -05:00
Leland Lucius
e4fec26d10 Merge branch 'wx3' of github.com:lllucius/audacity into wx3 2015-07-28 15:28:18 -05:00
Leland Lucius
849b0e400a Fix merge issue 2015-07-28 15:27:54 -05:00
Leland Lucius
7687972aa4 Fix merge problem 2015-07-28 15:23:30 -05:00
Leland Lucius
37168ebbf6 Merge remote-tracking branch 'upstream/master' into wx3 2015-07-28 15:06:25 -05:00
Leland Lucius
5bdfcff97d Menu shortcut hiding has been removed
It had been causing problems in Unity for a while now and they
were missing on OSX as well in wx3.  So, the old menu Open/Close
method of hiding has been removed and replaced with an event
filter/monitor which looks for wxEVT_CHAR_HOOK events to pass
key events to the handler that has the keyboard captured.
2015-07-28 14:35:09 -05:00
yam
b5f9dd3d80 Regenerate makefiles to include new source files 2015-07-28 12:14:01 -05:00
Paul Licameli
0b416ed8dd Another fix 2015-07-28 12:15:53 -04:00