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

6560 Commits

Author SHA1 Message Date
Gale Andrews
ffdba2eb2b Add missing access key for new menu item 2017-04-09 18:30:00 +01:00
James Crook
8fdc60f7bc Time Configure and Make (in Travis)
Also reduced -j4 to -j2
2017-04-09 16:11:31 +01:00
James Crook
54b26f1ba6 Make light theme lighter/bluer/crisper. 2017-04-09 12:47:29 +01:00
James Crook
bcb723f74e Improve DarkTheme buttons on mac. 2017-04-08 23:17:30 +01:00
James Crook
b3d6186cf9 Bug 1629 - Edit Toolbar buttons work once only. 2017-04-08 22:26:06 +01:00
James Crook
03f6efb8ca Speed up Travis build by using more cores. 2017-04-08 21:58:32 +01:00
windinthew
05662ac607 Wiki Wording issue: capitalise 'Speed' 2017-04-08 19:22:14 +01:00
James Crook
c44e5a281a Add missing include. 2017-04-08 16:26:03 +01:00
James Crook
53e6d95cd0 Tweak Theme Colours. Smaller L & R on Linux. 2017-04-08 16:00:23 +01:00
James Crook
f508439a42 Recolour Classic theme to wxSYS_COLOUR_3DFACE
This is mainly for Linux which can have a much darker main bar in Classic theme.
2017-04-08 14:49:10 +01:00
James Crook
221b0271ca Bug 1628 - Tracks > Align items two submenus deep
Fixed by adding a new on/off option, "Move  Selection With Tracks".
2017-04-08 11:54:25 +01:00
James Crook
5f9e8ef615 Update Chinese Translation by dingpengyu 2017-04-08 11:05:14 +01:00
James Crook
8f7d0a9f12 Update Catalan Translation by Robert Antoni 2017-04-08 11:05:13 +01:00
James Crook
ae95bc6cce Remove Sync-Lock Button
Feature is still available from Tracks menus.
2017-04-07 21:34:33 +01:00
James Crook
5d75b79f15 Change 'Set' to 'Zoom'
Name change makes it clearer that this is about zooming.
2017-04-07 17:07:53 +01:00
James Crook
431308d9d2 Make Light Theme more like Classic.
The main difference is the icons.  The pip on the slider is blue, and the selection is grey rather than purple tinged.
2017-04-07 17:04:50 +01:00
David Bailes
caca4d20f3 Zoom presets: wording change
Thousandth second -> Millisecond
2017-04-07 08:57:48 +01:00
James Crook
3651d0a231 Update logo used in program. 2017-04-06 21:27:38 +01:00
James Crook
8ad2e599ab Tweak Theming. Reticules, Down buttons; Selected buttons. 2017-04-06 20:44:24 +01:00
James Crook
ce37650d04 Theme to be a drop-down
Also moved checkbox options to end and got rid of 'ergonomic order of buttons' preference.
2017-04-06 15:27:12 +01:00
James Crook
b8fcbd1471 Faster CI builds (Travis) 2017-04-06 15:27:11 +01:00
David Bailes
5416c219bc Bug 1625 - Mute/Unmute All Tracks in "None" Solo Button Mode
Problem: Mute/Unmute All Tracks in "None" Solo Button Mode does not change track audibility, only changes button state.

Fix: same fix for "none" as for "simple" in commit c8f58c9.
2017-04-06 15:20:07 +01:00
David Bailes
fc2628de4d Removed ZoomInfo::GetZoom() which I added in my previous commit
Just wasn't thinking.
2017-04-06 13:31:04 +01:00
David Bailes
1fa97a4b37 Added zoom presets
Please Note:
In ViewInfo.h there is the comment left by Paul:
// There is NO GetZoom()!
// Use TimeToPosition and PositionToTime and OffsetTimeByPixels!

