mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -27,8 +27,11 @@
|
||||
#include <qsqldatabase.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
#include <qcombobox.h>
|
||||
//Added by qt3to4:
|
||||
#include <QResizeEvent>
|
||||
#include <QCloseEvent>
|
||||
|
||||
#include <rduser.h>
|
||||
#include <rdmatrix.h>
|
||||
@@ -47,7 +50,7 @@ class ListEvents : public QDialog
|
||||
void editData();
|
||||
void deleteData();
|
||||
void renameData();
|
||||
void doubleClickedData(QListViewItem *,const QPoint &,int);
|
||||
void doubleClickedData(Q3ListViewItem *,const QPoint &,int);
|
||||
void filterActivatedData(int id);
|
||||
void closeData();
|
||||
void okData();
|
||||
@@ -59,14 +62,14 @@ class ListEvents : public QDialog
|
||||
|
||||
private:
|
||||
void RefreshList();
|
||||
void RefreshItem(QListViewItem *item,std::vector<QString> *new_events=NULL);
|
||||
void UpdateItem(QListViewItem *item,QString name);
|
||||
void WriteItem(QListViewItem *item,RDSqlQuery *q);
|
||||
void RefreshItem(Q3ListViewItem *item,std::vector<QString> *new_events=NULL);
|
||||
void UpdateItem(Q3ListViewItem *item,QString name);
|
||||
void WriteItem(Q3ListViewItem *item,RDSqlQuery *q);
|
||||
int ActiveEvents(QString event_name,QString *clock_list);
|
||||
void DeleteEvent(QString event_name);
|
||||
QString GetEventFilter(QString svc_name);
|
||||
QString GetNoneFilter();
|
||||
QListView *edit_events_list;
|
||||
Q3ListView *edit_events_list;
|
||||
QString *edit_eventname;
|
||||
QLabel *edit_filter_label;
|
||||
QComboBox *edit_filter_box;
|
||||
|
Reference in New Issue
Block a user