Steve Daulton
d8d292edc7
Add time and date property list.
2015-04-14 13:50:51 +01:00
Paul-Licameli
ff06f33c70
Merge branch 'temp2'
2015-04-14 02:33:06 -04:00
Paul-Licameli
20c510084d
I just can't win. Does THIS version make the Mac compiler happy too?
2015-04-14 02:32:02 -04:00
Steve Daulton
862e960764
Update Import.cpp
...
Replace misleading warning when user attempts to import an AUP file.
2015-04-13 17:12:49 +01:00
david avery
0319f6ea51
merging wx3 changes
2015-04-12 23:52:32 -06:00
Paul-Licameli
0bb643fcda
remove unneeded macro
2015-04-12 22:30:47 -04:00
Paul-Licameli
f638c1504c
Merge better fix for compiling NoiseReduction.cpp with wx3- configurations
...
Conflicts:
src/effects/NoiseReduction.cpp
2015-04-12 22:24:43 -04:00
Paul-Licameli
4cb521923e
Better fix for the compilation of NoiseReduction.cpp with wxWindows 3
2015-04-12 20:00:57 -04:00
James Crook
99416c628e
WX3_STRING_FIX
...
A new macro that conditionally casts to wxString if in wx3.
2015-04-12 21:07:01 +01:00
Steve Daulton
a3ec006e3e
bug683 initial commit
2015-04-12 18:04:58 +01:00
Paul-Licameli
69729c2960
ESC key aborts selection drag, restores time, frequency selection, selected tracks
2015-04-12 12:39:11 -04:00
James Crook
09def90346
Merge: wx3.x fixes.
...
Dave Avery's wx3 fixes for Audacity, without the .sln/,vcxproj file updates that add the new target. These changes are believed to be safe for wx2.8.12, wx3.0.x and wx3.1.0.
2015-04-12 16:04:47 +01:00
James Crook
2de9c7790d
No ident by default.
...
Oops. I committed the wrong version of this file.
2015-04-12 14:48:32 +01:00
James Crook
9d43c9175c
Fix revision ident hyperlinking
...
It needed a LinkingHtmlWindow, not just a wxHtmlWindow. It needed http, not https. I also left an example string with comment in RevisionIdent.h
2015-04-12 14:26:24 +01:00
david avery
08c154b607
Merge remote-tracking branch 'upstream/master'
2015-04-12 07:12:54 -06:00
david avery
066e583883
Revert "update for wx 3.1.0 compatiblity - all changes are either wxCHECK_VERSION(3.0.0) wrapped or safe with wx 2.8 - wx 3.1"
...
This reverts commit 476a1f62c37a3aab19275230aa5a7806633fb705.
2015-04-12 07:07:50 -06:00
James Crook
28864acb23
beforeLen default now 2.0s
...
Consistency. Per eMail from Dave, the default elsewhere is 2s, not 1s.
2015-04-12 12:40:22 +01:00
Paul-Licameli
db1cb406e0
ESC key aborts resizing of mono track, stereo track, or channels of stereo track
...
Resizing may un-minimize a track; I was careful to be sure ESC restores
minimized state too and then that un-minimizing restores correct height
2015-04-11 23:53:34 -04:00
david avery
c112d47147
one more wx 31 change
2015-04-11 21:00:37 -06:00
david avery
4e14f42847
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/SelectedRegion.h
2015-04-11 18:49:47 -06:00
david avery
b258146f59
more wx 3.1 changes
2015-04-11 17:56:34 -06:00
david avery
476a1f62c3
update for wx 3.1.0 compatiblity - all changes are either wxCHECK_VERSION(3.0.0) wrapped or safe with wx 2.8 - wx 3.1
2015-04-11 17:54:33 -06:00
James Crook
8ca9daf9c6
Merge pull request #27 from yurchor/master
...
Add Ukrainian translation to desktop file
2015-04-11 22:59:44 +01:00
James Crook
7adf17b13f
#include <math.h>
...
For sqrt() that linux needs.
2015-04-11 22:35:37 +01:00
david avery
fb5b563b2f
fix linux build
...
add #include <math.h>
2015-04-11 15:15:32 -06:00
david avery
ecd0222a15
update src/effects/NoiseReduction.cpp to build on wxWidgets 3
2015-04-11 13:05:10 -06:00
Yuri Chornoivan
7256eb9a3b
Add Ukrainian translation to desktop file
2015-04-11 19:31:04 +03:00
Paul-Licameli
c8634fa7a3
Revert "Temporarily fix linkage by moving all code out of new .cpp file to elsehwere"
...
This reverts commit 2bf9eb7d251145790bfc1fec1b0626e11eaece6f.
2015-04-11 11:04:13 -04:00
Steve Daulton
a6ab3bfc11
Merge remote-tracking branch 'audacity/master'
2015-04-11 15:51:10 +01:00
Steve Daulton
2437ef24d2
fill gaps in meter / Waveform (dB) ranges
2015-04-11 15:35:47 +01:00
Leland Lucius
981cb47311
Add new files to Mac and Linux builds
2015-04-10 23:19:43 -05:00
Paul-Licameli
2bf9eb7d25
Temporarily fix linkage by moving all code out of new .cpp file to elsehwere
2015-04-10 21:54:18 -04:00
Paul-Licameli
7d6de21e3a
Enh809 - Add persistency of spectral selections, including those in labels
2015-04-10 15:20:50 -04:00
Paul-Licameli
5d19887da6
Bug812 - Vertical scrollbar position should be persistent too, as is horizontal
...
Effective but perhaps inelegant fix.
2015-04-10 15:20:32 -04:00
David Bailes
c6455312aa
provide a limited version of functionality of AudacityProject::OnPlayToSelection() for keyboard users
2015-04-10 14:53:48 +01:00
Paul-Licameli
82fe9a162c
Refresh display after ESC aborts a drag, as James suggested.
...
Otherwise zoom lines did not disappear if you hit ESC while the cursor is
outside the main window.
2015-04-09 22:26:34 -04:00
Paul-Licameli
fe12fce270
Bug830 - Paste should not destroy envelope information in the clipboard
2015-04-09 19:49:01 -04:00
Paul-Licameli
e26ab98e0e
Bug 828 (partial) - Don't divide by zero in Contrast dialog
2015-04-09 19:21:39 -04:00
Paul-Licameli
a583fafbb7
Fix a memory leak
...
This branch of the function is never reached because of checks in
class EffectRepair, but anyway.
2015-04-09 19:09:33 -04:00
James Crook
f80db283b5
Use ReleaseMouse not ReleaseCapture
...
Change made to fix broken build under Linux.
2015-04-09 23:43:28 +01:00
James Crook
e5dbc4251c
Merge pull request #23 from Paul-Licameli/master
...
ESC key can abort some dragging actions
2015-04-09 22:17:54 +01:00
Paul-Licameli
903fcb1fc2
ESC key can abort certain dragging actions
...
For now, let it abort vertical scale zoom
(any mouse button in any tool, in the vertical ruler)
and horizontal zoom
(any mouse button in the zoom tool or right mouse button in the multi tool,
in the wave display)
Should any other drags be escapable too?
Time shifting? That would need some more work to restore initial state.
2015-04-09 15:50:04 -04:00
James Crook
291a465a76
Build Revision Info Added
...
Travis now overwrites RevisionIdent.h to place a commit reference into the Build Info of the AboutDialog
I also added .opensdf to .gitignore.
2015-04-09 20:41:21 +01:00
James Crook
7bcba2a0b6
Merge pull request #22 from chrisdiamand/master
...
Don't capture the mouse if it's already captured.
2015-04-09 10:59:42 +01:00
Paul-Licameli
fe8d3535d8
Bug819 - Paste should not change clipboard contents when sample formats differ
2015-04-08 19:11:50 -04:00
Chris Diamand
01c346fe91
Don't capture the mouse if it's already captured.
...
Otherwise the following assertion gets triggered:
../src/common/wincmn.cpp(3271): assert "!wxMouseCapture::IsInCaptureStack(this)" failed in CaptureMouse(): Recapturing the mouse in the same window?
Based on the fix provided for an identical assertion triggered elsewhere,
described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765779
2015-04-08 22:52:24 +01:00
Paul-Licameli
44fc5b9f4d
Bug859 - Play indicator incorrect for very short loop plays (< 15 ms)
2015-04-08 17:45:22 -04:00
Paul-Licameli
36dd49ff50
Really fix linux compilation!
2015-04-08 15:12:51 -04:00
Paul-Licameli
0a69283a7e
Fix linux compilation
2015-04-08 12:15:30 -04:00
Paul-Licameli
14a36dad46
Bug834, part 2 - Memory leak and orphans after cancelling any generator
...
New project. New track. Generate sound -- do not cancel. Select all,
generate sound again -- this time, do cancel the progress dialog.
Undo, so you see one, empty track again. Save. Close. Reopen.
The cause of these orphans is different from the first case. The previous
commit is necessary but not sufficient to fix this.
2015-04-08 11:41:38 -04:00