1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

TrackPanel no longer implements label keystrokes, drags, text selection...

... also implemented ESC key for those drags

... temporarily loses the special CTRL click handling
This commit is contained in:
Paul Licameli
2015-08-17 17:49:00 -04:00
committed by Paul Licameli
parent bbfa574790
commit efdb9889b1
15 changed files with 923 additions and 326 deletions

View File

@@ -551,6 +551,12 @@ audacity_SOURCES = \
toolbars/ToolsToolBar.h \
toolbars/TranscriptionToolBar.cpp \
toolbars/TranscriptionToolBar.h \
tracks/labeltrack/ui/LabelDefaultClickHandle.cpp \
tracks/labeltrack/ui/LabelDefaultClickHandle.h \
tracks/labeltrack/ui/LabelGlyphHandle.cpp \
tracks/labeltrack/ui/LabelGlyphHandle.h \
tracks/labeltrack/ui/LabelTextHandle.cpp \
tracks/labeltrack/ui/LabelTextHandle.h \
tracks/labeltrack/ui/LabelTrackControls.cpp \
tracks/labeltrack/ui/LabelTrackControls.h \
tracks/labeltrack/ui/LabelTrackUI.cpp \