James Crook
96534c0114
Tweak menu screenshot code (show check/submenu options)
2017-04-14 15:44:06 +01:00
Gale Andrews
c4484a44ef
Rename Size as 'Reclaimable Space" for now
...
Better than being misleading, until we revisit the History window.
2017-04-14 06:59:33 +01:00
James Crook
22d448203b
Fix: Metadata editor menu item should be available always.
2017-04-11 19:42:29 +01:00
James Crook
a868d0c118
Add Hi-Contrast Theme
2017-04-10 12:09:38 +01:00
James Crook
06816684df
Recolour light theme if system theme clashes.
...
On some Linux the default theme has dark grey drop downs, which can't be recoloured (limitation in wxWidgets) and that looks bad with the built in light themes (Classic and Light). So in these cases the theme's light colour and light buttons get recoloured.
Custom themes and dark theme don't get recoloured.
2017-04-10 08:51:45 +01:00
James Crook
82a7778813
Merge pull request #193 from walisser/clang
...
Fix clang build
2017-04-09 22:31:32 +01:00
James Crook
6e440056f9
Cleaner code to pop non toggle buttons up.
2017-04-09 19:07:28 +01:00
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