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

5280 Commits

Author SHA1 Message Date
Paul Licameli
2345f37133 Remove the code for ruler pushbuttons and keyboard navigation... 2016-06-01 13:22:47 -04:00
Paul Licameli
525146268f Remove the code for pushbuttons and keyboard navigation...
... It was too much reinvention of wheels!
2016-06-01 13:08:25 -04:00
Paul Licameli
fbde633e52 Don't use scrubbing poller thread on Linux, it's not safe yet 2016-06-01 13:07:14 -04:00
Paul Licameli
123499cbb1 Don't use scrubbing poller thread on Linux, it's not safe yet 2016-06-01 13:06:01 -04:00
Paul Licameli
f3dd448aa3 Merge branch 'master' into scrubbing2 2016-06-01 13:02:51 -04:00
Paul Licameli
0ee65c0918 Remove superfluous code for changing transport button images 2016-06-01 12:00:56 -04:00
Paul Licameli
fbf09d2130 Make ToolBar button setup functions public and static 2016-06-01 11:50:34 -04:00
Paul Licameli
e6189aa851 Restore the highlighting of toolbar buttons for mouseover on Mac...
... which was lost at commit f1909cb88e0fa4ecc589e715384b90d8bbfe55e6
2016-05-30 16:32:49 -04:00
Paul Licameli
efc0e67934 Theme Preferences, Save Files overwrites all components after asking 2016-05-30 16:30:39 -04:00
Paul Licameli
8da61cdbb1 Revert "Restore the highlighting of toolbar buttons for mouseover on Mac..."
This reverts commit 6f62c032b11f695148b5de57cab1922940bf8801.
2016-05-30 13:58:32 -04:00
Paul Licameli
6f62c032b1 Restore the highlighting of toolbar buttons for mouseover on Mac...
... which was lost at commit f1909cb88e0fa4ecc589e715384b90d8bbfe55e6
2016-05-29 16:20:51 -04:00
Paul Licameli
8d8c7b7f00 Calls to time ruler button creation/update, but it does nothing yet 2016-05-29 12:14:17 -04:00
Paul Licameli
7d265dc3d4 Oops, revert unready work
Revert "new button images for time ruler"

This reverts commit 26ec0100a29f5b90656f77a48d18dd7987bef395.

Revert "add button"

This reverts commit af5163025a19c334e2f8151f16c75acaa705e913.

Revert "ToolBar::MakeButton is public and static"

This reverts commit 668714942ba61a652e335973c416c4cba8f6234f.
2016-05-29 12:13:24 -04:00
Paul Licameli
26ec0100a2 new button images for time ruler 2016-05-29 11:59:38 -04:00
Paul Licameli
af5163025a add button 2016-05-28 23:00:47 -04:00
Paul Licameli
668714942b ToolBar::MakeButton is public and static 2016-05-28 22:55:15 -04:00
Paul Licameli
aa82e663cb Scrolling drag scrub tracks the mouse much better 2016-05-28 12:16:05 -04:00
Paul Licameli
fbcdc6b28f Scrolling drag scrub tracks the mouse much better 2016-05-28 12:15:32 -04:00
Paul Licameli
627fc1ca40 Merge branch 'master' into scrubbing2 2016-05-28 12:15:10 -04:00
Paul Licameli
94325b0ffb More responsive scrub engine; improved speed control on Mac
* scrubbing:
  Don't let seek make a stutter at less than unit speed
  Further simplified argument passing
  Improve scrubbing speed control (2 finger swipe) on Mac
  Improve scrub responsiveness: a secondary thread polls the mouse
  Don't let the consumers discard too much from the scrub queue...
  Reduce scrub lag yet more, at expense of possible skips in play...
  Scrub lag: lock mutex not more than once per call to FillBuffers
  Reorganize logic of initializing queue entries
  One second countdown now based on the correct timer interval
