mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2020-06-19 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Edit Event' dialog in rdlogmanager(1) to show '[auto]' as the transition type for the leading event in Pre-/Post-Import lists. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// The Import Carts ListView widget for RDLogManager.
|
||||
//
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -34,19 +34,18 @@ class ImportListView : public Q3ListView
|
||||
public:
|
||||
ImportListView(QWidget *parent);
|
||||
RDEventImportList *eventImportList() const;
|
||||
void setForceTrans(RDLogLine::TransType trans);
|
||||
void setAllowStop(bool state);
|
||||
void setAllowFirstTrans(bool state);
|
||||
void move(int from_line,int to_line);
|
||||
void setEventName(const QString &str);
|
||||
bool load(const QString &event_name,RDEventImportList::ImportType type);
|
||||
void save();
|
||||
void save(RDLogLine::TransType first_trans);
|
||||
void refreshList(int line=-1);
|
||||
void validateTransitions();
|
||||
void fixupTransitions(RDLogLine::TransType repl_trans);
|
||||
|
||||
signals:
|
||||
void sizeChanged(int size);
|
||||
void lengthChanged(int msecs);
|
||||
void validationNeeded();
|
||||
|
||||
private slots:
|
||||
void aboutToShowData();
|
||||
@@ -75,8 +74,6 @@ class ImportListView : public Q3ListView
|
||||
int import_menu_line;
|
||||
RDEventImportItem *import_menu_i_item;
|
||||
Q3ListViewItem *import_menu_item;
|
||||
RDLogLine::TransType import_force_trans;
|
||||
bool import_allow_stop;
|
||||
bool import_allow_first_trans;
|
||||
QWidget *import_parent;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user