1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00

5151 Commits

Author SHA1 Message Date
Paul Licameli
da4fa1d965 Put the scrub bar below 2016-05-02 15:19:08 -04:00
Paul Licameli
4b6e48a26c Scrubbing toolbar defaults off. 2016-05-02 13:00:27 -04:00
Paul Licameli
5629fb8233 Highlighting; click (either mouse button) on the right area opens menus
Menu triangle appears in bushbutton when pointer is near bottom; ...
  Highlight around pushbuttons for mouse-over
  Fit both height and width when choosing the font size
  Improve the logic for tool tips
  Put the scrub bar enabling item back in the menu, topmost, before a separator
2016-05-02 12:05:05 -04:00
Paul Licameli
f346d40d79 Menu triangle appears in bushbutton when pointer is near bottom; ...
... and, again, use either mouse button on the push button.
2016-05-02 11:49:26 -04:00
Paul Licameli
cfe3142ffd Highlight around pushbuttons for mouse-over 2016-05-02 11:41:45 -04:00
Paul Licameli
c55d1e7799 Fit both height and width when choosing the font size 2016-05-02 10:58:23 -04:00
Paul Licameli
9a8c053e04 Improve the logic for tool tips 2016-05-02 10:51:11 -04:00
Paul Licameli
378634a189 Put the scrub bar enabling item back in the menu, topmost, before a separator 2016-05-02 10:40:08 -04:00
Paul Licameli
1b8aab426e Merge branch 'master' into scrubbing2 2016-05-02 10:17:17 -04:00
Paul Licameli
d38c237a15 When starting a scrub, limit the x coordinate to track control area... 2016-05-02 10:16:52 -04:00
Paul Licameli
2704c85fd1 When starting a scrub, limit the x coordinate to track control area...
... This fixes a display bug if you use a shortcut key for the Scrub command
while the mouse is left or right of the wave area.  You should not get the
green line right at the pointer!
2016-05-02 10:10:40 -04:00
Paul Licameli
260e8b0879 Merge branch 'master' into scrubbing 2016-05-02 10:10:23 -04:00
Paul Licameli
0d30e51220 When starting a scrub, limit the x coordinate to track control area. 2016-05-02 10:08:24 -04:00
Paul Licameli
3c42212d4c Ruler tooltips no longer appear outside of the ruler 2016-05-02 05:23:36 -04:00
Paul Licameli
60e3791a22 Ruler tooltips no longer appear outside of the ruler 2016-05-02 05:22:55 -04:00
Paul Licameli
4e5d7801db Some improvements for behavior of ruler pushbuttons.
Right click on a ruler pushbutton pops up the appropriate menu, regardless...
  If mouse moves into ruler pushbuttons, do not show the quick play indicator.
  Improve status bar messages and tooltips for pushbuttons