I needed to get the value of the current zoom so that I could use the functions AudacityProject::ZoomInByFactor and AudacityProject::ZoomOutByFactor to handle the change in zoom when a preset zoom is chosen. So I added GetZoom() for this use.
2017-04-06 12:49:38 +01:00
James Crook
c1592d2a1a Move more on/off options lower in menus. 2017-04-06 12:30:08 +01:00
James Crook
715da2b533 On/Off options to end of menus, where possible. 2017-04-05 23:07:37 +01:00
James Crook
f5e67f5118 Use logo background to fill splash and about box. 2017-04-05 22:35:12 +01:00
James Crook
fae1089b73 Fix positioning of Mute/Solo button when clicked on. 2017-04-05 22:12:58 +01:00
James Crook
1c1191ed98 Fix dark Mute/Solo buttons on Light theme. 2017-04-05 20:56:24 +01:00
James Crook
fefc856901 Update slider in tracks on theme change. 2017-04-05 20:16:12 +01:00
James Crook
419b790235 Make monitoring work after a theme change 2017-04-05 17:29:24 +01:00
David Bailes
c8f58c90af Bug 1624: mute/unmute all commands do not adjust solo buttons
If the solo buttons are set to "simple" then after mute/unmute all, the solo buttons should all be off. This is not the case.

Fix: turn the solo buttons off :).
2017-04-05 13:02:22 +01:00
James Crook
fa62d80a21 Add numbers on ruler back (if not DA) 2017-04-04 23:51:00 +01:00
James Crook
b3ae50597e Use RecordBeside for identifier for Record in 2.2.0
This might make things just a little easier for people who use both 2.1.3 and 2.2.0.
2017-04-04 14:55:20 +01:00
James Crook
c17a7f535e Improve repainting after a theme change.
Now most things repaint properly after a theme change.  The sliders on the tracks don't yet.
2017-04-04 14:43:47 +01:00
David Bailes
017990fac0 Added prefix std:: to my uses of find_if in recent commits 2017-04-04 11:16:10 +01:00
Paul Licameli
d417acd5c6 Complete the exception handling project, enable the throws 2017-04-03 23:33:19 -04:00
Paul Licameli
55439247ad All the catches are in place for BlockFile and other errors, now throw. 2017-04-03 23:32:40 -04:00
Paul Licameli
b62bddfaeb Merge branch 'master' into HEAD 2017-04-03 23:25:26 -04:00
Paul Licameli
da28a45d67 User visible message when there are errors importing labels 2017-04-03 23:22:07 -04:00
James Crook
52f0f750d9 Add Tracks->Pan->Left/Right/Center 2017-04-03 22:35:19 +01:00
James Crook
c9b03b51a2 Merge branch 'darkmerge' 2017-04-03 22:22:57 +01:00
James Crook
ebff4db80a Reinstate SplitStereoToMono for non DA builds. 2017-04-03 20:31:22 +01:00
James Crook
d0911638d8 Select SubMenu made into a full top level menu. 2017-04-03 16:05:31 +01:00
David Bailes
a7a4a70e5f Two commands added, neither on a menu:
Clip Left
Clip Right

If the cursor lies within a clip, the clip and the cursor is moved 1 pixel left/right.
If the cursor position is at both a clip end and a clip start, the second of these clips is moved.

The movement currently ignores the snap to setting on the selection bar, and there is no snapping to the clip boundaries of other clips.
Following the behaviour or shifting with the mouse, the distance moved is rounded to an integral number of samples, and the minimum distance moved is one sample.
2017-04-03 13:53:48 +01:00
David Bailes
c382139c05 New commands for selecting clips using the keyboard
Added two commands:
Select > Previous clip. Select the previous clip for which clip start < selection start/cursor position.

Select > Next clip. If the position of selection start/cursor is at the start of a clip, and selection end is not at the end of the clip, select that clip. Otherwise, select the next clip for which clip start > selection start/cursor position.
2017-04-03 13:45:58 +01:00
David Bailes
a519e6fc7d New commands for clip boundaries using the keyboard
Added the commands:
Cursor to > Previous clip boundary
Cursor to > Next clip boundary
Select > Previous clip boundary to cursor
Select > Cursor to next clip boundary
2017-04-03 13:35:46 +01:00
James Crook
8c8f38079d Make default theme depend on EXPERIMENTAL_DA #define. 2017-04-03 13:18:34 +01:00
David Bailes
0e3f4ce50c Fix for windows build
Trivial fix.
2017-04-03 09:29:39 +01:00
Paul Licameli
ae48ac2cbd Strong guarantee, void return from all mutating methods of Sequence 2017-04-02 21:35:10 -04:00