2016-05-28 12:13:20 -04:00
Paul Licameli
35b0502ce1 Don't let seek make a stutter at less than unit speed 2016-05-28 12:11:26 -04:00
Paul Licameli
a9a404c7cf Further simplified argument passing 2016-05-28 12:02:16 -04:00
Paul Licameli
e4fadf4aaf Improve scrubbing speed control (2 finger swipe) on Mac 2016-05-28 11:59:22 -04:00
Paul Licameli
af7a92c2ab Improve scrub responsiveness: a secondary thread polls the mouse 2016-05-28 11:59:22 -04:00
Paul Licameli
9a256d3790 Don't let the consumers discard too much from the scrub queue...
Producer adds silences when needed, so that the accounting in Transformer()
is correct
2016-05-28 11:59:22 -04:00
Paul Licameli
b6764d1bf7 Reduce scrub lag yet more, at expense of possible skips in play...
by discarding work from the queue sometimes on the consumer side.

Also more careful mixed long - double arithmetic.
2016-05-28 11:59:14 -04:00
Paul Licameli
57fb3cd12c Scrub lag: lock mutex not more than once per call to FillBuffers 2016-05-28 08:44:25 -04:00
Paul Licameli
b14fa507c9 Reorganize logic of initializing queue entries 2016-05-28 08:44:25 -04:00
Paul Licameli
4f2ee32a1a One second countdown now based on the correct timer interval 2016-05-27 11:40:17 -04:00
Paul Licameli
44650ef053 Merge branch 'master' into HEAD 2016-05-27 11:38:20 -04:00
Steve Daulton
0377a24f90 Comment out unused TrackPanel::BuildVRulerMenuItems function
The function builds pop up menus that are never displayed and
creates runtime debug warnings. It is left over from PRL's experiment
in 2.1.2 with a context menu for the vertical ruler.
2016-05-27 10:45:01 +01:00
Paul Licameli
4f9810cd1f Two-fingered horizontal swipe on mac touchpad scrolls the wave 2016-05-25 12:31:30 -04:00
Paul Licameli
74c8dcf8d3 Improve responsiveness of drag seek during click-scrub...
.. by refreshing the TrackPanel window less often.
2016-05-23 18:38:38 -04:00
Paul Licameli
ba883cbcf4 Improve responsiveness of drag seek during click-scrub...
.. by refreshing the TrackPanel window less often.
2016-05-23 18:37:42 -04:00
Paul Licameli
5b05f6038d Merge branch 'master' into scrubbing 2016-05-23 18:36:13 -04:00
Gale Andrews
8dba1ca2f9 Update hostname and directories - fixes Bug 1394
So this fixes the Help button in Contrast also. 

It does not fix hardcoded links which will still go to the "wrong" (released)
Manual in alpha builds.
2016-05-23 03:19:10 +01:00
Paul Licameli
398b9d7728 Don't squeak when starting a drag-scrub 2016-05-22 16:36:03 -04:00
Paul Licameli
24ef578a89 Don't squeak when starting a drag-scrub 2016-05-22 16:35:20 -04:00
Paul Licameli
e4a2d23017 Merge branch 'master' into scrubbing2 2016-05-22 15:56:58 -04:00
Paul Licameli
0bc47c9394 Some tidying of scrub engine code, no audible changes 2016-05-22 15:28:03 -04:00
Paul Licameli
c585bb16fb Move bounding times and minimum stutter length into ScrubOptions 2016-05-22 15:27:35 -04:00
Paul Licameli
ffe596c760 Move some fields into ScrubbingOptions 2016-05-22 15:27:35 -04:00
Paul Licameli
671f60492d Move some static functions into ScrubbingOptions 2016-05-22 15:27:35 -04:00
Paul Licameli
8ed93b8147 Fix conditional compilation branch 2016-05-22 15:27:35 -04:00
Paul Licameli
3dcf802bdc Have just one scrub enqueueing function: use options for distinctions 2016-05-22 15:27:35 -04:00
Paul Licameli
cdbdd6480b Define and pass around struct ScrubbingOptions, but nothing in it yet 2016-05-22 15:27:35 -04:00
Paul Licameli
36e5b4fbbc AudioIOStartStreamOptions includes the sample rate 2016-05-22 15:27:35 -04:00
Paul Licameli
5997beec9d Rename Scrubbber::mScrubHasFocues to mPaused, reverse its sense 2016-05-22 15:27:34 -04:00
Paul Licameli
68cf7adcb1 Merge branch 'master' into scrubbing 2016-05-22 15:26:39 -04:00
James Crook
26fc69976c Merge branch 'Bug1279-VST' 2016-05-22 16:48:43 +01:00