2016-05-02 02:01:59 -04:00
Paul Licameli
cac54a3b57 Right click on a ruler pushbutton pops up the appropriate menu, regardless...
... of the button's enabled state.
2016-05-02 02:01:02 -04:00
Paul Licameli
31eda6641b If mouse moves into ruler pushbuttons, do not show the quick play indicator. 2016-05-02 01:41:33 -04:00
Paul Licameli
8cfa9e217f Improve status bar messages and tooltips for pushbuttons 2016-05-02 01:41:33 -04:00
Paul Licameli
0e9cb10979 Merge branch 'master' into scrubbing2 2016-05-02 00:30:54 -04:00
Paul Licameli
e7477746df Computing best font size for TrackInfo is redone when preferences change 2016-05-01 17:55:48 -04:00
Paul Licameli
16261a2a11 Don't forget to translate 2016-05-01 17:33:29 -04:00
Paul Licameli
a914c92935 Don't forget to translate 2016-05-01 17:33:17 -04:00
Paul Licameli
d3a6ea775f Better choice of font size for time ruler pushbuttons 2016-05-01 17:28:44 -04:00
Paul Licameli
d3c0c94e17 Better choice of font size for time ruler pushbuttons 2016-05-01 17:28:08 -04:00
Paul Licameli
34c219f917 Various appearance changes for scrubbing: ... 2016-05-01 15:11:44 -04:00
Paul Licameli
24bb190e21 Various appearance changes for scrubbing: ...
Hyphenate "Quick-Play" in pushbutton
Outline pushbuttons
Different tooltip text for the scrub bar
Right click on pushbuttons as for left click, don't open context menu
2016-05-01 15:09:32 -04:00
Paul Licameli
3e0ffaea51 Merge branch 'master' into scrubbing2 2016-05-01 15:09:19 -04:00
Gale Andrews
8166c01b81 Changes agreed on -quality list
* Move version string above "How to get help"
* Better English for bullet text
* Move Wiki below bullet list
2016-05-01 13:42:00 +01:00
Paul Licameli
911685fd83 Implement pushbuttons for quick play and scrub bar, and fix a few bugs 2016-04-30 22:55:19 -04:00
Paul Licameli
f014e0400c Event handling for the new pushbuttons, and remove the interim pop-up menu 2016-04-30 22:51:02 -04:00
Paul Licameli
49693fa6b6 Improve the logic for status messages 2016-04-30 22:48:54 -04:00
Paul Licameli
055c33459c Draw the Quick Pay and Scub Bar pushbuttons 2016-04-30 22:48:54 -04:00
Paul Licameli
e1352d599f Avoid assertions if you drag in time ruler, and then...
... either hit a shortcut key for scrubbing or release mouse over the hidden
menu area; and the left click in the ruler again.
2016-04-30 22:48:54 -04:00
Paul Licameli
2a257fc9bf Move a few steps in the construction of TrackPanel and AdornedRulerPanel 2016-04-30 22:48:54 -04:00
Paul Licameli
3849df763b Merge branch 'master' into temp 2016-04-30 22:48:28 -04:00
Paul Licameli
5c4fe3ca99 Fix bug in previous, so that quick play starts from the correct position again 2016-04-30 22:46:51 -04:00
Paul Licameli
8a97468e5c Split up big event handling function 2016-04-30 19:08:35 -04:00
Paul Licameli
c87bc48de3 Avoid assertions if you hit R while dragging in the ruler, then left click again 2016-04-30 12:49:34 -04:00
Paul Licameli
b30093a606 Fix the bounce in play indicator when drag selection snaps to zero width...
... This problem was introduced at 3dec7153a30ce58d23e42d122362cd6f86c37ca8.

Also fix the mistake of painting to the wrong dc in some new code.
2016-04-30 09:47:09 -04:00
Paul Licameli
009884575c Revert "Show the hand cursor in the ruler only if quick play is enabled."
This reverts commit 3532bc227c09a53c7f394654203f88f2b5e90130.
2016-04-29 14:47:59 -04:00
Gale Andrews
df3003fe62 Use same term as used in the Manual. 2016-04-29 16:09:18 +01:00
Paul Licameli
3532bc227c Show the hand cursor in the ruler only if quick play is enabled. 2016-04-29 10:58:46 -04:00
Paul Licameli
adbe221920 Small improvement to drawing of the play region in the time ruler...
... that's the gray double headed arrow (or red, when locked).
When the arrowheads overlap, don't draw any shaft.
2016-04-28 17:48:34 -04:00
Paul Licameli
a5b7b3a45e Define a wxFileNameWrapper that does not crash GCC 5.0. Thanks, Max Kellermann. 2016-04-28 13:17:07 -04:00
Gale Andrews
5c02e01e48 Add help for Xcode 7.2 or later. 2016-04-28 17:12:08 +01:00
Paul Licameli
3fcb8b4f44 Merge branch 'scrubbing'
* scrubbing:
  Fix play button appearance during timeline quick play
2016-04-28 06:25:56 -04:00
Paul Licameli
7c8398fafd Fix play button appearance during timeline quick play 2016-04-28 06:25:20 -04:00
Paul Licameli
a8d85585cf Merge branch 'master' into scrubbing 2016-04-28 06:25:06 -04:00
Paul Licameli
e09f620311 Wrote (did not enable) an alternative wxFileNameWrapper::swap 2016-04-28 05:04:34 -04:00