mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2018-03-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LogType' value to the 'RDNotification::Type enumeration. * Added support for notifications to rdlogedit(1).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Create a Rivendell Log
|
||||
//
|
||||
// (C) Copyright 2002-2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2018 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
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <rdlog.h>
|
||||
#include <rdlog_event.h>
|
||||
#include <rdloglock.h>
|
||||
#include <rdnotification.h>
|
||||
#include <rdsimpleplayer.h>
|
||||
#include <rdtransportbutton.h>
|
||||
#include <rduser.h>
|
||||
@@ -89,6 +90,7 @@ class EditLog : public QDialog
|
||||
void copyButtonData();
|
||||
void pasteButtonData();
|
||||
void cartDroppedData(int line,RDLogLine *ll);
|
||||
void notificationReceivedData(RDNotification *notify);
|
||||
void saveData();
|
||||
void saveasData();
|
||||
void renderasData();
|
||||
@@ -116,6 +118,7 @@ class EditLog : public QDialog
|
||||
void LoadClipboard(bool clear_ext);
|
||||
RDListViewItem *SingleSelection();
|
||||
void SetLogModified(bool state);
|
||||
void SendNotification(RDNotification::Action action,const QString &log_name);
|
||||
RDLog *edit_log;
|
||||
RDLogEvent *edit_log_event;
|
||||
std::vector<RDLogLine> *edit_clipboard;
|
||||
|
||||
Reference in New Issue
Block a user