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

6842 Commits

Author SHA1 Message Date
Paul Licameli
972f7471de Fix progress bar in Normalize 2017-04-24 11:38:28 -04:00
James Crook
8184ae5841 Update HiContrast Theme
The blue-hover-blobs are centred better, and the large one is filled in now.  Select colour toned down a bit from cyan, and RMS colour made more distinctive (whiter).  Slider pips now less fuzzy and have 'eye' effect to aid visibility.  Mute/Solo button shapes and colours modified, and unselected version is no longer solid.
2017-04-24 14:43:51 +01:00
James Crook
dfe423fea5 Rearrange toolbar order in menus.
Now they are in the order they appear in the default interface and manual rather than alphabetic.
Also removed combined-meter option.  Upgraders will potentially continue to have it, until they select one of the single meters.  The die hards could also edit audacity.cfg if they really really want it enough.
Also added some comment lines in the ext menus to clarify structure.
Rearranged both View->Toolbars and Ext-Bar->

Enabling/disabling of ext menu items may not yet be exactly what we want, e.g. enabling cursor commands depends on tracks, but enabling selection commands does not.  Not fixed, as it is not clear exactly what we want.
2017-04-24 11:24:00 +01:00
Paul Licameli
3aff330671 Fix compilation of EXPERIMENTAL_OUTPUT_DISPLAY; fix a warning in it 2017-04-23 07:58:11 -04:00
James Crook
218f2ebb8d Fix two more 'select' commands which expected to be activated by a keyboard event. 2017-04-22 19:18:34 +01:00
James Crook
a68f7fc10c Fix activation of certain 'select' commands via menu.
These commands all assumed they would be activated from a key press, and so take the key up/down state into account.  This is not now the case, and there is no wxEvent to pass to them if they came via a menu item.
2017-04-22 11:21:17 +01:00
Gale Andrews
e7007c1d59 Remove unwanted period 2017-04-22 01:35:05 +01:00
James Crook
083d123875 Don't update checkmarks of occult menu items. 2017-04-21 17:39:35 +01:00
James Crook
6d361687d6 Add Show/Hide Extra menus preference.
The new preference is in the view menu and on the Gui preferences page.
Also Ext Menus rearranged to more closely match default toolbar order.
Also F11 (a new menu command to show/hide maximised) now has a check mark.

This change needs testing on mac as mac is pickier about when menus are updated.
2017-04-21 17:32:53 +01:00
James Crook
031f8413f4 Organise the occult commands in the Preferences Key View. 2017-04-21 15:50:25 +01:00
David Bailes
592453082b Removed zoom presets
Removed the zoom presets which I added in commit 1fa97a4. Nobody else wanted them.
2017-04-21 15:15:38 +01:00
windinthew
db3ec50236 Fix missing or conflicted access keys
Also reinstate 'Store' and 'Retrieve' for save and recall of
selection and cursor point.
2017-04-21 04:24:08 +01:00
James Crook
649e52d348 Improved logging of command list. 2017-04-19 21:44:35 +01:00
James Crook
e9df6cb49f Move Nyquist Prompt into plug-ins
Even though it is a built-in Audacity effect, it is more logical in plug-ins, because the actual effect that will be run when the effect is applied is a plug-in.  Makes the list of effects (sorted by type) more logical.
2017-04-19 12:52:11 +01:00
James Crook
6f38298ad8 Show default checked checkboxes (only) in menu listing. 2017-04-17 11:00:23 +01:00
James Crook
24c2c6e070 Bug 1633 - Spectral Selection Toolbar incorrect above 100 kHz 2017-04-16 22:15:48 +01:00
James Crook
80928bfe61 Increase upper limit for KHz format in spectral selection toolbar. 2017-04-16 18:51:42 +01:00
James Crook
795cbe0c0c Improve menu listing from screenshot tool 2017-04-16 11:40:31 +01:00
James Crook
7192470678 Fix build broken by debug casting. 2017-04-16 11:39:29 +01:00
James Crook
c1c6a91586 Move pixel-to zoom items under zoom. 2017-04-14 15:44:07 +01:00
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