mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
2020-12-17 Fred Gleason <fredg@paravelsystems.com>
* Reimplemented the right-click menu in the 'Voice Tracker' dialog in rdlogedit(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
a0836a3c29
commit
cf6e68bd63
@ -20704,3 +20704,6 @@
|
||||
2020-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Refactored the 'Voice Tracker' dialog in rdlogedit(1) to use
|
||||
Qt's MVC API.
|
||||
2020-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Reimplemented the right-click menu in the 'Voice Tracker' dialog
|
||||
in rdlogedit(1).
|
||||
|
@ -1355,5 +1355,25 @@ therefore only existing transitions will be editable.</source>
|
||||
<source>Audio Deletion Error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Cue Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo Segue Changes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Start Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set End Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set to Hook Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -1345,5 +1345,25 @@ therefore only existing transitions will be editable.</source>
|
||||
<source>Audio Deletion Error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Cue Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo Segue Changes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Start Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set End Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set to Hook Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -1140,23 +1140,23 @@ See your system administrator for an update!</source>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Cue Markers</source>
|
||||
<translation type="obsolete">Editar marcadores</translation>
|
||||
<translation type="unfinished">Editar marcadores</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo Segue Changes</source>
|
||||
<translation type="obsolete">Deshacer cambios en Segue</translation>
|
||||
<translation type="unfinished">Deshacer cambios en Segue</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Start Point Here</source>
|
||||
<translation type="obsolete">Colocar punto de inicio aquí</translation>
|
||||
<translation type="unfinished">Colocar punto de inicio aquí</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set End Point Here</source>
|
||||
<translation type="obsolete">Colocar punto de fin aquí</translation>
|
||||
<translation type="unfinished">Colocar punto de fin aquí</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set to Hook Markers</source>
|
||||
<translation type="obsolete">Colocar en los marcadores "Hook"</translation>
|
||||
<translation type="unfinished">Colocar en los marcadores "Hook"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Start</source>
|
||||
|
@ -773,5 +773,25 @@ therefore only existing transitions will be editable.</source>
|
||||
<source>Audio Deletion Error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Cue Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo Segue Changes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Start Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set End Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set to Hook Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -1355,5 +1355,25 @@ therefore only existing transitions will be editable.</source>
|
||||
<source>Audio Deletion Error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Cue Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo Segue Changes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Start Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set End Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set to Hook Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -1355,5 +1355,25 @@ therefore only existing transitions will be editable.</source>
|
||||
<source>Audio Deletion Error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Cue Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo Segue Changes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Start Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set End Point Here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set to Hook Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -1131,19 +1131,19 @@ Continuar?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Cue Markers</source>
|
||||
<translation type="obsolete">Editar Marcador de Escuta</translation>
|
||||
<translation type="unfinished">Editar Marcador de Escuta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Undo Segue Changes</source>
|
||||
<translation type="obsolete">Desfazer Mudanças de Sobre</translation>
|
||||
<translation type="unfinished">Desfazer Mudanças de Sobre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Start Point Here</source>
|
||||
<translation type="obsolete">Marcar Início aqui</translation>
|
||||
<translation type="unfinished">Marcar Início aqui</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set End Point Here</source>
|
||||
<translation type="obsolete">Marcar Término aqui</translation>
|
||||
<translation type="unfinished">Marcar Término aqui</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Start</source>
|
||||
@ -1377,5 +1377,9 @@ Assim sendo, somente transições existentes serão editáveis.</translation>
|
||||
<source>Audio Deletion Error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set to Hook Markers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -128,7 +128,6 @@ class VoiceTracker : public RDDialog
|
||||
bool ImportTrack(int line);
|
||||
void RenderTransition(int line);
|
||||
void LoadBlockLength(int line);
|
||||
void RefreshList();
|
||||
void RefreshLine(int line);
|
||||
void StartNext(int finishing_id,int next_id=-1);
|
||||
QString GetCutName(int line,RDCut **cut);
|
||||
@ -155,7 +154,6 @@ class VoiceTracker : public RDDialog
|
||||
bool CanInsertTrack();
|
||||
bool CanDeleteTrack();
|
||||
void ClearCursor(QPainter *p);
|
||||
RDListViewItem *GetItemByLine(int line);
|
||||
void CheckChanges();
|
||||
void PushSegues();
|
||||
void PopSegues();
|
||||
@ -273,6 +271,13 @@ class VoiceTracker : public RDDialog
|
||||
LogModel *d_log_model;
|
||||
RDLog *d_log;
|
||||
RDSvc *d_svc;
|
||||
|
||||
QMenu *d_mouse_menu;
|
||||
QAction *d_edit_cue_action;
|
||||
QAction *d_undo_segue_action;
|
||||
QAction *d_set_start_action;
|
||||
QAction *d_set_end_action;
|
||||
QAction *d_set_hook_action;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user