Paul Licameli
0d5a409e9a
Merge branch 'master' into scrubbing
2016-04-24 15:00:41 -04:00
windinthew
a7b4833b3c
Merge remote-tracking branch 'audmain/master' into work
2016-04-24 17:50:58 +01:00
Paul Licameli
5d7438cc70
Uncheck scrubbing menu items whenever scrub stops (ESC key, Stop button, other)
2016-04-24 12:00:03 -04:00
Paul Licameli
1fe0bbf7dc
Uncheck scrubbing menu items whenever scrub stops (ESC key, Stop button, other)
2016-04-24 11:59:01 -04:00
Paul Licameli
e0c80a8d20
Merge branch 'master' into scrubbing
2016-04-24 11:13:26 -04:00
Paul Licameli
3dc7524014
Bug1318 fixed again so that generators and effects on Windows still work
2016-04-24 10:33:37 -04:00
Paul Licameli
f2c6fbfc1b
Bug1318 fixed again so that generators and effects on Windows still work
2016-04-24 10:32:20 -04:00
Paul Licameli
bc80ffe766
Windows build fixes
2016-04-24 01:12:42 -04:00
Paul Licameli
89e33da072
Merge branch 'master' of github.com:audacity/audacity
2016-04-24 01:04:22 -04:00
Paul Licameli
42bdc274dd
Resizing of meter toolbars (docked or undocked) responds to ESC key
2016-04-24 01:01:44 -04:00
Paul Licameli
fad249a603
ESC key can abort the rearranging of toolbars.
2016-04-23 22:10:02 -04:00
Gale Andrews
9b2ea97b00
Buanzo's fix to prevent dumps aborting
2016-04-24 02:58:52 +01:00
windinthew
ce53ed06c1
Update address of alpha Manual
2016-04-23 23:51:19 +01:00
Paul Licameli
54ecf74d68
Improved behavior of scrubbing menu items: Checkmarks, and toggling behavior.
2016-04-23 15:09:14 -04:00
Paul Licameli
4fba13bd2a
Improved behavior of scrubbing menu items: Checkmarks, and toggling behavior.
2016-04-23 15:07:45 -04:00
Paul Licameli
64aed12384
Merge branch 'master' into HEAD
2016-04-23 14:22:44 -04:00
Paul Licameli
0c6a358666
Bug1236: Fix drag and drop of imported files onto main window, for Mac...
...
... As noted in Bugzilla, it was not broken for dragging onto the toolbar icon.
I believe the bug was introduced at bdcefb4850d2d9ab91c403984edc42a1bc01aa51
2016-04-23 09:41:01 -04:00
Paul Licameli
879ecefdaa
Bug1318: ESC key or red close button should not leave the app unresponsive...
...
... I don't fully understand why this fixes it, but I could figure out what
was different between ESC and Cancel button which did not have the problem.
2016-04-23 08:49:11 -04:00
Paul Licameli
367b2c1011
Move command functors to a new header file, and generalize with templates...
...
... so that member functions of other than AudacityProject may be called.
Will use this new generality soon for scrubbing menu items.
2016-04-23 02:05:36 -04:00
Paul Licameli
3a4152ca64
New header file
2016-04-23 00:50:27 -04:00
Paul Licameli
dc6bd93397
Merge branch 'master' into scrubbing
2016-04-22 11:19:32 -04:00
Steve Daulton
8667f23ed5
Delete excess comma
2016-04-22 08:45:49 +01:00
Steve Daulton
92f9de8d54
Update credit
...
Preference for no 'title' other than team member.
2016-04-22 08:44:25 +01:00
Paul Licameli
880241dd88
Bug1052 again: Push play button and change its image as soon as scrub click.
2016-04-21 13:16:21 -04:00
Paul Licameli
71dadc9b79
Bug1052 again: Push play button and change its image as soon as scrub click.
2016-04-21 13:15:59 -04:00
Paul Licameli
06904f2483
Merge branch 'master' into scrubbing
2016-04-21 13:01:29 -04:00
Paul Licameli
fb2bc65168
Exchange the effects of page up and page down keys.
2016-04-21 12:40:11 -04:00
Paul Licameli
e681439000
Add transport menu items for scrubbing and seeking...
2016-04-21 12:16:51 -04:00
Paul Licameli
26771b6db9
Add transport menu items for scrubbing and seeking...
...
... This includes new always-seeking modes unlike scrubbing which can switch
to seeking and back according to the left mouse button state.
The reason for this is that visually impaired users should not be required to
click with the mouse in the track panel window to signal seeking. But mouse
movements can still control scrubbing, because we poll the global mouse
position in the timer, not relying on events from any window object.
2016-04-21 12:13:39 -04:00
Paul Licameli
356537fe41
Merge branch 'master' into HEAD
2016-04-21 10:02:54 -04:00
James Crook
79a25b1401
Merge pull request #122 from tip2tail/TimerRecordHotfix
...
Timer Record: Ensure that Stop/Cancel in progress dialog always works
2016-04-21 12:45:08 +01:00
Paul Licameli
169958bdd8
Remove a comment
2016-04-20 19:41:03 -04:00
Paul Licameli
becff90842
Merge branch 'master' into HEAD
2016-04-20 15:39:02 -04:00
Paul Licameli
81fae8d71c
Rework the ESC key to stop playback as an application event handler...
...
... So it does not depend on the focused window, and can work when selection
toolbar has focus. But TrackPanel's escape handling may still take precedence
over it.
2016-04-20 15:34:49 -04:00
Paul Licameli
d26395029f
ESC key stops play as well as scrub, but not record. Details: ...
...
... If there is play but also an escapable drag action in TrackPanel, such as
a change of selection, then ESC aborts the drag. A second ESC would stop play.
The event handling for these ESC actions may be in the wrong place though. If
you ctrl-f6 during play so that the selection toolbar gets focus, then ESC
does not work to stop play.
2016-04-20 14:08:18 -04:00
Paul Licameli
d2c8975f8a
Stub code for adding status bar messages to timeline. For now, ...
...
... erase any status message when entering or leaving the timeline.
2016-04-20 12:40:28 -04:00
Gale Andrews
7848042339
More friendly warning about overlong Block File
...
Agreed several years ago on http://wiki.audacityteam.org/wiki/Wording .
2016-04-20 17:13:08 +01:00
James Crook
870d334a5a
"OK... Audacious!" -> "OK" (in AboutDialog.cpp)
...
Also removed i18n-hint. Reasons motivating the change include translation issue, sense that it is too wordy (either "OK" or the original "Audacious!" work better), accessibility, and a possible shift from a colloquial to more formal style.
2016-04-20 11:48:01 +01:00
Paul Licameli
a0290c09d2
Bug1382: Should not make an undo item when exporting with no metadata changes
2016-04-19 18:14:35 -04:00
Paul Licameli
36e6bffa01
New alternative appearance for the transport toolbar play button, for scrubbing
...
New button image definitions
2016-04-19 17:35:17 -04:00
Paul Licameli
01001fdea9
New alternative appearance for the transport toolbar play button, for scrubbing
2016-04-19 17:34:38 -04:00
Paul Licameli
1ef1c0620d
New button image definitions
2016-04-19 16:50:19 -04:00
Paul Licameli
88025ba613
Vary the appearance of the time ruler's play indicator for scrubbing.
2016-04-19 14:04:39 -04:00
Paul Licameli
ff16231bbe
Vary the appearance of the time ruler's play indicator for scrubbing.
2016-04-19 14:04:05 -04:00
Paul Licameli
44ed23f217
Merge branch 'master' into scrubbing
2016-04-19 14:03:44 -04:00
Gale Andrews
e48c80d13b
Don't disable "Select Destination Location" wizard
2016-04-19 14:04:34 +01:00
Paul Licameli
b7d211dfec
fix build
2016-04-18 23:10:35 -04:00
Paul Licameli
66dcabbb96
Bug991: Pause button and command should be disabled during scrubbing...
2016-04-18 21:50:15 -04:00
Paul Licameli
ce95bce85a
Bug991: Pause button and command should be disabled during scrubbing...
...
... and they will be as soon as ctrl-mouse down.
2016-04-18 21:49:27 -04:00
Paul Licameli
724a5d0a3a
Bug1052: Appearance should change immediately after ctrl-(double-)click...
2016-04-18 20:30:24 -04:00