Paul Licameli
91ebadef81
Rewrite one more PushState that is ifdef'd out
2019-12-19 22:27:35 -05:00
Paul Licameli
6b812791a6
TranslatableString in popup menu tables
2019-12-16 15:10:35 -05:00
Paul Licameli
4eb220e7b9
TranslatableString for undo history short and long descriptions
2019-12-16 14:19:23 -05:00
Paul Licameli
54e2bbd8ff
Remove TranslatedInternalString, use ComponentInterfaceSymbol
2019-12-16 10:58:05 -05:00
Paul Licameli
681950fc61
TranslatableString for names, labels, tooltips of wxPanelWrapper...
...
... and Grabber too
2019-12-16 10:58:05 -05:00
Paul Licameli
53ee9c9800
TranslatableString for titles, names, labels of wxDialogWrappers...
...
... Found one missed translation in CommandTargets.cpp
2019-12-16 10:58:05 -05:00
Paul Licameli
a8de4d9e50
Construct MenuItem with untranslated label, so it can be static...
...
... and other storage of TranslatableString instead of naked wxString, for
management of menu items, in CommandManager
2019-12-12 15:49:00 -05:00
Paul Licameli
70ec69fa3d
Pass untranslated command labels to CommandManager...
...
... and deduce whether to exclude from macros inside NewIdentifier, simplifying
argument lists further
Also fix the localization of "..." added to names by PluginMenus.cpp
2019-12-12 15:15:59 -05:00
Paul Licameli
0cf90d65e6
S.GetParent() for all windows passed to ShuttleGui::AddWindow()...
...
... Verified that this makes no real change.
2019-12-10 09:58:38 -05:00
James Crook
23f05c618c
Fix signed/unsigned comparison warnings.
2019-12-06 11:33:22 +00:00
James Crook
7f3c40eb43
Fix class/struct warnings.
2019-12-06 11:32:17 +00:00
Paul Licameli
ca70cc940f
Don't concatenate ":" onto user-visible strings...
...
... include it in the msgid intead, to get appropriate translations. For
instance some locales use the same character but prefer to insert a space
before it.
2019-12-04 16:19:07 -05:00
Paul Licameli
96291c5476
Remove second argument of AddWindow(), use Position() instead
2019-12-02 22:01:22 -05:00
Paul Licameli
9eeef4713d
Define and use ShuttleGui::Name and NameSuffix...
...
... For radio buttons, the name will default to the same as the prompt if not
otherwise specified
2019-12-02 16:55:46 -05:00
Paul Licameli
72df562c4a
Conversion of TranslatableString to wxString is private
2019-12-01 18:17:57 -05:00
Paul Licameli
e4a7c9ba5b
Uses of TranslatableString as value of XO macro...
...
... It is not implicitly convertible from wxString, compelling many uses of
the new type to fix compilation.
2019-12-01 18:05:20 -05:00
Paul Licameli
c707edad7a
Don't lose split view after undo & redo, or an effect
2019-11-26 04:49:15 -05:00
Lars Wendler
b280253e60
build: Fix bad include path
...
tracks/labeltrack/ui/LabelTextHandle.cpp:25:10: fatal error: ../../../images/Cursors.h: No such file or directory
25 | #include "../../../images/Cursors.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2019-11-24 21:04:10 +00:00
Paul Licameli
54e0df5660
Implement a dragging handle to adjust wave track sub-view heights
2019-11-23 16:44:42 -05:00
Paul Licameli
d26b55ee3c
WaveTrackSubView has a back-pointer to the WaveTrackView
2019-11-23 15:27:04 -05:00
Paul Licameli
af9959dc98
Rewrite WaveTrackView::GetSubViews to cache last computed heights
2019-11-23 15:02:09 -05:00
Paul Licameli
125b8ad0da
Wave track context menu has non-exclusive check items for display type
2019-11-23 14:57:29 -05:00
Alexander Tsoy
7a91b6c5e9
Fix compilation without USE_MIDI
2019-08-28 00:17:39 +03:00
James Crook
06af0c6296
Bug 803 - Incorrect pointer (cursor) when rearranging tracks
...
There is no wxCURSOR_REARRANGE so made a custom cursor instead.
2019-08-18 14:47:17 +01:00
David Bailes
664452b1a8
Bug 2183 - Characters in labels cannot be deleted
...
Fix: update the actual label (labelStruct is a copy).
2019-08-03 09:13:53 +01:00
Paul Licameli
05997dc267
Bug2180: complete the fix...
...
... Don't forget the unbinding of the event handler
See previous commit, e589ed8ecfdc99bdb00e0d011b2fc40318cb43ed
2019-08-01 06:33:52 -04:00
Paul Licameli
e589ed8ecf
Bug2180: Type-to-create labels twice should work...
...
Bug began at 0750f62e88ee96cd4804c19ba54e3ac1d2ff1b73
Track::SetSelected is virtual, after all, but then LabelTrack informs
LabelTrackView of selection changes by events, so that LabelTrack remains
independent of LabelTrackView.
This might make much of the rest of the guily commit unnecessary (the resetting
of selected index to -1 only lazily), but it is harmless.
2019-07-31 16:40:16 -04:00
Paul Licameli
a87748b123
spelling
2019-07-29 15:41:07 -04:00
David Bailes
ee46155d82
Bug 2176 - Crash when attempting to time shift multiple tracks
...
Steps to reproduce:
1. create a new project in Audacity
2. add several tracks.
3. turn on Sync-Lock (Tracks, Sync-Lock Tracks checked)
4. Click on the Time Shift Tool.
5. Attempt to move tracks to the right (for example), clicking in the bottom track
6. It crashes.
In the function: void TimeShiftHandle::CreateListOfCapturedClips(), the problem was the first occurrence of the line:
auto &trackClip = state.capturedClipArray[i];
The subsequent call to AddClipsToCaptured(), can reallocate the array and so invalidate the reference.
Fix: Don't use a reference. (TrackClip is not a large object.)
2019-07-27 13:16:15 +01:00
Paul Licameli
960fe47412
Bugs2151,2156: playhead ruler overlay was leaving black marks behind
2019-07-26 11:57:30 -04:00
Paul Licameli
93bb862aa2
Remove unnecessary #include
2019-07-18 15:05:37 -04:00
James Crook
13348841c0
Bug 1780 - Sample Rate dialog does not appear when track has custom sample rate
...
With radio items there is no change event, if radio button was already chosen.
2019-07-17 20:14:01 +01:00
Paul Licameli
33f3d4b82d
Heavyweight version of SelectedRegion stored in ViewInfo emits events
2019-07-17 12:43:39 -04:00
James Crook
2852d07a1e
Fix build on Ubuntu
2019-07-16 08:09:33 +01:00
Paul Licameli
e4d6e8569f
Bug2144: track name should overpaint channel separator of minimized track
2019-07-14 07:15:26 -04:00
Paul Licameli
beb378f61a
Revert the change of radio items to check items at fa6b5de
2019-07-11 12:54:36 -04:00
Paul Licameli
633153c91f
Delegate DoDetailedHitTest through base class WaveTrackSubView
2019-07-11 10:37:30 -04:00
Paul Licameli
dd369da6a0
Define WaveTrackView::GetAllSubViews
2019-07-10 11:35:57 -04:00
Paul Licameli
fa6b5dea88
Generalize WaveTrackView::GetDisplay to return multiple values...
...
... something better might be done in Nyquist Lisp, where we still pass a
single value
2019-07-10 10:19:04 -04:00
Paul Licameli
2f544bda7a
Reimplement WaveTrackView::SetDisplay, eliminating mDisplay...
...
... and much generality for the future in reporting the sub-view division to
TrackPanel.
SetDisplay will have the effect of making one of possibly multiple views take
up all the height. Where we need to save and restore or otherwise copy the
sub-views, there is more information now than just one enum value.
2019-07-10 10:10:41 -04:00
Paul Licameli
6ccca16a75
Move display type from WaveTrack to WaveTrackView
2019-07-09 20:09:59 -04:00
Paul Licameli
c28e47bd38
Define static Get functions for WaveTrackView
2019-07-09 20:09:59 -04:00
Paul Licameli
99a1e5a11d
Remove some unnecessary tests of WaveTrack::GetDisplay()...
...
... trust the hit-tests of the views to guarantee these conditions
2019-07-09 20:09:59 -04:00
Paul Licameli
3715c079b4
Test view class, not track display type, for spectral selection
2019-07-09 20:09:59 -04:00
Paul Licameli
bac841f497
TrackView wasn't using TrackControls
2019-07-09 14:55:33 -04:00
Paul Licameli
db16150366
Break cycle: TrackPanelResizerCell, TrackPanelResizeHandle, TrackView
2019-07-09 14:55:31 -04:00
Paul Licameli
7d75f1bfc4
Remove unnecessary #include
2019-07-09 10:55:18 -04:00
Paul Licameli
d7a0fa72db
WaveTrackView does not depend on SpectrumView, WaveformView
2019-07-09 10:23:49 -04:00
Paul Licameli
22dbe69f5c
Remove friends
2019-07-09 09:51:37 -04:00
Paul Licameli
2bec03ac08
TrackView subclasses do not depend on corresponding TrackControls...
...
... use an AttachedVirtualFunction to compute the default view height from
the controls.
This frees LabelTrackControls from cycles.
Also made Track::DoSetHeight non-virtual
2019-07-09 00:05:01 -04:00